CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/29 12:32:15

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Fix typo/thinko; checking whether an address is bigger than 0 makes no sense.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/29 12:43:50

Modified files:
	sys/conf       : newvers.sh 

Log message:
and we're hacking on 5.4-current now


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/29 12:51:42

Modified files:
	sys/kern       : spec_vnops.c 

Log message:
Do a proper cleanup in the error path when opening a clonable device fails.

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/07/29 13:36:20

Modified files:
	www/phpmyadmin : Tag: OPENBSD_5_3 Makefile distinfo 
	www/phpmyadmin/pkg: Tag: OPENBSD_5_3 PLIST 

Log message:
Security update to 3.5.8.2, fixes PMASA-8, PMASA-9, PMASA-11, PMASA-12, PMASA-13, PMASA-14, PMASA-15.
More info on http://www.phpmyadmin.net/home_page/security/
ok sthen@ jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/07/30 03:48:52

Modified files:
	.              : 54.html 

Log message:
Multiple virtual consoles for vgafb(4) and Elantech v4 support for pms(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/07/30 04:16:23

Modified files:
	security/gnupg : Tag: OPENBSD_5_3 Makefile 
Added files:
	security/gnupg/patches: Tag: OPENBSD_5_3 patch-mpi_mpi-pow_c 

Log message:
Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys

ok pea@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/07/30 04:16:38

Modified files:
	security/libgcrypt: Tag: OPENBSD_5_3 Makefile 
Added files:
	security/libgcrypt/patches: Tag: OPENBSD_5_3 patch-mpi_mpi-pow_c 

Log message:
Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys

ok pea@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/30 05:15:33

Modified files:
	regress/sys/kern/noexec: noexec.c 

Log message:
Make this test actually work on sparc64:
- Fill delay slot of "ret" pseudo-instruction.
- Properly synchronize instruction cache using the iflush instruction.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/07/30 09:31:01

Modified files:
	lib/librthread : rthread.c 

Log message:
Stop overwriting the dying thread's struct thread as its tid member may
be concurrently updated by __threxit()

prompted by a report from Alf Schlichting (a.schlichting (at) lemarit.com)
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/30 09:46:32

Modified files:
	regress/sys/kern/noexec: noexec.c 

Log message:
better


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/07/30 10:19:33

Modified files:
	lib/librthread : rthread_tls.c 

Log message:
Free the list used for tracking the pthread_{get,set}specific()
data after calling all the destructors.

noted by kettenis@
diff by tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2013/07/30 11:07:56

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
The previous change was made while chasing nfs performance issues
on Theo's servers - however this was in the context of the buffer flipper
changes and this is now suspect in a continues performance issue with NFS
so back it out for now


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/30 13:24:24

Modified files:
	gnu/gcc/gcc/config/sparc: openbsd.h openbsd64.h 

Log message:
Fix attribute((init_priority)) on sparc and sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/30 14:42:35

Modified files:
	sys/arch/amd64/amd64: identcpu.c 

Log message:
Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags
to mimic what is done in locore.S.  Otherwise we lose the CPUID_NXE bit.

ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/07/30 15:35:09

Modified files:
	regress/lib/libc/time/strptime: expected 

Log message:
strptime(3) correctly fills in tm_yday; adjust expected output

ok guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/07/30 20:00:04

Modified files:
	.              : plus.html 

Log message:
plus.html for July 22-29, ok jj@. Should be nearly everything for release.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/07/31 05:26:59

Modified files:
	distrib/miniroot: install.sub 

Log message:
Remove the sysmerge(8) glue from the installer -- it's never been used
and something else is in the work.

ok halex@ sthen@ deraadt@ kettenis@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/07/31 09:41:53

Modified files:
	sys/net        : if_bridge.c 
	sys/netinet    : ip_input.c ip_output.c tcp_input.c udp_usrreq.c 
	sys/netinet6   : ip6_forward.c ip6_output.c 

Log message:
Move bridge_broadcast and subsequently all IPsec SPD lookup code out
of the IPL_NET.  pf_test should be no longer called under IPL_NET as
well.  The problem became evident after the related issue was brought
up by David Hill <dhill at mindcry ! org>.

With input from and OK mpi.  Tested by David and me.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/07/31 10:20:11

Modified files:
	regress/sbin/pfctl: pf15.in pf33.ok pf39.optimized pf35.ok 
	                    pf39.ok pf43.ok 

Log message:
fixup pfctl regress fallout from the "set tos" and "set queue" changes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/07/31 10:43:27

Modified files:
	lib/libc/gen   : getprogname.3 

Log message:
remove complete balony description of the setprogname() interface [as
imported from netbsd] -- like, if maximum portability requires you to
setprogname(), what NAME WOULD YOU PASS IT?  LIKE DUH!!!!!
also add some historical context so that people understand how this
fits into the scheme of things.
ok okan kettenis jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/01 02:27:43

Modified files:
	sys/netinet    : if_ether.c 

Log message:
Do not use a static variable to perform a lookup.  While this
is perfectly ok for the moment because there might be at most
one caller at a time, it wont be so as soon as this part of
the network stack is run in parallel.

ok henning@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 03:17:02

Modified files:
	sys/dev/ic     : rt2860.c 

Log message:
Add support for the RT3572 MAC/BBP.  Crucial bits from Nathan Goings.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 03:18:53

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Ralink RT3060.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 03:19:51

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 03:21:09

Modified files:
	sys/dev/pci    : if_ral_pci.c 

Log message:
Add support for the Ralink RT3060, which uses the RT3572 MAC/BBP.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2013/08/01 10:13:39

Modified files:
	.              : donations.html 

Log message:
Add IELO.net, they've been providing an awesome hosting for the past 5
years, and counting..


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/08/01 10:39:05

Modified files:
	distrib/sparc64/bsd.rd: Makefile 

Log message:
Create more inodes on the sparc64 installation ramdisk. The new ratio matches
what most other architectures are using. Prevents problems during installation
or upgrade when a few files need to be added to the ramdisk, such as additional
disk device nodes in /dev. Tested with full make build, release, install cycle.
ok deraadt halex


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/01 13:03:11

Modified files:
	sbin/pfctl     : parse.y pfctl_parser.c pfctl_parser.h 

Log message:
Provide local implementations of if_nametoindex(3) and if_indextoname(3)
that make use of the cache of addresses populated by the ifa_load on
startup to save the trouble of calling expensive getaddrinfo(3) up to
four times per rule.   Performance wise this change provides a speed up
factor of 20 with a 11k line ruleset on a machine with 150 VLANs and 250
IP addresses (20 seconds down to 1 in this case).

"wow!" henning, ok benno, florian


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/01 13:28:36

Modified files:
	regress/sbin/pfctl: pf15.loaded pf39.loaded 

Log message:
more set queue fallout fixups


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 13:42:08

Modified files:
	lib/libc/stdlib: rand.c random.c 

Log message:
Add linker warnings for rand() and random() and various related functions.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 14:43:08

Modified files:
	share/mk       : bsd.regress.mk 

Log message:
Don't error out if there are no regression for a particular architecture in
a subdirectory.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/01 15:26:30

Modified files:
	regress/gnu/egcs: Makefile 
	regress/lib/csu/init_priority: init_priority_test.cc 
	regress/lib/libc: Makefile 
	regress/lib/libc/locale: Makefile 
	regress/lib/libm: Makefile 
	regress/lib/libpthread: Makefile 
	regress/sbin   : Makefile 
	regress/sys/crypto: Makefile 
	regress/sys/kern/sosplice: Makefile 
	regress/sys/net: Makefile 
	regress/sys/uvm: Makefile 
	regress/usr.bin: Makefile 
	regress/usr.sbin: Makefile 

Log message:
Some tests are currently failing.  Only run those if the REGRESS_FULL
variable is set.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 02:33:11

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Remove an incorrect call to pfctl_print_rule_counters when trying to
print out anchor rules recursively;  unbreaks pf1.loaded regress test.
ok lteo, henning


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 02:41:32

Modified files:
	regress/sbin/pfctl: pfail32.ok 

Log message:
update pfail32.ok: it's failiing in a much better way now;  ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 02:59:52

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add Sierra Wireless MC8355 (Gobi 3000)


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 03:00:31

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 03:00:49

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
add Sierra Wireless MC8355 (Gobi 3000)


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/08/02 03:09:17

Modified files:
	distrib/beagle/miniroot: Makefile.inc 
	sys/arch/beagle/conf: Makefile.beagle 

Log message:
Drop the dependecy on objcopy.

ok florian@


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/08/02 05:32:34

Modified files:
	.              : cvsync.html 

Log message:
Do not use cvsync.de.openbsd.org in the example configuration as it is no
longer valid. From mickey@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/02 05:47:40

Modified files:
	de             : events.html ftp.html 
	faq/de         : faq8.html 
	faq/fr         : faq5.html 
	faq/nl         : faq8.html 
	faq/ru         : index.html 
	fr             : anoncvs.html events.html plat.html 
	                 security.html 
	opensmtpd/ru   : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/02 11:11:54

Modified files:
	distrib/notes/beagle: install 

Log message:
No longer needed since miod taught elf to mkuboot.
OK rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/02 14:23:28

Modified files:
	lib/libm/src   : e_pow.c e_powf.c 
	lib/libm/src/ld80: e_powl.c 
	regress/lib/libm/cephes: testvect.c testvectl.c testvectll.c 

Log message:
Fix a couple of corner cases in the implementation of pow(3) to make it
compatible with C99.  Most notably:

- 1**y == 1, even if y is NaN
- (-1)**+-Inf == 1

and adjust the cephes testsuite to test for the right thing here.

ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/02 16:19:34

Modified files:
	regress/lib/libm/cephes: testvectl.c testvectll.c 

Log message:
tgamma(0) == Inf


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 17:05:23

Modified files:
	regress/sbin/pfctl: pfail51.in 

Log message:
fixup set prio fallout


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 17:07:44

Modified files:
	regress/sbin/pfctl: pf100.loaded 

Log message:
extra skip step and counters printout fixed by the recent pfctl change


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/02 17:08:25

Modified files:
	regress/sbin/pfctl: pf101.loaded 

Log message:
fixup set prio fallout


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/03 00:25:32

Modified files:
	lib/libkvm     : kvm_getfiles.3 

Log message:
KERN_PROC_BYPID --> KERN_FILE_BYPID

pointed out by Dominique Laigle (dlaigle (at) gmail.com)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/03 00:47:15

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
Delete variable left over from the diagnostic code removed by previous commit

pointed out by Artturi Alm (artturi.alm (at) gmail.com)


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/03 03:39:29

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 

Log message:
Don't flush the cache on page inflate for hibernate on amd64.
Makes the x200 and w500 and probably other machines go a bit
faster during resume from hibernate. This had been in my tree since
t2k13.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/08/03 06:45:41

Modified files:
	sys/netinet    : ipsec_output.c 

Log message:
unbreak PMTU-discovery for AES-GCM; ok mikeb@


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/08/03 07:56:24

Modified files:
	.              : beagle.html landisk.html hppa.html socppc.html 
	                 zaurus.html 

Log message:
Fix invalid HTML code.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/03 09:44:33

Modified files:
	sys/dev/pci    : if_re_pci.c 

Log message:
Enable MSI on RT810xE.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	martin@cvs.openbsd.org	2013/08/04 01:21:13

Modified files:
	sys/arch/hp300/dev: dca.c nhpib.c 
	sys/arch/hp300/hp300: machdep.c 

Log message:
de-lint hp300

ok miod


CVSROOT:	/cvs
Module name:	www
Changes by:	martin@cvs.openbsd.org	2013/08/04 01:30:38

Modified files:
	.              : 54.html 

Log message:
typo: poweron -> power on


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/04 07:24:22

Modified files:
	app/luit       : sys.c 

Log message:
Remove a debug #error directive that shouldn't have leaked here.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/04 09:52:53

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 00:58:40

Modified files:
	usr.bin/bdes   : bdes.1 

Log message:
use %C for the Rs/Re block: mandoc already supports it, and ingo
has successfully got groff to integrate it;

From: Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 00:59:49

Modified files:
	share/man/man7 : intro.7 

Log message:
update;
From: Daniel Dickman


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 01:01:45

Modified files:
	usr.sbin/smtpd : smtpd.8 smtpd.conf.5 

Log message:
better document /etc/mailname;
ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 01:07:52

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/05 01:09:28

Modified files:
	de             : cvsync.html donations.html 
	fr             : cvsync.html donations.html want.html 
	nl             : cvsync.html donations.html 
	pt             : cvsync.html donations.html plat.html plus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 01:09:42

Modified files:
	regress/usr.bin/mdoclint: mdoclint mdoclint.1 

Log message:
integrate support for an -A option, which warns if an AUTHORS section
does not contain any An macros;

from wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 01:16:19

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
Make Bq and Er optional for errors. -r1.35.
from wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/05 01:17:45

Modified files:
	regress/sys/ffs: fstest.c 

Log message:
ino_t is unsigned


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/05 01:24:19

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
stop -F from removing Sh lines; -r1.39
from wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/05 03:04:15

Modified files:
	sys/arch/hppa/conf: GENERIC 

Log message:
Add rsu(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/05 03:29:51

Modified files:
	regress/lib/libm/cephes: testvectl.c 

Log message:
Fix typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/05 05:18:04

Modified files:
	sys/net        : if_bridge.c 

Log message:
sync the bridge_broadcast comment with reality


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/05 06:32:50

Modified files:
	share/man/man8 : diskless.8 

Log message:
rpc.bootparamd(8) is needed on all hardware platforms for true diskless
operations.

Note to the pixie booting crowd: This manual page documents how to run a full
OpenBSD install without having a local disk in your machine.  If you just want
to boot an install kernel, look at pxeboot(8).

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/08/05 06:54:39

Modified files:
	.              : zaurus.html 

Log message:
Fix previous, add a missing <br>.

Found by Maxime Villard.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/05 08:32:56

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Put .%C before .%D in .Rs output
because that's the usual order in formal citations.

My patch that was accepted into groff by Werner Lemberg
uses the same order, so keep groff and mandoc consistent.

Committing now because jmc@ already starts to rely on the .%C macro,
see for example /usr/src/usr.bin/bdes/bdes.1 rev. 1.11.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/05 10:13:30

Modified files:
	kerberosV/libexec/hprop: Makefile 

Log message:
Remove useless line in CPPFLAGS.

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/05 11:00:34

Modified files:
	usr.sbin/httpd/src/modules/experimental: mod_mmap_static.c 

Log message:
Don't assume inode numbers fit in a long

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/05 11:02:24

Modified files:
	gnu/usr.bin/texinfo/info: dir.c 

Log message:
Use proper types for device and inode numbers

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/05 12:13:19

Modified files:
	lib/libm/src/ld80: e_tgammal.c 

Log message:
tgamma(+-0) == +-Inf

ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/05 13:58:06

Modified files:
	sys/dev/pci    : if_ix.c if_ix.h ixgbe.c ixgbe.h ixgbe_82598.c 
	                 ixgbe_82599.c ixgbe_phy.c ixgbe_type.h 
	                 ixgbe_x540.c 

Log message:
First stab at updating this monster to the Intel/FreeBSD current version.
This syncs PHY and chip dependent parts as well as brings support for the
flow control and additional (untested) bits for 1G fiber versions.

Tested by Hrvoje Popovski <hrvoje at srce ! hr> on 82599/SFP+DA, florian@
and benno@ on 82599/SFP+SR and on 82598/CX4-BP, 82599/SFP+DA and X540/RJ45
by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/05 17:35:02

Modified files:
	usr.bin/mandoc : term.c 

Log message:
After a leading blank on an output line, the first word was counted twice
against vend, causing a premature line break.  Fix that bug by reverting
revision 1.10 which Kristaps committed four years ago.  Kristaps patch is no
longer needed because the code below  /* Write out the [remaining] word. */
now handles leading blanks correctly, probably already for a long time.

This avoids premature line breaks in about a dozen base system manuals,
for example as(1) and gdb(1), and alignment issues in another twenty,
for example mount(2), ip6(4), pfctl(8), and crypto(9).


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 00:36:26

Modified files:
	de             : hppa.html landisk.html socppc.html zaurus.html 
	faq/de         : faq14.html 
	fr             : hppa.html landisk.html socppc.html zaurus.html 
	ja             : index.html 
	openssh/ja     : donations.html ftp.html index.html 
	                 portable.html report.html 
Added files:
	de             : 54.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/06 01:31:48

Modified files:
	sys/netinet    : tcp_usrreq.c 

Log message:
In tcp_ctloutput() tp was assigned at two different places for IPv4
and IPv6.  The variable tp is not accessed between these two
assingments.  intotcpcb() is a define without side effects.  So use
the same code for IPv4 and IPv6.
OK claudio@ mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/06 02:19:52

Modified files:
	sys/arch/powerpc/include: atomic.h 

Log message:
The atomic_setbits_int() and atomic_clearbits_int() functions touch the
condition code register so mark it s clobbered.

Fixes uvm_page_physload() and who knows what else.

ok jsg@, mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/06 02:22:37

Modified files:
	sys/sys        : specdev.h 
	sys/kern       : spec_vnops.c 

Log message:
Make it possible to have multiple clonable devices per major.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/06 03:45:32

Modified files:
	sys/dev/pci    : agp.c 

Log message:
set ai_devid in struct agp_info so drm_agp_info() will work as intended
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/08/06 08:20:15

Modified files:
	sys/arch/arm/cortex: amptimer.c 

Log message:
Attach amptimer only on Cortex-A9, as all Cortex-A8 doesn't have a generic
timer and the newer Cortexes have another generic timer.

ok rapha@ jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/08/06 08:21:14

Modified files:
	sys/arch/arm/cortex: cortex.c 

Log message:
The Cortex bus should be useful for Cortex-A7, too.

ok rapha@ jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/08/06 11:03:51

Modified files:
	graphics/jbigkit: Makefile 
	graphics/jbigkit/patches: patch-libjbig_Makefile 

Log message:
Make sure all objects in libjbig.so are compiled pic; unbreaks jbigkit and
ports depending upon it on powerpc where ld.so doesn't like the text relocations
this would create (ld.so fix coming soon nevertheless).

ok landry@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:07:56

Modified files:
	sysutils/gitolite: Makefile distinfo 

Log message:
update to gitolite-3.5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:08:16

Modified files:
	lang/datalog   : Makefile distinfo 
	lang/datalog/patches: patch-configure 
	lang/datalog/pkg: PLIST 
Removed files:
	lang/datalog/pkg: PFRAG.shared 

Log message:
update to datalog-2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:08:42

Modified files:
	graphics/clutter/clutter-gst: Makefile distinfo 

Log message:
update to clutter-gst-2.0.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:09:02

Modified files:
	x11/gnome/dictionary: Makefile distinfo 
	x11/gnome/dictionary/pkg: PLIST 
Removed files:
	x11/gnome/dictionary/pkg: PFRAG.shared 

Log message:
update to gnome-dictionary-3.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:09:20

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/patches: patch-js_ui_panel_js 

Log message:
update to gnome-shell-3.8.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:09:41

Modified files:
	net/gssdp      : Makefile distinfo 

Log message:
update to gssdp-0.14.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:10:04

Modified files:
	www/gtkhtml4   : Makefile distinfo 

Log message:
update to gtkhtml-4.6.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:10:27

Modified files:
	net/gupnp/core : Makefile distinfo 

Log message:
update to gupnp-0.20.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:10:45

Modified files:
	devel/libvirt-glib: Makefile distinfo 
	devel/libvirt-glib/pkg: PLIST 

Log message:
update to libvirt-glib-0.1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:10:59

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.8.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:11:12

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
update to rygel-0.18.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:11:40

Modified files:
	lang/myhdl     : Makefile distinfo 
	lang/myhdl/pkg : PLIST 

Log message:
update to myhdl-0.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:12:00

Modified files:
	lang/newlisp   : Makefile distinfo 
	lang/newlisp/patches: patch-guiserver_newlisp-edit_lsp 
	lang/newlisp/pkg: PLIST 

Log message:
update to newlisp-10.5.3

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:13:25

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
update to youtube-dl-2013-08-02

ok pirofti@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:14:11

Modified files:
	devel/ruby-rspec/core: Makefile distinfo 
	devel/ruby-rspec/core/pkg: PLIST 
	devel/ruby-rspec/expectations: Makefile distinfo 
	devel/ruby-rspec/expectations/pkg: PLIST 
	devel/ruby-rspec/mocks: Makefile distinfo 
	devel/ruby-rspec/mocks/pkg: PLIST 
	devel/ruby-rspec/rspec: Makefile distinfo 

Log message:
update rspec-* to 2.14.x


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:17:36

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-spec_unit_provider_package_openbsd_spec_rb 

Log message:
add a patch to improve pkg.conf handling in puppet; it can now deal with
appending to installpath with '+='.

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 12:21:27

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-spec_unit_provider_package_openbsd_spec_rb 

Log message:
implement 'purgeable' feature for the OpenBSD package provider

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/06 12:43:15

Modified files:
	archivers/nulib: Makefile 
	graphics/fxtv  : Makefile 
	mail/movemail  : Makefile 
	mail/popclient : Makefile 
	sysutils/lsof  : Makefile 
	sysutils/socket: Makefile 
	textproc/info2html: Makefile 

Log message:
move http://people.freebsd.org to https


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/06 12:58:52

Modified files:
	devel/libexecinfo: Makefile 

Log message:
vax has simple builtin macros for unwinding stack, join the ranks of arm
and hppa and let this build


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/06 13:01:58

Modified files:
	productivity/entomologist: Makefile distinfo 
Removed files:
	productivity/entomologist/patches: patch-main_cpp 

Log message:
Update to entomologist 1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/08/06 13:02:15

Modified files:
	lib/libm/arch/vax: n_support.S 

Log message:
scalbnf on vax, okay miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/06 13:02:37

Modified files:
	gnu/usr.bin/gcc/gcc/config/vax: vax.h 
	gnu/usr.bin/gcc/gcc: flow.c 

Log message:
One major difference between gcc 2.95 and gcc 3, is that the latter comes
with an optimization pass which attemps to identify and remove dead stores.

Unfortunately, this logic assumes that a given rtl MEM reference can only
refer to register contents and values, but not further dereference memory.
This is not true of all addressing modes on vax, and this causes gcc 3 to
consider as dead stores everything which can be expressed as *offset(register)
in vax assembly. The canonical example of this is linked list insertion or
removal, with instructions such as "item->prev->next = item->next" being
wrongly optimized out, and cause double frees or other funny linking problems
later on.

Add a knob to disable the troublesome part of that optimization pass, and
only enable this knob on vax.

This gives a native vax gcc 3 compiler able to rebuild the world.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/06 13:04:50

Modified files:
	include        : math.h 

Log message:
Try and avoid using __builtin_huge_val*() and __builtin_{inf,nan}* on vax
running gcc 3, for gcc will output a reserved operand for these.

ok martynas@ matthew@ espie@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:05:10

Modified files:
	devel/libwnck3 : Makefile distinfo 

Log message:
Update to libwnck3-3.4.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:05:45

Modified files:
	devel/libgsf   : Makefile distinfo 

Log message:
Update to libgsf-1.14.28.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/06 13:05:57

Modified files:
	distrib/sets/lists/base: md.vax 
	distrib/sets/lists/comp: md.vax 
	gnu/usr.bin/cvs: Makefile.bsd-wrapper 
	gnu/usr.bin/lynx: Makefile.bsd-wrapper 
	gnu/usr.sbin/sendmail/sendmail: Makefile 
	kerberosV      : Makefile.inc 
	libexec/login_krb5-or-pwd: Makefile 
	libexec/login_krb5: Makefile 
	share/man/man1 : gcc-local.1 
	share/mk       : bsd.own.mk 
	usr.bin/passwd : Makefile 
	usr.bin/telnet : Makefile 
	usr.sbin/httpd : Makefile.bsd-wrapper 
	usr.sbin/ldapd : Makefile 
	usr.sbin/nginx : Makefile.bsd-wrapper 
	usr.sbin/openssl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
Switch vax to gcc 3.3.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:06:13

Modified files:
	x11/gnome/tracker: Makefile distinfo 
	x11/gnome/tracker/patches: 
	                           patch-src_tracker-control_tracker-control-general_c 
	                           patch-tests_libtracker-miner_Makefile_in 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Update to meta-tracker 0.16.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:06:37

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Removed files:
	security/gnutls/patches: patch-lib_gnutls_cipher_c 

Log message:
Update to gnutls 3.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:07:00

Modified files:
	security/p11-kit: Makefile distinfo 
	security/p11-kit/pkg: PLIST 

Log message:
Update to p11-kit 0.18.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:07:16

Modified files:
	devel/libidn   : Makefile distinfo 

Log message:
Update to libidn 1.28.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:07:38

Modified files:
	x11/gnome/icon-theme: Makefile distinfo 

Log message:
Update to gnome-icon-theme 3.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:07:56

Modified files:
	x11/gnome/gdm  : Makefile distinfo 

Log message:
Update to gdm 3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:08:15

Modified files:
	x11/gnome/session: Makefile distinfo 
Removed files:
	x11/gnome/session/patches: patch-gnome-session_gsm-consolekit_c 
	                           patch-gnome-session_gsm-manager_c 

Log message:
Update to gnome-session 3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:08:31

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to libgee 0.10.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:08:51

Modified files:
	sysutils/accountsservice: Makefile distinfo 
	sysutils/accountsservice/patches: patch-src_Makefile_in 
	                                  patch-src_daemon_c 
	                                  patch-src_libaccountsservice_Makefile_in 
	                                  patch-src_user_c 

Log message:
Update to accountsservice-0.6.34.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:09:09

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_sharing_cc-sharing-panel_c 
	                                 patch-panels_user-accounts_Makefile_in 

Log message:
Update to gnome-control-center 3.8.4.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:09:27

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 

Log message:
Update to evolution-data-server 3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:09:41

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 

Log message:
Update to evolution 3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:10:05

Modified files:
	graphics/colord: Makefile distinfo 
	graphics/colord/patches: patch-configure patch-src_Makefile_in 
	                         patch-src_cd-main_c 
	                         patch-src_cd-profile_c 
	graphics/colord/pkg: PLIST 

Log message:
Update to colord 1.0.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:10:49

Modified files:
	x11/gnome/themes-standard: Makefile distinfo 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
Update to gnome-themes-standard 3.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:11:30

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in patch-configure 

Log message:
Update to webkit 2.0.4.

OK landry@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/06 13:11:53

Modified files:
	.              : Makefile.cross 
	gnu/lib        : Makefile 
	gnu/lib/libobjc: Makefile.bsd-wrapper 
	gnu/usr.bin    : Makefile 
	gnu/usr.bin/perl: Makefile.bsd-wrapper 
	include        : Makefile 
	lib/librthread : Makefile 
	regress/gnu/egcs/gcc: Makefile 
	regress/gnu/egcs/gcc-bounds: Makefile 
	regress/lib/csu/init_priority: Makefile 
	regress/lib/libc/cxa-atexit: Makefile 
	regress/libexec/ld.so/df_1_noopen: Makefile 
	regress/libexec/ld.so/hidden: Makefile 
	usr.bin/cpp    : Makefile 
	usr.bin/mandoc : Makefile 

Log message:
Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/08/06 13:11:54

Modified files:
	security/luasec: Makefile distinfo 

Log message:
luasec is now hosted on github
pointed out by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:12:00

Modified files:
	mail/evolution-ews: Makefile distinfo 
	mail/evolution-ews/patches: patch-configure 
	mail/evolution-ews/pkg: PLIST 

Log message:
Update to evolution-ews 3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:12:15

Modified files:
	www/photoshow  : Makefile distinfo 
	www/photoshow/pkg: PLIST 

Log message:
Update to photoshow-0.0.20130722.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:12:32

Modified files:
	x11/xscreensaver: Makefile distinfo 
	x11/xscreensaver/patches: patch-hacks_deco_c 
	x11/xscreensaver/pkg: PLIST 

Log message:
Update to xscreensaver 5.22.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:13:06

Modified files:
	archivers/libmspack: Makefile distinfo 
Removed files:
	archivers/libmspack/patches: patch-Makefile_in 

Log message:
Update to libmspack 0.4alphav0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:13:37

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in patch-base_utils_py 
	                     patch-check_py 
	                     patch-prnt_hpcups_HPCupsFilter_cpp 
	                     patch-ui_devmgr4_py 
	print/hplip/pkg: PLIST-hpijs 

Log message:
Update to hplip 3.13.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:14:10

Modified files:
	astro/stellarium: Makefile distinfo 
	astro/stellarium/pkg: PLIST 

Log message:
Update to stellarium 0.12.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/06 13:17:15

Removed files:
	gnu/egcs       : .cvsignore COPYING COPYING.LIB ChangeLog FAQ 
	                 MAINTAINERS Makefile.bsd-wrapper 
	                 Makefile.bsd-wrapper1 Makefile.in README 
	                 config-ml.in config.guess config.if config.sub 
	                 configure configure.in faq.html install-sh 
	                 ltconfig ltmain.sh missing mkinstalldirs 
	                 move-if-change symlink-tree ylwrap 
	gnu/egcs/INSTALL: README 
	gnu/egcs/config: ChangeLog mh-a68bsd mh-aix386 mh-aix43 
	                 mh-apollo68 mh-armpic mh-cxux mh-cygwin 
	                 mh-decstation mh-delta88 mh-dgux mh-dgux386 
	                 mh-djgpp mh-elfalphapic mh-hp300 mh-hpux 
	                 mh-hpux8 mh-interix mh-irix4 mh-irix5 mh-irix6 
	                 mh-lynxos mh-lynxrs6k mh-m68kpic mh-mingw32 
	                 mh-ncr3000 mh-ncrsvr43 mh-necv4 mh-papic 
	                 mh-ppcpic mh-riscos mh-sco mh-solaris 
	                 mh-sparcpic mh-sun3 mh-sysv mh-sysv4 mh-sysv5 
	                 mh-vaxult2 mh-x86pic mpw-mh-mpw mt-armpic 
	                 mt-elfalphapic mt-linux mt-m68kpic mt-netware 
	                 mt-ospace mt-papic mt-ppcpic mt-sparcpic 
	                 mt-v810 mt-x86pic 
	gnu/egcs/config/mpw: ChangeLog MoveIfChange README 
	                     forward-include g-mpw-make.sed mpw-touch 
	                     mpw-true null-command open-brace 
	                     tr-7to8-src true 
	gnu/egcs/contrib: ChangeLog compare_tests egcs_update 
	                  gperf-2.7-19981006.pat index-prop 
	                  test_installed test_summary warn_summary 
	gnu/egcs/etc   : ChangeLog Makefile.in aclocal.m4 configure 
	                 configure.in make-stds.texi standards.texi 
	gnu/egcs/gcc   : .cvsignore .gdbinit ABOUT-GCC-NLS ABOUT-NLS 
	                 BUGS COPYING COPYING.LIB ChangeLog ChangeLog.0 
	                 ChangeLog.lib FSFChangeLog FSFChangeLog.10 
	                 FSFChangeLog.11 INSTALL LANGUAGES 
	                 Makefile.bsd-wrapper Makefile.in NEWS ONEWS 
	                 PROBLEMS README README-bugs README-fixinc 
	                 README.ACORN README.ALTOS README.APOLLO 
	                 README.C4X README.DWARF README.FRESCO 
	                 README.NS32K README.RS6000 README.TRAD 
	                 README.X11 README.gnat SERVICE TESTS.FLUNK 
	                 acconfig.h aclocal.m4 alias.c assert.h 
	                 basic-block.h bitmap.c bitmap.h build-make 
	                 c-aux-info.c c-common.c c-convert.c c-decl.c 
	                 c-gperf.h c-iterate.c c-lang.c c-lex.c c-lex.h 
	                 c-parse.gperf c-parse.in c-pragma.c c-pragma.h 
	                 c-tree.h c-typeck.c caller-save.c calls.c 
	                 cccp.1 cccp.c cexp.y collect2.c collect2.h 
	                 combine.c conditions.h config.gcc config.guess 
	                 config.in configure configure.bat 
	                 configure.frag configure.in configure.lang 
	                 convert.c convert.h cpp.1 cpp.fns cpp.texi 
	                 cppalloc.c cpperror.c cppexp.c cppfiles.c 
	                 cpphash.c cpphash.h cppinit.c cpplib.c cpplib.h 
	                 cppmain.c cppspec.c cppulp.c cross-make 
	                 crtstuff.c cse.c cstamp-h.in dbxout.c dbxout.h 
	                 dbxstclass.h defaults.h doprint.c doschk.c 
	                 dostage2 dostage3 dwarf.h dwarf2.h dwarf2out.c 
	                 dwarf2out.h dwarfout.c dwarfout.h dyn-string.c 
	                 dyn-string.h eh-common.h emit-rtl.c enquire.c 
	                 except.c except.h exgettext explow.c expmed.c 
	                 expr.c expr.h extend.texi final.c fix-header.c 
	                 fixcpp fixinc-nt.sed fixincludes fixproto 
	                 flags.h floatlib.c flow.c fold-const.c 
	                 fp-test.c frame.c frame.h function.c function.h 
	                 future.options gansidecl.h gbl-ctors.h gcc.1 
	                 gcc.c gcc.hlp gcc.texi gccspec.c gcov-io.h 
	                 gcov.1 gcov.c gcov.texi gcse.c gen-protos.c 
	                 genattr.c genattrtab.c gencheck.c gencodes.c 
	                 genconfig.c genemit.c genextract.c genflags.c 
	                 gengenrtl.c genmultilib genopinit.c genoutput.c 
	                 genpeep.c genrecog.c getpwd.c glimits.h 
	                 global.c gmon.c graph.c gstab.h gsyms.h 
	                 gsyslimits.h gthr-dce.h gthr-posix.h 
	                 gthr-single.h gthr-solaris.h gthr-vxworks.h 
	                 gthr.h haifa-sched.c halfpic.c halfpic.h 
	                 hard-reg-set.h hash.c hash.h hwint.h input.h 
	                 install.texi install1.texi integrate.c 
	                 integrate.h intl.c intl.h invoke.texi jump.c 
	                 just-fixinc lcm.c libgcc1-test.c libgcc1.c 
	                 libgcc2.c limitx.h limity.h listing 
	                 local-alloc.c longlong.h loop.c loop.h 
	                 machmode.def machmode.h make-l2.com 
	                 makefile.vms mbchar.c mbchar.h md.texi 
	                 mips-tdump.c mips-tfile.c mkinstalldirs 
	                 move-if-change optabs.c output.h 
	                 patch-apollo-includes pcp.h prefix.c prefix.h 
	                 print-rtl.c print-tree.c profile.c protector.c 
	                 protector.h protoize.1 protoize.c pself.c 
	                 pself1.c pself2.c pself3.c pself4.c pself5.c 
	                 real.c real.h recog.c recog.h reg-stack.c 
	                 regclass.c regmove.c regs.h reload.c reload.h 
	                 reload1.c reorg.c resource.c resource.h rtl.c 
	                 rtl.def rtl.h rtl.texi rtlanal.c sbitmap.c 
	                 sbitmap.h scan-decls.c scan-types.sh scan.c 
	                 scan.h sched.c sdbout.c sdbout.h sort-protos 
	                 stab.def stack.h stmt.c stor-layout.c stupid.c 
	                 sys-protos.h sys-types.h system.h tlink.c 
	                 tm.texi toplev.c toplev.h tree.c tree.def 
	                 tree.h typeclass.h unprotoize.c unroll.c 
	                 varasm.c varray.c varray.h version.c 
	                 vmsconfig.com xcoffout.c xcoffout.h 
	gnu/egcs/gcc/config: README aoutos.h dbx.h dbxcoff.h dbxelf.h 
	                     elfos.h exec-stack.h float-i128.h 
	                     float-i32.h float-i386.h float-i64.h 
	                     float-m68k.h float-sh.h float-vax.h 
	                     fp-bit.c gnu.h gofast.h interix.h 
	                     libgloss.h linux-aout.h linux.h lynx-ng.h 
	                     lynx.h netbsd.h nextstep.c nextstep.h 
	                     nextstep21.h openbsd.h psos.h ptx4.h svr3.h 
	                     svr4.h t-freebsd t-gnu t-install-cpp 
	                     t-libc-ok t-libgcc-pic t-linux t-linux-aout 
	                     t-linux-gnulibc1 t-netbsd t-openbsd 
	                     t-openbsd-thread t-rtems t-svr4 tm-dwarf2.h 
	                     x-interix x-linux x-linux-aout x-lynx 
	                     x-openbsd x-svr4 xm-alloca.h xm-freebsd.h 
	                     xm-gnu.h xm-interix.h xm-linux.h xm-lynx.h 
	                     xm-openbsd.h xm-siglist.h xm-std32.h 
	                     xm-svr3.h xm-svr4.h 
	gnu/egcs/gcc/config/1750a: 1750a.c 1750a.h 1750a.md ms1750.inc 
	                           xm-1750a.h 
	gnu/egcs/gcc/config/a29k: a29k.c a29k.h a29k.md t-a29k 
	                          t-a29kbare t-vx29k udi.h unix.h 
	                          vx29k.h x-unix xm-a29k.h xm-unix.h 
	gnu/egcs/gcc/config/alpha: alpha-interix.h alpha.c alpha.h 
	                           alpha.md alpha32.h config-nt.sed 
	                           crtbegin.asm crtend.asm elf.h 
	                           lib1funcs.asm linux-ecoff.h 
	                           linux-elf.h linux.h netbsd-elf.h 
	                           netbsd.h openbsd.h osf.h osf12.h 
	                           osf2or3.h t-crtbe t-ieee t-interix 
	                           t-vms va_list.h vms-tramp.asm vms.h 
	                           vxworks.h win-nt.h x-alpha 
	                           xm-alpha-interix.h xm-alpha.h 
	                           xm-openbsd.h xm-vms.h xm-winnt.h 
	gnu/egcs/gcc/config/arc: arc.c arc.h arc.md initfini.c 
	                         lib1funcs.asm t-arc xm-arc.h 
	gnu/egcs/gcc/config/arm: README-interworking aof.h aout.h arm.c 
	                         arm.h arm.md coff.h ecos-elf.h elf.h 
	                         lib1funcs.asm lib1thumb.asm 
	                         linux-aout.h linux-elf.h linux-elf26.h 
	                         linux-gas.h linux-oldld.h netbsd.h 
	                         openbsd.h riscix.h riscix1-1.h 
	                         rix-gas.h semi.h semiaof.h t-arm-elf 
	                         t-bare t-linux t-netbsd t-openbsd t-pe 
	                         t-riscix t-semi t-semiaof t-thumb 
	                         tcoff.h thumb.c thumb.h thumb.md 
	                         unknown-elf-oabi.h unknown-elf.h 
	                         vxarm.h x-riscix xm-arm.h xm-linux.h 
	                         xm-netbsd.h xm-openbsd.h xm-thumb.h 
	gnu/egcs/gcc/config/c4x: c4x.c c4x.h c4x.md libgcc.S t-c4x 
	                         xm-c4x.h 
	gnu/egcs/gcc/config/clipper: clipper.c clipper.h clipper.md 
	                             clix.h x-clix xm-clix.h 
	gnu/egcs/gcc/config/convex: convex.c convex.h convex.md 
	                            fixinc.convex x-convex xm-convex.h 
	gnu/egcs/gcc/config/dsp16xx: dsp16xx.c dsp16xx.h dsp16xx.md 
	                             xm-dsp16xx.h 
	gnu/egcs/gcc/config/elxsi: elxsi.c elxsi.h elxsi.md x-elxsi 
	                           xm-elxsi.h 
	gnu/egcs/gcc/config/fx80: fx80.c fx80.h fx80.md xm-fx80.h 
	gnu/egcs/gcc/config/gmicro: gmicro.c gmicro.h gmicro.md 
	gnu/egcs/gcc/config/h8300: h8300.c h8300.h h8300.md 
	                           lib1funcs.asm t-h8300 xm-h8300.h 
	gnu/egcs/gcc/config/i370: i370.c i370.h i370.md t-i370 xm-i370.h 
	gnu/egcs/gcc/config/i386: 386bsd.h aix386.h aix386ng.h att.h 
	                          bsd.h bsd386.h config-nt.sed crtdll.h 
	                          cygwin.asm cygwin.h dgux.c dgux.h 
	                          djgpp-rtems.h djgpp.h freebsd-elf.h 
	                          freebsd.h gas.h gmon-sol2.c gnu.h 
	                          gstabs.h i386-aout.h i386-coff.h 
	                          i386-interix.h i386.c i386.h i386.md 
	                          interix.c isc.h isccoff.h iscdbx.h 
	                          linux-aout.h linux-oldld.h linux.h 
	                          lynx-ng.h lynx.h mach.h mingw32.h 
	                          moss.h netbsd.h next.h openbsd.h 
	                          openbsdelf.h os2.h osf1-ci.asm 
	                          osf1-cn.asm osf1elf.h osf1elfgdb.h 
	                          osfelf.h osfrose.h perform.h ptx4-i.h 
	                          rtems.h rtemself.h sco.h sco4.h 
	                          sco4dbx.h sco5.h sco5gas.h scodbx.h 
	                          seq-gas.h seq-sysv3.h seq2-sysv3.h 
	                          sequent.h sol2-c1.asm sol2-ci.asm 
	                          sol2-cn.asm sol2-gc1.asm sol2.h 
	                          sol2gas.h sun.h sun386.h svr3.ifile 
	                          svr3dbx.h svr3gas.h svr3z.ifile 
	                          sysv3.h sysv4.h sysv5.h t-crtpic 
	                          t-crtstuff t-cygwin t-dgux t-djgpp 
	                          t-i386bare t-interix t-mingw32 t-next 
	                          t-openbsd t-osf t-osf1elf t-sco5 
	                          t-sco5gas t-sol2 t-svr3dbx t-udk 
	                          t-uwin t-vsta t-winnt udk.h unix.h 
	                          uwin.asm uwin.h v3gas.h vsta.h 
	                          vxi386.h win-nt.h win32.h winnt.c 
	                          x-aix x-cygwin x-dgux x-djgpp x-isc 
	                          x-isc3 x-ncr3000 x-next x-osf1elf 
	                          x-osfrose x-sco x-sco4 x-sco5 x-sysv3 
	                          x-vsta xm-aix.h xm-bsd386.h 
	                          xm-cygwin.h xm-dgux.h xm-djgpp.h 
	                          xm-dos.h xm-freebsd.h xm-gnu.h 
	                          xm-i386-interix.h xm-i386.h xm-isc.h 
	                          xm-linux.h xm-lynx.h xm-mingw32.h 
	                          xm-next.h xm-openbsd.h xm-os2.h 
	                          xm-osf.h xm-osf1elf.h xm-sco.h 
	                          xm-sco5.h xm-sun.h xm-sysv3.h 
	                          xm-sysv4.h xm-uwin.h xm-vsta.h 
	                          xm-winnt.h 
	gnu/egcs/gcc/config/i860: bsd-gas.h bsd.h fx2800.h i860.c i860.h 
	                          i860.md mach.h paragon.h sysv3.h 
	                          sysv4.h t-fx2800 x-fx2800 x-sysv3 
	                          x-sysv4 xm-fx2800.h xm-i860.h 
	gnu/egcs/gcc/config/i960: i960-coff.h i960.c i960.h i960.md 
	                          rtems.h t-960bare t-vxworks960 
	                          vx960-coff.h vx960.h xm-i960.h 
	gnu/egcs/gcc/config/m32r: initfini.c m32r.c m32r.h m32r.md 
	                          t-m32r xm-m32r.h 
	gnu/egcs/gcc/config/m68k: 3b1.h 3b1g.h a-ux.h altos3068.h amix.h 
	                          apollo68.h atari.h aux-crt1.c 
	                          aux-crt2.asm aux-crtn.asm aux-exit.c 
	                          aux-low.gld aux-mcount.c auxas.h 
	                          auxgas.h auxgld.h auxld.h ccur-GAS.h 
	                          coff.h crds.h ctix.h dpx2.h dpx2.ifile 
	                          dpx2cdbx.h dpx2g.h fpgnulib.c hp2bsd.h 
	                          hp310.h hp310g.h hp320.h hp320g.h 
	                          hp3bsd.h hp3bsd44.h hpux7.h isi-nfp.h 
	                          isi.h lb1sf68.asm linux-aout.h linux.h 
	                          lynx-ng.h lynx.h m68020-elf.h 
	                          m68k-aout.h m68k-coff.h m68k-none.h 
	                          m68k-psos.h m68k.c m68k.h m68k.md 
	                          m68kelf.h m68kemb.h m68kv4.h 
	                          mot3300-crt0.S mot3300.h 
	                          mot3300Mcrt0.S netbsd.h news.h news3.h 
	                          news3gas.h newsgas.h next.h next21.h 
	                          openbsd.h openbsdelf.h pbb.h plexus.h 
	                          rtems.h sgs.h sun2.h sun2o4.h sun3.h 
	                          sun3mach.h sun3n.h sun3n3.h sun3o3.h 
	                          t-aux t-linux t-linux-aout t-lynx 
	                          t-m68kbare t-m68kelf t-mot3300 
	                          t-mot3300-gald t-mot3300-gas 
	                          t-mot3300-gld t-next t-openbsd 
	                          t-vxworks68 tower-as.h tower.h 
	                          vxm68k.h x-alloca-c x-amix x-apollo68 
	                          x-ccur x-crds x-dpx2 x-hp2bsd x-hp320 
	                          x-hp320g x-mot3300 x-mot3300-gas 
	                          x-next x-tower xm-3b1.h xm-altos3068.h 
	                          xm-amix.h xm-atari.h xm-aux.h 
	                          xm-crds.h xm-hp320.h xm-linux.h 
	                          xm-lynx.h xm-m68k.h xm-m68kv.h 
	                          xm-mot3300.h xm-next.h xm-openbsd.h 
	                          xm-plexus.h xm-sun3.h xm-tower.h 
	gnu/egcs/gcc/config/m88k: dgux.h dgux.ld dguxbcs.h dolph.h 
	                          dolphin.ld luna.h m88k-aout.h 
	                          m88k-coff.h m88k-move.sh m88k.c m88k.h 
	                          m88k.md openbsd.h sysv3.h sysv4.h 
	                          t-bug t-dgux t-dgux-gas t-dguxbcs 
	                          t-luna t-luna-gas t-m88k t-m88k-gas 
	                          t-openbsd t-sysv4 tekXD88.h tekXD88.ld 
	                          x-dgux x-dguxbcs x-dolph x-sysv3 
	                          x-sysv4 x-tekXD88 xm-m88k.h 
	                          xm-openbsd.h xm-sysv3.h 
	gnu/egcs/gcc/config/mips: abi64.h bsd-4.h bsd-5.h cross64.h 
	                          dec-bsd.h dec-osf1.h ecoff.h ecoffl.h 
	                          elf.h elf64.h elfl.h elfl64.h 
	                          elflorion.h elforion.h gnu.h iris3.h 
	                          iris4.h iris4loser.h iris5.h 
	                          iris5gas.h iris6.h linux.h mips-5.h 
	                          mips.c mips.h mips.md mips16.S 
	                          netbsd.h news4.h news5.h nws3250v4.h 
	                          openbsd-be.h openbsd.h osfrose.h 
	                          r3900.h rtems64.h sni-gas.h sni-svr4.h 
	                          svr3-4.h svr3-5.h svr4-4.h svr4-5.h 
	                          svr4-t.h t-bsd t-bsd-gas t-cross64 
	                          t-ecoff t-elf t-iris6 t-mips 
	                          t-mips-gas t-osfrose t-r3900 t-svr3 
	                          t-svr3-gas t-svr4 t-svr4-gas t-ultrix 
	                          ultrix.h vxworks.h x-dec-osf1 x-iris 
	                          x-iris3 x-iris6 x-mips x-netbsd 
	                          x-nws3250v4 x-osfrose x-sni-svr4 
	                          x-sony x-sysv x-ultrix xm-iris3.h 
	                          xm-iris4.h xm-iris5.h xm-iris6.h 
	                          xm-mips.h xm-news.h xm-nws3250v4.h 
	                          xm-openbsd.h xm-sysv.h xm-sysv4.h 
	gnu/egcs/gcc/config/mn10200: divmod.c lib1funcs.asm mn10200.c 
	                             mn10200.h mn10200.md t-mn10200 
	                             udivmod.c udivmodsi4.c xm-mn10200.h 
	gnu/egcs/gcc/config/mn10300: mn10300.c mn10300.h mn10300.md 
	                             t-mn10300 xm-mn10300.h 
	gnu/egcs/gcc/config/msdos: configur.bat libgcc.mak mklibgcc.c 
	                           top.sed 
	gnu/egcs/gcc/config/ns32k: encore.h genix.h merlin.h netbsd.h 
	                           ns32k.c ns32k.h ns32k.md openbsd.h 
	                           pc532-mach.h pc532-min.h pc532.h 
	                           sequent.h tek6000.h tek6100.h 
	                           tek6200.h x-genix xm-genix.h 
	                           xm-netbsd.h xm-ns32k.h xm-openbsd.h 
	                           xm-pc532-min.h 
	gnu/egcs/gcc/config/pa: milli32.S milli64.S openbsd.h pa-gas.h 
	                        pa-hiux.h pa-hpux.h pa-hpux10.h 
	                        pa-hpux7.h pa-hpux9.h pa-oldas.h 
	                        pa-osf.h pa-pro-end.h pa-pro.h pa.c pa.h 
	                        pa.md pa1.h rtems.h t-dce-thr t-openbsd 
	                        t-pa t-pro x-pa x-pa-hpux xm-openbsd.h 
	                        xm-pa.h xm-pahpux.h xm-papro.h 
	gnu/egcs/gcc/config/pdp11: 2bsd.h pdp11.c pdp11.h pdp11.md 
	                           t-pdp11 xm-pdp11.h 
	gnu/egcs/gcc/config/pyr: pyr.c pyr.h pyr.md x-pyr xm-pyr.h 
	gnu/egcs/gcc/config/romp: romp.c romp.h romp.md x-mach x-romp 
	                          xm-romp.h 
	gnu/egcs/gcc/config/rs6000: aix31.h aix3newas.h aix41.h aix43.h 
	                            beos.h cygwin.h eabi-ci.asm 
	                            eabi-cn.asm eabi-ctors.c eabi.asm 
	                            eabi.h eabiaix.h eabile.h 
	                            eabilesim.h eabisim.h linux.h lynx.h 
	                            mach.h milli.exp netware.h nt-ci.asm 
	                            nt-cn.asm ntstack.asm openbsd.h 
	                            rs6000.c rs6000.h rs6000.md rtems.h 
	                            sol-c0.c sol-ci.asm sol-cn.asm 
	                            sol2.h sysv4.h sysv4le.h t-aix43 
	                            t-beos t-newas t-openbsd t-ppc 
	                            t-ppccomm t-ppcgas t-ppcos t-rs6000 
	                            t-winnt t-xnewas t-xrs6000 tramp.asm 
	                            vxppc.h win-nt.h x-aix31 x-aix41 
	                            x-aix41-gld x-aix43 x-beos x-cygwin 
	                            x-lynx x-mach x-rs6000 x-sysv4 
	                            xm-beos.h xm-cygwin.h xm-lynx.h 
	                            xm-mach.h xm-openbsd.h xm-rs6000.h 
	                            xm-sysv4.h 
	gnu/egcs/gcc/config/sh: elf.h lib1funcs.asm rtems.h rtemself.h 
	                        sh.c sh.h sh.md t-sh xm-sh.h 
	gnu/egcs/gcc/config/sparc: aout.h bsd.h elf.h gmon-sol2.c hal.h 
	                           lb1spc.asm lb1spl.asm linux-aout.h 
	                           linux.h linux64.h lite.h litecoff.h 
	                           lynx-ng.h lynx.h netbsd.h openbsd.h 
	                           openbsd64.h pbd.h rtems.h sol2-c1.asm 
	                           sol2-ci.asm sol2-cn.asm sol2-g1.asm 
	                           sol2-sld-64.h sol2-sld.h sol2.h 
	                           sp64-aout.h sp64-elf.h sparc.c 
	                           sparc.h sparc.md splet.h sun4gas.h 
	                           sun4o3.h sunos4.h sysv4.h t-elf 
	                           t-halos t-linux64 t-openbsd t-sol2 
	                           t-sol2-64 t-sp64 t-sparcbare 
	                           t-sparclite t-splet t-sunos40 
	                           t-sunos41 t-vxsparc vxsim.h vxsparc.h 
	                           x-sysv4 xm-linux.h xm-lynx.h 
	                           xm-openbsd.h xm-openbsd64.h xm-pbd.h 
	                           xm-sol2.h xm-sp64.h xm-sparc.h 
	                           xm-sysv4-64.h xm-sysv4.h 
	gnu/egcs/gcc/config/spur: spur.c spur.h spur.md xm-spur.h 
	gnu/egcs/gcc/config/tahoe: harris.h tahoe.c tahoe.h tahoe.md 
	                           xm-tahoe.h 
	gnu/egcs/gcc/config/v850: lib1funcs.asm t-v850 v850.c v850.h 
	                          v850.md xm-v850.h 
	gnu/egcs/gcc/config/vax: netbsd.h openbsd.h openbsdelf.h 
	                         t-openbsd ultrix.h vax.c vax.h vax.md 
	                         vaxv.h vms.h x-vax xm-openbsd.h 
	                         xm-vax.h xm-vaxv.h xm-vms.h 
	gnu/egcs/gcc/config/we32k: we32k.c we32k.h we32k.md x-we32k 
	                           xm-we32k.h 
	gnu/egcs/gcc/config/winnt: config-nt.bat config-nt.sed dirent.c 
	                           dirent.h fixinc-nt.c headers.mak ld.c 
	                           libgcc.mak mklibgcc.c oldnames.c 
	                           spawnv.c win-nt.h x-winnt xm-winnt.h 
	gnu/egcs/gcc/cp: ChangeLog ChangeLog.1 ChangeLog.egcs 
	                 Make-lang.in Makefile.in NEWS call.c class.c 
	                 config-lang.in cp-tree.def cp-tree.h cvt.c 
	                 decl.c decl.h decl2.c errfn.c error.c except.c 
	                 exception.cc expr.c friend.c g++.1 g++spec.c 
	                 gxx.gperf gxxint.texi hash.h init.c input.c 
	                 lang-options.h lang-specs.h lex.c lex.h 
	                 method.c mpw-config.in mpw-make.sed new.cc 
	                 new1.cc new2.cc parse.y pt.c ptree.c repo.c 
	                 rtti.c search.c semantics.c sig.c spew.c 
	                 tinfo.cc tinfo.h tinfo2.cc tree.c typeck.c 
	                 typeck2.c xref.c 
	gnu/egcs/gcc/cp/inc: exception new new.h typeinfo 
	gnu/egcs/gcc/f : BUGS ChangeLog ChangeLog.0 INSTALL Make-lang.in 
	                 Makefile.in NEWS README RELEASE-PREP ansify.c 
	                 assert.j bad.c bad.def bad.h bit.c bit.h 
	                 bld-op.def bld.c bld.h bugs.texi bugs0.texi 
	                 com-rt.def com.c com.h config-lang.in config.j 
	                 convert.j data.c data.h equiv.c equiv.h expr.c 
	                 expr.h ffe.texi fini.c flags.j g77.1 g77.texi 
	                 g77install.texi g77spec.c glimits.j global.c 
	                 global.h hconfig.j implic.c implic.h info-b.def 
	                 info-k.def info-w.def info.c info.h input.j 
	                 install0.texi intdoc.c intdoc.in intdoc.texi 
	                 intrin.c intrin.def intrin.h lab.c lab.h 
	                 lang-options.h lang-specs.h lex.c lex.h 
	                 malloc.c malloc.h name.c name.h news.texi 
	                 news0.texi output.j parse.c proj.c proj.h 
	                 root.texi rtl.j src.c src.h st.c st.h sta.c 
	                 sta.h stb.c stb.h stc.c stc.h std.c std.h ste.c 
	                 ste.h storag.c storag.h stp.c stp.h str-1t.fin 
	                 str-2t.fin str-fo.fin str-io.fin str-nq.fin 
	                 str-op.fin str-ot.fin str.c str.h sts.c sts.h 
	                 stt.c stt.h stu.c stu.h stv.c stv.h stw.c stw.h 
	                 symbol.c symbol.def symbol.h system.j target.c 
	                 target.h tconfig.j tm.j top.c top.h toplev.j 
	                 tree.j type.c type.h version.c version.h 
	                 where.c where.h 
	gnu/egcs/gcc/fixinc: Makefile.in README fixinc.dgux 
	                     fixinc.interix fixinc.irix fixinc.ptx 
	                     fixinc.sco fixinc.svr4 fixinc.winnt 
	                     fixinc.wrap fixinc.x86-linux-gnu fixincl.c 
	                     fixincl.sh fixincl.tpl fixincl.x genfixes 
	                     gnu-regex.c gnu-regex.h hackshell.tpl 
	                     inclhack.def inclhack.sh inclhack.tpl 
	                     mkfixinc.sh procopen.c server.c server.h 
	gnu/egcs/gcc/ginclude: iso646.h math-3300.h math-68881.h 
	                       ppc-asm.h proto.h stdarg.h stdbool.h 
	                       stddef.h va-alpha.h va-arc.h va-c4x.h 
	                       va-clipper.h va-h8300.h va-i860.h 
	                       va-i960.h va-m32r.h va-m88k.h va-mips.h 
	                       va-mn10200.h va-mn10300.h va-pa.h 
	                       va-ppc.h va-pyr.h va-sh.h va-sparc.h 
	                       va-spur.h va-v850.h varargs.h 
	gnu/egcs/gcc/intl: ChangeLog Makefile.in VERSION bindtextdom.c 
	                   cat-compat.c dcgettext.c dgettext.c 
	                   explodename.c finddomain.c gettext.c 
	                   gettext.h gettextP.h hash-string.h 
	                   intl-compat.c l10nflist.c libgettext.h 
	                   linux-msg.sed loadinfo.h loadmsgcat.c 
	                   localealias.c po2tbl.sed.in textdomain.c 
	                   xopen-msg.sed 
	gnu/egcs/gcc/java: ChangeLog Make-lang.in Makefile.in buffer.c 
	                   buffer.h check-init.c class.c config-lang.in 
	                   constants.c convert.h decl.c except.c expr.c 
	                   gjavah.c java-except.h java-opcodes.h 
	                   java-tree.def java-tree.h javaop.def javaop.h 
	                   jcf-depend.c jcf-dump.c jcf-io.c jcf-parse.c 
	                   jcf-path.c jcf-reader.c jcf-write.c jcf.h 
	                   jv-scan.c jvgenmain.c jvspec.c keyword.gperf 
	                   keyword.h lang-options.h lang-specs.h lang.c 
	                   lex.c lex.h mangle.c parse-scan.c 
	                   parse-scan.y parse.c parse.h parse.y typeck.c 
	                   verify.c xref.c xref.h zextract.c zipfile.h 
	gnu/egcs/gcc/objc: Make-lang.in Makefile.in README 
	                   config-lang.in lang-specs.h objc-act.c 
	                   objc-act.h objc-tree.def objc.gperf 
	gnu/egcs/gcc/po: ChangeLog Makefile.in.in POTFILES.in en_UK.po 
	                 gcc.pot 
	gnu/egcs/gcc/testsuite: ChangeLog README README.g++ README.gcc 
	gnu/egcs/gcc/testsuite/config: default.exp 
	gnu/egcs/gcc/testsuite/g++.dg/special: conpr-1.C conpr-2.C 
	                                       conpr-2a.C conpr-3.C 
	                                       conpr-3a.C conpr-3b.C 
	                                       ecos.exp 
	gnu/egcs/gcc/testsuite/g++.old-deja: Makefile.in configure.in 
	                                     old-deja.exp 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.benjamin: .cvsignore 
	                                                  13478.C 
	                                                  13523.C 
	                                                  13908.C 
	                                                  14139.C 
	                                                  14664-1.C 
	                                                  14664-2.C 
	                                                  14687.C 
	                                                  15054.C 
	                                                  15071.C 
	                                                  15309-1.C 
	                                                  15309-2.C 
	                                                  15351-1.C 
	                                                  15351-2.C 
	                                                  15756-1.C 
	                                                  15756-2.C 
	                                                  15799.C 
	                                                  15800-1.C 
	                                                  15800-2.C 
	                                                  15822.C 
	                                                  16077.C 
	                                                  16567.C 
	                                                  17922.C 
	                                                  17930.C 
	                                                  18208.C 
	                                                  bool01.C 
	                                                  bool02.C 
	                                                  friend01.C 
	                                                  friend02.C 
	                                                  p12475.C 
	                                                  p13417.C 
	                                                  p13721.C 
	                                                  scope01.C 
	                                                  scope02.C 
	                                                  tem01.C 
	                                                  tem02.C 
	                                                  tem03.C 
	                                                  tem04.C 
	                                                  tem05.C 
	                                                  tem06.C 
	                                                  tem07.C 
	                                                  typedef01.C 
	                                                  typedef03.C 
	                                                  typeid01.C 
	                                                  warn01.C 
	                                                  warn02.C 
	                                                  warn03.C 
	                                                  warn04.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.bob: array1.C array2.C 
	                                             case1.C cond1.C 
	                                             delete1.C 
	                                             extern_C.C 
	                                             friend1.C 
	                                             incomplete-cast1.C 
	                                             inherit1.C 
	                                             inherit2.C 
	                                             nested1.C packed1.C 
	                                             protected1.C 
	                                             static1.C 
	                                             template1.C 
	                                             template2.C 
	                                             template3.C 
	                                             template4.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.brendan: README 
	                                                 abstract1.C 
	                                                 access1.C 
	                                                 alignof.C 
	                                                 ambiguity1.C 
	                                                 anon-union1.C 
	                                                 arm1.C arm2.C 
	                                                 arm3.C 
	                                                 array-refs.C 
	                                                 array1.C 
	                                                 asm-extn1.C 
	                                                 bit-fields1.C 
	                                                 bit-fields2.C 
	                                                 bool1.C 
	                                                 code-gen1.C 
	                                                 code-gen2.C 
	                                                 code-gen3.C 
	                                                 code-gen4.C 
	                                                 code-gen5.C 
	                                                 code-gen6.C 
	                                                 complex1.C 
	                                                 copy1.C copy2.C 
	                                                 copy3.C copy4.C 
	                                                 copy5.C copy6.C 
	                                                 copy7.C copy8.C 
	                                                 copy9.C 
	                                                 crash1.C 
	                                                 crash10.C 
	                                                 crash11.C 
	                                                 crash12.C 
	                                                 crash13.C 
	                                                 crash14.C 
	                                                 crash15.C 
	                                                 crash16.C 
	                                                 crash17.C 
	                                                 crash18.C 
	                                                 crash19.C 
	                                                 crash2.C 
	                                                 crash20.C 
	                                                 crash22.C 
	                                                 crash23.C 
	                                                 crash24.C 
	                                                 crash25.C 
	                                                 crash26.C 
	                                                 crash27.C 
	                                                 crash28.C 
	                                                 crash29.C 
	                                                 crash3.C 
	                                                 crash30.C 
	                                                 crash31.C 
	                                                 crash32.C 
	                                                 crash33.C 
	                                                 crash34.C 
	                                                 crash35.C 
	                                                 crash36.C 
	                                                 crash37.C 
	                                                 crash38.C 
	                                                 crash39.C 
	                                                 crash4.C 
	                                                 crash40.C 
	                                                 crash41.C 
	                                                 crash42.C 
	                                                 crash43.C 
	                                                 crash44.C 
	                                                 crash45.C 
	                                                 crash46.C 
	                                                 crash47.C 
	                                                 crash48.C 
	                                                 crash49.C 
	                                                 crash5.C 
	                                                 crash50.C 
	                                                 crash51.C 
	                                                 crash52.C 
	                                                 crash53.C 
	                                                 crash54.C 
	                                                 crash55.C 
	                                                 crash56.C 
	                                                 crash57.C 
	                                                 crash58.C 
	                                                 crash59.C 
	                                                 crash6.C 
	                                                 crash60.C 
	                                                 crash61.C 
	                                                 crash62.C 
	                                                 crash63.C 
	                                                 crash64.C 
	                                                 crash65.C 
	                                                 crash66.C 
	                                                 crash67.C 
	                                                 crash68.C 
	                                                 crash7.C 
	                                                 crash8.C 
	                                                 crash9.C 
	                                                 ctors1.C 
	                                                 ctors2.C 
	                                                 ctors3.C cvt1.C 
	                                                 cvt2.C cvt3.C 
	                                                 cvt4.C cvt5.C 
	                                                 def-args1.C 
	                                                 def-fns1.C 
	                                                 delete1.C 
	                                                 delete2.C 
	                                                 dtors1.C 
	                                                 dtors2.C 
	                                                 dtors3.C eh1.C 
	                                                 enum-clash.C 
	                                                 enum1.C 
	                                                 enum10.C 
	                                                 enum11.C 
	                                                 enum12.C 
	                                                 enum13.C 
	                                                 enum14.C 
	                                                 enum2.C enum3.C 
	                                                 enum4.C enum5.C 
	                                                 enum6.C enum7.C 
	                                                 enum8.C enum9.C 
	                                                 err-msg1.C 
	                                                 err-msg10.C 
	                                                 err-msg11.C 
	                                                 err-msg12.C 
	                                                 err-msg2.C 
	                                                 err-msg3.C 
	                                                 err-msg4.C 
	                                                 err-msg5.C 
	                                                 err-msg6.C 
	                                                 err-msg7.C 
	                                                 err-msg8.C 
	                                                 err-msg9.C 
	                                                 explicit1.C 
	                                                 friend1.C 
	                                                 friend2.C 
	                                                 friend3.C 
	                                                 friend4.C 
	                                                 groff1.C 
	                                                 init1.C 
	                                                 init10.C 
	                                                 init11.C 
	                                                 init12.C 
	                                                 init13.C 
	                                                 init2.C init3.C 
	                                                 init4.C init5.C 
	                                                 init6.C init7.C 
	                                                 init8.C init9.C 
	                                                 label1.C 
	                                                 label2.C 
	                                                 line1.C misc1.C 
	                                                 misc10.C 
	                                                 misc11.C 
	                                                 misc12.C 
	                                                 misc13.C 
	                                                 misc14.C 
	                                                 misc15.C 
	                                                 misc16.C 
	                                                 misc17.C 
	                                                 misc2.C misc3.C 
	                                                 misc4.C misc5.C 
	                                                 misc6.C misc7.C 
	                                                 misc8.C misc9.C 
	                                                 mutable1.C 
	                                                 nest1.C 
	                                                 nest10.C 
	                                                 nest11.C 
	                                                 nest12.C 
	                                                 nest13.C 
	                                                 nest15.C 
	                                                 nest16.C 
	                                                 nest17.C 
	                                                 nest18.C 
	                                                 nest19.C 
	                                                 nest2.C 
	                                                 nest20.C 
	                                                 nest21.C 
	                                                 nest22.C 
	                                                 nest23.C 
	                                                 nest24.C 
	                                                 nest3.C nest4.C 
	                                                 new-array.C 
	                                                 new1.C new2.C 
	                                                 new3.C ns1.C 
	                                                 operators1.C 
	                                                 operators2.C 
	                                                 operators3.C 
	                                                 operators4.C 
	                                                 operators5.C 
	                                                 operators6.C 
	                                                 operators7.C 
	                                                 operators8.C 
	                                                 overload1.C 
	                                                 overload10.C 
	                                                 overload11.C 
	                                                 overload2.C 
	                                                 overload3.C 
	                                                 overload4.C 
	                                                 overload5.C 
	                                                 overload6.C 
	                                                 overload7.C 
	                                                 overload8.C 
	                                                 overload9.C 
	                                                 parse1.C 
	                                                 parse2.C 
	                                                 parse3.C 
	                                                 parse4.C 
	                                                 parse5.C 
	                                                 parse6.C 
	                                                 prepost1.C 
	                                                 prepost2.C 
	                                                 prepost3.C 
	                                                 prepost4.C 
	                                                 ptolemy1.C 
	                                                 ptolemy2.C 
	                                                 ptrmem1.C 
	                                                 ptrmem2.C 
	                                                 ptrmem3.C 
	                                                 ptrmem4.C 
	                                                 recurse.C 
	                                                 redecl1.C 
	                                                 redecl2.C 
	                                                 redecl3.C 
	                                                 reference1.C 
	                                                 rtti1.C 
	                                                 scope1.C 
	                                                 scope2.C 
	                                                 scope3.C 
	                                                 scope4.C 
	                                                 scope5.C 
	                                                 shadow1.C 
	                                                 sizeof1.C 
	                                                 sizeof2.C 
	                                                 sizeof3.C 
	                                                 sizeof4.C 
	                                                 sizeof5.C 
	                                                 sorry1.C 
	                                                 static1.C 
	                                                 static2.C 
	                                                 static3.C 
	                                                 synth1.C 
	                                                 template1.C 
	                                                 template11.C 
	                                                 template12.C 
	                                                 template13.C 
	                                                 template15.C 
	                                                 template16.C 
	                                                 template17.C 
	                                                 template18.C 
	                                                 template19.C 
	                                                 template2.C 
	                                                 template20.C 
	                                                 template21.C 
	                                                 template22.C 
	                                                 template23.C 
	                                                 template24.C 
	                                                 template25.C 
	                                                 template26.C 
	                                                 template27.C 
	                                                 template28.C 
	                                                 template29.C 
	                                                 template3.C 
	                                                 template30.C 
	                                                 template31.C 
	                                                 template4.C 
	                                                 template5.C 
	                                                 template6.C 
	                                                 template7.C 
	                                                 template8.C 
	                                                 template9.C 
	                                                 temporary1.C 
	                                                 typedef1.C 
	                                                 union1.C 
	                                                 union2.C 
	                                                 union3.C 
	                                                 visibility1.C 
	                                                 visibility10.C 
	                                                 visibility2.C 
	                                                 visibility3.C 
	                                                 visibility4.C 
	                                                 visibility5.C 
	                                                 visibility6.C 
	                                                 visibility7.C 
	                                                 visibility8.C 
	                                                 visibility9.C 
	                                                 vtables1.C 
	                                                 warnings1.C 
	                                                 warnings10.C 
	                                                 warnings2.C 
	                                                 warnings3.C 
	                                                 warnings4.C 
	                                                 warnings5.C 
	                                                 warnings6.C 
	                                                 warnings7.C 
	                                                 warnings8.C 
	                                                 warnings9.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.bugs: 891229_02.C 
	                                              891230_01.C 
	                                              900107_01.C 
	                                              900119_01.C 
	                                              900121_01.C 
	                                              900121_02.C 
	                                              900121_05.C 
	                                              900127_01.C 
	                                              900127_02.C 
	                                              900205_02.C 
	                                              900205_03.C 
	                                              900205_04.C 
	                                              900207_03.C 
	                                              900208_02.C 
	                                              900208_03.C 
	                                              900208_04.C 
	                                              900209_01.C 
	                                              900210_01.C 
	                                              900210_02.C 
	                                              900210_03.C 
	                                              900210_05.C 
	                                              900210_06.C 
	                                              900210_07.C 
	                                              900210_08.C 
	                                              900210_09.C 
	                                              900210_10.C 
	                                              900211_01.C 
	                                              900211_02.C 
	                                              900211_03.C 
	                                              900211_04.C 
	                                              900212_01.C 
	                                              900212_02.C 
	                                              900212_03.C 
	                                              900213_01.C 
	                                              900213_02.C 
	                                              900213_03.C 
	                                              900214_01.C 
	                                              900215_01.C 
	                                              900215_02.C 
	                                              900220_01.C 
	                                              900220_02.C 
	                                              900220_03.C 
	                                              900221_01.C 
	                                              900227_01.C 
	                                              900321_01.C 
	                                              900321_02.C 
	                                              900321_04.C 
	                                              900321_05.C 
	                                              900322_01.C 
	                                              900324_02.C 
	                                              900324_03.C 
	                                              900324_04.C 
	                                              900324_05.C 
	                                              900324_06.C 
	                                              900325_01.C 
	                                              900330_01.C 
	                                              900330_02.C 
	                                              900331_02.C 
	                                              900331_03.C 
	                                              900331_04.C 
	                                              900401_01.C 
	                                              900402_01.C 
	                                              900402_02.C 
	                                              900403_01.C 
	                                              900403_04.C 
	                                              900404_01.C 
	                                              900404_02.C 
	                                              900404_03.C 
	                                              900404_04.C 
	                                              900404_07.C 
	                                              900405_01.C 
	                                              900406_01.C 
	                                              900406_02.C 
	                                              900407_01.C 
	                                              900407_02.C 
	                                              900428_01.C 
	                                              900428_02.C 
	                                              900428_03.C 
	                                              900511_01.C 
	                                              900511_02.C 
	                                              900511_03.C 
	                                              900514_03.C 
	                                              900519_01.C 
	                                              900519_02.C 
	                                              900519_03.C 
	                                              900519_04.C 
	                                              900519_05.C 
	                                              900519_06.C 
	                                              900519_07.C 
	                                              900519_09.C 
	                                              900519_12.C 
	                                              900519_13.C 
	                                              900520_02.C 
	                                              900520_03.C 
	                                              900520_04.C 
	                                              900520_05.C 
	                                              900520_06.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.eh: cleanup1.C ctor1.C 
	                                            flow1.C new1.C 
	                                            new2.C pdel1.C 
	                                            pdel2.C ptr1.C 
	                                            rethrow1.C 
	                                            rethrow2.C 
	                                            rethrow3.C 
	                                            rethrow4.C 
	                                            rethrow5.C spec1.C 
	                                            spec2.C spec3.C 
	                                            spec4.C spec5.C 
	                                            spec6.C throw1.C 
	                                            throw2.C tmpl1.C 
	                                            tmpl2.C tmpl3.C 
	                                            unwind1.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.ext: addrfunc1.C 
	                                             addrfunc2.C 
	                                             addrfunc3.C 
	                                             array1.C array2.C 
	                                             arrnew.C arrnew2.C 
	                                             attrib1.C attrib2.C 
	                                             attrib3.C attrib4.C 
	                                             attrib5.C bound1.C 
	                                             constructor.C 
	                                             default.C 
	                                             implicit1.C jump1.C 
	                                             memconst.C null1.C 
	                                             pretty.C typeof1.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.gb: README scope01.C 
	                                            scope02.C scope03.C 
	                                            scope04.C scope05.C 
	                                            scope06.C scope07.C 
	                                            scope08.C scope09.C 
	                                            scope10.C scope11.C 
	                                            scope12.C scope13.C 
	                                            sig01.C sig02.C 
	                                            sig03.C sig04.C 
	                                            sig05.C sig06.C 
	                                            sig07.C sig08.C 
	                                            sig09.C sig10.C 
	                                            sig11.C sig12.C 
	                                            sig13.C sig14.C 
	                                            sig15.C sig16.C 
	                                            sig17.C sig18.C 
	                                            sig19.C sig20.C 
	                                            sig21.C sig22.C 
	                                            sig23.C sig24.C 
	                                            sig25.C sig26.C 
	                                            sig27.C sig28.C 
	                                            sig29.C sig30.C 
	                                            sig31.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.jason: 2371.C 3523.C 
	                                               access1.C 
	                                               access10.C 
	                                               access11.C 
	                                               access12.C 
	                                               access13.C 
	                                               access14.C 
	                                               access15.C 
	                                               access16.C 
	                                               access17.C 
	                                               access18.C 
	                                               access2.C 
	                                               access20.C 
	                                               access21.C 
	                                               access22.C 
	                                               access23.C 
	                                               access24.C 
	                                               access3.C 
	                                               access4.C 
	                                               access5.C 
	                                               access6.C 
	                                               access7.C 
	                                               access8.C 
	                                               access9.C 
	                                               aggregate.C 
	                                               ambig1.C ambig2.C 
	                                               ambig3.C anon.C 
	                                               anon2.C anon3.C 
	                                               anon4.C binding.C 
	                                               binding2.C 
	                                               binding3.C bool.C 
	                                               bool2.C bool3.C 
	                                               bool4.C bool5.C 
	                                               bool6.C bool7.C 
	                                               builtin.C 
	                                               builtin2.C 
	                                               byval.C byval2.C 
	                                               byval3.C 
	                                               c-inline.C c2.C 
	                                               cast1.C cast2.C 
	                                               cast3.C cleanup.C 
	                                               cleanup2.C 
	                                               complete1.C 
	                                               cond.C cond2.C 
	                                               condexp.C const.C 
	                                               const2.C const3.C 
	                                               const4.C 
	                                               context.C 
	                                               conversion.C 
	                                               conversion10.C 
	                                               conversion11.C 
	                                               conversion2.C 
	                                               conversion3.C 
	                                               conversion4.C 
	                                               conversion5.C 
	                                               conversion6.C 
	                                               conversion7.C 
	                                               conversion8.C 
	                                               conversion9.C 
	                                               crash1.C 
	                                               crash10.C 
	                                               crash11.C 
	                                               crash12.C 
	                                               crash3.C crash4.C 
	                                               crash5.C crash6.C 
	                                               crash7.C crash8.C 
	                                               crash9.C ctor1.C 
	                                               ctor2.C dcast1.C 
	                                               dcast2.C dcast3.C 
	                                               default1.C 
	                                               default2.C 
	                                               default3.C 
	                                               defctor.C 
	                                               delete1.C 
	                                               delete2.C 
	                                               delete3.C 
	                                               destruct.C 
	                                               destruct2.C 
	                                               destruct3.C 
	                                               destruct4.C dot.C 
	                                               dtor.C dtor2.C 
	                                               dtor3.C dtor4.C 
	                                               dtor5.C enum.C 
	                                               enum2.C enum3.C 
	                                               enum4.C enum5.C 
	                                               enum6.C enum7.C 
	                                               enum8.C 
	                                               explicit.C 
	                                               expr1.C friend.C 
	                                               friend2.C 
	                                               groff1.C hmc1.C 
	                                               incomplete1.C 
	                                               incomplete2.C 
	                                               init.C init2.C 
	                                               init3.C init4.C 
	                                               inline.C 
	                                               inline2.C 
	                                               inline3.C jump.C 
	                                               lex1.C lineno.C 
	                                               lineno2.C 
	                                               lineno3.C 
	                                               lineno4.C 
	                                               lineno5.C local.C 
	                                               lookup.C 
	                                               lookup2.C 
	                                               lookup3.C 
	                                               loverload.C 
	                                               loverload3.C 
	                                               loverload4.C 
	                                               lvalue.C 
	                                               lvalue2.C 
	                                               lvalue3.C 
	                                               lvalue4.C 
	                                               mangle1.C 
	                                               mangle2.C 
	                                               mangle3.C 
	                                               member.C method.C 
	                                               mi.C mutable1.C 
	                                               nested1.C 
	                                               nested2.C 
	                                               nested4.C 
	                                               nested5.C 
	                                               nested6.C 
	                                               nested7.C 
	                                               nested8.C net.C 
	                                               net2.C new.C 
	                                               new2.C new3.C 
	                                               new4.C new5.C 
	                                               offset1.C 
	                                               offset2.C 
	                                               offset3.C 
	                                               offset4.C opeq.C 
	                                               opeq2.C opeq3.C 
	                                               opeq4.C opeq5.C 
	                                               opeq6.C 
	                                               operator.C 
	                                               operator2.C 
	                                               opover.C 
	                                               optimize.C 
	                                               optimize2.C 
	                                               overload.C 
	                                               overload1.C 
	                                               overload10.C 
	                                               overload11.C 
	                                               overload12.C 
	                                               overload13.C 
	                                               overload14.C 
	                                               overload15.C 
	                                               overload16.C 
	                                               overload17.C 
	                                               overload18.C 
	                                               overload19.C 
	                                               overload2.C 
	                                               overload20.C 
	                                               overload21.C 
	                                               overload22.C 
	                                               overload23.C 
	                                               overload24.C 
	                                               overload26.C 
	                                               overload27.C 
	                                               overload28.C 
	                                               overload29.C 
	                                               overload3.C 
	                                               overload30.C 
	                                               overload31.C 
	                                               overload32.C 
	                                               overload33.C 
	                                               overload34.C 
	                                               overload35.C 
	                                               overload36.C 
	                                               overload4.C 
	                                               overload5.C 
	                                               overload6.C 
	                                               overload7.C 
	                                               overload8.C 
	                                               overload9.C 
	                                               parse1.C 
	                                               parse10.C 
	                                               parse11.C 
	                                               parse12.C 
	                                               parse13.C 
	                                               parse14.C 
	                                               parse2.C parse3.C 
	                                               parse4.C parse5.C 
	                                               parse6.C parse7.C 
	                                               parse8.C parse9.C 
	                                               pmem.C pmem2.C 
	                                               pmem3.C pmem4.C 
	                                               pmf.C pmf2.C 
	                                               pmf3.C pmf4.C 
	                                               pmf5.C pmf6.C 
	                                               pmf7.C pmf8.C 
	                                               pmf9.C pmftemp.C 
	                                               precedence.C 
	                                               redecl1.C ref1.C 
	                                               ref10.C ref11.C 
	                                               ref12.C ref2.C 
	                                               ref3.C ref4.C 
	                                               ref5.C ref6.C 
	                                               ref7.C ref8.C 
	                                               ref9.C report.C 
	                                               return.C 
	                                               return2.C 
	                                               return3.C rfg1.C 
	                                               rfg10.C rfg11.C 
	                                               rfg12.C rfg13.C 
	                                               rfg14.C rfg16.C 
	                                               rfg17.C rfg18.C 
	                                               rfg2.C rfg20.C 
	                                               rfg21.C rfg22.C 
	                                               rfg23.C rfg24.C 
	                                               rfg25.C rfg26.C 
	                                               rfg27.C rfg28.C 
	                                               rfg3.C rfg4.C 
	                                               rfg5.C rfg6.C 
	                                               rfg7.C rfg8.C 
	                                               rfg9.C rvalue1.C 
	                                               rvalue2.C 
	                                               rvalue3.C 
	                                               scoping.C 
	                                               scoping10.C 
	                                               scoping11.C 
	                                               scoping12.C 
	                                               scoping13.C 
	                                               scoping14.C 
	                                               scoping15.C 
	                                               scoping16.C 
	                                               scoping17.C 
	                                               scoping2.C 
	                                               scoping3.C 
	                                               scoping4.C 
	                                               scoping5.C 
	                                               scoping6.C 
	                                               scoping7.C 
	                                               scoping8.C 
	                                               scoping9.C 
	                                               shadow1.C 
	                                               soverload.C 
	                                               special.C 
	                                               static1.C synth.C 
	                                               synth10.C 
	                                               synth2.C synth3.C 
	                                               synth4.C synth5.C 
	                                               synth6.C synth7.C 
	                                               synth8.C synth9.C 
	                                               tempargs.C 
	                                               tempcons.C 
	                                               tempdest.C 
	                                               tempinst1.C 
	                                               template1.C 
	                                               template10.C 
	                                               template11.C 
	                                               template12.C 
	                                               template13.C 
	                                               template14.C 
	                                               template15.C 
	                                               template16.C 
	                                               template17.C 
	                                               template18.C 
	                                               template19.C 
	                                               template2.C 
	                                               template20.C 
	                                               template21.C 
	                                               template22.C 
	                                               template23.C 
	                                               template24.C 
	                                               template25.C 
	                                               template26.C 
	                                               template27.C 
	                                               template28.C 
	                                               template29.C 
	                                               template3.C 
	                                               template30.C 
	                                               template31.C 
	                                               template32.C 
	                                               template33.C 
	                                               template34.C 
	                                               template35.C 
	                                               template36.C 
	                                               template37.C 
	                                               template38.C 
	                                               template39.C 
	                                               template4.C 
	                                               template40.C 
	                                               template41.C 
	                                               template42.C 
	                                               template43.C 
	                                               template44.C 
	                                               template5.C 
	                                               template6.C 
	                                               template7.C 
	                                               template8.C 
	                                               template9.C 
	                                               temporary.C 
	                                               temporary2.C 
	                                               temporary3.C 
	                                               temporary4.C 
	                                               temporary5.C 
	                                               temporary6.C 
	                                               temporary7.C 
	                                               temporary8.C 
	                                               tempover.C 
	                                               tempparse.C 
	                                               tempsub.C this.C 
	                                               thunk1.C thunk2.C 
	                                               thunk3.C tpt-1.cc 
	                                               tredecl.C 
	                                               tredecl2.C 
	                                               tredecl3.C 
	                                               tredecl4.C 
	                                               trivial.C 
	                                               typeck.C 
	                                               typedef.C 
	                                               typedef2.C 
	                                               typedef3.C 
	                                               typeid1.C 
	                                               typeid2.C union.C 
	                                               vecdel.C 
	                                               virtual.C 
	                                               virtual2.C 
	                                               warning1.C 
	                                               warning10.C 
	                                               warning2.C 
	                                               warning3.C 
	                                               warning4.C 
	                                               warning5.C 
	                                               warning6.C 
	                                               warning7.C 
	                                               warning8.C 
	                                               warning9.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.law: access1.C access2.C 
	                                             access3.C access4.C 
	                                             access5.C arg1.C 
	                                             arg10.C arg11.C 
	                                             arg2.C arg3.C 
	                                             arg4.C arg5.C 
	                                             arg6.C arg7.C 
	                                             arg8.C arg9.C 
	                                             arm1.C arm10.C 
	                                             arm11.C arm12.C 
	                                             arm13.C arm14.C 
	                                             arm15.C arm16.C 
	                                             arm2.C arm3.C 
	                                             arm4.C arm5.C 
	                                             arm6.C arm7.C 
	                                             arm8.C arm9.C 
	                                             array1.C array2.C 
	                                             bad-error1.C 
	                                             bad-error3.C 
	                                             bad-error4.C 
	                                             bad-error6.C 
	                                             bad-error7.C 
	                                             bit-fields1.C 
	                                             bit-fields2.C 
	                                             bit-fields3.C 
	                                             builtin1.C casts1.C 
	                                             casts2.C casts3.C 
	                                             code-gen1.C 
	                                             code-gen2.C 
	                                             code-gen4.C 
	                                             code-gen5.C copy1.C 
	                                             copy2.C ctors1.C 
	                                             ctors10.C ctors11.C 
	                                             ctors12.C ctors13.C 
	                                             ctors14.C ctors15.C 
	                                             ctors16.C ctors17.C 
	                                             ctors18.C ctors19.C 
	                                             ctors2.C ctors20.C 
	                                             ctors21.C ctors3.C 
	                                             ctors4.C ctors5.C 
	                                             ctors6.C ctors7.C 
	                                             ctors8.C ctors9.C 
	                                             cvt1.C cvt10.C 
	                                             cvt11.C cvt12.C 
	                                             cvt13.C cvt14.C 
	                                             cvt15.C cvt16.C 
	                                             cvt17.C cvt18.C 
	                                             cvt19.C cvt2.C 
	                                             cvt20.C cvt21.C 
	                                             cvt22.C cvt23.C 
	                                             cvt3.C cvt4.C 
	                                             cvt5.C cvt6.C 
	                                             cvt7.C cvt8.C 
	                                             cvt9.C dossier1.C 
	                                             dtors1.C dtors2.C 
	                                             dtors3.C dtors4.C 
	                                             dtors5.C enum1.C 
	                                             enum2.C enum3.C 
	                                             enum4.C enum5.C 
	                                             enum6.C enum7.C 
	                                             enum8.C enum9.C 
	                                             except1.C except2.C 
	                                             except3.C except4.C 
	                                             except5.C except6.C 
	                                             friend1.C friend4.C 
	                                             friend5.C 
	                                             global-init1.C 
	                                             incdec1.C init1.C 
	                                             init10.C init11.C 
	                                             init13.C init14.C 
	                                             init2.C init3.C 
	                                             init4.C init5.C 
	                                             init6.C init7.C 
	                                             init8.C init9.C 
	                                             inline1.C inline2.C 
	                                             inline4.C inline6.C 
	                                             inline7.C 
	                                             memoized1.C 
	                                             mentor1.C 
	                                             missed-error1.C 
	                                             missed-error2.C 
	                                             missed-error3.C 
	                                             missing1.C nest1.C 
	                                             nest2.C nest3.C 
	                                             nest4.C nest5.C 
	                                             operators10.C 
	                                             operators11.C 
	                                             operators12.C 
	                                             operators13.C 
	                                             operators14.C 
	                                             operators15.C 
	                                             operators16.C 
	                                             operators17.C 
	                                             operators18.C 
	                                             operators19.C 
	                                             operators2.C 
	                                             operators21.C 
	                                             operators22.C 
	                                             operators23.C 
	                                             operators24.C 
	                                             operators25.C 
	                                             operators27.C 
	                                             operators28.C 
	                                             operators29.C 
	                                             operators3.C 
	                                             operators30.C 
	                                             operators31.C 
	                                             operators32.C 
	                                             operators33.C 
	                                             operators34.C 
	                                             operators4.C 
	                                             operators6.C 
	                                             operators8.C 
	                                             operators9.C 
	                                             parsing1.C 
	                                             parsing10.C 
	                                             parsing2.C 
	                                             parsing3.C 
	                                             parsing4.C 
	                                             parsing5.C 
	                                             parsing6.C 
	                                             parsing7.C 
	                                             parsing8.C 
	                                             parsing9.C 
	                                             patches1.C pic1.C 
	                                             profile1.C refs1.C 
	                                             refs2.C refs3.C 
	                                             refs4.C scope1.C 
	                                             scope2.C scope3.C 
	                                             scope4.C scope5.C 
	                                             shadow1.C shadow2.C 
	                                             static-mem2.C 
	                                             static-mem3.C 
	                                             static-mem4.C 
	                                             static-mem5.C 
	                                             template1.C 
	                                             template2.C 
	                                             template3.C 
	                                             temps1.C temps2.C 
	                                             temps3.C temps4.C 
	                                             temps5.C temps6.C 
	                                             temps7.C typeck1.C 
	                                             typeck2.C typeck3.C 
	                                             typeck4.C union1.C 
	                                             union2.C union3.C 
	                                             union4.C 
	                                             unsorted1.C 
	                                             unsorted2.C 
	                                             vbase1.C virtual1.C 
	                                             virtual2.C 
	                                             virtual3.C 
	                                             virtual4.C 
	                                             visibility1.C 
	                                             visibility10.C 
	                                             visibility11.C 
	                                             visibility12.C 
	                                             visibility13.C 
	                                             visibility14.C 
	                                             visibility15.C 
	                                             visibility16.C 
	                                             visibility17.C 
	                                             visibility18.C 
	                                             visibility19.C 
	                                             visibility2.C 
	                                             visibility20.C 
	                                             visibility21.C 
	                                             visibility22.C 
	                                             visibility24.C 
	                                             visibility25.C 
	                                             visibility26.C 
	                                             visibility27.C 
	                                             visibility28.C 
	                                             visibility3.C 
	                                             visibility4.C 
	                                             visibility5.C 
	                                             visibility6.C 
	                                             visibility7.C 
	                                             visibility8.C 
	                                             visibility9.C 
	                                             vtable1.C vtable2.C 
	                                             vtable3.C weak.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.martin: access1.C 
	                                                ambig1.C conv1.C 
	                                                lookup1.C new1.C 
	                                                overload1.C 
	                                                sts_conv.C 
	                                                sts_iarr.C 
	                                                sts_partial.C 
	                                                sts_vectini.C 
	                                                typedef1.C 
	                                                typedef2.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.mike: .cvsignore 
	                                              align1.C align2.C 
	                                              ambig1.C asm1.C 
	                                              asm2.C bool1.C 
	                                              bool2.C bool4.C 
	                                              conv1.C debug1.C 
	                                              dyncast1.C 
	                                              dyncast2.C 
	                                              dyncast3.C 
	                                              dyncast4.C 
	                                              dyncast5.C 
	                                              dyncast6.C 
	                                              dyncast7.C 
	                                              dyncast8.C 
	                                              dyncast9.C eh1.C 
	                                              eh10.C eh11.C 
	                                              eh12.C eh13.C 
	                                              eh14.C eh15.C 
	                                              eh16.C eh17.C 
	                                              eh18.C eh19.C 
	                                              eh2.C eh20.C 
	                                              eh21.C eh23.C 
	                                              eh24.C eh25.C 
	                                              eh26.C eh27.C 
	                                              eh28.C eh29.C 
	                                              eh3.C eh30.C 
	                                              eh31.C eh32.C 
	                                              eh33.C eh34.C 
	                                              eh35.C eh36.C 
	                                              eh37.C eh38.C 
	                                              eh39.C eh4.C 
	                                              eh40.C eh41.C 
	                                              eh42.C eh43.C 
	                                              eh44.C eh45.C 
	                                              eh46.C eh47.C 
	                                              eh48.C eh49.C 
	                                              eh5.C eh50.C 
	                                              eh51.C eh52.C 
	                                              eh53.C eh54.C 
	                                              eh55.C eh56.C 
	                                              eh57.C eh58.C 
	                                              eh6.C eh7.C eh8.C 
	                                              eh9.C enum1.C 
	                                              err1.C err2.C 
	                                              err3.C explicit1.C 
	                                              explicit2.C for1.C 
	                                              for2.C fresco1.C 
	                                              hog1.C init1.C 
	                                              init2.C leak1.C 
	                                              mangle1.C 
	                                              mangle2.C 
	                                              mangle3.C 
	                                              memoize1.C mi1.C 
	                                              mi2.C misc1.C 
	                                              misc11.C misc12.C 
	                                              misc13.C misc14.C 
	                                              misc2.C misc3.C 
	                                              misc5.C misc6.C 
	                                              misc7.C misc8.C 
	                                              misc9.C net1.C 
	                                              net10.C net11.C 
	                                              net12.C net13.C 
	                                              net14.C net15.C 
	                                              net16.C net17.C 
	                                              net18.C net19.C 
	                                              net2.C net20.C 
	                                              net21.C net22.C 
	                                              net23.C net24.C 
	                                              net25.C net26.C 
	                                              net27.C net28.C 
	                                              net29.C net3.C 
	                                              net30.C net31.C 
	                                              net32.C net34.C 
	                                              net35.C net36.C 
	                                              net37.C net38.C 
	                                              net39.C net4.C 
	                                              net40.C net41.C 
	                                              net42.C net43.C 
	                                              net44.C net45.C 
	                                              net46.C net47.C 
	                                              net48.C net5.C 
	                                              net6.C net7.C 
	                                              net8.C net9.C 
	                                              ns1.C ns10.C 
	                                              ns11.C ns12.C 
	                                              ns13.C ns14.C 
	                                              ns15.C ns2.C ns3.C 
	                                              ns4.C ns5.C ns6.C 
	                                              ns7.C ns8.C ns9.C 
	                                              offset1.C 
	                                              opr-as1.C 
	                                              opr-dot1.C 
	                                              p10148.C p10247.C 
	                                              p10416.C p10511.C 
	                                              p10769a.C 
	                                              p10769b.C 
	                                              p10849a.C p10951.C 
	                                              p11012.C p11110.C 
	                                              p11116.C p11142.C 
	                                              p11144.C p11482.C 
	                                              p11667.C p12306.C 
	                                              p12306a.C p1248.C 
	                                              p1567.C p16146.C 
	                                              p1862.C p1989.C 
	                                              p2394.C p2431.C 
	                                              p2573.C p2736.C 
	                                              p2746.C p2793.C 
	                                              p2806.C p2846.C 
	                                              p2846a.C p2846b.C 
	                                              p2855.C p2960.C 
	                                              p3041.C p3060c.C 
	                                              p3060d.C p3068.C 
	                                              p3070.C p3139.C 
	                                              p3524a.C p3524b.C 
	                                              p3524c.C p3538a.C 
	                                              p3538b.C p3570.C 
	                                              p3579.C p3708.C 
	                                              p3708a.C p3708b.C 
	                                              p3764.C p3836.C 
	                                              p4068.C p4104.C 
	                                              p4173.C p418.C 
	                                              p4238.C p4246.C 
	                                              p4263.C p438.C 
	                                              p4484.C p4511.C 
	                                              p4619.C p4623.C 
	                                              p4667.C p4671.C 
	                                              p4677.C p4693.C 
	                                              p4736a.C p4736b.C 
	                                              p4736c.C p4750.C 
	                                              p5469.C p5469a.C 
	                                              p5571.C p5611.C 
	                                              p5673.C p5718.C 
	                                              p5793.C p5840.C 
	                                              p5958.C p6004.C 
	                                              p6058.C p6149.C 
	                                              p6311.C p646.C 
	                                              p6578.C p658.C 
	                                              p6610a.C p6610b.C 
	                                              p6611.C p6746.C 
	                                              p6901.C p6927.C 
	                                              p700.C p701.C 
	                                              p710.C p7180.C 
	                                              p7325.C p7476.C 
	                                              p755.C p755a.C 
	                                              p7626.C p7635.C 
	                                              p7651.C p783.C 
	                                              p783a.C p783b.C 
	                                              p784.C p785.C 
	                                              p786.C p7865.C 
	                                              p7868.C p789.C 
	                                              p789a.C p7912.C 
	                                              p8009.C p8018.C 
	                                              p8039.C p807.C 
	                                              p807a.C p811.C 
	                                              p8154.C p8155.C 
	                                              p8175.C p8269.C 
	                                              p8460.C p8483.C 
	                                              p8620.C p8785.C 
	                                              p8786.C p8804.C 
	                                              p8825.C p9068.C 
	                                              p9129.C p9206.C 
	                                              p9506.C p9706.C 
	                                              p9732a.C p9732b.C 
	                                              p9732c.C p991.C 
	                                              parse1.C pmd1.C 
	                                              pmf1.C pmf2.C 
	                                              pmf3.C pmf4.C 
	                                              pmf5.C pmf6.C 
	                                              pmf7.C pmf8.C 
	                                              pmf9.C pt1.C pt2.C 
	                                              pt3.C pt4.C ref1.C 
	                                              rtti1.C rtti2.C 
	                                              rtti3.C s9959.C 
	                                              scast1.C temp.C 
	                                              thunk1.C thunk2.C 
	                                              thunk3.C unroll1.C 
	                                              virt1.C virt2.C 
	                                              virt3.C virt4.C 
	                                              virt5.C virt6.C 
	                                              vtable1.C warn1.C 
	                                              warn2.C warn3.C 
	                                              warn4.C warn5.C 
	                                              warn6.C warn7.C 
	                                              warn8.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.niklas: .cvsignore 
	                                                Makefile.in 
	                                                README 
	                                                configure.in 
	                                                t113.C t114.C 
	                                                t115.C t118.C 
	                                                t119.C t120.C 
	                                                t121.C t122.C 
	                                                t123.C t124.C 
	                                                t125.C t126.C 
	                                                t127.C t128.C 
	                                                t129.C t130.C 
	                                                t131.C t132.C 
	                                                t133.C t134.C 
	                                                t135.C t136.C 
	                                                t137.C t138.C 
	                                                t139.C t140.C 
	                                                t141.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.ns: alias1.C alias2.C 
	                                            alias3.C alias4.C 
	                                            alias5.C alias6.C 
	                                            alias7.C anon1.C 
	                                            bogus1.C crash1.C 
	                                            crash2.C crash3.C 
	                                            extern1.C friend1.C 
	                                            friend2.C invalid1.C 
	                                            koenig1.C koenig2.C 
	                                            koenig3.C koenig4.C 
	                                            koenig5.C koenig6.C 
	                                            koenig7.C lookup1.C 
	                                            lookup2.C lookup3.C 
	                                            lookup4.C lookup5.C 
	                                            main1.C ns1.C ns10.C 
	                                            ns11.C ns12.C ns13.C 
	                                            ns14.C ns15.C ns16.C 
	                                            ns17.C ns2.C ns3.C 
	                                            ns4.C ns5.C ns6.C 
	                                            ns7.C ns8.C ns9.C 
	                                            overload1.C 
	                                            overload2.C 
	                                            overload3.C 
	                                            overload4.C 
	                                            overload5.C 
	                                            template1.C 
	                                            template2.C 
	                                            template3.C 
	                                            template4.C 
	                                            template5.C 
	                                            template6.C 
	                                            template7.C 
	                                            template8.C 
	                                            template9.C undef1.C 
	                                            using1.C using10.C 
	                                            using11.C using12.C 
	                                            using13.C using2.C 
	                                            using3.C using4.C 
	                                            using5.C using6.C 
	                                            using7.C using8.C 
	                                            using9.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.other: .cvsignore 
	                                               900403_04.C 
	                                               900519_12.C 
	                                               Makefile.in 
	                                               access1.C 
	                                               access2.C 
	                                               access3.C 
	                                               access4.C 
	                                               access5.C 
	                                               access6.C 
	                                               addrof1.C 
	                                               ambig1.C anon1.C 
	                                               anon2.C array1.C 
	                                               array2.C 
	                                               badarrow.C 
	                                               badopt1.C 
	                                               bitfld1.C cast1.C 
	                                               cast2.C 
	                                               cleanup1.C 
	                                               cleanup2.C 
	                                               configure.in 
	                                               const1.C const2.C 
	                                               conv1.C conv2.C 
	                                               conv3.C conv4.C 
	                                               conv5.C conv6.C 
	                                               copy1.C crash1.C 
	                                               crash2.C crash3.C 
	                                               crash4.C crash5.C 
	                                               crash6.C crash7.C 
	                                               crash8.C crash9.C 
	                                               cvt1.C dcast1.C 
	                                               dcast2.C debug1.C 
	                                               debug2.C decl1.C 
	                                               decl2.C decl3.C 
	                                               defarg1.C 
	                                               defarg2.C 
	                                               delete1.C 
	                                               delete2.C 
	                                               delete3.C 
	                                               delete4.C 
	                                               delete5.C dll-1.C 
	                                               dll-2.C dll-3.C 
	                                               dll-4.C dll-5.C 
	                                               dll-6.C dtor1.C 
	                                               dtor2.C dtor3.C 
	                                               dtor4.C elab1.C 
	                                               empty1.C enum1.C 
	                                               expr1.C field1.C 
	                                               field2.C for1.C 
	                                               friend1.C 
	                                               friend2.C 
	                                               friend3.C 
	                                               friend4.C 
	                                               friend5.C 
	                                               incomplete.C 
	                                               init1.C init10.C 
	                                               init11.C init12.C 
	                                               init13.C init2.C 
	                                               init3.C init4.C 
	                                               init5.C init6.C 
	                                               init7.C init8.C 
	                                               init9.C lineno1.C 
	                                               lineno2.C 
	                                               linkage1.C 
	                                               linkage2.C 
	                                               local1.C local2.C 
	                                               lookup1.C 
	                                               lookup10.C 
	                                               lookup11.C 
	                                               lookup12.C 
	                                               lookup13.C 
	                                               lookup14.C 
	                                               lookup15.C 
	                                               lookup2.C 
	                                               lookup3.C 
	                                               lookup4.C 
	                                               lookup5.C 
	                                               lookup6.C 
	                                               lookup7.C 
	                                               lookup8.C 
	                                               lookup9.C loop1.C 
	                                               main1.C mangle1.C 
	                                               mangle2.C 
	                                               mutable1.C 
	                                               nested1.C 
	                                               nested2.C 
	                                               nested3.C new.C 
	                                               new2.C new3.C 
	                                               null1.C null2.C 
	                                               null3.C 
	                                               overcnv1.C 
	                                               overcnv2.C 
	                                               overload1.C 
	                                               overload2.C 
	                                               overload3.C 
	                                               overload4.C 
	                                               overload5.C 
	                                               overload6.C 
	                                               overload7.C 
	                                               overload8.C 
	                                               overload9.C 
	                                               parse1.C pmf1.C 
	                                               pmf2.C pmf3.C 
	                                               printf1.C 
	                                               ptrmem1.C 
	                                               ptrmem2.C 
	                                               ptrmem3.C 
	                                               ptrmem4.C 
	                                               realloc.C 
	                                               redecl1.C 
	                                               redecl2.C ref1.C 
	                                               rtti1.C rtti2.C 
	                                               rtti3.C rtti4.C 
	                                               rtti5.C rttid2.C 
	                                               rttid3.C rttid4.C 
	                                               signed.C 
	                                               singleton.C 
	                                               sizeof1.C 
	                                               static1.C 
	                                               static2.C 
	                                               static3.C 
	                                               static4.C 
	                                               string1.C 
	                                               temporary1.C 
	                                               typeck1.C 
	                                               typedef1.C 
	                                               typedef2.C 
	                                               typedef3.C 
	                                               typedef4.C 
	                                               typedef5.C 
	                                               typedef6.C 
	                                               typeinfo1.C 
	                                               typename1.C 
	                                               union1.C using1.C 
	                                               using2.C using3.C 
	                                               using4.C using5.C 
	                                               virtual1.C 
	                                               virtual2.C 
	                                               virtual3.C 
	                                               virtual4.C 
	                                               vtbl1.C warn01.C 
	                                               warn3.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.pt: alignof.C array1.C 
	                                            array2.C array3.C 
	                                            array4.C assign1.C 
	                                            auto_ptr.C 
	                                            bad-type.C call1.C 
	                                            call2.C cast1.C 
	                                            const1.C conv1.C 
	                                            conv2.C copy1.C 
	                                            crash1.C crash10.C 
	                                            crash11.C crash12.C 
	                                            crash13.C crash14.C 
	                                            crash15.C crash16.C 
	                                            crash17.C crash18.C 
	                                            crash19.C crash2.C 
	                                            crash20.C crash21.C 
	                                            crash22.C crash23.C 
	                                            crash24.C crash25.C 
	                                            crash26.C crash27.C 
	                                            crash28.C crash29.C 
	                                            crash3.C crash30.C 
	                                            crash31.C crash32.C 
	                                            crash33.C crash34.C 
	                                            crash35.C crash36.C 
	                                            crash37.C crash38.C 
	                                            crash39.C crash4.C 
	                                            crash40.C crash5.C 
	                                            crash6.C crash7.C 
	                                            crash8.C crash9.C 
	                                            ctor1.C ctor2.C 
	                                            decl1.C decl2.C 
	                                            deduct1.C defarg.C 
	                                            defarg2.C defarg3.C 
	                                            defarg4.C defarg5.C 
	                                            defarg6.C defarg7.C 
	                                            defarg8.C derived1.C 
	                                            derived2.C 
	                                            eichin01.C 
	                                            eichin01a.C 
	                                            eichin01b.C enum.C 
	                                            enum10.C enum11.C 
	                                            enum12.C enum2.C 
	                                            enum3.C enum4.C 
	                                            enum5.C enum6.C 
	                                            enum7.C enum8.C 
	                                            enum9.C explicit1.C 
	                                            explicit10.C 
	                                            explicit11.C 
	                                            explicit12.C 
	                                            explicit13.C 
	                                            explicit14.C 
	                                            explicit15.C 
	                                            explicit16.C 
	                                            explicit17.C 
	                                            explicit18.C 
	                                            explicit19.C 
	                                            explicit2.C 
	                                            explicit20.C 
	                                            explicit21.C 
	                                            explicit22.C 
	                                            explicit23.C 
	                                            explicit24.C 
	                                            explicit25.C 
	                                            explicit26.C 
	                                            explicit27.C 
	                                            explicit28.C 
	                                            explicit29.C 
	                                            explicit3.C 
	                                            explicit30.C 
	                                            explicit31.C 
	                                            explicit32.C 
	                                            explicit33.C 
	                                            explicit34.C 
	                                            explicit35.C 
	                                            explicit36.C 
	                                            explicit37.C 
	                                            explicit38.C 
	                                            explicit39.C 
	                                            explicit4.C 
	                                            explicit40.C 
	                                            explicit41.C 
	                                            explicit42.C 
	                                            explicit43.C 
	                                            explicit5.C 
	                                            explicit50.C 
	                                            explicit51.C 
	                                            explicit52.C 
	                                            explicit53.C 
	                                            explicit54.C 
	                                            explicit55.C 
	                                            explicit56.C 
	                                            explicit57.C 
	                                            explicit58.C 
	                                            explicit59.C 
	                                            explicit6.C 
	                                            explicit60.C 
	                                            explicit61.C 
	                                            explicit62.C 
	                                            explicit63.C 
	                                            explicit64.C 
	                                            explicit65.C 
	                                            explicit66.C 
	                                            explicit67.C 
	                                            explicit68.C 
	                                            explicit69.C 
	                                            explicit70.C 
	                                            explicit71.C 
	                                            explicit72.C 
	                                            explicit73.C 
	                                            explicit74.C 
	                                            explicit75.C 
	                                            explicit76.C 
	                                            explicit77.C 
	                                            explicit78.C 
	                                            explicit79.C 
	                                            explicit8.C 
	                                            explicit9.C expr1.C 
	                                            expr2.C expr3.C 
	                                            expr4.C expr5.C 
	                                            expr6.C expr7.C 
	                                            friend1.C friend10.C 
	                                            friend11.C 
	                                            friend12.C 
	                                            friend13.C 
	                                            friend14.C 
	                                            friend15.C 
	                                            friend16.C 
	                                            friend17.C 
	                                            friend18.C 
	                                            friend19.C 
	                                            friend20.C 
	                                            friend21.C 
	                                            friend22.C 
	                                            friend23.C 
	                                            friend24.C 
	                                            friend25.C 
	                                            friend26.C 
	                                            friend27.C 
	                                            friend28.C 
	                                            friend29.C friend3.C 
	                                            friend30.C 
	                                            friend31.C 
	                                            friend32.C 
	                                            friend33.C 
	                                            friend34.C 
	                                            friend35.C 
	                                            friend36.C 
	                                            friend37.C 
	                                            friend38.C 
	                                            friend39.C friend4.C 
	                                            friend40.C 
	                                            friend41.C 
	                                            friend42.C friend5.C 
	                                            friend6.C friend7.C 
	                                            friend8.C friend9.C 
	                                            goto.C inherit1.C 
	                                            instantiate1.C 
	                                            instantiate2.C 
	                                            instantiate3.C 
	                                            instantiate4.C 
	                                            instantiate5-main.cc 
	                                            instantiate5.C 
	                                            instantiate5.cc 
	                                            instantiate6.C 
	                                            label1.C link1.C 
	                                            local1.C local2.C 
	                                            local3.C local4.C 
	                                            local5.C local6.C 
	                                            lookup1.C lookup2.C 
	                                            lookup3.C lookup4.C 
	                                            lookup5.C lookup6.C 
	                                            lookup7.C lookup8.C 
	                                            lookup9.C m1.C m2.C 
	                                            m3.C m4.C m5.C m6.C 
	                                            m7.C m8.C m9.C m9a.C 
	                                            memclass1.C 
	                                            memclass10.C 
	                                            memclass11.C 
	                                            memclass12.C 
	                                            memclass13.C 
	                                            memclass14.C 
	                                            memclass15.C 
	                                            memclass16.C 
	                                            memclass17.C 
	                                            memclass18.C 
	                                            memclass19.C 
	                                            memclass2.C 
	                                            memclass20.C 
	                                            memclass3.C 
	                                            memclass4.C 
	                                            memclass5.C 
	                                            memclass6.C 
	                                            memclass7.C 
	                                            memclass8.C 
	                                            memclass9.C 
	                                            memtemp1.C 
	                                            memtemp10.C 
	                                            memtemp11.C 
	                                            memtemp12.C 
	                                            memtemp13.C 
	                                            memtemp14.C 
	                                            memtemp15.C 
	                                            memtemp16.C 
	                                            memtemp17.C 
	                                            memtemp18.C 
	                                            memtemp19.C 
	                                            memtemp2.C 
	                                            memtemp20.C 
	                                            memtemp23.C 
	                                            memtemp24.C 
	                                            memtemp25.C 
	                                            memtemp26.C 
	                                            memtemp27.C 
	                                            memtemp28.C 
	                                            memtemp29.C 
	                                            memtemp3.C 
	                                            memtemp30.C 
	                                            memtemp31.C 
	                                            memtemp32.C 
	                                            memtemp33.C 
	                                            memtemp34.C 
	                                            memtemp35.C 
	                                            memtemp36.C 
	                                            memtemp37.C 
	                                            memtemp39.C 
	                                            memtemp4.C 
	                                            memtemp40.C 
	                                            memtemp41.C 
	                                            memtemp42.C 
	                                            memtemp43.C 
	                                            memtemp44.C 
	                                            memtemp45.C 
	                                            memtemp46.C 
	                                            memtemp47.C 
	                                            memtemp48.C 
	                                            memtemp49.C 
	                                            memtemp5.C 
	                                            memtemp52.C 
	                                            memtemp53.C 
	                                            memtemp55.C 
	                                            memtemp56.C 
	                                            memtemp58.C 
	                                            memtemp59.C 
	                                            memtemp6.C 
	                                            memtemp60.C 
	                                            memtemp61.C 
	                                            memtemp62.C 
	                                            memtemp63.C 
	                                            memtemp64.C 
	                                            memtemp65.C 
	                                            memtemp66.C 
	                                            memtemp67.C 
	                                            memtemp68.C 
	                                            memtemp69.C 
	                                            memtemp7.C 
	                                            memtemp70.C 
	                                            memtemp71.C 
	                                            memtemp72.C 
	                                            memtemp73.C 
	                                            memtemp74.C 
	                                            memtemp75.C 
	                                            memtemp76.C 
	                                            memtemp77.C 
	                                            memtemp78.C 
	                                            memtemp79.C 
	                                            memtemp8.C 
	                                            memtemp80.C 
	                                            memtemp81.C 
	                                            memtemp82.C 
	                                            memtemp83.C 
	                                            memtemp9.C mi1.C 
	                                            nested1.C nested2.C 
	                                            niklas01.C 
	                                            niklas01a.C 
	                                            niklas01b.C 
	                                            niklas02.C 
	                                            niklas03.C 
	                                            nontype1.C 
	                                            nontype2.C 
	                                            nontype3.C 
	                                            nontype4.C nttp1.C 
	                                            nttp2.C overload1.C 
	                                            overload10.C 
	                                            overload11.C 
	                                            overload12.C 
	                                            overload2.C 
	                                            overload3.C 
	                                            overload4.C 
	                                            overload5.C 
	                                            overload6.C 
	                                            overload7.C 
	                                            overload8.C 
	                                            overload9.C parse2.C 
	                                            partial1.C 
	                                            partial2.C 
	                                            partial3.C 
	                                            pointer1.C ptrmem1.C 
	                                            ptrmem2.C ptrmem3.C 
	                                            ptrmem4.C ptrmem5.C 
	                                            ptrmem6.C ptrmem7.C 
	                                            recursion.C 
	                                            recursion2.C 
	                                            redecl1.C redecl2.C 
	                                            ref1.C scope1.C 
	                                            shadow1.C shadow2.C 
	                                            sizeof.C sizeof2.C 
	                                            sizeof3.C spec1.C 
	                                            spec10.C spec11.C 
	                                            spec12.C spec13.C 
	                                            spec14.C spec15.C 
	                                            spec16.C spec17.C 
	                                            spec18.C spec19.C 
	                                            spec2.C spec20.C 
	                                            spec21.C spec22.C 
	                                            spec23.C spec24.C 
	                                            spec25.C spec26.C 
	                                            spec27.C spec28.C 
	                                            spec29.C spec3.C 
	                                            spec30.C spec31.C 
	                                            spec4.C spec5.C 
	                                            spec6.C spec7.C 
	                                            spec8.C spec9.C 
	                                            static1.C static2.C 
	                                            static3.C static4.C 
	                                            static5.C static6.C 
	                                            static7.C static8.C 
	                                            static_cast.C 
	                                            stmtexpr.C 
	                                            stmtexpr2.C t00.C 
	                                            t01.C t03.C t04.C 
	                                            t05.C t06.C t07.C 
	                                            t08.C t09.C t10.C 
	                                            t11.C t11a.C t12.C 
	                                            t12a.C t13.C t14.C 
	                                            t14a.C t16.C t18.C 
	                                            t20.C t21.C t22.C 
	                                            t23.C t24.C t25.C 
	                                            t26.C t27.C t28.C 
	                                            t29.C t30.C t31.C 
	                                            t32.C t32a.C t34.C 
	                                            t34a.C t35.C t35a.C 
	                                            t36.C t37.C t37a.C 
	                                            t38.C t39.C t40.C 
	                                            t41.C t42.C test4.C 
	                                            test5.C tiemann1r.C 
	                                            tiemann2.C to2.C 
	                                            tt.C tt2.C ttp1.C 
	                                            ttp10.C ttp11.C 
	                                            ttp12.C ttp13.C 
	                                            ttp14.C ttp15.C 
	                                            ttp16.C ttp17.C 
	                                            ttp18.C ttp19.C 
	                                            ttp2.C ttp20.C 
	                                            ttp21.C ttp22.C 
	                                            ttp23.C ttp24.C 
	                                            ttp25.C ttp26.C 
	                                            ttp27.C ttp28.C 
	                                            ttp29.C ttp3.C 
	                                            ttp30.C ttp31.C 
	                                            ttp32.C ttp33.C 
	                                            ttp34.C ttp35.C 
	                                            ttp36.C ttp37.C 
	                                            ttp38.C ttp39.C 
	                                            ttp4.C ttp40.C 
	                                            ttp41.C ttp42.C 
	                                            ttp43.C ttp44.C 
	                                            ttp45.C ttp46.C 
	                                            ttp47.C ttp48.C 
	                                            ttp49.C ttp5.C 
	                                            ttp50.C ttp51.C 
	                                            ttp52.C ttp53.C 
	                                            ttp54.C ttp55.C 
	                                            ttp6.C ttp7.C ttp8.C 
	                                            ttp9.C typedef1.C 
	                                            typedef2.C 
	                                            typedef3.C 
	                                            typedef4.C 
	                                            typename1.C 
	                                            typename10.C 
	                                            typename11.C 
	                                            typename12.C 
	                                            typename13.C 
	                                            typename14.C 
	                                            typename15.C 
	                                            typename16.C 
	                                            typename17.C 
	                                            typename18.C 
	                                            typename19.C 
	                                            typename2.C 
	                                            typename20.C 
	                                            typename21.C 
	                                            typename22.C 
	                                            typename3.C 
	                                            typename4.C 
	                                            typename5.C 
	                                            typename6.C 
	                                            typename7.C 
	                                            typename8.C 
	                                            typename9.C unify1.C 
	                                            unify2.C unify3.C 
	                                            unify4.C union1.C 
	                                            union2.C vaarg.C 
	                                            vbase1.C virtual1.C 
	                                            warn1.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.rfg: 00321_01-.C 
	                                             00324_02-.C 
	gnu/egcs/gcc/testsuite/g++.old-deja/g++.robertl: 980310-1.C 
	                                                 README eb10.C 
	                                                 eb101.C eb102.C 
	                                                 eb103.C eb104.C 
	                                                 eb105.C eb106.C 
	                                                 eb107.C eb108.C 
	                                                 eb109.C eb11.C 
	                                                 eb110.C eb111.C 
	                                                 eb112.C eb113.C 
	                                                 eb114.C eb115.C 
	                                                 eb116.C eb118.C 
	                                                 eb119.C eb12.C 
	                                                 eb120.C eb121.C 
	                                                 eb122.C eb123.C 
	                                                 eb124.C eb125.C 
	                                                 eb126.C eb127.C 
	                                                 eb128.C eb129.C 
	                                                 eb13.C eb130.C 
	                                                 eb131.C eb132.C 
	                                                 eb133.C eb14.C 
	                                                 eb15.C eb16.C 
	                                                 eb17.C eb18.C 
	                                                 eb19.C eb2.C 
	                                                 eb20.C eb21.C 
	                                                 eb22.C eb23.C 
	                                                 eb24.C eb26.C 
	                                                 eb27.C eb28.C 
	                                                 eb29.C eb3.C 
	                                                 eb30.C eb31.C 
	                                                 eb32.C eb33.C 
	                                                 eb34.C eb35.C 
	                                                 eb36.C eb37.C 
	                                                 eb38.C eb39.C 
	                                                 eb4.C eb41.C 
	                                                 eb43.C eb44.C 
	                                                 eb45.C eb46.C 
	                                                 eb48.C eb49.C 
	                                                 eb5.C eb50.C 
	                                                 eb51.C eb52.C 
	                                                 eb54.C eb55.C 
	                                                 eb56.C eb57.C 
	                                                 eb58.C eb59.C 
	                                                 eb6.C eb60.C 
	                                                 eb61.C eb62.C 
	                                                 eb63.C eb64.C 
	                                                 eb65.C eb66.C 
	                                                 eb67.C eb69.C 
	                                                 eb7.C eb70.C 
	                                                 eb71.C eb73.C 
	                                                 eb74.C eb75.C 
	                                                 eb76.C eb77.C 
	                                                 eb78.C eb79.C 
	                                                 eb8.C eb80.C 
	                                                 eb81.C eb82.C 
	                                                 eb83.C eb84.C 
	                                                 eb86.C eb87.C 
	                                                 eb88.C eb9.C 
	                                                 eb90.C eb91.C 
	                                                 eb92.C eb93.C 
	                                                 eb94.C eb95.C 
	                                                 eb97.C eb98.C 
	                                                 eb99.C 
	                                                 ebnull-cast.C 
	                                                 ebnull-oldcast.C 
	                                                 ebnull.C 
	gnu/egcs/gcc/testsuite/g77.f-torture/compile: 19990218-0.f 
	                                              19990305-0.f 
	                                              19990419-0.f 
	                                              19990502-0.f 
	                                              19990502-1.f 
	                                              960317-1.f 
	                                              970125-0.f 
	                                              970915-0.f 
	                                              980310-1.f 
	                                              980310-2.f 
	                                              980310-3.f 
	                                              980310-4.f 
	                                              980310-6.f 
	                                              980310-7.f 
	                                              980310-8.f 
	                                              980419-2.f 
	                                              980424-0.f 
	                                              980427-0.f 
	                                              980729-0.f 
	                                              981117-1.f 
	                                              990115-1.f 
	                                              alpha1.f 
	                                              compile.exp 
	                                              toon_1.f 
	gnu/egcs/gcc/testsuite/g77.f-torture/execute: 19981119-0.f 
	                                              19990313-0.f 
	                                              19990313-1.f 
	                                              19990313-2.f 
	                                              19990313-3.f 
	                                              19990325-0.f 
	                                              19990325-1.f 
	                                              19990419-1.f 
	                                              970625-2.f 
	                                              970816-3.f 
	                                              971102-1.f 
	                                              980520-1.f 
	                                              980628-0.f 
	                                              980628-1.f 
	                                              980628-10.f 
	                                              980628-2.f 
	                                              980628-3.f 
	                                              980628-4.f 
	                                              980628-5.f 
	                                              980628-6.f 
	                                              980628-7.f 
	                                              980628-8.f 
	                                              980628-9.f 
	                                              980701-0.f 
	                                              980701-1.f 
	                                              alpha2.f auto0.f 
	                                              auto1.f cabs.f 
	                                              claus.f 
	                                              complex_1.f cpp.F 
	                                              dcomplex.f dnrm2.f 
	                                              erfc.f execute.exp 
	                                              exp.f io0.f io1.f 
	                                              labug1.f 
	                                              large_vec.f le.f 
	                                              short.f u77-test.f 
	gnu/egcs/gcc/testsuite/g77.f-torture/noncompile: 19981216-0.f 
	                                                 19990218-1.f 
	                                                 980615-0.f 
	                                                 980616-0.f 
	                                                 check0.f 
	                                                 noncompile.exp 
	gnu/egcs/gcc/testsuite/gcc.c-torture: ChangeLog 
	gnu/egcs/gcc/testsuite/gcc.c-torture/code_quality: 920608-1.c 
	                                                   Makefile.in 
	                                                   code_quality.exp 
	                                                   configure.in 
	gnu/egcs/gcc/testsuite/gcc.c-torture/compat: Makefile.in 
	                                             configure.in 
	                                             strct-layout.c 
	                                             struct-align.c 
	                                             struct-big.c 
	                                             struct-i.c 
	                                             struct-ic.c 
	                                             struct-ii.c 
	                                             struct-ret-1.c 
	gnu/egcs/gcc/testsuite/gcc.c-torture/compile: 900116-1.c 
	                                              900216-1.c 
	                                              900313-1.c 
	                                              900407-1.c 
	                                              900516-1.c 
	                                              920301-1.c 
	                                              920409-1.c 
	                                              920409-2.c 
	                                              920410-1.c 
	                                              920410-2.c 
	                                              920411-2.c 
	                                              920413-1.c 
	                                              920415-1.c 
	                                              920428-1.c 
	                                              920428-2.c 
	                                              920428-3.c 
	                                              920428-4.c 
	                                              920428-5.c 
	                                              920428-6.c 
	                                              920428-7.c 
	                                              920501-1.c 
	                                              920501-10.c 
	                                              920501-11.c 
	                                              920501-12.c 
	                                              920501-13.c 
	                                              920501-15.c 
	                                              920501-16.c 
	                                              920501-17.c 
	                                              920501-18.c 
	                                              920501-19.c 
	                                              920501-2.c 
	                                              920501-20.c 
	                                              920501-21.c 
	                                              920501-22.c 
	                                              920501-23.c 
	                                              920501-24.c 
	                                              920501-3.c 
	                                              920501-4.c 
	                                              920501-6.c 
	                                              920501-7.c 
	                                              920501-8.c 
	                                              920501-9.c 
	                                              920502-1.c 
	                                              920502-2.c 
	                                              920529-1.c 
	                                              920611-2.c 
	                                              920615-1.c 
	                                              920617-1.c 
	                                              920617-2.c 
	                                              920623-1.c 
	                                              920624-1.c 
	                                              920625-1.c 
	                                              920625-2.c 
	                                              920626-1.c 
	                                              920701-1.c 
	                                              920702-1.c 
	                                              920706-1.c 
	                                              920710-2.c 
	                                              920711-1.c 
	                                              920721-1.c 
	                                              920723-1.c 
	                                              920729-1.c 
	                                              920806-1.c 
	                                              920808-1.c 
	                                              920809-1.c 
	                                              920817-1.c 
	                                              920820-1.c 
	                                              920821-1.c 
	                                              920821-2.c 
	                                              920825-1.c 
	                                              920825-2.c 
	                                              920826-1.c 
	                                              920828-1.c 
	                                              920829-1.c 
	                                              920831-1.c 
	                                              920902-1.c 
	                                              920909-1.c 
	                                              920917-1.c 
	                                              920928-1.c 
	                                              920928-2.c 
	                                              920928-3.c 
	                                              920928-4.c 
	                                              920928-5.c 
	                                              920928-6.c 
	                                              921004-1.c 
	                                              921011-1.c 
	                                              921011-2.c 
	                                              921012-1.c 
	                                              921012-2.c 
	                                              921013-1.c 
	                                              921019-1.c 
	                                              921021-1.c 
	                                              921024-1.c 
	                                              921026-1.c 
	                                              921103-1.c 
	                                              921109-1.c 
	                                              921109-3.c 
	                                              921111-1.c 
	                                              921116-2.c 
	                                              921118-1.c 
	                                              921126-1.c 
	                                              921202-1.c 
	                                              921202-2.c 
	                                              921203-1.c 
	                                              921203-2.c 
	                                              921206-1.c 
	                                              921227-1.c 
	                                              930109-1.c 
	                                              930109-2.c 
	                                              930111-1.c 
	                                              930117-1.c 
	                                              930118-1.c 
	                                              930120-1.c 
	                                              930126-1.c 
	                                              930210-1.c 
	                                              930217-1.c 
	                                              930222-1.c 
	                                              930325-1.c 
	                                              930326-1.c 
	                                              930326-1.x 
	                                              930411-1.c 
	                                              930421-1.c 
	                                              930427-2.c 
	                                              930503-1.c 
	                                              930503-2.c 
	                                              930506-1.c 
	                                              930506-2.c 
	                                              930510-1.c 
	                                              930513-1.c 
	                                              930513-2.c 
	                                              930513-3.c 
	                                              930523-1.c 
	                                              930525-1.c 
	                                              930527-1.c 
	                                              930529-1.c 
	                                              930530-1.c 
	                                              930602-1.c 
	                                              930603-1.c 
	                                              930607-1.c 
	                                              930609-1.c 
	                                              930611-1.c 
	                                              930618-1.c 
	                                              930621-1.c 
	                                              930623-1.c 
	                                              930623-2.c 
	                                              930702-1.c 
	                                              930926-1.c 
	                                              930927-1.c 
	                                              931003-1.c 
	                                              931004-1.c 
	                                              931013-1.c 
	                                              931013-2.c 
	                                              931013-3.c 
	                                              931018-1.c 
	                                              931031-1.c 
	                                              931102-1.c 
	                                              931102-2.c 
	                                              931203-1.c 
	                                              940611-1.c 
	                                              940712-1.c 
	                                              940718-1.c 
	                                              941014-1.c 
	                                              941014-2.c 
	                                              941014-3.c 
	                                              941014-4.c 
	                                              941019-1.c 
	                                              941111-1.c 
	                                              941113-1.c 
	                                              950122-1.c 
	                                              950124-1.c 
	                                              950221-1.c 
	                                              950329-1.c 
	                                              950512-1.c 
	                                              950530-1.c 
	                                              950607-1.c 
	                                              950610-1.c 
	                                              950612-1.c 
	                                              950613-1.c 
	                                              950618-1.c 
	                                              950719-1.c 
	                                              950729-1.c 
	                                              950816-1.c 
	                                              950816-2.c 
	                                              950816-3.c 
	                                              950910-1.c 
	                                              950919-1.c 
	                                              950921-1.c 
	                                              950922-1.c 
	                                              951004-1.c 
	                                              951106-1.c 
	                                              951116-1.c 
	                                              951128-1.c 
	                                              951220-1.c 
	                                              951222-1.c 
	                                              960106-1.c 
	                                              960130-1.c 
	                                              960201-1.c 
	                                              960218-1.c 
	                                              960220-1.c 
	                                              960221-1.c 
	                                              960319-1.c 
	                                              960514-1.c 
	                                              960704-1.c 
	                                              960829-1.c 
	                                              961004-1.c 
	                                              961010-1.c 
	                                              961019-1.c 
	                                              961031-1.c 
	                                              961126-1.c 
	                                              961203-1.c 
	                                              961203-1.x 
	                                              970206-1.c 
	                                              970214-1.c 
	                                              980329-1.c 
	                                              980408-1.c 
	                                              980504-1.c 
	                                              980506-1.c 
	                                              980506-2.c 
	                                              980511-1.c 
	                                              980701-1.c 
	                                              980706-1.c 
	                                              980726-1.c 
	                                              980729-1.c 
	                                              980816-1.c 
	                                              980821-1.c 
	                                              980825-1.c 
	                                              981001-1.c 
	                                              981001-2.c 
	                                              981001-3.c 
	                                              981001-4.c 
	                                              981007-1.c 
	                                              981022-1.c 
	                                              981022-1.x 
	                                              981107-1.c 
	                                              981211-1.c 
	                                              981223-1.c 
	                                              990107-1.c 
	                                              990117-1.c 
	                                              990203-1.c 
	                                              990517-1.c 
	                                              990519-1.c 
	                                              Makefile.in 
	                                              calls.c cmpdi-1.c 
	                                              combine-hang.c 
	                                              compile.exp 
	                                              configure.in 
	                                              funcptr-1.c 
	                                              goto-1.c init-1.c 
	                                              init-2.c 
	                                              labels-1.c 
	                                              packed-1.c 
	                                              widechar-1.c 
	                                              zero-strct-1.c 
	gnu/egcs/gcc/testsuite/gcc.c-torture/execute: 900409-1.c 
	                                              920202-1.c 
	                                              920302-1.c 
	                                              920409-1.c 
	                                              920410-1.c 
	                                              920411-1.c 
	                                              920415-1.c 
	                                              920428-1.c 
	                                              920428-2.c 
	                                              920428-2.x 
	                                              920429-1.c 
	                                              920501-1.c 
	                                              920501-2.c 
	                                              920501-3.c 
	                                              920501-4.c 
	                                              920501-5.c 
	                                              920501-6.c 
	                                              920501-7.c 
	                                              920501-7.x 
	                                              920501-8.c 
	                                              920501-9.c 
	                                              920506-1.c 
	                                              920520-1.c 
	                                              920603-1.c 
	                                              920604-1.c 
	                                              920612-1.c 
	                                              920612-2.c 
	                                              920618-1.c 
	                                              920625-1.c 
	                                              920710-1.c 
	                                              920711-1.c 
	                                              920715-1.c 
	                                              920715-1.x 
	                                              920721-1.c 
	                                              920721-2.c 
	                                              920721-3.c 
	                                              920721-4.c 
	                                              920726-1.c 
	                                              920728-1.c 
	                                              920731-1.c 
	                                              920810-1.c 
	                                              920812-1.c 
	                                              920829-1.c 
	                                              920908-1.c 
	                                              920908-2.c 
	                                              920909-1.c 
	                                              920922-1.c 
	                                              920929-1.c 
	                                              921006-1.c 
	                                              921007-1.c 
	                                              921013-1.c 
	                                              921016-1.c 
	                                              921017-1.c 
	                                              921019-1.c 
	                                              921019-2.c 
	                                              921029-1.c 
	                                              921104-1.c 
	                                              921110-1.c 
	                                              921112-1.c 
	                                              921113-1.c 
	                                              921117-1.c 
	                                              921123-1.c 
	                                              921123-2.c 
	                                              921124-1.c 
	                                              921202-1.c 
	                                              921202-2.c 
	                                              921204-1.c 
	                                              921207-1.c 
	                                              921208-1.c 
	                                              921208-2.c 
	                                              921215-1.c 
	                                              921218-1.c 
	                                              921218-2.c 
	                                              930106-1.c 
	                                              930111-1.c 
	                                              930123-1.c 
	                                              930126-1.c 
	                                              930208-1.c 
	                                              930406-1.c 
	                                              930408-1.c 
	                                              930429-1.c 
	                                              930429-2.c 
	                                              930513-1.c 
	                                              930513-2.c 
	                                              930518-1.c 
	                                              930526-1.c 
	                                              930527-1.c 
	                                              930529-1.c 
	                                              930603-1.c 
	                                              930603-2.c 
	                                              930603-3.c 
	                                              930608-1.c 
	                                              930614-1.c 
	                                              930614-2.c 
	                                              930621-1.c 
	                                              930622-1.c 
	                                              930622-2.c 
	                                              930628-1.c 
	                                              930630-1.c 
	                                              930702-1.c 
	                                              930713-1.c 
	                                              930718-1.c 
	                                              930719-1.c 
	                                              930725-1.c 
	                                              930818-1.c 
	                                              930916-1.c 
	                                              930921-1.c 
	                                              930929-1.c 
	                                              930930-1.c 
	                                              930930-2.c 
	                                              931002-1.c 
	                                              931004-1.c 
	                                              931004-10.c 
	                                              931004-11.c 
	                                              931004-12.c 
	                                              931004-13.c 
	                                              931004-14.c 
	                                              931004-2.c 
	                                              931004-3.c 
	                                              931004-4.c 
	                                              931004-5.c 
	                                              931004-6.c 
	                                              931004-7.c 
	                                              931004-8.c 
	                                              931004-9.c 
	                                              931005-1.c 
	                                              931009-1.c 
	                                              931012-1.c 
	                                              931017-1.c 
	                                              931018-1.c 
	                                              931031-1.c 
	                                              931102-1.c 
	                                              931102-2.c 
	                                              931110-1.c 
	                                              931110-2.c 
	                                              931208-1.c 
	                                              931228-1.c 
	                                              940115-1.c 
	                                              940122-1.c 
	                                              941014-1.c 
	                                              941014-1.x 
	                                              941014-2.c 
	                                              941015-1.c 
	                                              941021-1.c 
	                                              941025-1.c 
	                                              941031-1.c 
	                                              941101-1.c 
	                                              941110-1.c 
	                                              941202-1.c 
	                                              950221-1.c 
	                                              950322-1.c 
	                                              950426-1.c 
	                                              950426-2.c 
	                                              950503-1.c 
	                                              950511-1.c 
	                                              950512-1.c 
	                                              950605-1.c 
	                                              950607-1.c 
	                                              950607-2.c 
	                                              950612-1.c 
	                                              950621-1.c 
	                                              950628-1.c 
	                                              950704-1.c 
	                                              950706-1.c 
	                                              950710-1.c 
	                                              950714-1.c 
	                                              950809-1.c 
	                                              950906-1.c 
	                                              950915-1.c 
	                                              950929-1.c 
	                                              951003-1.c 
	                                              951115-1.c 
	                                              951204-1.c 
	                                              960116-1.c 
	                                              960117-1.c 
	                                              960209-1.c 
	                                              960215-1.c 
	                                              960218-1.c 
	                                              960219-1.c 
	                                              960301-1.c 
	                                              960302-1.c 
	                                              960311-1.c 
	                                              960311-2.c 
	                                              960311-3.c 
	                                              960312-1.c 
	                                              960317-1.c 
	                                              960321-1.c 
	                                              960326-1.c 
	                                              960327-1.c 
	                                              960402-1.c 
	                                              960405-1.c 
	                                              960416-1.c 
	                                              960419-1.c 
	                                              960419-2.c 
	                                              960512-1.c 
	                                              960513-1.c 
	                                              960521-1.c 
	                                              960608-1.c 
	                                              960801-1.c 
	                                              960802-1.c 
	                                              960830-1.c 
	                                              960909-1.c 
	                                              961004-1.c 
	                                              961017-1.c 
	                                              961017-2.c 
	                                              961026-1.c 
	                                              961112-1.c 
	                                              961122-1.c 
	                                              961122-2.c 
	                                              961125-1.c 
	                                              961206-1.c 
	                                              961213-1.c 
	                                              961223-1.c 
	                                              970214-1.c 
	                                              970214-2.c 
	                                              970217-1.c 
	                                              970312-1.c 
	                                              970923-1.c 
	                                              980205.c 980223.c 
	                                              980424-1.c 
	                                              980505-1.c 
	                                              980505-2.c 
	                                              980506-1.c 
	                                              980506-2.c 
	                                              980506-3.c 
	                                              980526-1.c 
	                                              980526-2.c 
	                                              980526-3.c 
	                                              980602-1.c 
	                                              980602-2.c 
	                                              980604-1.c 
	                                              980605-1.c 
	                                              980608-1.c 
	                                              980612-1.c 
	                                              980617-1.c 
	                                              980618-1.c 
	                                              980618-2.c 
	                                              980701-1.c 
	                                              980707-1.c 
	                                              980709-1.c 
	                                              980716-1.c 
	                                              980929-1.c 
	                                              981001-1.c 
	                                              981019-1.c 
	                                              981130-1.c 
	                                              981130-1.x 
	                                              981206-1.c 
	                                              990106-1.c 
	                                              990106-2.c 
	                                              990117-1.c 
	                                              990127-1.c 
	                                              990127-2.c 
	                                              990128-1.c 
	                                              990130-1.c 
	                                              990208-1.c 
	                                              990211-1.c 
	                                              990222-1.c 
	                                              990324-1.c 
	                                              990326-1.c 
	                                              990404-1.c 
	                                              990413-2.c 
	                                              990413-2.x 
	                                              990513-1.c 
	                                              Makefile.in 
	                                              arith-1.c 
	                                              arith-rand.c 
	                                              bcp-1.c 
	                                              bf-layout-1.c 
	                                              bf-pack-1.c 
	                                              bf-sign-1.c 
	                                              bf-sign-2.c 
	                                              bf64-1.c cbrt.c 
	                                              cmpdi-1.c 
	                                              cmpsi-1.c 
	                                              comp-goto-1.c 
	                                              complex-1.c 
	                                              complex-2.c 
	                                              complex-3.c 
	                                              complex-4.c 
	                                              complex-5.c 
	                                              compndlit-1.c 
	                                              configure.in 
	                                              conversion.c 
	                                              cvt-1.c cvt-1.x 
	                                              dbra-1.c 
	                                              divconst-1.c 
	                                              divconst-2.c 
	                                              divconst-3.c 
	                                              divmod-1.c 
	                                              enum-1.c 
	                                              execute.exp 
	                                              func-ptr-1.c 
	                                              gofast.c index-1.c 
	                                              inst-check.c 
	                                              int-compare.c 
	                                              loop-1.c loop-2.c 
	                                              loop-2b.c 
	                                              loop-2c.c 
	                                              loop-2d.c 
	                                              loop-2e.c 
	                                              loop-2e.x 
	                                              loop-2f.c 
	                                              loop-2f.x 
	                                              loop-2g.c 
	                                              loop-2g.x loop-3.c 
	                                              loop-3b.c 
	                                              loop-3c.c loop-4.c 
	                                              loop-4b.c 
	                                              memcpy-1.c 
	                                              memcpy-bi.c 
	                                              mod-1.c 
	                                              nest-stdar-1.c 
	                                              nestfunc-1.c 
	                                              packed-1.c 
	                                              pending-4.c 
	                                              ptr-arith-1.c 
	                                              regstack-1.c 
	                                              scope-1.c 
	                                              scope-2.c 
	                                              strct-pack-1.c 
	                                              strct-pack-2.c 
	                                              strct-pack-3.c 
	                                              strct-pack-4.c 
	                                              strct-stdarg-1.c 
	                                              strct-varg-1.c 
	                                              strct-varg-1.x 
	                                              struct-ini-1.c 
	                                              struct-ini-2.c 
	                                              struct-ini-3.c 
	                                              struct-ini-4.c 
	                                              struct-ret-1.c 
	                                              struct-ret-2.c 
	                                              tstdi-1.c 
	                                              va-arg-1.c 
	                                              va-arg-2.c 
	                                              va-arg-3.c 
	                                              va-arg-3.x 
	                                              va-arg-4.c 
	                                              va-arg-5.c 
	                                              va-arg-6.c 
	                                              widechar-1.c 
	gnu/egcs/gcc/testsuite/gcc.c-torture/execute/ieee: 920518-1.c 
	                                                   920810-1.c 
	                                                   930529-1.c 
	                                                   980619-1.c 
	                                                   980619-1.x 
	                                                   Makefile.in 
	                                                   configure.in 
	                                                   fp-cmp-1.c 
	                                                   ieee.exp 
	                                                   minuszero.c 
	                                                   mzero2.c 
	                                                   rbug.c rbug.x 
	gnu/egcs/gcc/testsuite/gcc.c-torture/execute/memcheck: blkarg.c 
	                                                       blkarg.x 
	                                                       driver.c 
	                                                       driver.h 
	                                                       memcheck.exp 
	                                                       t1.c t2.c 
	                                                       t3.c t4.c 
	                                                       t5.c t6.c 
	                                                       t7.c t8.c 
	                                                       t9.c 
	                                                       template 
	gnu/egcs/gcc/testsuite/gcc.c-torture/noncompile: 920507-1.c 
	                                                 920616-2.c 
	                                                 920721-2.c 
	                                                 920824-1.c 
	                                                 920923-1.c 
	                                                 921102-1.c 
	                                                 921116-1.c 
	                                                 930301-1.c 
	                                                 930622-1.c 
	                                                 930622-2.c 
	                                                 930714-1.c 
	                                                 931203-1.c 
	                                                 940112-1.c 
	                                                 940227-1.c 
	                                                 940510-1.c 
	                                                 940712-1.c 
	                                                 940712-1.h 
	                                                 940712-1a.h 
	                                                 940712-1b.h 
	                                                 950825-1.c 
	                                                 950921-1.c 
	                                                 951025-1.c 
	                                                 951123-1.c 
	                                                 951227-1.c 
	                                                 971104-1.c 
	                                                 990416-1.c 
	                                                 Makefile.in 
	                                                 configure.in 
	                                                 init-1.c 
	                                                 init-2.c 
	                                                 invalid_asm.c 
	                                                 noncompile.exp 
	                                                 va-arg-1.c 
	gnu/egcs/gcc/testsuite/gcc.c-torture/special: 920413-1.c 
	                                              920520-1.c 
	                                              920521-1.c 
	                                              920717-x.c 
	                                              920717-y.c 
	                                              920730-1.c 
	                                              921210-1.c 
	                                              930510-1.c 
	                                              951130-1.c 
	                                              960224-1.c 
	                                              960224-2.c 
	                                              981006-1.c 
	                                              Makefile.in 
	                                              configure.in 
	                                              eeprof-1.c 
	                                              special.exp 
	gnu/egcs/gcc/testsuite/gcc.c-torture/unsorted: 386.c 86.c BUG1.c 
	                                               BUG11.c BUG12.c 
	                                               BUG13.c BUG16.c 
	                                               BUG17.c BUG18.c 
	                                               BUG2.c BUG21.c 
	                                               BUG22.c BUG23.c 
	                                               BUG24.c BUG25.c 
	                                               BUG3.c BUG4.c 
	                                               BUG5.c BUG6.c 
	                                               DFcmp.c HIcmp.c 
	                                               HIset.c 
	                                               Makefile.in 
	                                               PYRBUG.c QIcmp.c 
	                                               QIset.c SFset.c 
	                                               SIcmp.c SIset.c 
	                                               UHIcmp.c UQIcmp.c 
	                                               USIcmp.c a.c a1.c 
	                                               a3.c aa.c aaa.c 
	                                               abs.c ac.c acc.c 
	                                               add.c add386.c 
	                                               addcc.c andm.c 
	                                               andmem.c andn.c 
	                                               andok.c andsi.c 
	                                               andsparc.c aos.c 
	                                               arr.c as.c ase.c 
	                                               b.c b1.c b2.c 
	                                               b3.c b88.c bad.c 
	                                               band.c bb0.c 
	                                               bb1.c bbb.c bc.c 
	                                               bcopy.c bf.c 
	                                               bfins.c bfx.c 
	                                               bge.c bit.c 
	                                               bitf.c bitw.c 
	                                               blk.c bt.c 
	                                               bt386.c bug.c 
	                                               bugc.c buns.c 
	                                               bx.c c.c c1.c 
	                                               c2.c call.c 
	                                               call386.c 
	                                               callind.c cc.c 
	                                               charmtst.c cmb.c 
	                                               cmp.c cmphi.c 
	                                               cmpsi386.c cmul.c 
	                                               cn1.c comb.c 
	                                               configure.in 
	                                               consec.c const.c 
	                                               conv.c conv_tst.c 
	                                               cp.c csebug.c 
	                                               cvt.c d.c 
	                                               dbl_parm.c 
	                                               dblbug.c ddd.c 
	                                               dead.c delay.c 
	                                               di.c dic.c 
	                                               dilayout.c 
	                                               dimove.c dimul.c 
	                                               div.c divdf.c 
	                                               dm.c dshift.c e.c 
	                                               ex.c ext.c f1.c 
	                                               f2.c fdmul.c 
	                                               flo.c float.c 
	                                               flt_const.c 
	                                               fnul.c foo.c 
	                                               forgetcc.c fq.c 
	                                               g.c gen_tst.c 
	                                               glob.c gronk.c 
	                                               hi.c hibug.c 
	                                               i++.c i.c 
	                                               i386bug.c ic.c 
	                                               icmp.c ifreg.c 
	                                               imm.c isinf.c 
	                                               jmp.c jumptab.c 
	                                               l.c layout.c 
	                                               lbug.c ll1.c 
	                                               llbug.c lll.c 
	                                               load8.c 
	                                               loadhicc.c log2.c 
	                                               logic.c loop-1.c 
	                                               loop386.c lop.c 
	                                               m1.c m2.c m5.c 
	                                               m68.c mbyte.c 
	                                               mchar.c mcmp.c 
	                                               mdouble.c 
	                                               memtst.c 
	                                               miscomp.c mm.c 
	                                               mod.c modcc.c 
	                                               move.c move_qhi.c 
	                                               mregtst.c msp.c 
	                                               mtst.c mu.c mul.c 
	                                               mword.c mword1.c 
	                                               n.c n1.c nand.c 
	                                               neg.c o.c omit.c 
	                                               opout.c opt.c 
	                                               or.c or386.c p.c 
	                                               parms.c pass.c 
	                                               pmt.c poor.c pp.c 
	                                               pret-arg.c pyr.c 
	                                               pyr2.c q.c r.c 
	                                               r1.c rel.c rmsc.c 
	                                               round.c run.c s.c 
	                                               sar.c sc.c scal.c 
	                                               scc.c scond.c 
	                                               selfrec.c seq.c 
	                                               set386.c set88.c 
	                                               sh.c shand.c 
	                                               shft.c shift.c 
	                                               shloop.c shm.c 
	                                               signext.c 
	                                               signext2.c sim.c 
	                                               simple.c sne.c 
	                                               sound.c 
	                                               sparcbug.c 
	                                               speed.c stor.c 
	                                               store0.c 
	                                               storecc.c str.c 
	                                               stru.c 
	                                               structret.c 
	                                               stuct.c sub32.c 
	                                               subcc.c subcse.c 
	                                               sym.c symconst.c 
	                                               t.c test-flow.c 
	                                               test-loop.c 
	                                               test.c time.c 
	                                               tmp.c trivial.c 
	                                               trunc.c u.c 
	                                               udconvert.c 
	                                               udivmod4.c uns.c 
	                                               uns_tst.c 
	                                               unsorted.exp 
	                                               uuarg.c v.c w.c 
	                                               ww.c x.c xb.c 
	                                               xbg.c xc.c 
	                                               xcsebug.c xdi.c 
	                                               xfoo.c xi.c 
	                                               xlop.c xmtst.c 
	                                               xneg.c xopt.c 
	                                               xor.c xorn.c xp.c 
	                                               xpp.c xs.c xsh.c 
	                                               xxs.c xz.c xzz.c 
	gnu/egcs/gcc/testsuite/gcc.dg: 980211-1.c 980217-1.c 980226-1.c 
	                               980312-1.c 980313-1.c 980414-1.c 
	                               980502-1.c 980520-1.c 980523-1.c 
	                               980526-1.c 980709-1.c 980816-1.c 
	                               980827-1.c 990117-1.c 990119-1.c 
	                               990130-1.c 990213-1.c 990213-2.c 
	                               990214-1.c 990228-1.c 990407-1.c 
	                               990409-1.c 990413-1.c 990424-1.c 
	                               990506-0.c README bf-spl1.c 
	                               cast-qual-1.c clobbers.c 
	                               compare1.c cpp-if1.c cpp-if2.c 
	                               cpp-if3.c cpp-mi.c cpp-mic.h 
	                               cpp-micc.h dg.exp dll-1.c dll-2.c 
	                               dll-3.c dll-4.c ifelse-1.c 
	                               noreturn-1.c return-type-1.c 
	                               setjmp-1.c splet-1.c 
	                               struct-ret-1.c switch-1.c 
	                               ultrasp1.c uninit-1.c uninit-2.c 
	                               uninit-3.c uninit-4.c uninit-5.c 
	                               uninit-6.c uninit-8.c uninit-9.c 
	                               uninit-A.c unused-1.c 
	gnu/egcs/gcc/testsuite/gcc.dg/special: alias-1.c ecos.exp 
	                                       gcsec-1.c weak-1.c 
	                                       weak-1a.c weak-2.c 
	                                       weak-2a.c weak-2b.c 
	                                       wkali-1.c wkali-2.c 
	                                       wkali-2a.c wkali-2b.c 
	gnu/egcs/gcc/testsuite/gcc.failure: 940409-1.c 940409-1.x 
	                                    failure.exp 
	gnu/egcs/gcc/testsuite/gcc.misc-tests: Makefile.in acker1.c 
	                                       acker1.exp configure.in 
	                                       dg-1.c dg-10.c dg-11.c 
	                                       dg-12.c dg-2.c dg-3.c 
	                                       dg-4.c dg-5.c dg-6.c 
	                                       dg-7.c dg-8.c dg-9.c 
	                                       dg-test.exp dhry.c 
	                                       dhry.exp dhry.h gcov-1.c 
	                                       gcov-2.c gcov.exp 
	                                       m-un-1.c m-un-2.c 
	                                       matrix1.c matrix1.exp 
	                                       mg.c mg.exp msgs.exp 
	                                       optbench.c optbench.exp 
	                                       sieve.c sieve.exp sort2.c 
	                                       sort2.exp 
	gnu/egcs/gcc/testsuite/lib: c-torture.exp chill.exp 
	                            f-torture.exp g++-dg.exp g++.exp 
	                            g77.exp gcc-dg.exp gcc.exp 
	                            mike-g++.exp mike-g77.exp 
	                            mike-gcc.exp objc-torture.exp 
	                            objc.exp old-dejagnu.exp 
	gnu/egcs/gcc/testsuite/objc/execute: bf-1.m bf-10.m bf-11.m 
	                                     bf-12.m bf-13.m bf-14.m 
	                                     bf-15.m bf-16.m bf-17.m 
	                                     bf-18.m bf-19.m bf-2.m 
	                                     bf-3.m bf-4.m bf-5.m bf-6.m 
	                                     bf-7.m bf-8.m bf-9.m 
	                                     bf-common.h execute.exp 
	gnu/egcs/install: BINARIES BUILD CONFIGURE DOWNLOAD FINALINSTALL 
	                  INDEX SPECIFIC TEST binaries.html build.html 
	                  configure.html dec-osf-shlibstdc++.patch 
	                  download.html finalinstall.html 
	                  glibc-2.2.patch index.html sco_osr5_g77.patch 
	                  specific.html test.html x86-sol2-gas.patch 
	gnu/egcs/libio : ChangeLog Makefile.bsd-wrapper Makefile.in NEWS 
	                 PlotFile.cc PlotFile.h README SFile.cc SFile.h 
	                 builtinbuf.cc builtinbuf.h cleanup.c 
	                 config.shared configure.in depend editbuf.cc 
	                 editbuf.h filebuf.cc filedoalloc.c fileops.c 
	                 floatconv.c floatio.h fstream.cc fstream.h 
	                 gen-params genops.c indstream.cc indstream.h 
	                 ioassign.cc ioextend.cc iofclose.c iofdopen.c 
	                 iofeof.c ioferror.c iofflush.c iofflush_u.c 
	                 iofgetpos.c iofgets.c iofopen.c iofprintf.c 
	                 iofputs.c iofread.c iofscanf.c iofsetpos.c 
	                 ioftell.c iofwrite.c iogetc.c iogetdelim.c 
	                 iogetline.c iogets.c ioignore.c iolibio.h 
	                 iomanip.cc iomanip.h iopadn.c ioperror.c 
	                 iopopen.c ioprims.c ioprintf.c ioputc.c 
	                 ioputs.c ioscanf.c ioseekoff.c ioseekpos.c 
	                 iosetbuffer.c iosetvbuf.c iosprintf.c 
	                 iosscanf.c iostdio.h iostream.cc iostream.h 
	                 iostream.texi iostreamP.h iostrerror.c 
	                 ioungetc.c iovfprintf.c iovfscanf.c 
	                 iovsprintf.c iovsscanf.c isgetline.cc 
	                 isgetsb.cc isscan.cc istream.h libio.h libioP.h 
	                 osform.cc ostream.h outfloat.c parsestream.cc 
	                 parsestream.h peekc.c pfstream.cc pfstream.h 
	                 procbuf.cc procbuf.h sbform.cc sbgetline.cc 
	                 sbscan.cc shlib_version stdfiles.c 
	                 stdiostream.cc stdiostream.h stdstrbufs.cc 
	                 stdstreams.cc stream.cc stream.h streambuf.cc 
	                 streambuf.h strfile.h strops.c strstream.cc 
	                 strstream.h 
	gnu/egcs/libio/config: hpux.mt isc.mt linux.mt 
	                       linuxaxp1-libc-lock.h 
	                       linuxaxp1-stdio-lock.h linuxaxp1.mt 
	                       linuxlibc1.mt mn10200.mt mtsafe.mt 
	                       netware.mt sco4.mt 
	gnu/egcs/libio/dbz: Makefile.in README altbytes byteflip.c 
	                    case.c case.h configure.in dbz.1 dbz.3z 
	                    dbz.c dbz.h dbzmain.c fake.c firstlast25 
	                    getmap random.c revbytes stdio.h 
	gnu/egcs/libio/include: empty.h 
	gnu/egcs/libio/stdio: ChangeLog Makefile.in clearerr.c 
	                      clearerr_u.c configure.in fdopen.c feof.c 
	                      feof_u.c ferror.c ferror_u.c fgetc.c 
	                      fileno.c fputc.c fputc_u.c freopen.c 
	                      fseek.c getc.c getc_u.c getchar.c 
	                      getchar_u.c getline.c getw.c obprintf.c 
	                      popen.c putc.c putc_u.c putchar.c 
	                      putchar_u.c putw.c rewind.c setbuf.c 
	                      setfileno.c setlinebuf.c snprintf.c 
	                      stdio.h vasprintf.c vfprintf.c vfscanf.c 
	                      vprintf.c vscanf.c vsnprintf.c 
	gnu/egcs/libio/tests: ChangeLog Makefile.in configure.in 
	                      hounddog.cc hounddog.exp hounddog.inp 
	                      putbackdog.cc tFile.cc tFile.exp tFile.inp 
	                      tfformat.c tiformat.c tiomanip.cc 
	                      tiomanip.exp tiomisc.cc tiomisc.exp 
	                      tstdiomisc.c tstdiomisc.exp 
	gnu/egcs/libio/testsuite: ChangeLog Makefile.in configure.in 
	gnu/egcs/libio/testsuite/config: default.exp 
	gnu/egcs/libio/testsuite/lib: libio.exp 
	gnu/egcs/libio/testsuite/libio.tests: hounddog.exp 
	                                      putbackdog.exp tFile.exp 
	                                      tfformat.exp tiformat.exp 
	                                      tiomanip.exp tiomisc.exp 
	                                      tstdiomisc.exp 
	gnu/egcs/libstdc++: ChangeLog Makefile.bsd-wrapper Makefile.in 
	                    NEWS cassert cctype cerrno cfloat cinst.cc 
	                    ciso646 climits clocale cmath cmathi.cc 
	                    complex complex.h configure.in csetjmp 
	                    csignal cstdarg cstddef cstdio cstdlib 
	                    cstdlibi.cc cstring cstringi.cc ctime cwchar 
	                    cwctype fstream iomanip iosfwd iostream 
	                    shlib_version sinst.cc sstream stdexcept 
	                    stdexcepti.cc stl.h stlinst.cc string 
	                    strstream valarray valarray.cc 
	gnu/egcs/libstdc++/config: aix.ml dec-osf.ml delta.mt elf.ml 
	                           elfshlibm.ml freebsd.ml gnu.ml 
	                           hpux.ml irix5.ml linux.ml linux.mt 
	                           openbsd.ml openbsd.mt posix.mt 
	                           sol2pth.mt sol2shm.ml sol2solth.mt 
	                           sunos4.ml x86-interix.ml 
	gnu/egcs/libstdc++/std: bastring.cc bastring.h complext.cc 
	                        complext.h dcomplex.h fcomplex.h 
	                        gslice.h gslice_array.h indirect_array.h 
	                        ldcomplex.h mask_array.h slice.h 
	                        slice_array.h std_valarray.h straits.h 
	                        valarray_array.h valarray_array.tcc 
	                        valarray_meta.h 
	gnu/egcs/libstdc++/stl: ChangeLog README algo.h algobase.h 
	                        algorithm alloc.h bitset bvector.h 
	                        defalloc.h deque deque.h function.h 
	                        functional hash_map hash_map.h hash_set 
	                        hash_set.h hashtable.h heap.h iterator 
	                        iterator.h list list.h map map.h memory 
	                        multimap.h multiset.h numeric pair.h 
	                        pthread_alloc pthread_alloc.h queue rope 
	                        rope.h ropeimpl.h set set.h slist 
	                        slist.h stack stack.h stl_algo.h 
	                        stl_algobase.h stl_alloc.h stl_bvector.h 
	                        stl_config.h stl_construct.h stl_deque.h 
	                        stl_function.h stl_hash_fun.h 
	                        stl_hash_map.h stl_hash_set.h 
	                        stl_hashtable.h stl_heap.h 
	                        stl_iterator.h stl_list.h stl_map.h 
	                        stl_multimap.h stl_multiset.h 
	                        stl_numeric.h stl_pair.h stl_queue.h 
	                        stl_raw_storage_iter.h stl_relops.h 
	                        stl_rope.h stl_set.h stl_slist.h 
	                        stl_stack.h stl_tempbuf.h stl_tree.h 
	                        stl_uninitialized.h stl_vector.h 
	                        tempbuf.h tree.h type_traits.h utility 
	                        vector vector.h 
	gnu/egcs/libstdc++/tests: ChangeLog Makefile.in configure.in 
	                          tcomplex.cc tcomplex.exp tcomplex.inp 
	                          tlist.cc tlist.exp tmap.cc tmap.exp 
	                          tstring.cc tstring.exp tstring.inp 
	                          tvector.cc tvector.exp 
	gnu/egcs/libstdc++/testsuite: ChangeLog Makefile.in configure.in 
	gnu/egcs/libstdc++/testsuite/config: default.exp 
	gnu/egcs/libstdc++/testsuite/lib: libstdc++.exp 
	gnu/egcs/libstdc++/testsuite/libstdc++.tests: test.exp 
	regress/gnu/egcs/gcc-bounds: builtins-1.c.exp declare-1.c.exp 
	                             declare-10.c.exp declare-11.c.exp 
	                             declare-12.c.exp declare-13.c.exp 
	                             declare-14.c.exp declare-15.c.exp 
	                             declare-2.c.exp declare-3.c.exp 
	                             declare-4.c.exp declare-5.c.exp 
	                             declare-6.c.exp declare-7.c.exp 
	                             declare-8.c.exp declare-9.c.exp 
	                             fread-1.c.exp fread-2.c.exp 
	                             fread-3.c.exp fread-4.c.exp 
	                             getcwd-1.c.exp getcwd-2.c.exp 
	                             getcwd-3.c.exp getcwd-4.c.exp 
	                             md-1.c.exp md-2.c.exp md-3.c.exp 
	                             md-4.c.exp md-5.c.exp md-6.c.exp 
	                             memcpy-1.c.exp memcpy-2.c.exp 
	                             memcpy-3.c.exp memcpy-4.c.exp 
	                             memcpy-5.c.exp memcpy-6.c.exp 
	                             memcpy-8.c.exp snprintf-1.cpp.exp 
	                             snprintf-2.cpp.exp 
	                             snprintf-3.cpp.exp 
	                             snprintf-4.cpp.exp 
	                             snprintf-5.cpp.exp sscanf-1.c.exp 
	                             sscanf-1.cpp.exp sscanf-2.c.exp 
	                             sscanf-3.c.exp sscanf-4.c.exp 
	                             sscanf-5.c.exp strlcat-1.c.exp 
	                             strlcat-2.c.exp strlcat-3.c.exp 
	                             strlcat-4.c.exp strlcat-5.c.exp 
	                             strlcat-6.c.exp strlcpy-1.c.exp 
	                             strlcpy-2.c.exp strlcpy-3.c.exp 
	                             strlcpy-4.c.exp strlcpy-5.c.exp 
	                             strlcpy-6.c.exp vararray-1.c.exp 
	                             vararray-2.c.exp vararray-3.c.exp 
	regress/gnu/egcs/libf2c: Makefile 

Log message:
Remove gcc 2.95 from the tree. One of the least bogus compiler we had (although
it had required some generous bandaid), but unfortunately not able to compile
most of the Real World (tm) software.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/08/06 13:20:09

Log message:
    Import pefile.
    pefile is a multi-platform Python module to read and work with Portable
    Executable (aka PE) files. Most of the information in the PE Header is
    accessible, as well as all the sections, section's information and data.
    
    ok landry@ (thanks).
    
    Status:
    
    Vendor Tag:	rpointel
    Release Tags:	rpointel_2013-08-06
    
    N ports/security/py-pefile/Makefile
    N ports/security/py-pefile/distinfo
    N ports/security/py-pefile/pkg/PLIST
    N ports/security/py-pefile/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/08/06 13:20:54

Modified files:
	security       : Makefile 

Log message:
+py-pefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 13:22:10

Modified files:
	security/libgcrypt: Makefile 
Added files:
	security/libgcrypt/patches: patch-mpi_mpi-pow_c 

Log message:
Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys

ok pea@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/06 13:28:57

Modified files:
	security/gnupg : Makefile 
Added files:
	security/gnupg/patches: patch-mpi_mpi-pow_c 

Log message:
Security fix for CVE-2013-4242 GnuPG side-channel attack on RSA secret keys

ok pea@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 13:41:06

Modified files:
	devel/libgdata : Makefile distinfo 
	devel/libgdata/pkg: PLIST 

Log message:
Update to libgdata-0.13.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/06 13:47:19

Modified files:
	geo/mapserver  : Makefile distinfo 
	geo/mapserver/patches: patch-mapscript_php_Makefile_in 
	geo/mapserver/pkg: PLIST-main PLIST-perl PLIST-php PLIST-utils 
Added files:
	geo/mapserver/patches: patch-Makefile_in 
Removed files:
	geo/mapserver/patches: patch-configure 

Log message:
Update to mapserver 6.2.1.

See http://mapserver.org/development/announce/6-2.html for a list of new
features in the 6.2 branch.

- Uses its own local copy of agg (as mapnik..)
- now uses libtool and installs a library. Adapt chroot setups as needed.
- provides an install target, so install perl examples and mapscript.ini
in post-install.
- dont install php examples, they're badly outdated


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/06 13:54:21

Log message:
    Import py-msgpack 0.3.0, required by upcoming salt port.
    
    MessagePack is a fast, compact binary serialization format, suitable for
    similar data to JSON. This package provides CPython bindings for reading
    and writing MessagePack data.
    
    ok rpointel@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130806
    
    N ports/net/py-msgpack/Makefile
    N ports/net/py-msgpack/distinfo
    N ports/net/py-msgpack/pkg/PLIST
    N ports/net/py-msgpack/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/06 13:54:52

Modified files:
	net            : Makefile 

Log message:
+py-msgpack


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/06 14:09:00

Modified files:
	net/isc-bind   : Makefile distinfo 

Log message:
SECURITY update to BIND 9.9.3p2. CVE-2013-4854: A specially crafted
query that includes malformed rdata can cause named to terminate with an
assertion failure while rejecting the malformed query. Authoritative and
recursive servers are equally vulnerable. Intentional exploitation of
this condition can cause a denial of service in all nameservers running
affected versions of BIND 9. Access Control Lists do not provide any
protection from malicious clients.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/06 14:10:50

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
update MASTER_SITE_NETBSD, from Juan Francisco Cantero Hurtado


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/08/06 14:16:01

Modified files:
	faq            : current.html 

Log message:
Vax manual upgrade instructions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/06 15:19:14

Modified files:
	geo/postgis    : Makefile distinfo 
	geo/postgis/pkg: PLIST 

Log message:
Bugfix update to postgis 2.0.3.

Fix WANTLIB after kerb/gdal update, new MASTER_SITES. Actually install
the README by adding it to PLIST.. and use enough XXXX's in mktemp call
during regress tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/06 15:22:19

Modified files:
	geo/postgis    : Makefile 
	geo/postgis/pkg: README 

Log message:
Use a proper template for the README.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/06 15:33:03

Modified files:
	usr.sbin/user  : user.c 

Log message:
Write uids/gids as unsigned in the passwd file and error messages.
This matches what pw_scan() expects.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2013/08/06 15:56:51

Modified files:
	usr.bin/mktemp : mktemp.c 

Log message:
Move the check for template length added in r1.16 outside the !tflag
block so that the friendly error message is also shown in the -t case
instead of EINVAL.
ok millert@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/06 16:45:47

Modified files:
	faq            : current.html 

Log message:
mention ports/net/nagios/nsca packet format change in upgrade notes, it
happened a while ago but this might help save some people from trouble
when updating to 5.4. found the hard way by henning. (hint: update the
server first to get over the bump, then switch everything you can to
nsca-ng)..

while there, use consistent notation for things affecting ports/packages.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/06 16:47:44

Modified files:
	lib/libutil    : passwd.c 

Log message:
When writing a new record in pw_copy() print the uid and gid as
unsigned, just like we do the existing records.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/06 17:03:49

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
fix some whitespace at EOL

make list of commands an enum rather than a long list of defines

add -a to usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/06 17:05:02

Modified files:
	usr.bin/ssh    : sftp.1 

Log message:
document top-level -a option (the -a option to 'get' was already documented)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/06 17:06:01

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
add cast to avoid format warning; from portable


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/06 17:15:44

Modified files:
	sys/arch/arm/arm: cpu.c 
	sys/arch/arm/include: armreg.h 

Log message:
add Cortex A15 R4
ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/06 17:16:13

Modified files:
	sysutils/tarsnap: Makefile distinfo 

Log message:
Update tarsnap to 1.0.35.

This version fixes a bug in tarsnap 1.0.34 which could cause it to crash
during network glitches and outages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/06 17:20:37

Modified files:
	mail/lumail    : Makefile distinfo 
	mail/lumail/patches: patch-Makefile 
Added files:
	mail/lumail/patches: patch-src_bindings_cc patch-src_input_cc 
	                     patch-src_screen_cc patch-src_variables_cc 

Log message:
Update lumail to 0.16.

Upstream removed tests and switched to ncursesw.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/08/06 17:33:44

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/pkg : PLIST 
Added files:
	devel/llvm/patches: patch-lib_Target_R600_SIISelLowering_cpp 

Log message:
enable the R600 target
ok sthen@ brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/08/06 17:42:16

Log message:
    add a port for radeondrm firmware
    ok sthen@
    
    Status:
    
    Vendor Tag:	jsg
    Release Tags:	jsg_20130807
    
    N ports/sysutils/firmware/radeondrm/Makefile
    N ports/sysutils/firmware/radeondrm/distinfo
    N ports/sysutils/firmware/radeondrm/pkg/DESCR
    N ports/sysutils/firmware/radeondrm/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/08/06 17:44:55

Modified files:
	sysutils/firmware: Makefile 

Log message:
+radeondrm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/06 18:04:28

Modified files:
	sys/dev/pci/drm: files.drm 
	sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
	                      i915_gem.c i915_gem_execbuffer.c 
Added files:
	sys/dev/pci/drm/i915: i915_gem_context.c 

Log message:
add support for hardware contexts on recent intel hardware
based on the code in linux 3.8.13
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/06 18:38:41

Modified files:
	regress/sys/kern/sosplice: Makefile 

Log message:
Check wether the required perl packages are installed.  If not,
print a message and skip the regression tests which need them.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/06 19:03:59

Modified files:
	gnu/gcc/libcpp : lex.c 
	gnu/usr.bin/gcc/gcc: cpplex.c cpptrad.c 

Log message:
don't warn on missing newline at eof
matches the behaviour of gcc >= 4.3 and clang
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/06 19:06:43

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c if_re_cardbus.c 
	                 if_rl_cardbus.c if_xl_cardbus.c 
	sys/dev/eisa   : if_ep_eisa.c if_fea.c 
	sys/dev/ic     : acx.c aic6915.c am7990.c an.c ar5008.c ar5416.c 
	                 ar9003.c ar9280.c ar9285.c ar9287.c ar9380.c 
	                 athn.c ax88190.c dc.c dl10019.c dp8390.c 
	                 elink3.c fxp.c hme.c i82596.c if_wi.c 
	                 if_wi_hostap.c lemac.c pdq_ifsubr.c pgt.c re.c 
	                 rt2560.c rt2661.c rt2860.c rtl81x9.c 
	                 smc83c170.c smc91cxx.c ti.c xl.c 
	sys/dev/isa    : if_ec.c if_ef_isapnp.c if_eg.c if_el.c 
	                 if_ep_isa.c if_ep_isapnp.c if_ie.c if_lc_isa.c 
	                 if_ne_isa.c if_ne_isapnp.c if_sm_isa.c if_we.c 
	sys/dev/pci    : if_age.c if_alc.c if_ale.c if_bce.c if_bge.c 
	                 if_bnxreg.h if_dc_pci.c if_de.c if_em.h 
	                 if_em_hw.c if_ep_pci.c if_epic_pci.c if_et.c 
	                 if_fxp_pci.c if_hme_pci.c if_ipw.c if_iwi.c 
	                 if_iwn.c if_ixgb.h if_jme.c if_lge.c if_msk.c 
	                 if_nfe.c if_nge.c if_oce.c if_pcn.c if_re_pci.c 
	                 if_rl_pci.c if_san_common.c if_san_te1.c 
	                 if_san_xilinx.c if_sf_pci.c if_sis.c if_sk.c 
	                 if_ste.c if_stge.c if_ti_pci.c if_tl.c if_txp.c 
	                 if_vge.c if_vr.c if_vte.c if_wb.c if_wpi.c 
	                 if_xge.c if_xl_pci.c ixgb_ee.c ixgb_hw.c 
	sys/dev/pcmcia : if_cnw.c if_ep_pcmcia.c if_ray.c if_sm_pcmcia.c 
	                 if_xe.c 
	sys/dev/sbus   : be.c if_gem_sbus.c if_hme_sbus.c if_ti_sbus.c 
	                 qe.c 
	sys/dev/usb    : if_athn_usb.c if_aue.c if_axe.c if_cdce.c 
	                 if_cdcef.c if_cue.c if_kue.c if_mos.c if_otus.c 
	                 if_ral.c if_rsu.c if_rum.c if_run.c if_smsc.c 
	                 if_uath.c if_udav.c if_upgt.c if_upl.c if_url.c 
	                 if_urndis.c if_urtw.c if_urtwn.c if_wi_usb.c 
	                 if_zyd.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Just remove these include lines.
Compiled on amd64 i386 sparc64; OK henning@ mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/06 19:10:27

Modified files:
	share/man/man1 : gcc-local.1 

Log message:
mention support for binary integer constants


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/06 21:33:00

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
Regular bimonthly update. Manaplus now at 1.3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/06 21:35:53

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update texapp to 0.6.0. New features include search functionality, the
ability to write messages in an external editor, and regular bugfixes.
The default texapprc has been tweaked to more closely follow the style of
alpha (the web-based app written by the founders of app.net).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/06 21:40:25

Modified files:
	emulators/sdlmame: Makefile distinfo 
	emulators/sdlmame/patches: patch-makefile 
	                           patch-src_osd_sdl_sdl_mak 

Log message:
Update MAME to 0.149u1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/06 21:42:06

Modified files:
	emulators/sdlmess: Makefile distinfo 
	emulators/sdlmess/patches: patch-makefile 
	                           patch-src_osd_sdl_sdl_mak 

Log message:
Same with MESS, update to 0.149u1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2013/08/06 23:02:58

Modified files:
	lang/php/5.3/patches: patch-ext_tidy_tidy_c 

Log message:
the tidy php extension tries to call tidyReleaseDate() to get some
silly version string, but the library symbol doesnt exist for it
to resolve. this points it at tidyVersion instead.

you can reproduce the problem this solves by enabling the tidy
extension and running "php-5.3 -i" or by writing a script that calls
phpinfo(). they should segfault after ld complains about a missing
symbol.

the only caveat to this is the meaning of tidyReleaseDate doesnt
map well to what tidyVersion returns now (which is a version number),
but i dont care.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/06 23:39:05

Modified files:
	sys/net        : if_pfsync.c 

Log message:
states learnt via pfsync from a peer with the same ruleset checksum were
not getting assigned to rules like they should cos pfsync_in_upd() wasnt
passing the PFSYNC_SI_CKSUM flag along to pfsync_state_import.

found and fixed by pedro


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/08/07 00:19:36

Modified files:
	usr.bin/mktemp : mktemp.1 

Log message:
document the errors in terms of the actual calls made (mkdtemp/mktemp,
vs mkdir/open)
ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/07 00:24:52

Modified files:
	usr.bin/ssh    : sftp.1 sftp.c 

Log message:
sort -a;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/07 00:37:02

Modified files:
	share/man/man4 : utwitch.4 

Log message:
unconciousness -> unconsciousness; from snj@netbsd, -r1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/07 00:56:42

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
make sure the new nfs watch stuff works (unconfuse engine/subengine
relationship) now that landry@ can trigger this reproducibly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/07 01:10:36

Modified files:
	lang/php/5.3   : Makefile 

Log message:
previous commit lacked a revision bump and maintainer ok/time-out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/07 01:19:31

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-spec_unit_provider_package_openbsd_spec_rb 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-spec_fixtures_unit_provider_package_openbsd_pkginfo_flavors_list 

Log message:
fix retrieving the flavor for packages in #instances

ok robert@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/07 01:20:25

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
turn on TRUST_PACKAGES by default, zap knob


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/08/07 01:21:03

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
bye bye TRUST_PACKAGES


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/07 01:29:20

Modified files:
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/pci: ht.c mpcpcibus.c 
	sys/dev/pci    : pcivar.h 
	sys/arch/macppc/macppc: ofw_machdep.c rbus_machdep.c 
Added files:
	sys/arch/macppc/include: pci_machdep.h 
	sys/arch/macppc/pci: pci_machdep.c 
	sys/arch/socppc/include: pci_machdep.h 
Removed files:
	sys/arch/powerpc/pci: pci_machdep.h 

Log message:
Mimic what's done on sparc64 and parse the OpenFirmware device tree to
enumerate the pci devices.  This allow us to not store the interrupt
vector in the interrupt line register and to not try to attach pci
devices disabled by firmware.

With inputs from and ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/08/07 01:47:28

Modified files:
	games/ufoai    : Makefile.inc 

Log message:
shrink list of arches where ufoai actually builds.
requested by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/08/07 02:02:49

Modified files:
	games/minetest : Makefile distinfo 
	games/minetest/patches: patch-src_CMakeLists_txt 
	                        patch-src_porting_cpp 
	games/minetest/pkg: PLIST 
Removed files:
	games/minetest/patches: patch-src_irrlichttypes_h 

Log message:
update to 0.4.7
ok landry@ looks good sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/07 02:19:05

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Managed device mappings should be uncached by default.

ok mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/07 02:20:08

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile 

Log message:
take maintainership

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/07 02:21:17

Modified files:
	sys/arch/macppc/macppc: machdep.c 

Log message:
Using phys_map for bus_space_map(9) is retarded.  Use kernel_map just like
everybody else.

ok mpi@, beck@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/07 03:14:39

Modified files:
	lang/ecl       : Makefile 

Log message:
mark BROKEN-arm; infinite loop during building happens there as well as sparc


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/07 03:21:09

Modified files:
	infrastructure/bin: clean-old-distfiles 

Log message:
show values when mismatch


CVSROOT:	/cvs
Module name:	www
Changes by:	florian@cvs.openbsd.org	2013/08/07 03:43:11

Modified files:
	.              : donations.html 

Log message:
Thanks to Mattieu Baptiste for sending me a BeagleBoneBlack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/08/07 04:37:44

Modified files:
	geo/viking     : Makefile distinfo 
	geo/viking/pkg : PLIST 

Log message:
update to 1.4.1
changelog: http://sourceforge.net/apps/mediawiki/viking/index.php?title=Version-1.4
and http://sourceforge.net/apps/mediawiki/viking/index.php?title=Version-1.4.1
ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 05:11:52

Modified files:
	infrastructure/mk: arch-defines.mk 

Log message:
vax now uses gcc3.
Retain GCC2_ARCHS until all references to it have been removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/07 05:47:51

Modified files:
	net/putty      : Makefile distinfo 
Removed files:
	net/putty/patches: patch-unix_configure_ac patch-unix_uxpty_c 

Log message:
SECURITY update to PuTTY 0.63 - ok brad@

- Vulnerability: non-coprime values in DSA signatures can cause buffer
overflow in modular inverse
- Vulnerability: buffer underrun in modmul can corrupt the heap
- Vulnerability: negative string length in public-key signatures can
cause integer overflow and overwrite all of memory
- Private keys left in memory after being used by PuTTY tools

N.B. some of these vulnerabilities where an SSH-2 server can make PuTTY
overrun or underrun buffers can be triggered *before* host key verification
so there is a risk from a spoofed server. For more info see the 0.63
section of http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/07 05:50:27

Modified files:
	archivers/xz   : Makefile 
	archivers/xz/pkg: PLIST 

Log message:
zap nls, so that it doesn't depend on gettext
should tweak build order somewhat, and make it easier to put on the CD
if we want to.

okay naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/08/07 06:45:59

Modified files:
	lib/libm       : Makefile 
Added files:
	lib/libm/noieee_src: n_lrint.c 

Log message:
simple inaccurate implementation of lrint* functions on vax, just so
we have them.
Compiles on vax. okay martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/07 08:07:09

Modified files:
	lang/php/5.3/patches: patch-ext_tidy_tidy_c 

Log message:
fix patch; context includes a CVS id tag. found by rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/07 09:22:28

Modified files:
	news/slrn      : Makefile distinfo 
	news/slrn/patches: patch-configure 
	news/slrn/pkg  : PLIST 

Log message:
Update slrn to 1.0.1 and take MAINTAINER.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/07 09:34:02

Modified files:
	sys/arch/arm/include: limits.h 
	sys/arch/hppa/include: limits.h 
	sys/arch/hppa64/include: limits.h 
	sys/arch/i386/include: limits.h 
	sys/arch/m68k/include: limits.h 
	sys/arch/m88k/include: limits.h 
	sys/arch/powerpc/include: limits.h 
	sys/arch/sh/include: limits.h 
	sys/arch/sparc/include: limits.h 
	sys/arch/vax/include: limits.h 

Log message:
We uniformly define size_t to be unsigned long and ssize_t to be long.  Make
sure that SIZE_MAX and SSIZE_MAX are defined as constants with a matching
type on all are architectures.

ok millert@, matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 09:37:12

Modified files:
	archivers/xz   : Makefile 
	audio/libmpdclient: Makefile 
	base/xenocara/kdrive: Makefile 
	base/xenocara/release: Makefile 
	databases/mysql: Makefile 
	devel/arm-elf/binutils: Makefile 
	devel/fossil   : Makefile 
	devel/guilib   : Makefile 
	devel/json-c   : Makefile 
	devel/libusb1  : Makefile 
	devel/protobuf : Makefile 
	devel/sdl      : Makefile 
	devel/startup-notification: Makefile 
	editors/emacs21: Makefile 
	graphics/ilmbase: Makefile 
	multimedia/x264: Makefile 
	net/dnsmasq    : Makefile 
	www/squid27    : Makefile 
	x11/gnustep/libobjc2: Makefile 
Removed files:
	www/squid27/patches: gcc-patch-lib_Makefile_in 

Log message:
kill direct and indirect references to GCC2_ARCHS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/08/07 09:56:03

Modified files:
	sys/dev/usb    : ubt.c 

Log message:
needs timeout.h to compile. from Rafael Neves


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/07 10:25:35

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST 

Log message:
Update to glib2-2.36.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/07 10:35:49

Log message:
    initial import of php 5.4
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20130807
    
    N ports/lang/php/5.4/Makefile
    N ports/lang/php/5.4/distinfo
    N ports/lang/php/5.4/patches/patch-php_ini-development
    N ports/lang/php/5.4/patches/patch-ext_iconv_iconv_c
    N ports/lang/php/5.4/patches/patch-ext_gd_gdcache_h
    N ports/lang/php/5.4/patches/patch-ext_gd_libgd_gdcache_h
    N ports/lang/php/5.4/patches/patch-ext_gd_libgd_gdkanji_c
    N ports/lang/php/5.4/patches/patch-ext_mysqlnd_config9_m4
    N ports/lang/php/5.4/patches/patch-ext_spl_php_spl_c
    N ports/lang/php/5.4/patches/patch-ext_odbc_config_m4
    N ports/lang/php/5.4/patches/patch-ext_openssl_config0_m4
    N ports/lang/php/5.4/patches/patch-ext_tidy_tidy_c
    N ports/lang/php/5.4/patches/patch-ext_spl_php_spl_h
    N ports/lang/php/5.4/patches/patch-ext_standard_config_m4
    N ports/lang/php/5.4/patches/patch-ext_tidy_config_m4
    N ports/lang/php/5.4/patches/patch-main_php_ini_c
    N ports/lang/php/5.4/patches/patch-ext_xmlrpc_libxmlrpc_encodings_c
    N ports/lang/php/5.4/patches/patch-main_php_h
    N ports/lang/php/5.4/patches/patch-scripts_phpize_in
    N ports/lang/php/5.4/patches/patch-main_php_open_temporary_file_c
    N ports/lang/php/5.4/patches/patch-php_ini-production
    N ports/lang/php/5.4/patches/patch-sapi_cgi_cgi_main_c
    N ports/lang/php/5.4/patches/patch-sapi_apache_mod_php5_c
    N ports/lang/php/5.4/patches/patch-acinclude_m4
    N ports/lang/php/5.4/patches/patch-sapi_cli_php_cli_c
    N ports/lang/php/5.4/patches/patch-scripts_php-config_in
    N ports/lang/php/5.4/patches/patch-configure_in
    N ports/lang/php/5.4/patches/patch-sapi_fpm_php-fpm_conf_in
    N ports/lang/php/5.4/patches/patch-scripts_Makefile_frag
    N ports/lang/php/5.4/patches/patch-sapi_fpm_fpm_fpm_atomic_h
    N ports/lang/php/5.4/pkg/DESCR-fpm
    N ports/lang/php/5.4/pkg/DESCR-pcntl
    N ports/lang/php/5.4/pkg/PLIST-bz2
    N ports/lang/php/5.4/pkg/PLIST-curl
    N ports/lang/php/5.4/pkg/PLIST-dba
    N ports/lang/php/5.4/pkg/PLIST-fastcgi
    N ports/lang/php/5.4/pkg/PLIST-fpm
    N ports/lang/php/5.4/pkg/PLIST-gd
    N ports/lang/php/5.4/pkg/PLIST-gmp
    N ports/lang/php/5.4/pkg/PLIST-imap
    N ports/lang/php/5.4/pkg/PLIST-ldap
    N ports/lang/php/5.4/pkg/PLIST-main
    N ports/lang/php/5.4/pkg/PLIST-mcrypt
    N ports/lang/php/5.4/pkg/PLIST-mssql
    N ports/lang/php/5.4/pkg/PLIST-mysql
    N ports/lang/php/5.4/pkg/PLIST-mysqli
    N ports/lang/php/5.4/pkg/PLIST-odbc
    N ports/lang/php/5.4/pkg/PLIST-pcntl
    N ports/lang/php/5.4/pkg/PLIST-pdo_dblib
    N ports/lang/php/5.4/pkg/PLIST-pdo_mysql
    N ports/lang/php/5.4/pkg/PLIST-pdo_pgsql
    N ports/lang/php/5.4/pkg/PLIST-pgsql
    N ports/lang/php/5.4/pkg/PLIST-pspell
    N ports/lang/php/5.4/pkg/PLIST-shmop
    N ports/lang/php/5.4/pkg/PLIST-snmp
    N ports/lang/php/5.4/pkg/PLIST-soap
    N ports/lang/php/5.4/pkg/PLIST-sqlite
    N ports/lang/php/5.4/pkg/PLIST-tidy
    N ports/lang/php/5.4/pkg/PLIST-xmlrpc
    N ports/lang/php/5.4/pkg/PLIST-xsl
    N ports/lang/php/5.4/pkg/PLIST-zip
    N ports/lang/php/5.4/pkg/php_fpm.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 10:38:53

Modified files:
	devel/cppunit  : Makefile 

Log message:
remove mistyped GCC2_ARCHS, too


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/07 10:46:58

Log message:
    initial import of php 5.5.1
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20130807
    
    N ports/lang/php/5.5/Makefile
    N ports/lang/php/5.5/distinfo
    N ports/lang/php/5.5/old
    N ports/lang/php/5.5/new
    N ports/lang/php/5.5/patches/patch-php_ini-development
    N ports/lang/php/5.5/patches/patch-ext_iconv_iconv_c
    N ports/lang/php/5.5/patches/patch-ext_gd_gdcache_h
    N ports/lang/php/5.5/patches/patch-ext_gd_libgd_gdcache_h
    N ports/lang/php/5.5/patches/patch-ext_gd_libgd_gdkanji_c
    N ports/lang/php/5.5/patches/patch-ext_mysqlnd_config9_m4
    N ports/lang/php/5.5/patches/patch-ext_spl_php_spl_c
    N ports/lang/php/5.5/patches/patch-ext_odbc_config_m4
    N ports/lang/php/5.5/patches/patch-ext_openssl_config0_m4
    N ports/lang/php/5.5/patches/patch-ext_tidy_tidy_c
    N ports/lang/php/5.5/patches/patch-ext_spl_php_spl_h
    N ports/lang/php/5.5/patches/patch-ext_standard_config_m4
    N ports/lang/php/5.5/patches/patch-ext_tidy_config_m4
    N ports/lang/php/5.5/patches/patch-main_php_ini_c
    N ports/lang/php/5.5/patches/patch-ext_xmlrpc_libxmlrpc_encodings_c
    N ports/lang/php/5.5/patches/patch-main_php_h
    N ports/lang/php/5.5/patches/patch-scripts_phpize_in
    N ports/lang/php/5.5/patches/patch-main_php_open_temporary_file_c
    N ports/lang/php/5.5/patches/patch-php_ini-production
    N ports/lang/php/5.5/patches/patch-sapi_cgi_cgi_main_c
    N ports/lang/php/5.5/patches/patch-sapi_apache_mod_php5_c
    N ports/lang/php/5.5/patches/patch-acinclude_m4
    N ports/lang/php/5.5/patches/patch-sapi_cli_php_cli_c
    N ports/lang/php/5.5/patches/patch-scripts_php-config_in
    N ports/lang/php/5.5/patches/patch-configure_in
    N ports/lang/php/5.5/patches/patch-sapi_fpm_php-fpm_conf_in
    N ports/lang/php/5.5/patches/patch-scripts_Makefile_frag
    N ports/lang/php/5.5/patches/patch-sapi_fpm_fpm_fpm_atomic_h
    N ports/lang/php/5.5/patches/patch-ext_sockets_conversions_c
    N ports/lang/php/5.5/patches/patch-ext_sockets_sockaddr_conv_c
    N ports/lang/php/5.5/pkg/DESCR-fpm
    N ports/lang/php/5.5/pkg/DESCR-pcntl
    N ports/lang/php/5.5/pkg/PLIST-bz2
    N ports/lang/php/5.5/pkg/PLIST-curl
    N ports/lang/php/5.5/pkg/PLIST-dba
    N ports/lang/php/5.5/pkg/PLIST-fastcgi
    N ports/lang/php/5.5/pkg/PLIST-fpm
    N ports/lang/php/5.5/pkg/PLIST-gd
    N ports/lang/php/5.5/pkg/PLIST-gmp
    N ports/lang/php/5.5/pkg/PLIST-imap
    N ports/lang/php/5.5/pkg/PLIST-ldap
    N ports/lang/php/5.5/pkg/PLIST-main
    N ports/lang/php/5.5/pkg/PLIST-mcrypt
    N ports/lang/php/5.5/pkg/PLIST-mssql
    N ports/lang/php/5.5/pkg/PLIST-mysql
    N ports/lang/php/5.5/pkg/PLIST-mysqli
    N ports/lang/php/5.5/pkg/PLIST-odbc
    N ports/lang/php/5.5/pkg/PLIST-pcntl
    N ports/lang/php/5.5/pkg/PLIST-pdo_dblib
    N ports/lang/php/5.5/pkg/PLIST-pdo_mysql
    N ports/lang/php/5.5/pkg/PLIST-pdo_pgsql
    N ports/lang/php/5.5/pkg/PLIST-pgsql
    N ports/lang/php/5.5/pkg/PLIST-pspell
    N ports/lang/php/5.5/pkg/PLIST-shmop
    N ports/lang/php/5.5/pkg/PLIST-snmp
    N ports/lang/php/5.5/pkg/PLIST-soap
    N ports/lang/php/5.5/pkg/PLIST-sqlite
    N ports/lang/php/5.5/pkg/PLIST-tidy
    N ports/lang/php/5.5/pkg/PLIST-xmlrpc
    N ports/lang/php/5.5/pkg/PLIST-xsl
    N ports/lang/php/5.5/pkg/PLIST-zip
    N ports/lang/php/5.5/pkg/php_fpm.rc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 10:49:39

Removed files:
	audio/libcue/patches: patch-src_libcue_rem_c 
	graphics/libexif/patches: patch-libexif_exif-entry_c 
	graphics/pngcrush/patches: patch-pngcrush_c 
	misc/remind/patches: patch-src_omit_c 
	net/GeoIP/patches: patch-libGeoIP_GeoIPCity_c 
	net/net-snmp/patches: patch-snmplib_read_config_c 
	textproc/gsed/patches: patch-lib_regcomp_c 
	textproc/libxml/patches: patch-timsort_h 

Log message:
remove some gcc2 workarounds


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/07 10:50:55

Removed files:
	lang/php/5.5   : new old 

Log message:
oops, remove accidentally imported files


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/08/07 13:13:13

Modified files:
	x11/rdesktop   : Makefile 
Removed files:
	x11/rdesktop/patches: patch-rdesktop_c patch-xclip_c 

Log message:
zap gcc2 patches

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 13:17:08

Modified files:
	comms/wy60/patches: patch-wy60_c 
	net/gloox/patches: patch-src_Makefile_in 
	telephony/iaxclient/patches: patch-simpleclient_tkphone_iaxcli_c 
	x11/gnustep/examples/patches: patch-gui_MyGL_AppController_m 
	x11/tktray/patches: patch-configure 
Removed files:
	net/avahi/patches: patch-avahi-common_strlst_c 
	net/libnids/patches: patch-src_ip_options_c 
	print/cups/patches: patch-cups_http_c 
	sysutils/gamin/patches: patch-server_gam_eq_c 
	                        patch-tests_testing_c 
	telephony/iaxclient/patches: patch-lib_Makefile_in 
	textproc/libical/patches: patch-scripts_mkderivedproperties_pl 
	x11/dbus-glib/patches: patch-dbus_dbus-gvalue_c 
	x11/gnustep/edenmath/patches: patch-EMController_m 
	x11/gnustep/gnumail/patches: 
	                             patch-Bundles_Filtering_FilteringViewController_m 
	                             patch-Framework_GNUMail_PreferencesWindowController_m 
	x11/gnustep/pantomime/patches: 
	                               patch-Framework_Pantomime_CWIMAPCacheManager_m 
	x11/openmotif/patches: patch-lib_Xm_TextFunc_c 

Log message:
remove workarounds for gcc 2.95


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 13:21:10

Removed files:
	shells/zsh/patches: patch-Src_params_c 
	x11/gtk+2/patches: patch-gtk_gtkprintunixdialog_c 

Log message:
remove gcc 2.95 workarounds


CVSROOT:	/cvs
Module name:	src
Changes by:	bmercer@cvs.openbsd.org	2013/08/07 13:24:55

Modified files:
	distrib/notes/beagle: prep 

Log message:
Add a note about booting from the sdcard on beaglebone black.
OK florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/07 13:49:08

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
	                      i915_gem.c i915_gem_evict.c 
	                      i915_gem_execbuffer.c i915_gem_tiling.c 
Added files:
	sys/dev/pci/drm/i915: i915_trace.h 

Log message:
Another major overhaul of the inteldrm(4) GEM code, bringing us considerably
closer to the Linux 3.8.13 codebase.  Almost certainly squashes a few more
bugs.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 15:33:11

Modified files:
	audio/abcde    : Makefile 
	audio/clementine: Makefile 
	audio/fookebox : Makefile 
	audio/libofa   : Makefile 
	audio/py-last  : Makefile 
	audio/py-mutagen: Makefile 
	audio/umurmur  : Makefile 
	benchmarks/httperf: Makefile 
	chinese/cconv  : Makefile 
	comms/picocom  : Makefile 
	databases/architect: Makefile 
	databases/leveldb: Makefile 
	databases/luadbi: Makefile 
	databases/postgresql-plv8: Makefile 
	databases/py-couchdb: Makefile 
	databases/py-odbc: Makefile 
	databases/py-sqlalchemy-migrate: Makefile 
	databases/py-sqlite2: Makefile 
	databases/redis: Makefile 
	devel/arduino  : Makefile 
	devel/bullet   : Makefile 
	devel/cmockery : Makefile 
	devel/codeworker: Makefile 
	devel/dissy    : Makefile 
	devel/gflags   : Makefile 
	devel/git      : Makefile 
	devel/glog     : Makefile 
	devel/gtest    : Makefile 
	devel/guichan  : Makefile 
	devel/gyp      : Makefile 
	devel/liblouis : Makefile 
	devel/mono-gdata: Makefile 
	devel/ocaml-extlib: Makefile 
	devel/p5-Device-USB: Makefile 
	devel/protobuf : Makefile 
	devel/protobuf-c: Makefile 
	devel/py-buildbot: Makefile 
	devel/py-buildslave: Makefile 
	devel/py-gdata : Makefile 
	devel/py-html5lib: Makefile 
	devel/py-iniparse: Makefile 
	devel/py-mox   : Makefile 
	devel/py-progressbar: Makefile 
	devel/pybugz   : Makefile 
	devel/sparsehash: Makefile 
	devel/stp      : Makefile 
	devel/ucpp     : Makefile 
	devel/waf      : Makefile 
	devel/yaml-cpp : Makefile 
	editors/texworks: Makefile 
	emulators/snes9x: Makefile 
	fonts/ja-kanjistrokeorders-ttf: Makefile 
	games/gargoyle : Makefile 
	games/jbrickshooter: Makefile 
	games/singularity: Makefile 
	geo/gmapcatcher: Makefile 
	geo/py-proj    : Makefile 
	graphics/ffmpegthumbnailer: Makefile 
	graphics/gfract: Makefile 
	graphics/libwebp: Makefile 
	graphics/openimageio: Makefile 
	graphics/openjpeg: Makefile 
	graphics/py-dot: Makefile 
	graphics/py-graphics: Makefile 
	graphics/rawtherapee: Makefile 
	graphics/tesseract: Makefile 
	inputmethods/ibus: Makefile 
	inputmethods/ibus-anthy: Makefile 
	inputmethods/uim: Makefile 
	inputmethods/uim-chewing: Makefile 
	japanese/mecab : Makefile 
	lang/go        : Makefile 
	lang/libv8     : Makefile 
	lang/processing: Makefile 
	math/geogebra  : Makefile 
	math/py-sympy  : Makefile 
	misc/memcached : Makefile 
	misc/pymissile : Makefile 
	multimedia/get_flash_videos: Makefile 
	multimedia/libass: Makefile 
	multimedia/libvpx: Makefile 
	net/flow-tools : Makefile 
	net/fpdns      : Makefile 
	net/libdnet    : Makefile 
	net/libproxy   : Makefile 
	net/microblog-purple: Makefile 
	net/openvpn-auth-ldap: Makefile 
	net/p5-Nmap-Parser: Makefile 
	net/p5-SNMP_Session: Makefile 
	net/pidgin-facebookchat: Makefile 
	net/py-adns    : Makefile 
	net/py-dpkt    : Makefile 
	net/py-flowtools: Makefile 
	net/py-ftpdlib : Makefile 
	net/serf       : Makefile 
	net/softflowd  : Makefile 
	net/synergy    : Makefile 
	net/tircd      : Makefile 
	net/torsocks   : Makefile 
	net/unworkable : Makefile 
	print/apvlv    : Makefile 
	productivity/googlecl: Makefile 
	security/bunny : Makefile 
	security/kc    : Makefile 
	security/libperseus: Makefile 
	security/yubiserve: Makefile 
	sysutils/gkrellm/plugins/weather: Makefile 
	sysutils/gource: Makefile 
	sysutils/logstalgia: Makefile 
	sysutils/pv    : Makefile 
	sysutils/py-lockfile: Makefile 
	textproc/chmsee: Makefile 
	textproc/iksemel: Makefile 
	textproc/py-cssutils: Makefile 
	textproc/py-feedparser: Makefile 
	textproc/py-prettytable: Makefile 
	textproc/py-vatnumber: Makefile 
	textproc/txt2tags: Makefile 
	www/arora      : Makefile 
	www/cgit       : Makefile 
	www/chromium   : Makefile 
	www/drupal6/jquery_ui: Makefile 
	www/gecko-mediaplayer: Makefile 
	www/mollify    : Makefile 
	www/nginx      : Makefile.inc 
	www/phpmemcachedadmin: Makefile 
	www/phpvirtualbox: Makefile 
	www/py-httplib2: Makefile 
	www/py-webdav  : Makefile 
	www/py-webkitgtk: Makefile 
	www/ratproxy   : Makefile 
	www/sabredav   : Makefile 
	www/slowhttptest: Makefile 
	www/sqtop      : Makefile 
	x11/faenza-icon-theme: Makefile 
	x11/gdevilspie : Makefile 
	x11/gmtk       : Makefile 
	x11/gnome-colors-icon-theme: Makefile 
	x11/gnome-mplayer: Makefile 
	x11/goggles    : Makefile 
	x11/keynav     : Makefile 
	x11/partiwm    : Makefile 
	x11/pinot      : Makefile 
	x11/podbrowser : Makefile 
	x11/py-pyglet  : Makefile 
	x11/tint       : Makefile 
	x11/tktray     : Makefile 
	x11/wbar       : Makefile 
	x11/xdotool    : Makefile 
	x11/xsettingsd : Makefile 
	x11/yad        : Makefile 

Log message:
move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/07 15:58:10

Modified files:
	archivers/luazlib: Makefile 
	audio/liblastfm: Makefile 
	databases/py-mongo: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-mysql2: Makefile 
	devel/hs-FindBin: Makefile 
	devel/libgit2  : Makefile.inc 
	devel/libyajl  : Makefile 
	devel/luacopas : Makefile 
	devel/luafs    : Makefile 
	devel/luarings : Makefile 
	devel/pep8     : Makefile 
	devel/py-hgtools: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-ffi : Makefile 
	devel/ruby-ffi-inliner: Makefile 
	devel/ruby-home_run: Makefile 
	devel/ruby-isolate: Makefile 
	devel/ruby-rake-compiler: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-yajl: Makefile 
	devel/tortoisehg: Makefile 
	games/love     : Makefile 
	geo/ruby-findmyiphone: Makefile 
	inputmethods/ibus-skk: Makefile 
	lang/nqp       : Makefile 
	mail/greyscanner: Makefile 
	math/eigen2    : Makefile 
	net/btpd       : Makefile 
	net/py-zmq     : Makefile 
	productivity/ledger: Makefile 
	security/password-gorilla: Makefile 
	sysutils/node-syslog: Makefile 
	sysutils/ruby-posix-spawn: Makefile 
	textproc/hs-bytestring-nums: Makefile 
	textproc/liblrdf: Makefile 
	textproc/py-polib: Makefile 
	textproc/ruby-fast-stemmer: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-pygments.rb: Makefile 
	www/hs-wai     : Makefile 
	www/hs-warp    : Makefile 
	www/mediawiki-httpauth: Makefile 
	www/tidyp      : Makefile 

Log message:
move http://github.com and http://bitbucket.org to https
suggested by bentley@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/08/07 16:00:29

Modified files:
	sys/conf       : GENERIC 

Log message:
re-enable POOL_DEBUG after release; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/07 16:06:49

Modified files:
	sys/kern       : subr_prf.c 

Log message:
After a panic, do not fill up the dmesg with splassert messages.
They scroll away the important information.  Disable splassert in
panic().
OK deraadt@ uebayasi@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/07 16:07:35

Modified files:
	libexec        : Makefile 
	usr.sbin       : Makefile 
	etc            : inetd.conf 
	etc/rc.d       : identd 

Log message:
disable libexec/identd and enable usr.sbin/identd.

ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/07 16:15:53

Modified files:
	www/chromium   : Makefile distinfo 

Log message:
update to 28.0.1500.95


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/07 16:20:25

Modified files:
	lib/libm/man   : lgamma.3 

Log message:
Document lgamma_r, lgammaf_r, and lgammal_r.
Prodded by espie@, OK martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/07 16:22:42

Modified files:
	sys/arch/macppc/dev: if_mc.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from macppc drivers.
test and OK mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/07 17:38:56

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-sql_mysqld_cc 
	                         patch-sql_sql_parse_cc 

Log message:
Update to MySQL 5.1.71.

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/07 17:41:09

Modified files:
	net/ircd-hybrid: Makefile distinfo 
	net/ircd-hybrid/patches: patch-doc_Makefile_in 
	                         patch-include_defaults_h 
	                         patch-include_stdinc_h 
	                         patch-modules_core_Makefile_in 
	                         patch-src_ircd_c 
	net/ircd-hybrid/pkg: PLIST 
Added files:
	net/ircd-hybrid/patches: patch-doc_reference_conf 
Removed files:
	net/ircd-hybrid/patches: patch-doc_example_conf 

Log message:
Update to ircd-hybrid 8.1.6.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/07 21:16:14

Modified files:
	gnu/usr.bin/cvs/src: hardlink.c 
	gnu/usr.sbin/mkhybrid/src: tree.c 
	lib/libfuse    : fuse_ops.c 
	usr.sbin/httpd/src/main: http_protocol.c 
	usr.sbin/lpr/lpr: lpr.c 

Log message:
Prep for big ino_t: cast to unsigned long long and format with %ll or %q

httpd correction and ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/07 22:52:04

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
fix two year old regression: symlinking a file would incorrectly
canonicalise the target path. bz#2129 report from delphij AT freebsd.org


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/07 23:04:03

Modified files:
	usr.bin/ssh    : sftp.c sftp-client.c sftp-client.h 

Log message:
add a "-l" flag for the rename command to force it to use the silly
standard SSH_FXP_RENAME command instead of the POSIX-rename- like
posix-rename@openssh.com extension.

intended for use in regress tests, so no documentation.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/07 23:30:23

Modified files:
	gnu/usr.sbin/mkhybrid/src: mkisofs.h 

Log message:
ino_t will never be smaller than 32 bits again; prep for when it's 64 bits.

simplification and ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/08 00:41:06

Modified files:
	share/man/man4 : fuse.4 
	lib/libfuse    : Makefile 
	share/man/man9 : Makefile 
Added files:
	lib/libfuse    : fuse_main.3 
	share/man/man9 : fb_setup.9 
Removed files:
	lib/libfuse    : fuse.3 
	share/man/man9 : fusebuf.9 

Log message:
rename fuse docs after existent functions;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/08 00:43:03

Modified files:
	share/man/man8 : Makefile 
Removed files:
	share/man/man8 : dhcp.8 

Log message:
no need for this file: all relevant info found in dhclient(8)
and dhcpd(8);

ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/08 00:55:43

Modified files:
	lib/libc/asr   : Makefile.inc 
Added files:
	lib/libc/asr   : asr_resolver.3 
Removed files:
	lib/libc/asr   : async_resolver.3 

Log message:
sync with recent name changes;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/08 00:57:13

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: 
	                             patch-browser_app_profile_firefox_js 
	                             patch-browser_installer_Makefile_in 
	                             patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                             patch-gfx_thebes_gfxPlatform_cpp 
	                             patch-js_src_configure_in 
	                             patch-parser_html_Makefile_in 
	                             patch-storage_src_mozStorageConnection_cpp 
	www/firefox-i18n: Makefile.inc distinfo 

Log message:
Update to firefox 23.0.

- http://www.mozilla.org/en-US/firefox/23.0/releasenotes/
- fixes MFSA 2013-63->75
- also use --disable-debug-symbols on powerpc otherwise linking fails..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/08 00:58:31

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Bump nspr requirement to 4.10 and nss requirement to 3.15 (only for tb/sm/fx).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/08 01:02:39

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp 
	                       patch-mozilla_js_src_configure_in 
	                       patch-mozilla_parser_html_Makefile_in 
	                       patch-mozilla_storage_src_mozStorageConnection_cpp 
	                       patch-suite_installer_Makefile_in 
	www/seamonkey/pkg: PLIST-lightning 
	www/seamonkey-i18n: Makefile.inc distinfo 

Log message:
Update to seamonkey 2.20 / lightning 2.5b1

- see http://www.seamonkey-project.org/releases/seamonkey2.20/
- fixes MFSA-2013-63->75 (all but 66, 71 & 74, rly)
- use disable-debug-symbols on ppc too :(
- fix enigmail RDEP to depend on -main, otherwise it can be installed
without sm, and this doesnt make much sense..


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/08 01:08:35

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
move the parameter expansion text to after the config options text,
to avoid overwhelming the reader;

ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/08 01:08:47

Modified files:
	mail/thunderbird-i18n: Makefile.inc distinfo 
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Bugfix update to thunderbird 17.0.8.

- nothing to see in the release notes, move along..
- fixes MFSA 2013-63,66,68,69,71,72,73 & 75.

NOTE THAT THE NEXT UPDATE WILL BE TO THUNDERBIRD 24. If you use TB,
you're highly encouraged to try the upcoming betas (will be posted to
ports@) to make sure there are no regressions in your
workflow/setup/extensions set....


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/08 01:24:39

Modified files:
	de             : donations.html 
	fr             : donations.html hppa.html zaurus.html 
	nl             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 01:28:09

Modified files:
	sys/netinet    : ip_output.c 

Log message:
Make use of IFP_TO_IA() instead of rolling our own copy, no functional
change.

ok mikeb@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 01:39:14

Modified files:
	sys/net        : if_pppx.c 
	sys/netinet    : in.c 

Log message:
Insert new IPv4 addresses in only one place, no functional change.

ok mikeb@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 03:37:02

Modified files:
	sys/dev/usb    : usb_subr.c usbdi.c 

Log message:
Use the same functions to abort and close the control pipe of a device
as for every other pipes instead of having another function calling the
host controller method.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 03:44:22

Modified files:
	sys/dev/usb    : usb_subr.c usbdivar.h 

Log message:
These functions should only used in the usb-autoconf glue, do not expose
them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/08 03:59:02

Log message:
    Import net/cgo, a terminal-based gopher client.
    Tweaks from gsoares@ and jca@
    ok gsoares@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Aug-08
    
    N ports/net/cgo/Makefile
    N ports/net/cgo/distinfo
    N ports/net/cgo/pkg/DESCR
    N ports/net/cgo/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/08 03:59:46

Modified files:
	net            : Makefile 

Log message:
+cgo


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/08/08 04:07:22

Modified files:
	sys/arch/arm/cortex: amptimer.c 

Log message:
Remove duplicate loop.

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/08 04:39:29

Modified files:
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 

Log message:
create drm device nodes on sparc64 and create additional entries
elsewhere for running with multiple cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/08 04:44:28

Modified files:
	etc/etc.amd64  : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	share/man/man8/man8.sparc64: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/08 04:52:49

Modified files:
	lib/libdrm     : Makefile 

Log message:
build libdrm_radeon on sparc64
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/08/08 05:24:32

Modified files:
	sysutils/firmware/radeondrm: Makefile distinfo 
	sysutils/firmware/radeondrm/pkg: PLIST 

Log message:
reroll the distfile with a radeon-license file


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/08 05:52:51

Modified files:
	www/chromium   : Makefile 

Log message:
switch master site to https


CVSROOT:	/cvs
Module name:	ports
Changes by:	henning@cvs.openbsd.org	2013/08/08 06:16:37

ports/productivity/p5-Business-Tax-VAT-Validation

Update of /cvs/ports/productivity/p5-Business-Tax-VAT-Validation
In directory cvs.openbsd.org:/tmp/cvs-serv4213/p5-Business-Tax-VAT-Validation

Log Message:
Directory /cvs/ports/productivity/p5-Business-Tax-VAT-Validation added to the repository
--> Using per-directory sticky tag `OPENBSD_5_3'


CVSROOT:	/cvs
Module name:	ports
Changes by:	henning@cvs.openbsd.org	2013/08/08 06:16:52

ports/productivity/p5-Business-Tax-VAT-Validation/pkg

Update of /cvs/ports/productivity/p5-Business-Tax-VAT-Validation/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv31876/pkg

Log Message:
Directory /cvs/ports/productivity/p5-Business-Tax-VAT-Validation/pkg added to the repository
--> Using per-directory sticky tag `OPENBSD_5_3'


CVSROOT:	/cvs
Module name:	ports
Changes by:	henning@cvs.openbsd.org	2013/08/08 06:24:22

Log message:
    This class provides an easy api to check european VAT numbers' syntax, and
    if they has been registered by the competent authorities.
    It asks the EU database (VIES) for this, using its SOAP interface methods.
    ok & a cvs lesson from sthen
    
    Status:
    
    Vendor Tag:	henning
    Release Tags:	henning_20130808
    
    N ports/productivity/p5-Business-Tax-VAT-Validation/Makefile
    N ports/productivity/p5-Business-Tax-VAT-Validation/distinfo
    N ports/productivity/p5-Business-Tax-VAT-Validation/pkg/DESCR
    N ports/productivity/p5-Business-Tax-VAT-Validation/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	henning@cvs.openbsd.org	2013/08/08 06:26:48

Modified files:
	productivity   : Makefile 

Log message:
stuart sez I need to put p5-Business-Tax-VAT-Validation in here too
(I'm totally incompetent wrt ports... well, that's stating the obvious)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 08:25:43

Modified files:
	lang/php       : Makefile.inc 

Log message:
there is no suhosin for 5.4 and 5.5 so remove that for those
versions and also remove the sqlite flavor from the common
Makefile because it gets moved to 5.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 08:26:11

Modified files:
	lang/php/5.3   : Makefile 

Log message:
update to 5.3.27 (reaching EOL) and re-add the sqlite subpackage here


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 08:29:29

Modified files:
	sys/netinet    : ip_icmp.c ip_icmp.h ip_output.c tcp_timer.c 

Log message:
Change MTU discovery functions to not abuse the global icmpsrc variable
to pass the destination address of the route to clone.

ok markus@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/08 08:36:35

Modified files:
	share/termtypes: termcap.5 

Log message:
Fix typo; from patrick keshishian
OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2013/08/08 08:48:06

Modified files:
	usr.sbin/nginx : CHANGES CHANGES.ru 
	usr.sbin/nginx/src/core: nginx.h 
	usr.sbin/nginx/src/event: ngx_event.c 
	                          ngx_event_openssl_stapling.c 
	usr.sbin/nginx/src/http: ngx_http.h ngx_http_request.c 
	                         ngx_http_request.h 
	                         ngx_http_upstream_round_robin.c 
	usr.sbin/nginx/src/http/modules: ngx_http_proxy_module.c 
	                                 ngx_http_upstream_least_conn_module.c 
	usr.sbin/nginx/src/http/modules/perl: nginx.xs 

Log message:
bugfix update to 1.4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/08 08:59:23

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
Constify the table of common MTUs and use nitems(), no functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/08 09:38:53

Modified files:
	mail/gmime     : Makefile distinfo 
	mail/gmime/pkg : PLIST-mono 

Log message:
Update to gmime-2.6.17.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/08 09:41:28

Modified files:
	etc/rc.d       : identd 

Log message:
Re-add `-e' to default daemon_flags like the previous identd did.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/08 09:48:24

Modified files:
	www/php-predis : Makefile distinfo 
	www/php-predis/pkg: PLIST 

Log message:
Update to Predis-0.8.4


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/08 10:01:34

Modified files:
	sys/dev/ic     : gem.c 

Log message:
Turns out neither the flow control diff nor the RX checksum offload diff
is responsible for the hangs seen by Henning.  So put them back.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/08 10:15:15

Modified files:
	www/tomcat/v7  : Makefile 
	www/tomcat/v7/pkg: DESCR-main 

Log message:
Fix DESCR for v7: Tomcat 7 implements Servlet 3.0 and JSP 2.2.

"2.5" and "2.1" here were just leftovers from Tomcat 6.0.

Reported by  Maxime Vernier <maxime(dot)vernier(at)gmail(dot)com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 10:25:34

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-fastcgi 
	                  PLIST-gd PLIST-gmp PLIST-imap 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-tidy 
	                  PLIST-xmlrpc PLIST-xsl PLIST-zip 
Added files:
	lang/php/5.4/patches: patch-ext_imap_config_m4 
	lang/php/5.4/pkg: PLIST-pdo_sqlite PLIST-sqlite3 

Log message:
add @pkgpaths for updating from php 5.2 and add some new modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 10:27:09

Removed files:
	lang/php/5.4/pkg: PLIST-sqlite 

Log message:
this module is no more


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 10:27:39

Added files:
	lang/php/files : DESCR-pdo_sqlite DESCR-sqlite3 

Log message:
add DESCR files for modules


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/08 11:01:37

src/kerberosV/lib/libkafs

Update of /cvs/src/kerberosV/lib/libkafs
In directory cvs.openbsd.org:/tmp/cvs-serv5859/lib/libkafs

Log Message:
Directory /cvs/src/kerberosV/lib/libkafs added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/08 11:54:11

Modified files:
	sys/dev/pci    : pci.c pcivar.h 

Log message:
Make it possible for graphics drivers to opt-out of VGA arbitration.

The idea is that as soon the kernel driver switches out of vga text
mode, it can disable decoding of legacy vga io and mmio and call
pci_disable_legacy_vga() to take itself out of arbitration.  The
PCIGETVGA ioctl is extended such that it returns the legacy decoding
state of a device.  The X server can then query this state for all
graphics devices in the system (through libpciaccess) and decide
whether it needs to do arbitration.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/08 11:55:35

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to Subversion-1.7.11.
Fixes CVE-2013-4131: mod_dav_svn assertion from requests against root path.
Fix WANTLIB for -python and -ruby packages while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/08 11:57:56

Modified files:
	devel/subversion: Tag: OPENBSD_5_3 Makefile 
Added files:
	devel/subversion/patches: Tag: OPENBSD_5_3 
	                          patch-subversion_mod_dav_svn_repos_c 

Log message:
On the 5.3-stable branch, add security patch for
CVE-2013-4131: mod_dav_svn assertion from requests against root path
and bump the -ap2 subpackage.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/08/08 12:11:36

Modified files:
	gnu/usr.sbin/mkhybrid/mkhybrid: Makefile 

Log message:
Remove an optimizer workaround for alpha/gcc2 although it was being
applied for all archs.

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:28:58

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-dba PLIST-main 
Added files:
	lang/php/5.4/pkg: PLIST-sybase_ct 

Log message:
add the sybase-ct module and add pkgpath entries for deprecated modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:50:37

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-main 
Removed files:
	lang/php/5.4/pkg: PLIST-pdo_sqlite PLIST-sqlite3 

Log message:
sqlite3 and pdo_sqlite moves back to -main because a lot of
ports are expecting this and we have sqlite in base


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:51:02

Removed files:
	lang/php/files : DESCR-pdo_sqlite DESCR-sqlite3 

Log message:
these files are not needed anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:52:40

Modified files:
	lang/php/5.3   : Makefile 
Added files:
	lang/php/5.3/patches: patch-ext_imap_config_m4 

Log message:
add a patch to avoid picking libpam up in the imap module
and also add an "old sqlite" module to 5.3 which is still
supported there


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:53:36

Modified files:
	lang/php       : Makefile.inc 

Log message:
WANTLIB cleanups (packages are bumped already) and add back sqlite3 support
to -main


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:54:55

Modified files:
	lang/php       : Makefile 
Removed files:
	lang/php/5.2   : Makefile distinfo 
	lang/php/5.2/patches: patch-aclocal_m4 patch-configure_in 
	                      patch-ext_dom_documenttype_c 
	                      patch-ext_dom_node_c 
	                      patch-ext_gd_gdcache_h 
	                      patch-ext_gd_gdttf_c 
	                      patch-ext_gd_libgd_gdcache_h 
	                      patch-ext_gd_libgd_gdkanji_c 
	                      patch-ext_gmp_gmp_c 
	                      patch-ext_iconv_iconv_c 
	                      patch-ext_odbc_config_m4 
	                      patch-ext_openssl_config0_m4 
	                      patch-ext_openssl_openssl_c 
	                      patch-ext_openssl_xp_ssl_c 
	                      patch-ext_simplexml_simplexml_c 
	                      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-dist 
	                      patch-php_ini-recommended 
	                      patch-sapi_apache_mod_php5_c 
	                      patch-sapi_cgi_Makefile_frag 
	                      patch-sapi_cgi_cgi_main_c 
	                      patch-sapi_cgi_config9_m4 
	                      patch-sapi_cli_php_cli_c 
	                      patch-scripts_Makefile_frag 
	                      patch-scripts_php-config_in 
	                      patch-scripts_phpize_in 
	lang/php/5.2/pkg: PFRAG.no-no_suhosin-main PLIST-bz2 PLIST-curl 
	                  PLIST-dba PLIST-dbase PLIST-fastcgi PLIST-gd 
	                  PLIST-gmp PLIST-imap PLIST-ldap PLIST-main 
	                  PLIST-mcrypt PLIST-mhash PLIST-mssql 
	                  PLIST-mysql PLIST-mysqli PLIST-ncurses 
	                  PLIST-odbc PLIST-pdo_dblib PLIST-pdo_mysql 
	                  PLIST-pdo_pgsql PLIST-pgsql PLIST-pspell 
	                  PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite 
	                  PLIST-sybase_ct PLIST-tidy PLIST-xmlrpc 
	                  PLIST-xsl PLIST-zip 

Log message:
bye-bye php 5.2, you have been rotten dead already
welcome 5.4 to the build which replaces 5.2 by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:55:04

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
add php quirks


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 12:59:26

Modified files:
	lang/php       : Makefile.inc php.port.mk 

Log message:
remove php 5.2 references and default to 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 13:11:43

Modified files:
	lang/php/5.5   : Makefile 
	lang/php/5.5/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-fastcgi 
	                  PLIST-fpm PLIST-gd PLIST-gmp PLIST-imap 
	                  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-tidy 
	                  PLIST-xmlrpc PLIST-xsl PLIST-zip 
Added files:
	lang/php/5.5/patches: patch-ext_imap_config_m4 
	lang/php/5.5/pkg: PLIST-sybase_ct 
Removed files:
	lang/php/5.5/pkg: PLIST-sqlite 

Log message:
don't pick libpam up in the imap module and fix PLISTs


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 13:11:57

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-fastcgi 
	                  PLIST-fpm PLIST-gd PLIST-gmp PLIST-imap 
	                  PLIST-ldap 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-tidy 
	                  PLIST-xmlrpc PLIST-xsl PLIST-zip 

Log message:
fix pkg conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 13:32:56

Modified files:
	net/zabbix     : Makefile distinfo 

Log message:
update to 2.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/08 13:37:05

Modified files:
	www/rt         : Makefile distinfo 
	www/rt/pkg     : PLIST 

Log message:
update to 4.0.17


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 13:51:18

Modified files:
	sys/arch/vax/if: if_de.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from vax drivers.
test lteo@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/08 14:07:24

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : html.c html.h mandoc.c mandoc.h term.c term.h 
	regress/usr.bin/mandoc/roff/esc: f.in f.out_ascii 

Log message:
Implement the roff(7) font-escape sequence \f(BI "bold+italic".
This improves the formatting of about 40 base manuals
and reduces groff-mandoc formatting differences in base by about 5%.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 14:13:13

Log message:
    Initial import of p5-File-Find-Object 0.2.7
    
    File::Find::Object does the same job as File::Find but works like
    an object and with an iterator.  As File::Find is not object oriented,
    one cannot perform multiple searches in the same application.  The
    second problem of File::Find is its file processing: after starting
    its main loop, one cannot easily wait for another event and so get
    the next result.
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20130808
    
    N ports/devel/p5-File-Find-Object/Makefile
    N ports/devel/p5-File-Find-Object/distinfo
    N ports/devel/p5-File-Find-Object/pkg/PLIST
    N ports/devel/p5-File-Find-Object/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/08 14:19:13

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Drop the retval argument from do*at() functions which don't use it.

ok kettenis@ mpi@ deraadt@ millert@ miod@ matthew@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 14:25:13

Log message:
    Initial import of p5-File-Find-Object-Rule 0.0303
    
    File::Find::Object::Rule is a friendlier interface to File::Find::Object.
    It allows you to build rules which specify the desired files and
    directories.
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20130808
    
    N ports/devel/p5-File-Find-Object-Rule/Makefile
    N ports/devel/p5-File-Find-Object-Rule/distinfo
    N ports/devel/p5-File-Find-Object-Rule/pkg/PLIST
    N ports/devel/p5-File-Find-Object-Rule/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 14:27:56

Log message:
    Initial import of p5-Test-TrailingSpace 0.0203
    
    This module is used to test for lack of trailing space.
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20130808
    
    N ports/devel/p5-Test-TrailingSpace/Makefile
    N ports/devel/p5-Test-TrailingSpace/distinfo
    N ports/devel/p5-Test-TrailingSpace/pkg/PLIST
    N ports/devel/p5-Test-TrailingSpace/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 14:40:58

Modified files:
	devel/p5-File-Find-Object: Makefile 

Log message:
Use a variable for the version number.
OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 14:49:11

Modified files:
	devel          : Makefile 

Log message:
+ p5-File-Find-Object
+ p5-File-Find-Object-Rule
+ p5-Test-TrailingSpace


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/08 15:13:07

Modified files:
	sys/arch/sparc64/sparc64: conf.c 

Log message:
/dev/drmN for sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/08 15:13:19

Modified files:
	regress/usr.bin/mandoc/mdoc/Rs: allch.in allch.out_ascii 

Log message:
Test .%C; supported by mandoc, will soon be supported by the groff port, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/08 15:14:23

Modified files:
	sys/arch/sparc64/include: pmap.h 

Log message:
Add PMAP_NOCACHE as an alias for PMAP_NC for use in semi-MI code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 15:31:48

Modified files:
	net/p5-Net-Inspect: Makefile distinfo 

Log message:
update p5-Net-Inspect to 0.302


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/08 15:35:56

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
Fix sign of errno values to match Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 16:11:57

Modified files:
	telephony/p5-Net-SIP: Makefile distinfo 

Log message:
update p5-Net-SIP to 0.682


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 16:18:18

Modified files:
	security/p5-Net-SSLGlue: Makefile distinfo 

Log message:
update p5-Net-SSLGlue to 1.04


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/08 16:24:12

Modified files:
	net/gnaughty   : Makefile 

Log message:
How did we miss this in "CATEGORIES"?


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 16:37:45

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.953


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/08 16:44:30

Modified files:
	lang/node-typescript: Makefile distinfo 

Log message:
Update typescript to 0.9.1.

rm editor tmp file that made it into the release.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/08 17:25:06

Modified files:
	sys/kern       : kern_malloc.c kern_malloc_debug.c kern_proc.c 
	                 subr_disk.c subr_extent.c subr_pool.c 
	                 uipc_mbuf.c vfs_bio.c vfs_subr.c 

Log message:
Uncomment kprintf format attributes for sys/kern

tested on vax (gcc3) ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/08 17:31:07

Modified files:
	sysutils/p5-Proc-ProcessTable: Makefile distinfo 
Removed files:
	sysutils/p5-Proc-ProcessTable/patches: patch-os_OpenBSD_c 

Log message:
- update p5-Proc-ProcessTable to 0.48
- PKGNAME is set automatically by module cpan.
- patch-os_OpenBSD_c has been applied upstream.
OK william@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/08 17:32:50

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
Add support for Intel Wifi Link 130.

ok kettenis@, mpi@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/08 20:01:10

Modified files:
	faq            : faq14.html 

Log message:
one of my trademarked "change my mind mid-sentence and don't go back and
fix it"-Os.  Spotted by Maxime Villard, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/08 20:18:38

Modified files:
	faq            : faq14.html 

Log message:
left out that the softraid volume must be created.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/08 21:37:25

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
do getopt parsing for all sftp commands (with an empty optstring for
commands without arguments) to ensure consistent behaviour


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/08 21:39:13

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
two problems found by a to-be-committed regress test: 1) msg_id was not
being initialised so was starting at a random value from the heap
(harmless, but confusing). 2) some error conditions were not being
propagated back to the caller


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/08 21:56:42

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
enable ctrl-left-arrow and ctrl-right-arrow to move forward/back a word;
matching ksh's relatively recent change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/08/08 22:45:21

Modified files:
	net/ii         : Makefile 
Removed files:
	net/ii/patches : patch-ii_c 

Log message:
remove gcc2 remnants


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/08 23:41:50

Modified files:
	devel/py-rcsparse: Makefile 
Added files:
	devel/py-rcsparse/patches: patch-py-rcsparse_c 

Log message:
Py_ssize_t != int

On a sparc64 host, git-cvs died of a bus error due to a mismatch
in the string length argument passed to PyString_AsStringAndLength.

Spotted and fixed by uwe@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/09 00:01:52

Modified files:
	sys/netinet    : if_ether.c 

Log message:
Constify the default null sockaddr_dl, no functional change.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/09 01:55:42

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c i915_gem_execbuffer.c 
	                      i915_gem_gtt.c intel_display.c 

Log message:
add commented out versions of unused functions present in the original
files to reduce the diff to linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/09 02:14:55

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
match linux and only allow multiple contexts on the render ring


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/09 02:20:05

Modified files:
	sys/ufs/ffs    : ffs_softdep.c 

Log message:
Uncomment another kprintf attribute.

ok miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/09 02:40:47

Modified files:
	www/syweb      : Makefile distinfo 
	www/syweb/patches: patch-htdocs_syweb_setup_inc 
Removed files:
	www/syweb/patches: patch-htdocs_syweb_tools_inc 
	                   patch-install_rrdtool_sh 

Log message:
update to syweb 0.65


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/08/09 02:52:03

Added files:
	lang/g77/patches: patch-gcc_config_gcc 
	                  patch-gcc_config_vax_openbsd1_h 
	                  patch-gcc_config_vax_openbsdelf_h 
	                  patch-gcc_config_vax_vax_h patch-gcc_flow_c 

Log message:
Bring over the vax ELF gcc changes. No version/epoch bump needed according
to naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/09 03:12:42

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
Add urtwn(4) for upgrades


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2013/08/09 04:29:50

Modified files:
	devel/nasm     : Makefile distinfo 

Log message:
Update nasm to 2.10.9. Tested on BUILD_DEPENDS=devel/nasm ports.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 04:59:31

Modified files:
	devel          : Makefile 
	lang           : Makefile 
Removed files:
	devel/libf2c-old: Makefile distinfo 
	devel/libf2c-old/patches: patch-Makefile_bsd-wrapper 
	devel/libf2c-old/pkg: DESCR PFRAG.shared PLIST 
	lang/g77-old   : Makefile distinfo 
	lang/g77-old/files: gcc_config_vax_openbsdelf.h 
	lang/g77-old/patches: patch-gcc_Makefile_in patch-gcc_config_gcc 
	                      patch-gcc_config_vax_vax_c 
	                      patch-gcc_config_vax_vax_h 
	                      patch-gcc_f_lang-specs_h 
	lang/g77-old/pkg: DESCR PFRAG.PIC PLIST 

Log message:
remove GCC2 FORTRAN compiler and libraries that had been used on GCC2 archs


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 05:02:28

Modified files:
	devel/libf2c   : Makefile 
	infrastructure/mk: arch-defines.mk 
	lang/g77       : Makefile 

Log message:
remove last mentions of GCC2_ARCHS variable


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 05:10:15

Modified files:
	databases/luadbi: Makefile 

Log message:
fix revision typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 05:23:25

Modified files:
	security/libperseus: Makefile 

Log message:
fix FULLPKGNAME abuse, revealed by REVISION bump


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/09 06:29:21

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/08/09 07:00:49

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Security update to 4.0.5, spotted by jasper@
Fixes PMASA-2013-10
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/08/09 07:04:21

Modified files:
	www/phpmyadmin : Tag: OPENBSD_5_3 Makefile distinfo 
	www/phpmyadmin/pkg: Tag: OPENBSD_5_3 PLIST 

Log message:
Security update to 4.0.5, spotted by jasper@
Fixes PMASA-2013-10
Port updated to latest version because a fix for version 3.5.8.x is not provided by upstream
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 08:31:54

Modified files:
	net/miniupnp/minissdpd: Makefile 
	net/miniupnp/minissdpd/pkg: README minissdpd.rc 

Log message:
Listen on loopback so that it runs by default.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 08:32:51

Modified files:
	net/openmdns   : Makefile 
	net/openmdns/pkg: PLIST 
Added files:
	net/openmdns/pkg: README 
Removed files:
	net/openmdns/pkg: MESSAGE 

Log message:
MESSAGE->README
Document the fact that a proper listening interface is needed in mdnsd_flags.

ok gonzalo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 08:40:44

Modified files:
	www/squid27/patches: patch-configure_in 
Removed files:
	audio/festival/core/patches: 
	                             patch-speech_tools_config_compilers_gcc295_mak 
	net/epic4/patches: patch-source_screen_c 
	net/wget/patches: patch-src_openssl_c patch-src_sysdep_h 

Log message:
remove gcc2 workarounds


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 10:00:53

Modified files:
	etc            : ftpusers group master.passwd rc.conf 
	etc/mail       : aliases 

Log message:
Remove all references to btd and the corresponding  _btd user and group.

ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/09 10:16:56

src/regress/lib/libfuse

Update of /cvs/src/regress/lib/libfuse
In directory cvs.openbsd.org:/tmp/cvs-serv16746/libfuse

Log Message:
Directory /cvs/src/regress/lib/libfuse added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/09 10:20:10

Added files:
	regress/lib/libfuse: Makefile fuse-opt-add-arg.c 
	                     fuse-opt-add-opt-escaped.c 
	                     fuse-opt-add-opt.c fuse-opt-insert-arg.c 
	                     fuse-opt-match.c 

Log message:
Add regress test for fuse_opt.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 10:24:54

Modified files:
	etc            : Makefile rc rc.conf 
Added files:
	etc/rc.d       : ipropd_master ipropd_slave 

Log message:
Add rc.d(8) scripts for ipropd-master and ipropd-slave.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 10:46:23

Modified files:
	comms/mgetty+sendfax: Makefile distinfo 
	comms/mgetty+sendfax/pkg: PLIST 
Added files:
	comms/mgetty+sendfax/pkg: README 
Removed files:
	comms/mgetty+sendfax/pkg: MESSAGE 

Log message:
MESSAGE->README


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 10:53:45

Modified files:
	print/apsfilter: Makefile distinfo 
	print/apsfilter/pkg: PLIST 
Added files:
	print/apsfilter/pkg: README 
Removed files:
	print/apsfilter/pkg: MESSAGE 

Log message:
MESSAGE_>README
Remove USE_GROFF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 11:39:44

Modified files:
	graphics/tesseract: Makefile 
	graphics/argyll: Makefile 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 11:44:50

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-configure 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/09 11:52:12

Modified files:
	usr.sbin/ndp   : Makefile gmt2local.c ndp.c 
Removed files:
	usr.sbin/ndp   : gnuc.h 

Log message:
Remove dead code and useless #include and #ifdef from ndp.
No binary change; OK deraadt@ mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2013/08/09 12:06:52

Modified files:
	mail/smtp-vilter: Makefile 
Added files:
	mail/smtp-vilter/patches: 
	                          patch-backend_vilter-attachment_Makefile 
	                          patch-backend_vilter-clamd_Makefile 
	                          patch-backend_vilter-icap_Makefile 
	                          patch-backend_vilter-regex_Makefile 
	                          patch-backend_vilter-spamd_Makefile 

Log message:
Unbreak for shared arches with -nodefaultlibs, and bump.
Cluestick and "looks ok" from matthew@; OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 12:29:57

Modified files:
	kerberosV/lib/libkafs5: Makefile 
	kerberosV/libexec/hprop: Makefile 

Log message:
Useless CPPFLAGS are useless.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 12:45:32

Modified files:
	editors/cooledit: Makefile 
	editors/cooledit/patches: patch-configure 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 13:04:49

Modified files:
	games/bzflag   : Makefile 
	games/crossfire-client: Makefile distinfo 
	games/crossfire-client/patches: patch-configure 
	games/eboard   : Makefile distinfo 
	games/eboard/patches: patch-configure 
	games/frozen-bubble: Makefile distinfo 
	games/spacehulk: Makefile distinfo 
	games/teeworlds: Makefile distinfo 
	games/teeworlds/patches: patch-bam-0_2_0_make_unix_sh 
	games/tuxkart  : Makefile distinfo 
	games/tuxkart/patches: patch-configure 
Removed files:
	games/bzflag/patches: patch-configure_ac 
	games/spacehulk/patches: patch-configure 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 13:06:41

Modified files:
	telephony/iaxclient: Makefile distinfo 
	telephony/iaxclient/patches: patch-contrib_tcl_configure 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 13:13:08

Modified files:
	net/transmission: Makefile distinfo 
Added files:
	net/transmission/patches: patch-libtransmission_platform-quota_c 
Removed files:
	net/transmission/patches: patch-libtransmission_platform_c 

Log message:
update to 2.81 for some bug fixes; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/08/09 13:13:54

Modified files:
	sysutils/downtimed: Makefile distinfo 

Log message:
update downtimed to 0.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/08/09 13:14:50

Modified files:
	security/libssh: Makefile distinfo 
	security/libssh/pkg: PLIST 
Removed files:
	security/libssh/pkg: PFRAG.shared 

Log message:
Update libssh to 0.5.5.
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/09 13:26:16

Modified files:
	regress/usr.sbin/relayd: Makefile 

Log message:
Check wether all required perl packages are installed.  If some
are missing print a warning and skip the tests, but do not fail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/08/09 13:26:56

Modified files:
	security/libssh: Makefile 

Log message:
oops, add pthread to WANTLIB...


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/09 13:51:11

Modified files:
	regress/sys/kern/sosplice: Makefile Makefile.inc 

Log message:
Move the check for required perl packages into Makefile.inc so that
make obj always runs through als sudirs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/09 14:20:29

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
ftp.gnu.org is available over https


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 14:23:28

Modified files:
	mail/sympa     : Makefile 
Removed files:
	mail/sympa/pkg : MESSAGE 

Log message:
Remove now undeeded MESSAGE,

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/09 15:07:22

Modified files:
	regress/sys/net: pf_print_test.c 

Log message:
Add RCS id and ISC license.


CVSROOT:	/cvs
Module name:	src
Changes by:	edd@cvs.openbsd.org	2013/08/09 16:10:18

Modified files:
	share/man/man4 : ums.4 usb.4 
	sys/dev/usb    : hidms.c hidmsvar.h ums.c 

Log message:
Merge uhts(1) into ums(1). The code is amost the same, so no need to duplicate.

A part of ongoing work to improve touchscreen/digitiser support.

A diff will follow shortly to remove uhts(1).

OK matthieu@, with input from mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/09 17:12:20

Modified files:
	x11/extace     : Makefile 
	x11/extace/patches: patch-configure 
	x11/krusader   : Makefile 
	x11/xawtv      : Makefile 
Removed files:
	x11/extace/patches: patch-src_Makefile_in 
	x11/xawtv/patches: patch-configure 

Log message:
Remove -lpthread patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/09 17:17:56

Modified files:
	plan9/rc       : Makefile 
	plan9/rc/pkg   : PLIST 

Log message:
Set @shell for rc.
From Dmitrij D. Czarkoff thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/09 17:55:54

Modified files:
	www/awstats    : Makefile distinfo 

Log message:
update awstats to 7.2 and change license marker to GPLv3+

ok ajacoutot@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/09 18:12:45

Modified files:
	sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c 
	                 fuse_vnops.c fusebuf.c fusefs.h 

Log message:
Remove debug printfs.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/09 18:30:43

Modified files:
	lib/libfuse    : fuse.c fuse_ops.c fuse_subr.c 

Log message:
Remove some useless DPRINTF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/09 20:48:27

Log message:
    sthttpd is a simple, small, fast, and secure HTTP server. It doesn't have
    a lot of special features, but it suffices for most uses of the web,
    it's about as fast as the best full-featured servers (Apache, NCSA,
    Netscape), and it has one extremely useful feature (URL-traffic-based
    throttling) that no other server currently has.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_20130809
    
    N ports/www/sthttpd/Makefile
    N ports/www/sthttpd/distinfo
    N ports/www/sthttpd/patches/patch-extras_Makefile_in
    N ports/www/sthttpd/patches/patch-www_cgi-bin_Makefile_in
    N ports/www/sthttpd/patches/patch-src_thttpd_h
    N ports/www/sthttpd/patches/patch-src_thttpd_c
    N ports/www/sthttpd/patches/patch-src_libhttpd_c
    N ports/www/sthttpd/patches/patch-extras_htpasswd_c
    N ports/www/sthttpd/pkg/DESCR
    N ports/www/sthttpd/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/10 01:28:34

Modified files:
	share/man/man4 : ums.4 

Log message:
avoid Xref to self;


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 01:33:19

Modified files:
	etc            : rc.conf 

Log message:
Mention amd_master with amd_flags.
Move identd_flags away from the inetd-capable daemons and fix usage.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/10 01:41:16

Modified files:
	sys/arch/luna88k/luna88k: locore.S 

Log message:
Only clear the bss after we have picked a cpu as master, and on this cpu only;
fixes a potential race where a secondary cpu resets carefully computed
variables. ok aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/10 01:42:58

Modified files:
	sys/arch/luna88k/luna88k: locore.S machdep.c 

Log message:
Initialize first_addr much earlier, in locore; this will help adding
symbols support in the not-so-distant future.
ok aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/10 02:13:33

Modified files:
	sys/arch/macppc/dev: adb.c adbvar.h 

Log message:
Move the device table inside the softc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/10 02:22:45

Modified files:
	www/selfoss    : Makefile distinfo 
	www/selfoss/pkg: PLIST 

Log message:
update to selfoss 2.8

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/10 02:44:08

Modified files:
	www/p5-libwww  : Makefile 

Log message:
Remove MASTER_SITES which uses a by_module scheme and use CPAN_AUTHOR
instead. Current versions on cpan (6.x) are split in many LWP-*
modules.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 03:07:42

Modified files:
	kerberosV/lib  : Makefile 
	kerberosV/src/tools: krb5-config.in 
	kerberosV/usr.bin/kcc: Makefile 
	kerberosV/usr.bin/kdestroy: Makefile 
	kerberosV/usr.bin/kinit: Makefile 
	kerberosV/usr.bin/verify_krb5_conf: Makefile 
	kerberosV/usr.sbin/kimpersonate: Makefile 
Added files:
	kerberosV/lib/libkafs: Makefile shlib_version 
Removed files:
	kerberosV/lib/libkafs5: Makefile shlib_version 

Log message:
Rename libkafs5 back to libkafs; that is the real upstream library name
ad there is no point to diverge and maintain local patches here.

ok robert@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/08/10 03:51:50

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Plug fd and mem leak in fuse_open's error path.  ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 04:11:41

Modified files:
	mail/sympa     : Makefile distinfo 
	mail/sympa/patches: patch-configure 
	                    patch-src_etc_script_create_db_SQLite 
	                    patch-src_familyqueue_c 
	                    patch-src_lib_Language_pm 
	                    patch-src_lib_List_pm 
	                    patch-src_lib_confdef_pm patch-src_queue_c 
	mail/sympa/pkg : PLIST 
Removed files:
	mail/sympa/patches: patch-src_lib_Upgrade_pm 

Log message:
Bugfix update to sympa 6.1.17, lightly tested locally.

See http://www.sympa.org/distribution/latest-stable/NEWS for the list of
changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/10 04:17:36

Modified files:
	share/man/man5 : bsd.port.arch.mk.5 bsd.port.mk.5 

Log message:
No longer mention GCC2_ARCHS


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 04:19:35

Modified files:
	share/mk       : bsd.README bsd.prog.mk 
	usr.bin/ssh/sshd: Makefile 

Log message:
libkafs5 -> libkafs (unused in build, so no functional change)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 04:42:38

Modified files:
	x11/xfce4/libxfce4ui: Makefile 
	x11/xfce4/libxfce4ui/pkg: PLIST 

Log message:
Disable glade3/gladeui dependency. This pulls in some gnome deps when
installing xfce (as noticed by mpi@), and the only person doing Xfce
development on OpenBSD (ie, me) has no time to actually use/play with it.
Fix WANTLIB while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 04:56:03

Modified files:
	devel          : Makefile 
Removed files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/patches: patch-data_glade-3_desktop_in_in 
	devel/glade3/pkg: DESCR PLIST 

Log message:
(re-)remove glade3, nothing uses it anymore (again).
"wiz maille great blessingue" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 06:41:41

Modified files:
	devel/spidermonkey: Makefile distinfo 
	devel/spidermonkey/patches: patch-jsval_h 
	devel/spidermonkey/pkg: PLIST 
Removed files:
	devel/spidermonkey/patches: patch-Makefile_in patch-configure_in 
	                            patch-ctypes_libffi_configure 
	                            patch-ctypes_libffi_src_mips_ffi_c 
	                            patch-ctypes_libffi_src_mips_ffitarget_h 
	                            patch-ctypes_libffi_src_x86_freebsd_S 
	                            patch-jsnativestack_cpp 
	                            patch-mozjs185_pc_in 
	                            patch-nanojit_NativeSparc_cpp 
	devel/spidermonkey/pkg: PFRAG.amd64 PFRAG.jit 

Log message:
Update devel/spidermonkey to 17.0, matching the JS engine from firefox 17

- adjust PKGSPEC to match the new versions.
- gnome 3.10 will soon start relying on it, depending ports will be
fixed in a short moment.
- library is now mosjs-17.0.
- remove lots of patches merged upstream (see bug #735599)
- only remaining patch to jsval.h backported from #618485 for sparc64.
- tested on i386/macppc/amd64/sparc64, alpha/mips64* & hppa will be
tested soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 06:42:24

Modified files:
	lang/spidermonkey: Makefile 
	lang/spidermonkey/pkg: PLIST 

Log message:
Adjust @conflict after devel/spidermonkey update & bump, with ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 06:43:04

Modified files:
	x11/gnome/gjs  : Makefile distinfo 
Removed files:
	x11/gnome/gjs/patches: patch-gi_arg_c 
	                       patch-test_js_testEverythingBasic_js 

Log message:
Merge the mozjs-17 branch from upstream to build with the updated
devel/spidermonkey.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 06:43:52

Modified files:
	sysutils/polkit: Makefile 
	sysutils/polkit/patches: 
	                         patch-src_polkitbackend_polkitbackendjsauthority_c 

Log message:
Fix with mozjs-17.0 (devel/spidermonkey).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 06:46:23

Modified files:
	net/libproxy   : Makefile 
Added files:
	net/libproxy/patches: 
	                      patch-libproxy_cmake_modules_pacrunner_mozjs_cmk 
	                      patch-libproxy_modules_pacrunner_mozjs_cpp 

Log message:
Add patches from Fedora to fix build with mozjs-17.0 (devel/spidermonkey).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 06:48:33

Modified files:
	devel/libpeas  : Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/sushi: Makefile 
Added files:
	devel/libpeas/patches: 
	                       patch-loaders_gjs_peas-plugin-loader-gjs_c 

Log message:
Regen dependencies and fix with updated mozjs-17.0 (devel/spidermonkey).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 07:15:37

Modified files:
	databases/mdbtools/snapshot: Makefile distinfo 
	databases/mdbtools/snapshot/pkg: DESCR-gmdb DESCR-main 
	                                 PLIST-main 
Removed files:
	databases/mdbtools/snapshot/pkg: PFRAG.shared-main 

Log message:
Modernize this port a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 07:26:43

Modified files:
	databases/pear-MDB2-sqlite: Makefile 

Log message:
fix dependency; the sqlite subpackage is now in php itself


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 07:39:28

Log message:
    Import salt 0.16.3.
    
    Salt is a new approach to infrastructure management. Easy enough to get
    running in minutes, scalable enough to manage tens of thousands of
    servers, and fast enough to communicate with them in seconds.
    
    Salt delivers a dynamic communication bus for infrastructures that can
    be used for orchestration, remote execution, configuration management
    and much more.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/sysutils/salt/Makefile
    N ports/sysutils/salt/distinfo
    N ports/sysutils/salt/pkg/PLIST
    N ports/sysutils/salt/pkg/DESCR
    N ports/sysutils/salt/pkg/README
    N ports/sysutils/salt/pkg/salt_minion.rc
    N ports/sysutils/salt/pkg/salt_master.rc
    N ports/sysutils/salt/patches/patch-setup_py
    N ports/sysutils/salt/patches/patch-tests_runtests_py
    N ports/sysutils/salt/patches/patch-tests_integration_files_conf_master
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 07:40:37

Log message:
    Import py-argh 0.21.2.
    
    Did you ever say "argh" trying to remember the details of optparse or
    argparse API? If yes, this package may be useful for you. It provides a
    very simple wrapper for argparse with support for hierarchical commands
    that can be bound to modules or classes. Argparse can do it; argh makes
    it easy.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/devel/py-argh/distinfo
    N ports/devel/py-argh/Makefile
    N ports/devel/py-argh/pkg/PLIST
    N ports/devel/py-argh/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 07:42:45

Log message:
    Import barman 1.2.2.
    
    Barman (backup and recovery manager) is an administration tool for
    disaster recovery of PostgreSQL servers written in Python. Barman can
    perform remote backups of multiple servers in business critical
    environments, and helps DBAs during the recovery phase.
    
    Barman's most wanted features include: backup catalogues, retention
    policies, remote recovery, archiving and compression of WAL files and
    of backups.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/databases/barman/Makefile
    N ports/databases/barman/distinfo
    N ports/databases/barman/pkg/PLIST
    N ports/databases/barman/pkg/DESCR
    N ports/databases/barman/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 07:44:47

Modified files:
	databases      : Makefile 
	devel          : Makefile 
	sysutils       : Makefile 

Log message:
+salt,py-argh,barman


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 07:59:07

Log message:
    Import argcomplete 0.5.7.
    
    Argcomplete provides easy, extensible command line tab completion of
    arguments for your Python script.
    
    It makes two assumptions:
    
    * You're using bash as your shell
    * You're using argparse to manage your command line arguments/options
    
    (hidden dependency of py-argh, needed to remove a warning at runtime in barman)
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/devel/py-argcomplete/distinfo
    N ports/devel/py-argcomplete/Makefile
    N ports/devel/py-argcomplete/pkg/PLIST
    N ports/devel/py-argcomplete/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 08:01:45

Modified files:
	devel          : Makefile 
	devel/py-argh  : Makefile 

Log message:
Link py-argcomplete to the build and add it as a RDEP to py-argh. Just
imported so no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 08:02:04

Modified files:
	www/vtigercrm  : Makefile 
	www/vtigercrm/pkg: PLIST 

Log message:
fix plist, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 08:06:44

Modified files:
	net/nedi       : Makefile 
	net/nedi/pkg   : PLIST 

Log message:
fix plist, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 08:27:54

Modified files:
	www/sabredav   : Makefile distinfo 
	www/sabredav/pkg: PLIST 

Log message:
Update to sabredav 1.8.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 08:38:26

Modified files:
	include        : Makefile 

Log message:
libkafs5->libkafs ; forgotten in previous


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 08:54:04

Modified files:
	kerberosV/usr.bin/kcc: Makefile 
	kerberosV/usr.bin/kdestroy: Makefile 
	kerberosV/usr.bin/kinit: Makefile 
	kerberosV/usr.bin/verify_krb5_conf: Makefile 
	kerberosV/usr.sbin/kimpersonate: Makefile 

Log message:
We can use ${LIBKAFS} now.
intro.3 will be handled by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 08:55:15

Modified files:
	sysutils       : Makefile 
Removed files:
	sysutils/pecl-fileinfo: Makefile distinfo 
	sysutils/pecl-fileinfo/pkg: DESCR PLIST 

Log message:
remove sysutils/pecl-fileinfo;

As of PHP 5.3.0 this extension is enabled by default and this PECL
extension is no longer maintained and will contain no more releases.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 08:57:29

Modified files:
	www/pecl-geoip : Makefile distinfo 

Log message:
update to 1.0.8 to fix build with php 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 09:05:05

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
pecl-fileinfo is now in php


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 09:05:15

Modified files:
	mail/roundcubemail: Makefile 

Log message:
remove dependency on pecl-fileinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/10 09:05:54

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-main 

Log message:
add @pkgpath for pecl-fileinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 09:47:06

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : dbus_daemon.rc 

Log message:
Remove compat glue.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 10:07:03

Log message:
    Import repmgr 1.2.0.
    
    repmgr allows you to monitor and manage your replicated PostgreSQL
    databases as a single cluster.  repmgr includes two components:
    
    * repmgr: command program that performs tasks and then exits
    * repmgrd: management and monitoring daemon that watches the cluster
    and can automate remote actions.
    
    See https://github.com/2ndQuadrant/repmgr for instructions on how to
    setup it.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/databases/repmgr/Makefile
    N ports/databases/repmgr/distinfo
    N ports/databases/repmgr/patches/patch-repmgr_c
    N ports/databases/repmgr/pkg/PLIST
    N ports/databases/repmgr/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 10:07:51

Log message:
    Import pgbadger 3.5.
    
    pgBadger is a PostgreSQL log analyzer built for speed with fully
    detailed reports from your PostgreSQL log file. It's a single and small
    Perl script that aims to replace and out-perform the old PHP script
    pgFouine.
    
    pgBadger is written in pure Perl language. It uses a Javascript library
    draw graphs so that you don't need additional Perl modules or any
    other package to install. Furthermore, this library gives us additional
    features, such as zooming.
    
    pgBadger is able to autodetect your log file format (syslog, stderr or
    csvlog). It is designed to parse huge log files, as well as gzip, zip or
    bzip2 compressed files.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130810
    
    N ports/databases/pgbadger/Makefile
    N ports/databases/pgbadger/distinfo
    N ports/databases/pgbadger/pkg/PLIST
    N ports/databases/pgbadger/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 10:08:56

Modified files:
	databases      : Makefile 

Log message:
+repmgr,pgbadger


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/10 10:52:54

Modified files:
	share/man/man3 : intro.3 

Log message:
libkafs5 has been renamed to libkafs;
ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:06:09

Modified files:
	net/openvmps   : Makefile distinfo 
	net/openvmps/pkg: PLIST 
Removed files:
	net/openvmps/patches: patch-Makefile_in patch-vmpsd_1 
	                      patch-vmpsd_c 

Log message:
Update to openvmps-1.4.05.
Default config moved from vmpsd.db to vlan.db.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:20:09

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20130806.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:29:26

Modified files:
	devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-0.9.19.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/10 12:33:21

Modified files:
	sys/net        : if_pflow.c 

Log message:
Cancel timeouts on pflow interface destruction.
OK benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:36:30

Modified files:
	graphics/graphite2: Makefile distinfo 

Log message:
Update to graphite2-1.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:45:53

Modified files:
	productivity/tryton/tryton: Makefile distinfo 

Log message:
Update to tryton-2.8.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:46:11

Modified files:
	productivity/tryton: Makefile.inc 

Log message:
Fix MASTER_SITES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 12:51:40

Modified files:
	productivity/tryton/trytond: Makefile distinfo 

Log message:
Update to trytond-2.8.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 13:00:28

Modified files:
	productivity/tryton/account: Makefile distinfo 
	productivity/tryton/account_invoice: Makefile distinfo 
	productivity/tryton/account_stock_continental: Makefile distinfo 
	productivity/tryton/product_cost_fifo: Makefile distinfo 
	productivity/tryton/project_invoice: Makefile distinfo 
	productivity/tryton/project_plan: Makefile distinfo 
	productivity/tryton/sale: Makefile distinfo 
	productivity/tryton/sale_opportunity: Makefile distinfo 
	productivity/tryton/sale_supply: Makefile distinfo 
	productivity/tryton/sale_supply_drop_shipment: Makefile distinfo 
	productivity/tryton/stock: Makefile distinfo 
	productivity/tryton/stock_supply: Makefile distinfo 

Log message:
Update tryton modules:
trytond-account-2.8.1
trytond-account_invoice-2.8.2
trytond-account_stock_continental-2.8.1
trytond-product_cost_fifo-2.8.1
trytond-project_invoice-2.8.2
trytond-project_plan-2.8.2
trytond-sale-2.8.1
trytond-sale_opportunity-2.8.1
trytond-sale_supply-2.8.1
trytond-sale_supply_drop_shipment-2.8.1
trytond-stock-2.8.2
trytond-stock_supply-2.8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/10 15:55:49

Modified files:
	databases/repmgr: Makefile 

Log message:
Add databases/postgresql,-server to BDEP, needed for getopt_long.h.
Found the hard way by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/08/10 16:27:14

Modified files:
	sys/arch/luna88k/dev: timekeeper.c timekeeper.h 

Log message:
On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are
mapped on the most significant byte of each 32bit word. (i.e. 4-bytes
stride)
Also, add small 'Wrong year set by UniOS-Mach after Y2K' hack.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 16:42:24

Modified files:
	net/libproxy   : Makefile 

Log message:
Add bootstrap to the default FLAVORs -- prevent cyclic dep on sparc64.
spotted by and slap from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 17:06:29

Added files:
	devel/libpeas/patches: patch-loaders_gjs_peas-extension-gjs_c 

Log message:
And....... another slap. Totally forgot to cvs add that file.

whipping from nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/10 17:17:42

Modified files:
	meta/xfce      : Makefile 
	meta/xfce/pkg  : DESCR-extras DESCR-main 

Log message:
Fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/08/10 23:54:09

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
capitalize RAID in one spot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 02:57:57

Modified files:
	net/libproxy   : Makefile 

Log message:
Not needed after all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 03:09:05

Modified files:
	devel/spidermonkey: Makefile 
Added files:
	devel/spidermonkey/patches: patch-Makefile_in 
	                            patch-assembler_jit_ExecutableAllocator_h 
	                            patch-assembler_wtf_Platform_h 
	                            patch-configure 
	                            patch-ctypes_libffi_configure 
	                            patch-ctypes_libffi_src_mips_ffi_c 
	                            patch-ctypes_libffi_src_mips_ffitarget_h 
	                            patch-gc_Heap_h patch-jsgc_cpp 

Log message:
Fix build on sparc64/hppa/alpha/mips64*.

- resurrect most of patch-ctypes*
- fix pagesize for alpha/sparc64/mips64 in patch-gc_Heap_h
- patch-assembler* from bcallah@

As advertised, most of this is broken at runtime, but it's not that worse than previously.
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS in jsutil.h:235)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on sparc64 & mips64 (SIGBUS in jsutil.h:33)
-


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/11 03:43:54

Modified files:
	gnu/usr.bin/binutils/gas/config: tc-m88k.c 

Log message:
A few fixes from Tim Mcintosh:
- provide 88110 syntactic sugar for the control register names
- correctly handle -m options
- and a minor fix to allow the register prefix to correctly be recognized in
front of the condition codes (only needed for SVR4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 03:54:18

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-installer_core_install_py 
	print/hplip/pkg: PLIST-hpijs PLIST-main README-main 
Removed files:
	print/hplip/patches: patch-base_pkit_py 
	                     patch-prnt_hpijs_foomatic-rip-hplip 

Log message:
* drop some configure args which are the default
* drop policykit support -- it is only needed for the automated binary
plugin installation tool which only runs on Linux
* use regular foomatic-rip from foomatic-filters instead of the bundled
foomatic-rip-hplip
* document how to manually install plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 03:54:37

Modified files:
	print/hplip    : Makefile 

Log message:
Not needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/11 04:00:01

src/regress/sys/net/pflow

Update of /cvs/src/regress/sys/net/pflow
In directory cvs.openbsd.org:/tmp/cvs-serv18701/pflow

Log Message:
Directory /cvs/src/regress/sys/net/pflow added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/11 04:00:38

src/regress/sys/net/pflow/Net

Update of /cvs/src/regress/sys/net/pflow/Net
In directory cvs.openbsd.org:/tmp/cvs-serv25166/Net

Log Message:
Directory /cvs/src/regress/sys/net/pflow/Net added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/11 04:01:56

Added files:
	regress/sys/net/pflow: Makefile template.pl template.v10 
	                       template.v9 
	regress/sys/net/pflow/Net: Flow.pm 

Log message:
pflow(4) template regression tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/08/11 04:20:03

Modified files:
	security/py-paramiko: Makefile distinfo 
	security/py-paramiko/pkg: PLIST 

Log message:
Update py-paramiko to 1.11.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/08/11 04:31:15

Modified files:
	net/p5-Net-Whois-RIPE: Makefile distinfo 

Log message:
Update p5-Net-Whois-RIP to 2.004002.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/08/11 05:48:43

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-t_t0000-basic_sh 

Log message:
Update git to 1.8.3.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/11 06:52:47

Modified files:
	graphics/libkdcraw: Makefile 
Added files:
	graphics/libkdcraw/patches: 
	                            patch-libkdcraw_libkdcraw_Makefile_in 
	graphics/libkdcraw/pkg: DESCR-icons DESCR-main PLIST-icons 
	                        PLIST-main 
Removed files:
	graphics/libkdcraw/pkg: DESCR PLIST 

Log message:
Split icons off libkdcraw package, to deconflict it with x11/kde4/libkdcraw.
Also, allow it to build with our make(1).

ok laundry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/11 06:54:22

Modified files:
	x11/kde/pim3   : Makefile 

Log message:
Remove mentions of -kpilot subpackage, and reorder things a bit to
be more in line with other stuff in tree.

okay laundry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 07:17:41

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 

Log message:
Update to evolution-data-server-3.8.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 07:52:36

Modified files:
	graphics/shotwell: Makefile distinfo 
	graphics/shotwell/patches: patch-Makefile 
	graphics/shotwell/pkg: PLIST 

Log message:
Update to shotwell-0.14.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 07:54:15

Modified files:
	mail/evolution : Makefile distinfo 

Log message:
Update to evolution-3.8.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 08:04:07

Modified files:
	mail/evolution-ews: Makefile distinfo 
	mail/evolution-ews/patches: patch-configure 
	mail/evolution-ews/pkg: PLIST 

Log message:
Update to evolution-ews-3.8.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 08:11:38

Modified files:
	sysutils/upower: Makefile distinfo 
	sysutils/upower/pkg: PLIST 

Log message:
Update to upower-0.9.21.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 08:59:55

Log message:
    Import glyr 1.0.1 (dependency of gmpc git).
    
    Glyr is a search engine for music-related metadata. It comes both in a
    commandline interface tool and as a C library, both with an easy to use
    interface. The sort of metadata glyr is searching (and downloading) is
    usually the data you see in your musicplayer.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20130811
    
    N ports/audio/glyr/Makefile
    N ports/audio/glyr/distinfo
    N ports/audio/glyr/patches/patch-CMakeLists_txt
    N ports/audio/glyr/pkg/PLIST
    N ports/audio/glyr/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 09:00:40

Modified files:
	audio          : Makefile 

Log message:
+glyr


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 09:11:46

Removed files:
	databases/pear-MDB2-sqlite: Makefile distinfo 
	databases/pear-MDB2-sqlite/pkg: DESCR PLIST 

Log message:
Remove pear-MDB2-sqlite.
It won't work with php-5.4+, some functions it uses (sqlite_escape_string,
for example) have been removed.

discussed with robert@
ok giovanni@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/11 09:12:09

Modified files:
	databases      : Makefile 

Log message:
-pear-MDB2-sqlite


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/11 09:46:26

Modified files:
	regress/sys/net/pflow: template.pl template.v10 template.v9 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/11 11:12:13

Modified files:
	lang/node      : Makefile 

Log message:
Make gyp a run dep for node. I think the lack of this is causing the node-*
failures that keep randomly happening.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/11 11:57:42

Modified files:
	graphics/libkipi: Makefile 
Added files:
	graphics/libkipi/patches: patch-libkipi_libkipi_Makefile_in 
	graphics/libkipi/pkg: DESCR-icons DESCR-main PLIST-icons 
	                      PLIST-main 
Removed files:
	graphics/libkipi/pkg: DESCR PLIST 

Log message:
Split libkipi into -main and -icons the same way it was done
for libkdcraw.

While there:
* added a patch to build with our make(1),
* added SEPARATE_BUILD=Yes,
* removed extra wording from DESCR-main,
* tweaked word casing in COMMENT-main,
* updated WANTLIB.

okay landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/11 12:41:15

Modified files:
	graphics/ImageMagick: Makefile 
	graphics/ImageMagick/pkg: PLIST 
	graphics/geomview: Makefile 
	graphics/geomview/pkg: PLIST 

Log message:
Mark explicit conflict between ImageMagick and geomview on man/man1/animate.1

okay landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/08/11 12:41:44

Modified files:
	.              : want.html 

Log message:
no longer needed, bought myself one yesterday


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/11 15:01:59

Modified files:
	regress/usr.sbin/relayd: Makefile 

Log message:
Use variable REMOTE_SSH instead of a fixed name for the testing host.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 15:21:17

Modified files:
	mail/archiveopteryx: Makefile 
	x11/gigolo     : Makefile 
	audio/p5-Audio-Scrobbler: Makefile 
	sysutils/pkg_mgr: Makefile 
	x11/xarchiver  : Makefile 

Log message:
Update my e-mail address and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 15:21:39

Modified files:
	multimedia/coherence: Makefile 

Log message:
Drop maintainership, i never really used it...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/11 15:27:20

Modified files:
	geo/tilecache  : Makefile distinfo 
	geo/tilecache/patches: patch-setup_py 
	geo/tilecache/pkg: PLIST 

Log message:
Update to tilecache 2.11, update my e-mail while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/11 15:49:04

Modified files:
	regress/sys/net/pf_divert: Makefile 

Log message:
Check wether the required perl packages are installed and that the
environment for the remote testing machine is set up.  If not, print
a message and skip the regression tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/11 16:13:32

Modified files:
	sys/netinet6   : nd6.h 

Log message:
To control the lifetime of IPv6 addresses, prefixes and default
routers, the kernel and ndp use a bunch of expire fields.  Before
they were int or u_long, convert expire to time_t in all structs.
Move vltime and pltime to u_int32_t everywhere.  Sort struct fields
by size.  Struct inet6_ndpr_msghdr is not used at all, so remove
it.

Binary compatibility of rtsold and ndp break with this change as
rtsold uses in6_drlist and ndp uses in6_defrouter and in6_prefix
to interact with the kernel.

OK mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/11 18:24:57

Modified files:
	mail/lumail    : Makefile distinfo 
	mail/lumail/patches: patch-Makefile 

Log message:
Update lumail to 0.17.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/11 19:29:03

Modified files:
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/pkg: PLIST 
Added files:
	x11/kde4/libs/patches: 
	                       patch-kde3support_kunittest_CMakeLists_txt 
	                       patch-kdecore_kconfig_compiler_CMakeLists_txt 
	                       patch-kdewidgets_CMakeLists_txt 
	                       patch-kdoctools_CMakeLists_txt 
	                       patch-kio_misc_CMakeLists_txt 
	                       patch-kio_misc_kmailservice_desktop 
	                       patch-kio_misc_ktelnetservice_desktop 

Log message:
More deconflicting with kdelibs-3.x.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/11 21:31:06

src/sys/dev/pci/drm/radeon

Update of /cvs/src/sys/dev/pci/drm/radeon
In directory cvs.openbsd.org:/tmp/cvs-serv20502/radeon

Log Message:
Directory /cvs/src/sys/dev/pci/drm/radeon added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/11 21:31:41

src/sys/dev/pci/drm/radeon/reg_srcs

Update of /cvs/src/sys/dev/pci/drm/radeon/reg_srcs
In directory cvs.openbsd.org:/tmp/cvs-serv8745/reg_srcs

Log Message:
Directory /cvs/src/sys/dev/pci/drm/radeon/reg_srcs added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/11 21:32:03

src/sys/dev/pci/drm/ttm

Update of /cvs/src/sys/dev/pci/drm/ttm
In directory cvs.openbsd.org:/tmp/cvs-serv10032/ttm

Log Message:
Directory /cvs/src/sys/dev/pci/drm/ttm added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/11 22:11:22

Modified files:
	archivers/pecl-lzf: Makefile 
	archivers/pecl-rar: Makefile 
	databases/pear-MDB2-mysql: Makefile 
	databases/pear-MDB2-mysqli: Makefile 
	databases/pear-MDB2-pgsql: Makefile 
	databases/pgfouine: Makefile 
	devel/smarty   : Makefile 
	geo/mapserver  : Makefile 
	graphics/pecl-imagick: Makefile 
	mail/pecl-mailparse: Makefile 
	mail/rcube-contextmenu: Makefile 
	mail/rcube-sieverules: Makefile 
	mail/rcube-yubikey-plugin: Makefile 
	mail/z-push    : Makefile 
	mail/zarafa/zarafa: Makefile 
	misc/gpsd      : Makefile 
	multimedia/ffmpeg-php: Makefile 
	net/icinga/web : Makefile 
	net/nagios/nagios: Makefile 
	net/nedi       : Makefile 
	net/nfsen      : Makefile 
	net/pear-Net-DNS: Makefile 
	net/pear-Net-LDAP: Makefile 
	net/pear-Net-LDAP2: Makefile 
	net/php-weathermap: Makefile 
	net/zabbix     : Makefile 
	productivity/baikal: Makefile 
	productivity/davical: Makefile 
	textproc/redland-bindings: Makefile 
	textproc/tcpdf : Makefile 
	www/awl        : Makefile 
	www/bacula-web : Makefile 
	www/cherokee   : Makefile 
	www/chive      : Makefile 
	www/cms-ms     : Makefile 
	www/concrete5  : Makefile 
	www/dokuwiki   : Makefile 
	www/drupal6/core: Makefile 
	www/drupal7/core: Makefile 
	www/drush      : Makefile 
	www/ezpublish  : Makefile 
	www/fluxbb     : Makefile 
	www/flyspray   : Makefile 
	www/gitlist    : Makefile 
	www/glpi       : Makefile 
	www/horde/chora: Makefile 
	www/horde/dimp : Makefile 
	www/horde/horde: Makefile 
	www/horde/imp  : Makefile 
	www/horde/ingo : Makefile 
	www/horde/kronolith: Makefile 
	www/horde/mimp : Makefile 
	www/horde/mnemo: Makefile 
	www/horde/nag  : Makefile 
	www/horde/turba: Makefile 
	www/ktdms      : Makefile 
	www/mantis     : Makefile 
	www/mediawiki  : Makefile 
	www/mollify    : Makefile 
	www/moodle     : Makefile 
	www/myreview   : Makefile 
	www/owncloud   : Makefile 
	www/pear       : Makefile 
	www/pecl-APC   : Makefile 
	www/pecl-chroot: Makefile 
	www/pecl-memcache: Makefile 
	www/pecl-phar  : Makefile 
	www/pecl-proctitle: Makefile 
	www/pecl-ssh2  : Makefile 
	www/pecl-swish : Makefile 
	www/pecl-uploadprogress: Makefile 
	www/photoshow  : Makefile 
	www/php-openid : Makefile 
	www/php-predis : Makefile 
	www/phpicalendar: Makefile 
	www/phpldapadmin: Makefile 
	www/phplist    : Makefile 
	www/phpmemcachedadmin: Makefile 
	www/phpmyadmin : Makefile 
	www/phppgadmin : Makefile 
	www/phpvirtualbox: Makefile 
	www/piwik      : Makefile 
	www/pmwiki     : Makefile 
	www/racktables : Makefile 
	www/sabredav   : Makefile 
	www/selfoss    : Makefile 
	www/silverstripe: Makefile 
	www/statusnet  : Makefile 
	www/syweb      : Makefile 
	www/tt-rss     : Makefile 
	www/vtigercrm  : Makefile 
	www/webacula   : Makefile 
	www/webcollab  : Makefile 
	www/wordpress  : Makefile 
	www/xcache     : Makefile 
	www/zendframework: Makefile 
	www/zurmo      : Makefile 

Log message:
bump REVISION due to the php update


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/11 22:11:53

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
	sys/conf       : files 
	sys/arch/amd64/conf: GENERIC files.amd64 
	sys/arch/i386/conf: GENERIC files.i386 
	sys/arch/macppc/conf: files.macppc 
	sys/dev/pci    : vga_pci.c vga_pci_common.c vga_pcivar.h 
	sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_atomic.h 
	                 drm_crtc_helper.c drm_drv.c drm_fb_helper.c 
	                 drm_fb_helper.h drm_irq.c drm_linux_list.h 
	                 drm_modes.c files.drm 
Added files:
	sys/dev/pci/drm: drm_cache.c drm_cache.h drm_fixed.h 
	                 drm_global.c drm_global.h drm_hashtab.c 
	                 drm_hashtab.h drm_mem_util.h refcount.h 
	sys/dev/pci/drm/radeon: ObjectID.h atom-bits.h atom-names.h 
	                        atom-types.h atom.c atom.h atombios.h 
	                        atombios_crtc.c atombios_dp.c 
	                        atombios_encoders.c atombios_i2c.c 
	                        avivod.h cayman_blit_shaders.c 
	                        cayman_blit_shaders.h cayman_reg_safe.h 
	                        evergreen.c evergreen_blit_kms.c 
	                        evergreen_blit_shaders.c 
	                        evergreen_blit_shaders.h evergreen_cs.c 
	                        evergreen_hdmi.c evergreen_reg.h 
	                        evergreen_reg_safe.h evergreend.h 
	                        mkregtable.c ni.c ni_reg.h nid.h r100.c 
	                        r100_reg_safe.h r100_track.h r100d.h 
	                        r200.c r200_reg_safe.h r300.c r300_reg.h 
	                        r300_reg_safe.h r300d.h r420.c 
	                        r420_reg_safe.h r420d.h r500_reg.h 
	                        r520.c r520d.h r600.c r600_audio.c 
	                        r600_blit_kms.c r600_blit_shaders.c 
	                        r600_blit_shaders.h r600_cs.c 
	                        r600_hdmi.c r600_reg.h r600_reg_safe.h 
	                        r600d.h radeon.h radeon_acpi.c 
	                        radeon_acpi.h radeon_agp.c radeon_asic.c 
	                        radeon_asic.h radeon_atombios.c 
	                        radeon_benchmark.c radeon_bios.c 
	                        radeon_blit_common.h radeon_clocks.c 
	                        radeon_combios.c radeon_connectors.c 
	                        radeon_cs.c radeon_cursor.c 
	                        radeon_device.c radeon_display.c 
	                        radeon_encoders.c radeon_family.h 
	                        radeon_fb.c radeon_fence.c radeon_gart.c 
	                        radeon_gem.c radeon_i2c.c 
	                        radeon_irq_kms.c radeon_kms.c 
	                        radeon_legacy_crtc.c 
	                        radeon_legacy_encoders.c 
	                        radeon_legacy_tv.c radeon_mode.h 
	                        radeon_object.c radeon_object.h 
	                        radeon_pm.c radeon_prime.c radeon_reg.h 
	                        radeon_ring.c radeon_sa.c 
	                        radeon_semaphore.c radeon_test.c 
	                        radeon_trace.h radeon_trace_points.c 
	                        radeon_ttm.c rn50_reg_safe.h rs100d.h 
	                        rs400.c rs400d.h rs600.c 
	                        rs600_reg_safe.h rs600d.h rs690.c 
	                        rs690d.h rv200d.h rv250d.h rv350d.h 
	                        rv515.c rv515_reg_safe.h rv515d.h 
	                        rv770.c rv770d.h si.c si_blit_shaders.c 
	                        si_blit_shaders.h si_reg.h sid.h 
	sys/dev/pci/drm/radeon/reg_srcs: cayman evergreen r100 r200 r300 
	                                 r420 r600 rn50 rs600 rv515 
	sys/dev/pci/drm/ttm: ttm_agp_backend.c ttm_bo.c ttm_bo_api.h 
	                     ttm_bo_driver.h ttm_bo_manager.c 
	                     ttm_bo_util.c ttm_bo_vm.c 
	                     ttm_execbuf_util.c ttm_execbuf_util.h 
	                     ttm_lock.c ttm_lock.h ttm_memory.c 
	                     ttm_memory.h ttm_module.c ttm_module.h 
	                     ttm_object.c ttm_object.h ttm_page_alloc.c 
	                     ttm_page_alloc.h ttm_placement.h ttm_tt.c 
Removed files:
	sys/dev/pci/drm: r300_cmdbuf.c r300_reg.h r600_blit.c 
	                 r600_blit_shaders.c r600_blit_shaders.h 
	                 r600_microcode.h radeon_cp.c radeon_cs.c 
	                 radeon_drv.c radeon_drv.h radeon_irq.c 
	                 radeon_mem.c radeon_microcode.h radeon_state.c 

Log message:
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
Includes kernel modesetting, framebuffer console and support
for newer hardware.

Firmware needs to be present for acceleration and in some cases
modesetting to work.  It can be installed via fw_update
or manually via pkg_add.

With lots of help from kettenis@ some macppc bits from mpi@
and some ttm refcount/queue bits from FreeBSD.

Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/11 22:13:31

Modified files:
	driver/xf86-video-ati: Makefile.bsd-wrapper 

Log message:
enable kms support


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/11 22:16:52

Modified files:
	share/mk       : bsd.xconf.mk 
	lib/libGL/dri  : Makefile 
	lib/libGL/dri/r300g: Makefile 
	lib/libGL/dri/r600g: Makefile 
	lib/libGL/gallium/drivers: Makefile 

Log message:
build mesa radeon drivers on sparc64 and switch to gallium drivers
for r300 and r600


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2013/08/11 22:20:21

Modified files:
	faq            : current.html 

Log message:
mention radeondrm changes


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/08/11 23:41:01

Modified files:
	usr.sbin/procmap: procmap.c 

Log message:
get ready for big ino_t; ok gunther@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/12 00:24:28

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 was
missing.  Especially the IN6_IS_ADDR_LINKLOCAL() macro should not
be necessary in IPv4 only code.  No binary change.
OK henning@ claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/12 00:32:20

Modified files:
	textproc/redland: Makefile distinfo 
	textproc/redland/pkg: PLIST-main 

Log message:
update to 1.0.16; in preparation for a libreoffice update


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/12 00:52:56

Modified files:
	graphics/libkdcraw: Makefile 
	graphics/libkdcraw/pkg: PLIST-icons 
	graphics/libkipi: Makefile 
	graphics/libkipi/pkg: PLIST-icons 

Log message:
Missing conflicts, spotted by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/12 00:53:57

Modified files:
	graphics/digikam: Makefile 
	graphics/gwenview: Makefile 
	graphics/kimdaba: Makefile 
	graphics/kipi-plugins: Makefile 

Log message:
Bump revisions after recent @pkgpath change in dependencies (libkdcraw and
libkipi).


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/12 02:03:18

Modified files:
	net/hpodder    : Makefile 
Added files:
	net/hpodder/patches: patch-DownloadQueue_hs patch-Download_hs 
	                     patch-Utils_hs 

Log message:
Unbreak build with ghc-7.6.

Patch stolen from the gentoo-haskell repository @ github.

OK kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/12 02:03:56

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c 
	sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafb_pcivar.h 
	                     vgafbvar.h 

Log message:
Match the framebuffer device against its OpenFirmware node in order
to share the console detection logic with sparc64 in radeondrm(4).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/12 02:38:03

Modified files:
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/pci: vgafb_pci.c 

Log message:
radeondrm now attaches directly to pci.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/12 04:03:01

Modified files:
	graphics/geomview: Makefile 
	graphics/geomview/pkg: PLIST 
	graphics/ImageMagick: Makefile 
	graphics/ImageMagick/pkg: PLIST 

Log message:
de-conflict geomview/ImageMagick by renaming the affected manpage.
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/12 05:36:22

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.beagle md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/12 05:48:22

Modified files:
	include        : Makefile 

Log message:
Make sure we don't install the private radeondrm(4) headers, by leaving out
headers from any subdirectory of dev/pci/drm.  If we ever add more drm(4)
drivers any headers needed by userland should end up in dev/pci/drm.

ok mpi@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 05:58:18

Log message:
    Import p5-Object-Event.
    
    This module was mainly written for AnyEvent::XMPP, AnyEvent::IRC,
    AnyEvent::HTTPD and BK to provide a consistent API for registering
    and emitting events.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20131208
    
    N ports/devel/p5-Object-Event/Makefile
    N ports/devel/p5-Object-Event/distinfo
    N ports/devel/p5-Object-Event/pkg/PLIST
    N ports/devel/p5-Object-Event/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 05:59:11

Log message:
    Import net/p5-AnyEvent-IRC.
    
    The AnyEvent::IRC module consists of AnyEvent::IRC::Connection,
    AnyEvent::IRC::Client and AnyEvent::IRC::Util.  AnyEvent::IRC is
    just a module that holds this overview over the other modules.
    
    AnyEvent::IRC can be viewed as toolbox for handling IRC connections
    and communications.
    
    AnyEvent::IRC::Client is a more highlevel IRC connection that already
    processes some messages for you and will generated some events that
    are maybe useful to you.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20131208
    
    N ports/net/p5-AnyEvent-IRC/Makefile
    N ports/net/p5-AnyEvent-IRC/distinfo
    N ports/net/p5-AnyEvent-IRC/pkg/DESCR
    N ports/net/p5-AnyEvent-IRC/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 06:00:06

Log message:
    Import net/p5-Net-Twitter-Lite.
    
    This module provides a perl interface to the Twitter API v1.
    
    It uses the same API definitions as Net::Twitter, but without the
    extra bells and whistles and without the additional dependencies.
    Same great taste, less filling.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20131208
    
    N ports/net/p5-Net-Twitter-Lite/Makefile
    N ports/net/p5-Net-Twitter-Lite/distinfo
    N ports/net/p5-Net-Twitter-Lite/pkg/PLIST
    N ports/net/p5-Net-Twitter-Lite/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 06:01:14

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 06:02:20

Modified files:
	net            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/12 06:53:35

Modified files:
	build          : mirrors.dat 

Log message:
reinstate frontiernet mirror, add new mirror in Indonesia


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/12 06:53:44

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/08/12 07:44:13

Modified files:
	sbin/fsck_msdos: boot.c 

Log message:
Add missing \n after a warning.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/12 07:49:08

Modified files:
	graphics/kipi-plugins: Makefile 

Log message:
Bump -cal too, noticed by nigel@. Tweak LIB_DEPENDS a bit while there
(zap extra x11/kde/libs3 item and use BUILD_PKGPATH).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/12 08:19:53

Modified files:
	share/man/man9 : rssadapt.9 
	usr.bin/biff   : biff.1 
	usr.bin/compress: gzexe.1 
	usr.bin/from   : from.1 
	usr.bin/rcs    : ci.1 
	usr.bin/unvis  : unvis.1 
	usr.sbin/fw_update: fw_update.1 

Log message:
some minor fixes; From: Jan Stary


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/08/12 08:28:30

Modified files:
	usr.sbin/npppd/npppd: npppd.conf.5 

Log message:
Clarify what "mru" config option does.

input and ok giovanni jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/12 09:04:59

Modified files:
	sysutils/e2fsprogs: Makefile 
	sysutils/e2fsprogs/pkg: PLIST 

Log message:
Reinstall com_err.h, but this time under include/ext2fs/ since some ext2fs
headers include it. Adjust those headers accordingly.
Fixes sysutils/testdisk detection of ext2fs..
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/12 09:05:27

Modified files:
	sysutils/testdisk: Makefile distinfo 
	sysutils/testdisk/pkg: PLIST 

Log message:
Bugfix update to testdisk 6.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/12 10:09:50

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: patch-Modules_FindJNI_cmake 
	                     patch-Modules_FindJava_cmake 

Log message:
Unbreak (bulk) builds of Java-based apps using CMake: we force using JDK 1.6
to build MODJAVA_VER=1.6+ ports, and CMake should do the same. Otherwise we
could, e.g., pick up co-installed JDK 1.7, start build using it, and while
build process goes, JDK 1.7 may disappear...

Discovered while working on OpenCV 2.4, which contains Java bindings.

okay dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 10:43:39

Log message:
    Import games/supertux.
    
    SuperTux is a jump'n run like game, with strong inspiration from
    the Super Mario Bros games for Nintendo.
    
    Run and jump through multiple worlds, fighting off enemies by jumping
    on them or bumping them from below.  Grabbing power-ups and other
    stuff on the way.
    
    tweaks and ok sthen@
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20130812
    
    N ports/games/supertux/Makefile
    N ports/games/supertux/distinfo
    N ports/games/supertux/pkg/PLIST
    N ports/games/supertux/pkg/DESCR
    N ports/games/supertux/patches/patch-src_menu_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/12 10:44:24

Modified files:
	games          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/12 11:42:08

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Remove duplicate and incorrect recursive anchor printing code
and instead rely on the one provided by the same function just
a few lines below.

ok lteo henning


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2013/08/12 13:05:56

Modified files:
	faq            : current.html 

Log message:
No need to remove libkafs{,_p}.* anymore since libkafs5 was renamed.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/12 13:37:44

Modified files:
	sys/arch/sparc64/conf: Makefile.sparc64 

Log message:
Upcoming radeondrm(4) support will grow the kernel.  This growth causes the
linker to merge ithe .text and .data sections, even though there is no
reason why it should do this.  Leave more space between these sections to
keep the linker from doing this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/08/12 14:01:49

Modified files:
	www/squidguard : Makefile 
	www/squidguard/patches: patch-src_sg_h_in 

Log message:
Fix segfault on 64-bit platforms due to undeclared pointer-returning
function.

OK MAINTAINER Claudio Correa


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 14:22:44

Modified files:
	mail/mailscanner: Makefile distinfo 
Removed files:
	mail/mailscanner/patches: patch-lib_MailScanner_TNEF_pm 

Log message:
Update to MailScanner 4.84.6-1.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 14:25:39

Modified files:
	www            : Makefile 

Log message:
Remove thttpd and add sthttpd.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 14:26:36

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Bump thttpd users over to sthttpd.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/12 14:43:28

Modified files:
	sys/kern       : kern_proc.c 
	sys/sys        : proc.h 

Log message:
The ps flags are split between thread and process.  It is useful
for ddb to show both.  So or them together in the ps overview and
list them explicitly for the specific thread.  Also sync the ddb
bit names with the define names.
OK miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/12 15:55:35

Modified files:
	security/pwsafe: Makefile 
	security/pwsafe/pkg: DESCR PLIST 

Log message:
- add no_x11 FLAVOR so it's usable on hosts with no X sets installed
- be a bit more verbose in updated DESCR
- bump REVISION

'Sure, why not' aja@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/12 15:57:17

Modified files:
	share/man/man4 : tcp.4 
	sys/netinet    : tcp.h tcp_output.c tcp_usrreq.c tcp_var.h 

Log message:
Add the TCP socket option TCP_NOPUSH to delay sending the stream.
This is useful to aggregate data in the kernel from multiple sources
like writes and socket splicing.  It avoids sending small packets.
From FreeBSD via David Hill; OK mikeb@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/12 16:24:01

Modified files:
	security       : Makefile 

Log message:
add pwsafe,no_x11


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 17:29:45

Removed files:
	www/thttpd     : Makefile distinfo 
	www/thttpd/patches: patch-Makefile_in patch-cgi-src_Makefile_in 
	                    patch-extras_Makefile_in 
	                    patch-extras_htpasswd_c 
	www/thttpd/pkg : DESCR PLIST 

Log message:
Garbage collect thttpd. Has been unmaintained for almost a decade.
If you're using this switch to the maintained sthttpd fork.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 18:29:58

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-doc_example-config_Makefile_in 
	                      patch-doc_example-config_conf_d_10-auth_conf 
	                      patch-doc_example-config_conf_d_10-mail_conf 
	                      patch-doc_example-config_conf_d_20-imap_conf 
	                      patch-doc_example-config_conf_d_20-pop3_conf 
	                      patch-doc_example-config_conf_d_Makefile_in 
	                      patch-doc_example-config_dovecot_conf 
	                      patch-src_master_master-settings_c 
	mail/dovecot/pkg: PLIST-server 
Removed files:
	mail/dovecot/patches: patch-src_auth_passdb-bsdauth_c 

Log message:
Update to Dovecot 2.2.5.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 18:31:02

Modified files:
	mail/dovecot-pigeonhole: Makefile distinfo 
	mail/dovecot-pigeonhole/patches: 
	                                 patch-src_managesieve-login_Makefile_in 
	mail/dovecot-pigeonhole/pkg: PLIST 

Log message:
Update to Dovecot-pigeonhole 0.4.1.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/12 18:33:18

Modified files:
	mail/dovecot-antispam: Makefile distinfo 

Log message:
Update to a Dovecot-antispam snapshot compatible with Dovecot 2.2.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/12 23:52:28

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.beagle md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 
	gnu/lib/libiberty: shlib_version 
	gnu/lib/libobjc: shlib_version 
	gnu/lib/libreadline: shlib_version 
	gnu/lib/libstdc++: shlib_version 
	gnu/lib/libstdc++-v3: shlib_version 
	gnu/usr.bin/cc/libobjc: shlib_version 
	gnu/usr.bin/perl: Makefile.bsd-wrapper shlib_version 
	gnu/usr.sbin/sendmail/libmilter: shlib_version 
	kerberosV/lib/libasn1: shlib_version 
	kerberosV/lib/libcom_err: shlib_version 
	kerberosV/lib/libgssapi: shlib_version 
	kerberosV/lib/libhdb: shlib_version 
	kerberosV/lib/libheimbase: shlib_version 
	kerberosV/lib/libkadm5clnt: shlib_version 
	kerberosV/lib/libkadm5srv: shlib_version 
	kerberosV/lib/libkafs: shlib_version 
	kerberosV/lib/libkdc: shlib_version 
	kerberosV/lib/libkrb5: shlib_version 
	kerberosV/lib/libroken: shlib_version 
	kerberosV/lib/libwind: shlib_version 
	kerberosV/src/lib/libedit/src: shlib_version 
	lib/libc       : shlib_version 
	lib/libc/gen   : closedir.c opendir.c readdir.c rewinddir.c 
	                 telldir.c telldir.h 
	lib/libc/sys   : Makefile.inc 
	lib/libcurses  : shlib_version 
	lib/libedit    : shlib_version 
	lib/libevent   : shlib_version 
	lib/libexpat   : shlib_version 
	lib/libform    : shlib_version 
	lib/libfuse    : shlib_version 
	lib/libkvm     : shlib_version 
	lib/libm       : shlib_version 
	lib/libmenu    : shlib_version 
	lib/libocurses : shlib_version 
	lib/libossaudio: shlib_version 
	lib/libpanel   : shlib_version 
	lib/libpcap    : shlib_version 
	lib/librpcsvc  : shlib_version 
	lib/librthread : shlib_version 
	lib/libskey    : shlib_version 
	lib/libsndio   : shlib_version 
	lib/libsqlite3 : shlib_version 
	lib/libssl/crypto: shlib_version 
	lib/libssl/ssl : shlib_version 
	lib/libusbhid  : shlib_version 
	lib/libutil    : shlib_version 
	lib/libwrap    : shlib_version 
	lib/libz       : shlib_version 
	libexec/ld.so  : dir.c 
	libexec/ld.so/alpha: ldasm.S syscall.h 
	libexec/ld.so/amd64: ldasm.S syscall.h 
	libexec/ld.so/arm: ldasm.S syscall.h 
	libexec/ld.so/hppa: ldasm.S syscall.h 
	libexec/ld.so/i386: ldasm.S syscall.h 
	libexec/ld.so/m68k: ldasm.S syscall.h 
	libexec/ld.so/m88k: ldasm.S syscall.h 
	libexec/ld.so/mips64: syscall.h 
	libexec/ld.so/powerpc: syscall.h 
	libexec/ld.so/sh: ldasm.S syscall.h 
	libexec/ld.so/sparc: ldasm.S syscall.h 
	libexec/ld.so/sparc64: ldasm.S syscall.h 
	sys/compat/common: compat_dir.c compat_dir.h 
	sys/compat/linux: linux_misc.c syscalls.master 
	sys/conf       : files 
	sys/isofs/cd9660: cd9660_vnops.c 
	sys/isofs/udf  : udf_vnops.c 
	sys/kern       : kern_clock.c kern_descrip.c kern_event.c 
	                 kern_exit.c kern_resource.c kern_subr.c 
	                 kern_synch.c kern_time.c sys_generic.c 
	                 syscalls.conf syscalls.master vfs_getcwd.c 
	                 vfs_syscalls.c vfs_vops.c 
	sys/msdosfs    : msdosfs_vnops.c 
	sys/netinet6   : in6.c nd6.c 
	sys/nfs        : nfs_serv.c nfs_subs.c nfs_vnops.c xdr_subs.h 
	sys/ntfs       : ntfs_vnops.c 
	sys/sys        : _time.h _types.h dirent.h event.h resource.h 
	                 shm.h siginfo.h stat.h sysctl.h time.h types.h 
	                 vnode.h 
	sys/ufs/ext2fs : ext2fs_lookup.c 
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Switch time_t, ino_t, clock_t, and struct kevent's ident and data
members to 64bit types.  Assign new syscall numbers for (almost
all) the syscalls that involve the affected types, including anything
with time_t, timeval, itimerval, timespec, rusage, dirent, stat,
or kevent arguments.  Add a d_off member to struct dirent and replace
getdirentries() with getdents(), thus immensely simplifying and
accelerating telldir/seekdir.  Build perl with -DBIG_TIME.

Bump the major on every single base library: the compat bits included
here are only good enough to make the transition; the T32 compat
option will be burned as soon as we've reached the new world are
are happy with the snapshots for all architectures.

DANGER: ABI incompatibility.  Updating to this kernel requires extra
work or you won't be able to login: install a snapshot instead.

Much assistance in fixing userland issues from deraadt@ and tedu@
and build assistance from todd@ and otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/12 23:54:11

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/08/13 00:55:05

Modified files:
	faq            : current.html 

Log message:
Document the time_t/ino_t ABI change
Fix some HTML glitches while we're here


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/13 00:56:42

Modified files:
	sys/uvm        : uvm_device.c 

Log message:
Make the tree compile again on architectures without drm(4).

ok maja@, miod@, jsg@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 01:07:30

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.beagle 
	                          md.hp300 md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.mvme68k md.mvme88k md.sgi md.socppc 
	                          md.sparc md.sparc64 md.zaurus 
	lib/fontconfig/src: shlib_version 
	lib/freetype   : shlib_version 
	lib/libFS      : Makefile.bsd-wrapper 
	lib/libGL      : shlib_version 
	lib/libGLU     : shlib_version 
	lib/libGLw     : shlib_version 
	lib/libICE     : Makefile.bsd-wrapper 
	lib/libSM      : Makefile.bsd-wrapper 
	lib/libX11     : Makefile.bsd-wrapper 
	lib/libXRes    : Makefile.bsd-wrapper 
	lib/libXScrnSaver: Makefile.bsd-wrapper 
	lib/libXau     : Makefile.bsd-wrapper 
	lib/libXaw     : Makefile.bsd-wrapper 
	lib/libXcomposite: Makefile.bsd-wrapper 
	lib/libXcursor : Makefile.bsd-wrapper 
	lib/libXdamage : Makefile.bsd-wrapper 
	lib/libXdmcp   : Makefile.bsd-wrapper 
	lib/libXext    : Makefile.bsd-wrapper 
	lib/libXfixes  : Makefile.bsd-wrapper 
	lib/libXfont   : Makefile.bsd-wrapper 
	lib/libXfontcache: Makefile.bsd-wrapper 
	lib/libXft     : Makefile.bsd-wrapper 
	lib/libXi      : Makefile.bsd-wrapper 
	lib/libXinerama: Makefile.bsd-wrapper 
	lib/libXmu     : Makefile.bsd-wrapper 
	lib/libXpm     : Makefile.bsd-wrapper 
	lib/libXrandr  : Makefile.bsd-wrapper 
	lib/libXrender : Makefile.bsd-wrapper 
	lib/libXt      : Makefile.bsd-wrapper 
	lib/libXtst    : Makefile.bsd-wrapper 
	lib/libXv      : Makefile.bsd-wrapper 
	lib/libXvMC    : Makefile.bsd-wrapper 
	lib/libXxf86dga: Makefile.bsd-wrapper 
	lib/libXxf86misc: Makefile.bsd-wrapper 
	lib/libXxf86vm : Makefile.bsd-wrapper 
	lib/libdmx     : Makefile.bsd-wrapper 
	lib/libdrm     : shlib_version 
	lib/libdrm/intel: shlib_version 
	lib/libdrm/libkms: shlib_version 
	lib/libdrm/radeon: shlib_version 
	lib/libfontenc : Makefile.bsd-wrapper 
	lib/libpciaccess: Makefile.bsd-wrapper 
	lib/libpthread-stubs: shlib_version 
	lib/libxcb/libxcb: shlib_version 
	lib/libxcb/libxcb-composite: shlib_version 
	lib/libxcb/libxcb-damage: shlib_version 
	lib/libxcb/libxcb-dpms: shlib_version 
	lib/libxcb/libxcb-dri2: shlib_version 
	lib/libxcb/libxcb-glx: shlib_version 
	lib/libxcb/libxcb-randr: shlib_version 
	lib/libxcb/libxcb-record: shlib_version 
	lib/libxcb/libxcb-render: shlib_version 
	lib/libxcb/libxcb-res: shlib_version 
	lib/libxcb/libxcb-screensaver: shlib_version 
	lib/libxcb/libxcb-shape: shlib_version 
	lib/libxcb/libxcb-shm: shlib_version 
	lib/libxcb/libxcb-sync: shlib_version 
	lib/libxcb/libxcb-xevie: shlib_version 
	lib/libxcb/libxcb-xf86dri: shlib_version 
	lib/libxcb/libxcb-xfixes: shlib_version 
	lib/libxcb/libxcb-xinerama: shlib_version 
	lib/libxcb/libxcb-xprint: shlib_version 
	lib/libxcb/libxcb-xtest: shlib_version 
	lib/libxcb/libxcb-xv: shlib_version 
	lib/libxcb/libxcb-xvmc: shlib_version 
	lib/libxkbfile : Makefile.bsd-wrapper 
	lib/libxkbui   : Makefile.bsd-wrapper 
	lib/pixman     : Makefile.bsd-wrapper 
	lib/xcb-util/atom: shlib_version 
	lib/xcb-util/aux: shlib_version 
	lib/xcb-util/event: shlib_version 
	lib/xcb-util/icccm: shlib_version 
	lib/xcb-util/image: shlib_version 
	lib/xcb-util/keysyms: shlib_version 
	lib/xcb-util/property: shlib_version 
	lib/xcb-util/renderutil: shlib_version 
	lib/xcb-util/reply: shlib_version 

Log message:
Bump the major on every single base library.  There are a couple
not bumped by this that will be corrected soon.

heavy lifting by todd@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 01:42:21

Modified files:
	lib/libXaw/src : Makefile.am Makefile.in 

Log message:
The major on libXaw7 has been bumped, so match that here


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 02:01:13

Modified files:
	lib/libX11/src : Makefile.am Makefile.in 

Log message:
Bump major on libX11-xcb to match the 64bit time_t change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 02:06:44

Modified files:
	lib/libXvMC/src: Makefile.am Makefile.in 

Log message:
Bump the major to match the 64bit time_t change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 02:24:46

Modified files:
	lib/libXmu/src : Makefile.am Makefile.in 

Log message:
Bump the major to match the 64bit time_t change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 02:25:53

Modified files:
	driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in 
	driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.am 
	                                              Makefile.in 

Log message:
Bump the major to match the 64bit time_t change


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/13 02:44:05

Modified files:
	sys/net        : if_pflow.h if_pflow.c 

Log message:
Split pflow version 9 and version 10 to be able to send 64 bit
time values for version 10.
While there mark places which will blow up in 2038.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/13 02:47:11

Modified files:
	regress/sys/net/pflow: template.pl template.v10 

Log message:
Sync with pflow changes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 02:58:22

Modified files:
	lib/libXvMC/wrapper: Makefile.am Makefile.in 

Log message:
Bump the major to match the 64bit time_t change


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2013/08/13 03:01:14

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl version 2013.08.09


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/13 03:26:05

Modified files:
	sys/dev/usb    : usb_subr.c usbdi.c usbdivar.h 

Log message:
Remove bogus and useless refcounting of usbd pipes that could lead to
memory leaks and abort the pipe if requests are still pending because
most of our drivers don't do anything if usbd_close_pipe() fails.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/08/13 03:36:22

Modified files:
	usr.bin/mg     : theo.c 

Log message:
addition for 64bit time_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/13 03:46:55

Modified files:
	security/ccid  : Makefile distinfo 
	security/ccid/patches: patch-src_Makefile_in 

Log message:
Update to ccid-1.4.12.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/13 03:52:54

Modified files:
	share/man/man9 : mbuf_tags.9 
	sys/netinet    : ip_icmp.c ip_input.c ip_var.h tcp_input.c 
	sys/sys        : mbuf.h 

Log message:
When net.inet.ip.sourceroute is enable, store the source route
of incoming IPv4 packets with the SSRR or LSRR header option in
a m_tag rather than in a single static entry.

Use a new m_tag type, PACKET_TAG_SRCROUTE, for this and bump
PACKET_TAG_MAXSIZE accordingly.

Adapted from FreeBSD r135274 with inputs from bluhm@.

ok bluhm@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/13 04:01:58

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-i3-dmenu-desktop patch-i3-nagbar_main_c 
	                 patch-include_shmlog_h 
	                 patch-man_i3-migrate-config-to-v4_1 
	                 patch-src_commands_c patch-src_config_c 
	                 patch-src_config_parser_c patch-src_log_c 
	                 patch-src_main_c 
Added files:
	x11/i3/patches : patch-src_handlers_c 
Removed files:
	x11/i3/patches : patch-i3bar_src_xcb_c patch-libi3_ipc_connect_c 
	                 patch-libi3_ipc_recv_message_c patch-src_con_c 
	                 patch-src_floating_c patch-src_render_c 
	                 patch-src_tree_c patch-src_workspace_c 

Log message:
Update to i3-4.6

ok tobiasu@, abieber@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/13 04:07:47

Modified files:
	distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/13 04:23:53

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c 
	                      dvo_ns2501.c dvo_sil164.c dvo_tfp410.c 
	                      i915_drv.h i915_gem.c 
	                      i915_gem_execbuffer.c i915_gem_gtt.c 
	                      i915_gem_tiling.c i915_irq.c 
	                      i915_suspend.c intel_bios.c intel_crt.c 
	                      intel_ddi.c intel_display.c intel_dp.c 
	                      intel_dvo.c intel_fb.c intel_hdmi.c 
	                      intel_lvds.c intel_modes.c 
	                      intel_opregion.c intel_overlay.c 
	                      intel_panel.c intel_pm.c 
	                      intel_ringbuffer.c intel_sdvo.c 
	                      intel_sprite.c intel_tv.c 

Log message:
add static back to functions that originally had it
reduces the diff to linux and makes ddb hangman a little easier


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/13 05:31:50

Modified files:
	devel/lua-penlight: Makefile distinfo 
	devel/lua-penlight/pkg: PLIST 

Log message:
Update to Penlight-1.2.1


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/13 05:36:05

Modified files:
	faq            : current.html 

Log message:
add a section for notes about handling specific packages with the time_t
change, with the first entry being rrdtool as pointed out by landry@.

(while there, also commit entry for the switch to /usr/sbin/identd that
has been in my tree for a few days.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/13 05:44:56

Modified files:
	devel/lualdoc  : Makefile 

Log message:
Fix HOMEPAGE and MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/13 05:46:16

Modified files:
	misc/findutils : Makefile distinfo 
	misc/findutils/pkg: PLIST 

Log message:
update to an alpha version of findutils which can cope with 64-bit time_t,
previous version fails (at least on i386)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/13 06:39:02

Modified files:
	usr.sbin/tftpd : tftpd.c 

Log message:
when handling puts from a client (ie, tftpd is writing a file to
disk), we maintain the client state after we've finished writing
the file in case the client loses our ack of the last write.
unfortunately we didnt close the file we'd just written when we
knew it was finished, but only after we clean up the client state
after that wait.

because we use FILE stuff to write the file out, its likely some
io flushed to disk until we finish that wait and close the file as
part of cleaning up the client state. if something is coordinating
a bunch of uploads and expects the file to be there after the client
is happy its there, this can be "not good".

this closes the file after we know its finished before proceeding
to hang to handle lost acks to the client.

found by and ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/13 06:46:16

Modified files:
	net/amule      : Makefile 
Added files:
	net/amule/patches: patch-src_OtherFunctions_cpp 
	                   patch-src_webserver_src_php_parser_y 

Log message:
Add some EBook file types
(upstream git commit 6c838fc0d67d86ca22e9c793b88badd8a3258b6c)

Add missing semicolon
(upstream git commit 7c67f345702595e6ba9bd29b12734451decb24d8)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/13 08:00:25

Modified files:
	build          : mirrors.dat 

Log message:
add mirror.steadynet.cz, from Martin Pelikan


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/13 08:02:00

Modified files:
	build          : mirrors.dat 

Log message:
comment-out town name in mirror.steadynet.cz, it's too long for ftplist


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/13 08:02:11

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/13 10:26:28

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 
	sys/dev/pcmcia : files.pcmcia 
Removed files:
	sys/dev/pcmcia : if_ray.c if_rayreg.h 

Log message:
Let ray(4) rot in the attic.  OK mpi, jsg, kettenis, henning, millert.
Mickey approves these changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/13 10:27:26

Modified files:
	share/man/man4 : Makefile 
Removed files:
	share/man/man4 : ray.4 

Log message:
ray(4) is no more


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/13 10:28:29

Modified files:
	share/man/man4 : pcmcia.4 

Log message:
ray(4) is no more; reminded by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/13 10:47:27

Modified files:
	devel/cvsweb   : Makefile 
	devel/cvsweb/pkg: README 

Log message:
update chroot instructions: more Kerberos libraries required


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/13 11:21:54

Modified files:
	textproc/redland: Makefile 
	textproc/redland/pkg: PLIST-main 

Log message:
fix build w/o iodbc installed


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2013/08/13 11:24:04

Modified files:
	lib/libpciaccess/src: openbsd_pci.c 

Log message:
Improve VGA arbiter support now that the kernel gives us information about
the resources required by a particular device.

ok matthieu@, jsg@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2013/08/13 12:14:31

Modified files:
	xserver/os     : privsep.c 

Log message:
Handle more /dev/drmN devices.

ok matthieu@, jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/13 12:32:09

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
typo in error message; from Stephan Rickauer


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/13 12:33:09

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
another of the same typo


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/13 12:52:17

Modified files:
	lib/libXvMC/wrapper: Makefile.am Makefile.in 
	lib/libXvMC    : Makefile.bsd-wrapper 
	driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.am 
	                                              Makefile.in 
	driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in 
	driver/xf86-video-intel: Makefile.bsd-wrapper 
	lib/libXmu/src : Makefile.am Makefile.in 
	lib/libXmu     : Makefile.bsd-wrapper 
	lib/libXvMC/src: Makefile.am Makefile.in 
	lib/libX11/src : Makefile.am Makefile.in 
	lib/libX11     : Makefile.bsd-wrapper 

Log message:
Repair guenther's damage that I didn't ok.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/13 13:37:48

Modified files:
	app/iceauth    : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp iceauth.c install-sh missing process.c 
	app/iceauth/man: Makefile.in 
Added files:
	app/iceauth    : compile 

Log message:
Update to iceauth 1.0.6


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/13 13:39:42

Modified files:
	app/xfwp       : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 config.guess config.h.in config.sub 
	                 configure configure.ac depcomp install-sh io.c 
	                 io.h misc.c misc.h missing pm.c pm.h 
	                 transport.c transport.h xfwp.c xfwp.h xfwp.man 
Added files:
	app/xfwp       : compile 

Log message:
Update to xfwp 1.0.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/13 13:40:57

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/13 13:43:10

Modified files:
	sys/dev/pci/drm/radeon: radeon_object.c 

Log message:
Call drm_mtrr_add() directly instead adding a map.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/08/13 13:47:10

Modified files:
	net/quvi/scripts: Makefile distinfo 
	net/quvi/scripts/pkg: PLIST 

Log message:
Update to libquvi-scripts-0.4.17.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/13 14:10:45

Modified files:
	textproc/redland: Makefile 

Log message:
oops, put back accidentally removed WANTLIBs


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/08/13 14:11:22

Modified files:
	usr.sbin/fw_update: fw_update.1 fw_update.sh 

Log message:
allow the user to specify which firmware to install, or install all of
them using the -a switch

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/13 14:38:46

Modified files:
	usr.sbin/fw_update: fw_update.1 

Log message:
firmware is uncountable, i think we decided;


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/08/13 14:46:44

Modified files:
	usr.sbin/fw_update: fw_update.1 

Log message:
reorder SYNOPSIS to match usage()

pointed out by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/13 15:16:45

Modified files:
	usr.sbin/fw_update: fw_update.sh 

Log message:
Handle firmware for radeondrm(4).

pointed out by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:18:09

Modified files:
	databases/node-pg: Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:18:38

Modified files:
	graphics/node-canvas: Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:19:16

Modified files:
	devel/node-gir : Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:19:53

Modified files:
	databases/node-sqlite3: Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:20:24

Modified files:
	security/node-bcrypt: Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/13 15:20:51

Modified files:
	sysutils/node-syslog: Makefile 

Log message:
bump revision to catch the gyp fix

OK nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/13 15:51:28

Modified files:
	x11/xfce4/thunar-archive: Makefile 

Log message:
Remove 'icudata icule icuuc' from WANTLIB & bump REVISION to fix
packaging. Reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/13 16:33:04

Modified files:
	libexec/ld.so/powerpc: syscall.h 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/13 17:45:06

Modified files:
	sys/dev/pci/drm: files.drm 
Removed files:
	sys/dev/pci/drm: ati_pcigart.c 

Log message:
ati_pcigart.c is no longer needed
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/13 18:32:37

Removed files:
	x11/kde4/kalgebra/patches: old-patch-calgebra_main_cpp 

Log message:
Remove intially committed by error thingie. Detected by WIP portimport(1).


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/13 20:16:54

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
remove references to ati_pcigart


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/13 20:49:19

Modified files:
	sys/dev/pci/drm: files.drm drmP.h 
Removed files:
	sys/dev/pci/drm: drm_heap.c 

Log message:
drm_heap.c is no longer needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/08/13 21:08:09

Modified files:
	www/ruby-passenger: Makefile 

Log message:
Fix passenger_root in the nginx sample config to point to the correct
directory.

OK gsoares@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/13 23:26:15

Modified files:
	sys/kern       : kern_fork.c syscalls.conf syscalls.master 
	                 vfs_syscalls.c 
	sys/sys        : mount.h unistd.h 

Log message:
The last user of the old __tfork() was updated to the current one,
so COMPAT_O51 can go.  The complete ABI role means COMPAT_O53 can
be removed as well.

ok jsing@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/13 23:27:02

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/13 23:28:04

Modified files:
	sys/conf       : GENERIC 

Log message:
The last user of the old __tfork() was updated to the current one,
so COMPAT_O51 can go.  The complete ABI role means COMPAT_O53 can
be removed as well.

ok jsing@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 00:32:39

Modified files:
	lib/libarch/arm: arm_sync_icache.2 
	lib/libc/locale: wcstol.3 
	lib/libc/gen   : isfdtype.3 posix_spawn_file_actions_init.3 
	                 posix_spawnattr_getflags.3 
	                 posix_spawnattr_getpgroup.3 
	                 posix_spawnattr_init.3 shm_open.3 
	lib/libc/stdlib: strtol.3 strtonum.3 strtoul.3 
	lib/libc/sys   : adjtime.2 flock.2 fsync.2 getdirentries.2 
	                 setresuid.2 sync.2 adjfreq.2 
	lib/libpthread/man: pthread_cond_timedwait.3 
	lib/libm/man   : ceil.3 lround.3 trunc.3 
	usr.bin/lndir  : lndir.1 
	usr.bin/w      : w.1 
	usr.bin/what   : what.1 
	usr.bin/which  : which.1 
	usr.bin/xargs  : xargs.1 
	usr.bin/xstr   : xstr.1 
	usr.bin/ypcat  : ypcat.1 
	usr.bin/ypmatch: ypmatch.1 
	share/man/man3 : queue.3 tree.3 
	share/man/man9 : getnewvnode.9 intro.9 ktrace.9 style.9 
	                 syscall.9 systrace.9 vput.9 vwakeup.9 
	share/man/man5 : intro.5 
	share/man/man4/man4.vax: cons.4 
	share/man/man4/man4.i386: elansc.4 glxpcib.4 
	share/man/man4/man4.loongson: glxpcib.4 
	share/man/man4 : aibs.4 msk.4 dc.4 ep.4 iwn.4 sis.4 sk.4 wi.4tbl 
	                 xl.4 
	sbin/dmesg     : dmesg.8 
	sbin/restore   : restore.8 
	sbin/savecore  : savecore.8 
	usr.sbin/iscsid: iscsid.8 
	usr.sbin/bgpd  : bgpd.8 
	usr.sbin/ospf6d: ospf6d.8 
	usr.sbin/memconfig: memconfig.8 
	usr.sbin/popa3d: popa3d.8 
	usr.sbin/dvmrpd: dvmrpd.8 
	usr.sbin/ntpd  : ntpd.8 
	usr.sbin/tokeninit: tokeninit.8 
	usr.sbin/ospfd : ospfd.8 
	usr.sbin/ypserv/revnetgroup: revnetgroup.8 
	usr.sbin/ripd  : ripd.8 
	usr.sbin/ypldap: ypldap.8 
	usr.sbin/ldomd : ldomd.8 
	games/bcd      : bcd.6 
	games/fortune/strfile: strfile.8 

Log message:
no longer any need to quote macro lines with >9 args;
From: Jan Stary


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/08/14 01:24:16

Modified files:
	faq            : current.html 

Log message:
Exclude firmware packages when removing packages before the time_t jump


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/14 01:31:34

Modified files:
	infrastructure/db: systrace.filter 

Log message:
Fix the ports build with systrace as the time_t diff has replaced
getdirentries(2) with getdents(2).
OK gsoares@ dcoppa@


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/08/14 01:45:05

Modified files:
	faq            : current.html 

Log message:
Simplify the 'remove all but firmware' command

suggested by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/14 01:48:05

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-spec_unit_provider_package_openbsd_spec_rb 

Log message:
implement (un)install_options for the openbsd package provider.

this allows to pass options directly to pkg_add/pkg_delete when needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 01:56:25

Modified files:
	lang/gcc/4.6   : Makefile distinfo 

Log message:
new bootstraps for amd64/i386, on a temporary mirror for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/14 02:24:02

Modified files:
	games/wtf      : Makefile distinfo 
	games/wtf/patches: patch-wtf 

Log message:
Update games/wtf to 20130810. Take MAINTAINER.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 02:39:33

Modified files:
	lib/libc/gen   : auth_subr.3 authenticate.3 
	lib/libc/sys   : sigreturn.2 
	lib/libkvm     : kvm.3 kvm_open.3 
	lib/libutil    : check_expire.3 
	usr.bin/chpass : chpass.1 
	usr.bin/lock   : lock.1 
	usr.bin/make   : make.1 
	usr.bin/ssh    : scp.1 ssh.1 
	usr.bin/tr     : tr.1 
	share/man/man9 : fork1.9 style.9 
	share/man/man5 : bsd.port.mk.5 login.conf.5 
	share/man/man7 : hier.7 mailaddr.7 man.7 
	share/man/man4 : bpf.4 
	sbin/disklabel : disklabel.5 disklabel.8 
	sbin/ping      : ping.8 
	sbin/sysctl    : sysctl.8 
	libexec/login_radius: login_radius.8 
	libexec/login_yubikey: login_yubikey.8 
	usr.sbin/ldapd : ldapd.8 
	usr.sbin/config: config.8 
	usr.sbin/cron  : crontab.5 
	usr.sbin/mopd/mopd: mopd.8 
	usr.sbin/wsfontload: wsfontload.8 
	usr.sbin/crunchgen: crunchgen.8 
	bin/stty       : stty.1 

Log message:
some Bx/Ox conversion;
From: Jan Stary


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 02:41:16

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
macro simplification;
From: Jan Stary


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 02:46:07

Modified files:
	lib/libc/sys   : sigaction.2 
	share/man/man4 : multicast.4 
	usr.bin/cvs    : cvsintro.7 

Log message:
more Bx;
From: Jan Stary


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/14 03:52:34

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-5.0.10.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/14 04:06:03

Modified files:
	lib/libc/sys   : kqueue.2 

Log message:
ident and data members of struct kevent changed types: ident to
uintptr_t, so it can hold pointers for EVFILT_TIMER and _AIO, and
data to quad_t, so it can hold file offets.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:12:49

Modified files:
	mail/pecl-mailparse: Makefile distinfo 

Log message:
update to pecl-mailparse 2.1.6, which fixes it with PHP 5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/14 05:28:39

Modified files:
	faq            : faq4.html 

Log message:
misplaced </tt>, spotted by tyr at poczta dot fm, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:29:26

Modified files:
	net/nagios/nagios: Makefile 

Log message:
remove unnecessary RUN_DEPENDS-main on php. bump REVISION-main to fix the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:41:36

ports/archivers/pecl-rar/patches

Update of /cvs/ports/archivers/pecl-rar/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25107/patches

Log Message:
Directory /cvs/ports/archivers/pecl-rar/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:43:03

Modified files:
	archivers/pecl-rar: Makefile distinfo 
Added files:
	archivers/pecl-rar/patches: patch-config_m4 

Log message:
update to pecl-rar 3.0.1, fixing with php 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:45:48

Modified files:
	www/pecl-proctitle: Makefile distinfo 

Log message:
update to pecl-proctitle 0.1.2, fixing with php 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 05:46:59

Modified files:
	www/pecl-uploadprogress: Makefile distinfo 

Log message:
update to pecl-uploadprogress 1.0.3.1, fixing with php 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 06:26:01

Modified files:
	lang/gcc/4.8   : Makefile distinfo 

Log message:
new bootstraps from myself and naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 06:38:15

Modified files:
	lib/libc/net   : getifaddrs.3 

Log message:
use Bsx;
from jan stary


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 06:40:12

Modified files:
	sbin/modunload : modunload.8 

Log message:
one more Mt; from jan stary


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/14 07:25:57

Modified files:
	dist/Mesa/src/gallium/include/pipe: p_config.h 

Log message:
don't depend on a list of archs to determine endianess,
unbreaks gallium build on sparc64.  found the hard way by florian@
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/14 07:52:53

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Only skip address deleting/adding and route deleting/adding on
identical lease when we are in state S_RENEWING. Otherwise we can end
up without an IP address on the interface because dhclient thinks it's
still there and doesn't add it.
Found the hard way during suspend/resume.
OK krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/14 08:17:28

Modified files:
	security/libotr: Makefile 

Log message:
add comment about ports that need to be adapted to the new libotrv4 API when
updating.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/14 08:58:06

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
ISC cron is the defacto BSD cron these days so remove confusing
remarks about the historic BSD and SysV crons.  OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/14 09:06:42

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Use text production macros to document themselves.
Part of the patch was sent in by Jan Stary <hans at stare dot cz>,
another part was added by jmc@, the rest was added by myself;
ok jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/14 10:07:54

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
editing blip in previous;


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/14 10:16:22

Modified files:
	de             : ftp.html 
	faq/de         : faq14.html 
	faq/ru         : faq1.html 
	fr             : anoncvs.html 
	openbgpd/de    : ftp.html 
	openbgpd/pt    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openntpd/pt    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	pt             : donations.html 
	ru             : goals.html hackathons.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/14 13:24:05

Modified files:
	net/arpwatch   : Makefile distinfo 

Log message:
update oui-iab list


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/08/14 14:15:41

Modified files:
	games/naev     : Makefile.inc 
	games/naev/base: Makefile distinfo 
	games/naev/data: Makefile distinfo 

Log message:
update naev to 0.5.3
ok bcallah@, looks good to sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/08/14 14:16:10

Modified files:
	usr.sbin/ospfd : rde_lsdb.c 

Log message:
Enforce that the ls_id and the adv_rtr field in a type 1 router LSA are
the same. This will drop updates trying to attack the OSPF LSDB. For
ospfd such bad router LSA were never a problem since the LSA lookup always
includes the ls_id and adv_rtr -- so the bad packets would have never been
picked up by the SPF calculation.
OK bluhm@ benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/14 14:20:34

Modified files:
	lang/ghc       : Makefile 

Log message:
Mark as BROKEN until I get the time to build new bootstrappers after
the 64 bit time_t switch.

If anyone wants to beat me, grab ~kili/ghc-bootstrap.sh from cvs
(or http://openbsd.dead-parrot.de/ghc-bootstrap.sh), *read and try
to understand it*, downgrade the lang/ghc port to the last 7.4.
version (for example, cvs -q up -dP -D 2013-07-09) and then run
ghc-boostrap.sh (but be aware that you'll need a lot of time, disk
space, memory, and alcohol).

This may work or not (it worked for 5.3-current back in may). If
it doesn't work, either wait or go using some real programming
language.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/08/14 14:34:28

Modified files:
	usr.sbin/bgpd  : bgpd.h rde.c rde.h rde_filter.c rde_rib.c 
	                 rde_update.c 

Log message:
Rewrite the internals of the RDE reload logic.
This is the first step to make bgpd reload non blocking in the RDE.
It also speeds up the reload time a fair bit in some cases (mainly if
you run with multiple RIBs and have larger filtersets) and it should also
fix a few edge cases on reloads.
Testing done by benno@, florian@ and sthen@ OK henning@ and benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/08/14 15:25:44

Modified files:
	etc            : bgpd.conf 

Log message:
Filter the IPv6 Discard-Only Prefix because it should not be globally
routable. See RFC6666. Diff by Gleydson Soares.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/14 17:08:30

Modified files:
	share/man/man4 : bwi.4 et.4 etphy.4 

Log message:
use .Dx to credit DragonFly; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/08/14 20:48:03

Modified files:
	www/pecl-APC   : Makefile distinfo 
Removed files:
	www/pecl-APC/patches: patch-apc_cache_c patch-apc_lock_h 

Log message:
upgrade to pecl-APC-3.1.13, resolves a segfault experienced by dlg;
as a bonus, passes more regress tests and the 2 patches
(which were from upstream) are rolled in.

ok dlg sthen

Thanks to dlg for the fix.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	guenther@cvs.openbsd.org	2013/08/14 21:34:19

Modified files:
	driver/xf86-video-intel: Makefile.bsd-wrapper 

Log message:
Adjust the shared-lib versions for the intel driver to match the
versions expected by the time_t bump, this time done correctly

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/15 00:54:35

Modified files:
	sys/arch/alpha/conf: files.alpha 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/i386/conf: files.i386 
	sys/arch/loongson/conf: files.loongson 
	sys/arch/macppc/conf: files.macppc 
	sys/arch/octeon/conf: files.octeon 
	sys/arch/sparc64/conf: files.sparc64 
	sys/dev/pci    : files.pci 

Log message:
Include files.agp and files.drm from files.pci.  Makes sure "drm.h" gets
generated on all architectures that support pci, making alpha and loongson
compile again.

ok todd@, miod@ seemed to agree with the idea


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/15 03:18:37

Modified files:
	sys/net        : if_vlan_var.h 
	sys/sys        : sockio.h 

Log message:
Stop defining SIOC{S,G}ETVLAN as SIOC{S,G}IFGENERIC because they
are two differents ioctls manipulating structures of a different
size.

In particular this prevents vlan(4) to handle pppoe(4)-specific
ioctls and vice versa, that could lead to smashing the stack of
the caller.

Issue originally found by David Hill when compiling ifconfig
with clang.

Note that this is an ABI break but we're riding a biger dragon
right now.

ok mikeb@, kettenis@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 03:21:10

Modified files:
	net/ladvd      : Makefile 
	net/lldpd      : Makefile 
	net/xorp       : Makefile 

Log message:
bump; ABI break due to SIOC{S,G}ETVLAN changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 03:47:28

Modified files:
	net/pure-ftpd  : Makefile 
Added files:
	net/pure-ftpd/patches: patch-configure_ac 

Log message:
don't force PIE; fixes arm (and it's enabled by default on arches where
it works). ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 04:42:51

Modified files:
	www/mozilla-firefox: Makefile 
	www/seamonkey  : Makefile 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_dir_reader_bsd_h 
	www/seamonkey/patches: 
	                       patch-mozilla_ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
fix firefox/seamonkey build on post-flag-day -current:

- use getdents(2) now that we have it; previously OpenBSD was special-cased
to use getdirentries(2) instead.

- interim fix: declare getdents() to allow firefox/seamonkey to build on
-current until consensus has been reached on return types/adding to system
headers.

discussed with landry@, clues from guenther@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 05:02:23

Modified files:
	net/dnscrypt-proxy: Makefile 

Log message:
don't force PIE; fixes arm (and it's enabled by default on OpenBSD on arches
where it works).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 05:10:16

Modified files:
	www/squid      : Makefile 
	www/squid/patches: patch-configure_ac 

Log message:
Fix autoconf check for atomic ops (it needs to attempt linking, not just
compiling); likely to fix arm. Remove BROKEN-* to give this another chance
on hppa/mips64 too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 06:28:04

Modified files:
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
oops...commit from the correct machine to fix a missing semicolon.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/08/15 07:00:48

Modified files:
	sys/arch/vax/stand/boot: autoconf.c boot.c 

Log message:
fix getsecs() prototypes, vax still boots with 64-bit time_t; ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/15 07:43:33

Modified files:
	usr.sbin/arp   : arp.c 
	usr.sbin/ndp   : ndp.c 
	usr.sbin/rarpd : arptab.c 

Log message:
Reduce the warnings when arp, rarp, ndp are compiled with WARNINGS=yes.
warning: declaration of 'time' shadows a global declaration
No binary change; OK lteo@ florian@ henning@ mikeb@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/15 07:57:30

Modified files:
	usr.sbin/rtsold: probe.c 

Log message:
Replace the obsolete ioctl(SIOCGDRLST_IN6) interface with
sysctl(net.inet6.icmp6.nd6_drlist) in rtsold.  Code taken from ndp.
OK henning@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 08:45:35

Modified files:
	shells/nsh     : Makefile 
	shells/nsh/patches: patch-Makefile 

Log message:
bump due to SIOCGETVLAN/SIOCSETVLAN abi change. slight Makefile tidying
while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 08:49:35

Modified files:
	databases/evolution-data-server: Makefile 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-libedataserver_e-debug-log_c 
	                                         patch-tests_libedata-cal_test-cal-backend-sexp_c 
	                                         patch-tests_libedata-cal_test-intervaltree_c 

Log message:
Remove these, we have 64-bit time_t now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 08:51:39

Modified files:
	mail/evolution : Makefile 
Removed files:
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 

Log message:
Remove, we have 64-bit time_t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 08:52:22

Modified files:
	x11/gnome/keyring: Makefile 
Removed files:
	x11/gnome/keyring/patches: 
	                           patch-pkcs11_secret-store_gkm-secret-binary_c 
	                           patch-pkcs11_secret-store_tests_dump-keyring0-format_c 

Log message:
Remove, we have 64-bit time_t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 08:53:11

Modified files:
	devel/gobject-introspection: Makefile 
Removed files:
	devel/gobject-introspection/patches: 
	                                     patch-tests_offsets_offsets_h 

Log message:
Remove, we have 64-bit time_t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/15 08:54:07

Modified files:
	net/tinyfugue  : Makefile 
	net/tinyfugue/patches: patch-unix_tfconfig 
	net/tinyfugue/pkg: PLIST 
Added files:
	net/tinyfugue/patches: patch-src_port_h 

Log message:
* Use arc4random(), since tfconfig can't deal with linker warnings.
* Unobfuscate the symlink list.
* Drop groff dependency.
* Regen PLIST.

ok stsp@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 08:54:27

Modified files:
	print/cups     : Makefile 
Removed files:
	print/cups/patches: patch-scheduler_log_c 

Log message:
Remove, we have 64-bit time_t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/15 08:58:45

Modified files:
	games/connect4/patches: patch-c4_c 
	net/rtg/patches: patch-src_rtgutil_c 
	security/p0f/patches: patch-p0f_c 
Removed files:
	devel/libplist/patches: patch-swig_plist_i 
	devel/log4c/patches: patch-src_log4c_layout_type_dated_c 
	                     patch-src_log4c_layout_type_dated_r_c 
	net/argus/patches: patch-common_argus_util_c 
	sysutils/libvirt/patches: patch-gnulib_tests_test-sys_select_c 
	                          patch-gnulib_tests_test-sys_time_c 
	x11/swisswatch/patches: patch-SwissWatch_c 

Log message:
remove (time_t)timeval.tv_sec casts now that tv_sec has type time_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/15 08:59:17

Modified files:
	devel/glib2/patches: patch-configure 

Log message:
fix build on arm as done for hppa/mips64; the autoconf test for atomic
ops doesn't quite work correctly. ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	edd@cvs.openbsd.org	2013/08/15 09:01:48

Modified files:
	share/man/man4 : Makefile usb.4 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/dev/usb    : files.usb ums.c 
Removed files:
	share/man/man4 : uhts.4 
	sys/dev/usb    : uhts.c 

Log message:
Blast uhts(4). This code was merged into ums(4) last week.

OK mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/15 09:05:28

Modified files:
	mail/lumail    : Makefile distinfo 
	mail/lumail/patches: patch-src_screen_cc 
Removed files:
	mail/lumail/patches: patch-Makefile 

Log message:
Update lumail to 0.18.

Lumail now depends on gmime instead of mimetic so update LIB_DEPENDS and
WANTLIB. Also, switch to MAKE_FLAGS which removes the need for
patch-Makefile. Suggestions from sthen@ and aja@.

"fine with me" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/15 09:09:18

Modified files:
	infrastructure/plist: amd64 i386 mips64el sparc sparc64 vax 
Added files:
	infrastructure/plist: hppa powerpc 

Log message:
very boring 5.4 CD packages


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 09:14:54

Modified files:
	de             : ftp.html 
	faq/de         : faq4.html 
	faq/fr         : faq14.html faq4.html index.html 
	faq/ru         : faq3.html 
	fr             : ftp.html want.html 
	openbgpd/de    : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 10:07:27

Modified files:
	databases/evolution-data-server: Makefile 
	mail/evolution : Makefile 
	mail/evolution/patches: patch-configure 
	x11/gnome/keyring: Makefile 
Added files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-libedataserver_e-debug-log_c 
	                                         patch-tests_libedata-cal_test-cal-backend-sexp_c 
	                                         patch-tests_libedata-cal_test-intervaltree_c 
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 
	x11/gnome/keyring/patches: 
	                           patch-pkcs11_secret-store_gkm-secret-binary_c 
	                           patch-pkcs11_secret-store_tests_dump-keyring0-format_c 

Log message:
Revert previous on these 3 ports.
kettenis@ says there is more work involved since we are different from the
others... I have no time to take care of it properly so put back whatever
was there before which seemed to work fine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/15 10:08:44

Modified files:
	databases/evolution-data-server: Makefile 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-libedataserver_e-debug-log_c 

Log message:
This patch can genuinely be removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/15 10:26:59

Modified files:
	usr.bin/yacc   : yacc.1 

Log message:
add the lalr paper;
from jan stary


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 10:33:22

Modified files:
	security/libotr: Makefile distinfo 
	security/libotr/pkg: PLIST 
Added files:
	security/libotr/patches: patch-src_message_c 

Log message:
Update libotr to version 4.0.0. Supports version 3 of the OTR protocol,
which most importantly adds support for multiple simultaneously logged-in
instances of the same user account.
ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 10:33:31

Modified files:
	security/pidgin-otr: Makefile distinfo 
	security/pidgin-otr/pkg: PLIST 

Log message:
Update pidgin-otr to version 4.0.0. ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 10:34:00

Modified files:
	net/bitlbee    : Makefile 
Added files:
	net/bitlbee/patches: patch-otr_c patch-otr_h 

Log message:
libotr-4.0.0 support for bitlbee. Patch written by upstream developer pesco,
see http://bugs.bitlbee.org/bitlbee/ticket/1004.
ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 10:34:24

Modified files:
	net/climm      : Makefile 
Added files:
	net/climm/patches: patch-m4_libotr_m4 patch-src_util_otr_c 

Log message:
libotr-4.0.0 support for climm. Patch written by me.
ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 10:34:50

Modified files:
	net/mcabber    : Makefile 
Added files:
	net/mcabber/patches: patch-configure_ac patch-mcabber_otr_c 
	                     patch-mcabber_otr_h 

Log message:
libotr-4.0.0 support for mcabber. Patch obtained from
http://www.isbear.org.ua/hg/isbear/mcabber-patches/file/tip/use-otr-v4.diff
This makes it build, otherwise untested because mcabber doesn't seem to
work with jabber servers used by myself and pascal.
ok pascal@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/15 12:19:50

Modified files:
	lib/libc/gen   : getpwent.c 

Log message:
Align stack yp buffers to 64-bit boundaries now, for they might contain
a struct passwd. ok deraadt@ guenther@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/15 12:29:56

Modified files:
	sys/arch/sparc/dev: fb.c 
	sys/arch/sparc64/dev: fb.c 

Log message:
Add RI_VCONS support.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/15 12:33:29

Added files:
	editors/libreoffice/patches: 
	                             patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx 
	                             patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx 

Log message:
Let it build with newer poppler (>= 0.23).

From From http://ftp.osuosl.org/pub/blfs/svn/l/libreoffice-4.1.0.4-system_poppler-1.patch,
found by ajacoutot@

"looks fine", robert@ (maintainer)

"go ahead", ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/15 12:33:49

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Enable radeondrm(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/15 12:40:20

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-Makefile_in patch-configure_ac 
	                       patch-poppler_XRef_cc 
	                       patch-qt_poppler-page_cc 

Log message:
Update to poppler-0.24.

ok ajacoutot@ (and thanks for testing!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/15 12:41:21

Modified files:
	print/cups-filters: Makefile 
Added files:
	print/cups-filters/patches: patch-filter_pdf_cxx 
	                            patch-filter_pdftoijs_cxx 
	                            patch-filter_pdftoopvp_pdftoopvp_cxx 
	                            patch-filter_pdftoraster_cxx 

Log message:
Fix build with poppler-0.24.

ok ajacoutot@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/15 12:42:03

Modified files:
	textproc/calibre: Makefile 
	textproc/calibre/patches: 
	                          patch-src_calibre_ebooks_pdf_reflow_cpp 

Log message:
Fix build with poppler-0.24.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/15 13:29:10

Modified files:
	sys/arch/m88k/m88k: eh_common.S 

Log message:
typos


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/15 13:29:46

Modified files:
	sys/arch/m88k/m88k: m88100_machdep.c 

Log message:
make debug output sligthly more useful


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/15 13:30:40

Modified files:
	sys/arch/m88k/m88k: m88110_fp.c 

Log message:
Be sure to set the `non equal' bit when emulating fcmp{,u} and the operands
are orderable, but not equal.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/15 13:32:12

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Be sure to always invoke cache routines with properly rounded addresses;
the bus_dmamap_sync() bowels would sometimes use incorrectly rounded
addresses, which has been apparently harmless so far, but better be safe
than sorry.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/15 13:44:25

Modified files:
	lang/php/5.3   : Makefile 

Log message:
-tidy was already a revision ahead before the last general bump


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/15 14:19:26

Modified files:
	usr.sbin/cron  : globals.h 

Log message:
Don't include unused copyright[] string in all the cron binaries.
OK mikeb@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/08/15 14:28:55

Modified files:
	net/arp-scan   : Makefile distinfo 
	net/arp-scan/patches: patch-link-bpf_c 
Removed files:
	net/arp-scan/patches: patch-get-iab patch-get-oui 

Log message:
update to 1.9; OK sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/15 15:31:07

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/pkg: PLIST 

Log message:
update to puppet-3.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 15:55:20

Log message:
    Import RetroShare.
    
    RetroShare is an Open Source, cross-platform, Friend-2-Friend, and
    secure decentralised communication platform. It lets you securely chat
    and share files with your friends and family, using a web-of-trust to
    authenticate peers and OpenSSL to encrypt all communication.  RetroShare
    provides filesharing, chat, messages, forums and channels.
    
    For those among us who trust huge C++ behemoths with their privacy,
    or have friends and family who need GUIs to contact us.
    
    ok ajacoutot, librthread crash fix ack'd by guenther
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_15082013
    
    N ports/net/retroshare/Makefile
    N ports/net/retroshare/distinfo
    N ports/net/retroshare/patches/patch-src_libretroshare_src_libretroshare_pro
    N ports/net/retroshare/patches/patch-src_retroshare-nogui_src_retroshare-nogui_pro
    N ports/net/retroshare/patches/patch-src_supportlibs_pegmarkdown_pegmarkdown_pro
    N ports/net/retroshare/patches/patch-src_libbitdht_src_libbitdht_pro
    N ports/net/retroshare/patches/patch-src_retroshare-gui_src_retroshare-gui_pro
    N ports/net/retroshare/patches/patch-src_plugins_FeedReader_FeedReader_pro
    N ports/net/retroshare/patches/patch-src_libbitdht_src_util_bdrandom_cc
    N ports/net/retroshare/patches/patch-src_libretroshare_src_rsserver_rsloginhandler_cc
    N ports/net/retroshare/patches/patch-src_libretroshare_src_util_rsthreads_h
    N ports/net/retroshare/patches/patch-src_libretroshare_src_rsserver_rsinit_cc
    N ports/net/retroshare/patches/patch-src_data_retroshare_desktop
    N ports/net/retroshare/pkg/PLIST
    N ports/net/retroshare/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/15 15:55:47

Modified files:
	net            : Makefile 

Log message:
+ retroshare


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/15 23:27:39

Modified files:
	lib/libc/gen   : telldir.c 

Log message:
seekdir()/rewinddir() must update the position returned by telldir()


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2013/08/16 01:37:18

Modified files:
	lang/gcc/4.6   : Makefile distinfo 
	lang/gcc/4.8   : Makefile distinfo 

Log message:
New adastraps for sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/08/16 02:16:45

Modified files:
	sys/arch/hppa/stand/boot: Makefile 

Log message:
divdi3 is needed with big time_t


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/16 02:33:20

Modified files:
	include        : dirent.h 
	sys/kern       : syscalls.master vfs_syscalls.c 

Log message:
Tweak the getdents() kernel prototype to use "void *"
Provide a declaration for userspace
Fix the kernel's sanity check on the buflen argument

lack of prototype pointed out by sthen@ and landry@
ok kettenis@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/16 02:33:56

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/08/16 02:47:00

Modified files:
	sys/arch/luna88k/dev: lunafb.c 

Log message:
Check number of planes (1, 4, or 8bpp) by ourselves, because PROM
seems not distinguish between 1bpp and 4bpp framebuffers.  Now
hwplanebits should have the correct value after omfbmatch().

This also makes the monochrome X.org server work with a 4bpp
framebuffer correctly, i.e. white and black are not inverted.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:05:00

Modified files:
	net/gloox      : Makefile distinfo 
	net/gloox/patches: patch-Makefile_in patch-src_Makefile_in 
	net/gloox/pkg  : PLIST 
Removed files:
	net/gloox/pkg  : PFRAG.shared 

Log message:
update to gloox 1.0.3, tested by sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:05:55

Modified files:
	net/poco       : Makefile distinfo 
	net/poco/patches: patch-Data_ODBC_testsuite_Makefile 
	                  patch-Foundation_Makefile 
	                  patch-Foundation_src_Environment_UNIX_cpp 
	                  patch-Foundation_src_Timezone_UNIX_cpp 
	                  patch-Foundation_src_pcre_internal_h 
	                  patch-Makefile patch-build_rules_global 
	net/poco/pkg   : PLIST 
Added files:
	net/poco/patches: patch-Crypto_samples_genrsakey_Makefile 
	                  patch-Crypto_testsuite_Makefile 
	                  patch-Data_MySQL_testsuite_Makefile 
	                  patch-Data_ODBC_ODBC_make 
	                  patch-NetSSL_OpenSSL_samples_HTTPSTimeServer_Makefile 
	                  patch-NetSSL_OpenSSL_samples_Mail_Makefile 
	                  patch-NetSSL_OpenSSL_samples_download_Makefile 
	                  patch-NetSSL_OpenSSL_testsuite_Makefile 
Removed files:
	net/poco/patches: patch-Data_ODBC_Makefile 

Log message:
update to poco 1.4.6p1, tested by sebastia@ on pre-64bit-time_t, probably
fixes this with 64bit time_t (though further testing needed)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:06:14

Modified files:
	net/spectrum   : Makefile distinfo 
	net/spectrum/patches: patch-CMakeLists_txt patch-spectrum_cfg 
	                      patch-spectrumctl_spectrumctl_py 
Added files:
	net/spectrum/patches: patch-src_spectrum_util_cpp 

Log message:
update to spectrum 1.4.8, needed to go with newer poco, tested by sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:25:32

Modified files:
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
remove interim prototype for getdents() now that it's in base


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:26:02

Modified files:
	www/seamonkey/patches: 
	                       patch-mozilla_ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
remove interim prototype for getdents() now that it's in base


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/16 04:37:22

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: 
	                     patch-Modules_CMakeDetermineJavaCompiler_cmake 

Log message:
Missed in previous commit.
okay zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 04:54:21

Modified files:
	net/amule      : Makefile 

Log message:
add BUILD_DEPENDS on bison, now that a .y file has been patched it is required.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/16 05:23:44

Modified files:
	faq            : current.html 

Log message:
Remind people that uninstalling packages means they will have no packages
installed ;) (in case they rely on them for shells, vpn access, etc, which
may be needed during the upgrade). Prompted by a comment from form via mikeb,
ok nick@, phessler likes it too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/16 05:39:49

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_startup_c 

Log message:
Fix time_t format string issues.

OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/16 06:29:18

Modified files:
	sbin/ifconfig  : ifconfig.c 
	sys/net        : if_spppsubr.c 
	sys/sys        : sockio.h 

Log message:
Replace the misleading SIOC{G,S}IFGENERIC ioctls by SIOCG{G,S}PPPPARAMS.

This is another ABI break but no port rely on them as verified by naddy@.

ok claudio@, mikeb@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/08/16 07:40:49

Modified files:
	lang/ghc       : Makefile distinfo 

Log message:
Reenable. We have new bootstrappers.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/16 08:27:29

Modified files:
	sys/isofs/udf  : udf.h 

Log message:
int overflow in sector calculation, broke UDF reads past 2GB. Diff promotes
sector to daddr_t before calculation to avoid overflow.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/16 09:38:12

Added files:
	net/socat/patches: patch-compat_h 

Log message:
fix for 64-bit time_t; from Gentoo via dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/16 10:13:44

Added files:
	multimedia/mediatomb/patches: patch-src_storage_sql_storage_cc 
	                              patch-src_storage_sql_storage_h 
	                              patch-src_storage_sqlite3_sqlite3_storage_h 

Log message:
fix build with 64-bit time_t; from NetBSD via dcoppa@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/16 11:04:19

Modified files:
	driver/xf86-video-ati: ChangeLog INSTALL Makefile.am Makefile.in 
	                       aclocal.m4 compile config.guess 
	                       config.h.in config.sub configure 
	                       configure.ac depcomp 
	driver/xf86-video-ati/man: Makefile.in radeon.man 
	driver/xf86-video-ati/src: Makefile.am Makefile.in ati.c 
	                           ati_pciids_gen.h atipcirename.h 
	                           cayman_accel.c cayman_shader.c 
	                           drmmode_display.c drmmode_display.h 
	                           evergreen_accel.c evergreen_exa.c 
	                           evergreen_shader.c evergreen_state.h 
	                           evergreen_textured_videofuncs.c 
	                           r600_exa.c r600_state.h 
	                           r600_textured_videofuncs.c 
	                           r6xx_accel.c radeon.h radeon_accel.c 
	                           radeon_chipinfo_gen.h 
	                           radeon_chipset_gen.h radeon_dri2.c 
	                           radeon_dri2.h radeon_exa.c 
	                           radeon_exa_funcs.c 
	                           radeon_exa_render.c 
	                           radeon_exa_shared.c 
	                           radeon_exa_shared.h radeon_kms.c 
	                           radeon_pci_chipset_gen.h 
	                           radeon_pci_device_match_gen.h 
	                           radeon_probe.c radeon_probe.h 
	                           radeon_textured_video.c 
	                           radeon_textured_videofuncs.c 
	                           radeon_vbo.c radeon_vbo.h 
	                           radeon_version.h radeon_video.c 
	                           radeon_video.h 
	driver/xf86-video-ati/src/pcidb: ati_pciids.csv parse_pci_ids.pl 
Added files:
	driver/xf86-video-ati/src: bicubic_table.py radeon_bo_helper.c 
	                           radeon_bo_helper.h radeon_glamor.c 
	                           radeon_glamor.h 
Removed files:
	driver/xf86-video-ati/src: atombios_crtc.c atombios_output.c 
	                           generic_bus.h legacy_crtc.c 
	                           legacy_output.c radeon_accelfuncs.c 
	                           radeon_atombios.c radeon_atombios.h 
	                           radeon_atomwrapper.c 
	                           radeon_atomwrapper.h radeon_bios.c 
	                           radeon_commonfuncs.c radeon_crtc.c 
	                           radeon_cursor.c radeon_dri.c 
	                           radeon_dri.h radeon_driver.c 
	                           radeon_dummy_bufmgr.h 
	                           radeon_legacy_memory.c 
	                           radeon_macros.h radeon_mm_i2c.c 
	                           radeon_modes.c radeon_output.c 
	                           radeon_pm.c radeon_render.c 
	                           radeon_tv.c radeon_tv.h radeon_vip.c 
	                           theatre.c theatre.h theatre200.c 
	                           theatre200.h theatre200_module.c 
	                           theatre_detect.c theatre_detect.h 
	                           theatre_detect_module.c 
	                           theatre_module.c theatre_reg.h 
	driver/xf86-video-ati/src/AtomBios: CD_Operations.c Decoder.c 
	                                    hwserv_drv.c 
	driver/xf86-video-ati/src/AtomBios/includes: CD_Common_Types.h 
	                                             CD_Definitions.h 
	                                             CD_Opcodes.h 
	                                             CD_Structs.h 
	                                             CD_binding.h 
	                                             CD_hw_services.h 
	                                             Decoder.h 
	                                             ObjectID.h 
	                                             atombios.h 
	                                             regsdef.h 

Log message:
Update to xf86-video-ati 7.2.0, requested by jsg@

It fixes an endianess problem with kms and the in tree x86-video-ati
among other things.
It has been tested on various i386/amd64/sparc64/macppc machines
on a range of hardware from r100->northern islands.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/16 11:05:18

Modified files:
	driver/xf86-video-ati/src: radeon_kms.c 

Log message:
Turn off ColorTiling2D until we get mesa >= 9.x
an be reverted when a mesa update goes in.
from jsg@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/16 11:44:41

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
upate


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/16 12:20:46

Modified files:
	sys/arch/macppc/pci: vgafb.c 

Log message:
Use mapiodev instead of bus_space_map the do the initial mapping of the
frame buffer.  This allows radeondrm(4) to bus_space_map it without panicking.

ok mpi@, jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/16 12:43:48

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
Enable radeondrm(4).

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/16 13:36:50

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Pass cursor position in wsdisplay_cnattach() call.  Preparation for seamless
console transation on sparc64 (and eventually macppc).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/16 13:37:45

Added files:
	x11/blackbox/patches: patch-src_Toolbar_cc 

Log message:
fix build failure when time_t is long long; from NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/16 13:47:43

Modified files:
	usr.sbin/ikectl: ikectl.c 
	usr.sbin/snmpctl: snmpctl.c 
	usr.sbin/rdate : rdate.c 

Log message:
Use %lld and cast to (long long) when printing time_t values

otto@ millert@ lteo@ mikeb@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/16 13:52:08

Modified files:
	sys/arch/sparc64/conf: Makefile.sparc64 
Added files:
	sys/arch/sparc64/conf: ld.script 

Log message:
Moving the .data section causes problems on some machines (blade100, tadpole).
Move it back and add a linker script to convince the linker that it shouldn't
merge .text and .data.

tested by naddy@
ok millert@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/16 13:53:53

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Hook up the framebuffer colormap helper code on sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/16 15:08:29

Modified files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 

Log message:
fix previous backout


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/16 16:04:41

Modified files:
	lang/pypy      : Makefile distinfo 

Log message:
regenerate bootstrap


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/08/17 00:44:04

Modified files:
	build          : support.dat 

Log message:
OpenBSD support in Philippines


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/08/17 00:47:28

Modified files:
	.              : support.html 

Log message:
Sync


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/08/17 00:49:27

Modified files:
	build          : support.dat 

Log message:
Comment line snuck in


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/08/17 00:50:34

Modified files:
	.              : support.html 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/17 00:54:21

Modified files:
	lib/libutil    : passwd.c 

Log message:
Use %lld and cast to (long long) when printing time_t values and atoll()
when parsing them.
Add a couple [ug]id_t --> u_int casts for consistency with rest of code.

Based on a diff from Nathanael Rensen (nathanael (at) polymorpheus.com)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/17 02:33:11

Modified files:
	sys/arch/macppc/include: powerpc.h 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/macppc/conf: GENERIC RAMDISK 

Log message:
Remove a bunch of unused variables and functions aging from the pre
powerpc -> macppc area.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/08/17 02:34:45

Modified files:
	sys/dev/usb    : utrh.c utwitch.c 

Log message:
Remove unnecessary activate functions and unused DPRINTFN macros.
Req by and OK mpi@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/17 02:58:57

Modified files:
	faq            : current.html 

Log message:
additional comment for rrdtool: the database format change only affects
32-bit arch, there is no need to dump/restore on 64-bit arch.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/17 03:11:22

Modified files:
	sys/arch/macppc/pci: vgafb_pci.c 

Log message:
Do not pretend to support non-console device because vgafb(4) only
matches the framebuffer device setup by the firmware.  Discussed
with kettenis@.

While here remove the bus master enable command as we no longer
attach drm(4) to this driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/17 03:15:47

Modified files:
	sys/arch/macppc/pci: vgafb.c vgafbvar.h 

Log message:
Merge vgafb_init() into vgafb_cnattach() now that it is not used anywhere
else and pass the RI_FULLCLEAR flag to rasops_init() instead of clearing
the region directly.  This also makes the console to be correctly restored
when exiting X.  Previously a line at the bottom of the screen was never
cleared.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/17 04:00:10

Modified files:
	sys/arch/octeon/dev: if_cnmac.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from octeon drivers.
test and OK bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/17 04:08:34

Modified files:
	sys/conf       : GENERIC 

Log message:
Fix comment, socket splice can also do UDP now.  Fix white spaces.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/17 04:19:15

Modified files:
	editors/libreoffice/patches: patch-configure_ac 
	                             patch-desktop_source_app_app_cxx 
Added files:
	editors/libreoffice/patches: 
	                             patch-vcl_unx_generic_app_wmadaptor_cxx 

Log message:
Fix build with GCC 4.8. ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/17 04:59:38

Modified files:
	sys/arch/macppc/pci: vgafb.c vgafb_pci.c vgafbvar.h 

Log message:
Because vgafb(4) only match the console, no need for an additional check
when setting up multiple screens and don't clear the screen again at this
moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/08/17 08:50:06

Modified files:
	sbin/dhclient  : kroute.c 

Log message:
Do not create a route to the bound address via 127.0.0.1. Our stack
should be able to correctly short-circuit packet routing to local
addresses without this. Requested by many over the years, most
recently chrisz@.

Get it in early to see if anything does break.

ok claudio@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/17 09:44:08

Modified files:
	sys/arch/sgi/dev: if_iec.c if_mec.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from sgi drivers.
test jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/17 09:50:06

Modified files:
	sys/arch/sgi/hpc: if_sq.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include line also from the sgi/hpc
driver which I have forgotten in my last commit.
test jsing@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:01:02

Modified files:
	app/xload      : config.guess config.h.in config.sub configure 
	                 configure.ac depcomp get_load.c install-sh 
	                 missing xload.c 
	app/xload/man  : Makefile.in xload.man 
Added files:
	app/xload      : compile 

Log message:
Update to xload 1.1.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:11:22

Modified files:
	app/xprop      : ChangeLog INSTALL Makefile.in README aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp dsimple.c dsimple.h 
	                 install-sh missing xprop.c 
	app/xprop/man  : Makefile.in 
Added files:
	app/xprop      : compile 

Log message:
Update to xprop 1.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:20:16

Modified files:
	app/xset       : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp install-sh missing xset.c 
	app/xset/man   : Makefile.in xset.man 
Added files:
	app/xset       : compile 
Removed files:
	app/xset       : AUTHORS 

Log message:
Update to xset 1.2.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:28:49

Modified files:
	app/xset       : xset.c 

Log message:
Fix one last warning about usage() format string.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:38:22

Modified files:
	app/xwd        : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 clientwin.c config.guess config.h.in 
	                 config.sub configure configure.ac depcomp 
	                 dsimple.c dsimple.h install-sh list.c list.h 
	                 missing mkinstalldirs multiVis.c multiVis.h 
	                 wsutils.h xwd.c 
	app/xwd/man    : Makefile.in 
Added files:
	app/xwd        : compile 
Removed files:
	app/xwd        : AUTHORS 

Log message:
Update to xwd 1.0.6


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/17 10:39:56

Modified files:
	driver/xf86-video-ati: INSTALL 

Log message:
Fix merge botch


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 10:57:35

Added files:
	distrib/notes  : README.octeon 
	distrib/sets/lists/xbase: md.octeon 
	distrib/sets/lists/xetc: md.octeon 
	distrib/sets/lists/xserv: md.octeon 
	distrib/sets/lists/xshare: md.octeon 

Log message:
Add README.octeon and all octeon X sets lists.
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 11:01:23

Modified files:
	driver         : Makefile 

Log message:
Add octeon (no input driver, no video driver).
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 11:03:26

Modified files:
	kdrive         : Makefile.bsd-wrapper 

Log message:
Octeon needs CONFIGURE_FLAGS+=--disable-glx to avoid a configure error.
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 11:05:43

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
As discussed with matthieu@, since there are no octeon machines with video
output where OpenGL makes since, we should disable OpenGL on octeon.
ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 11:06:33

Modified files:
	xserver        : Makefile.bsd-wrapper 

Log message:
No xorg xserver on octeon.
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/17 22:16:14

Modified files:
	distrib/notes  : m4.common 

Log message:
Missing double quote; Craig R. Skinner


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/17 23:19:30

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
It's been two weeks - so here's the latest manaplus release!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 00:20:45

Modified files:
	app/appres     : INSTALL 
	app/beforelight: INSTALL 
	app/editres    : INSTALL 
	app/fonttosfnt : INSTALL 
	app/fslsfonts  : INSTALL 
	app/fstobdf    : INSTALL 
	app/iceauth    : INSTALL 
	app/ico        : INSTALL 
	app/listres    : INSTALL 
	app/oclock     : INSTALL 
	app/rgb        : INSTALL 
	app/scripts    : INSTALL 
	app/sessreg    : INSTALL 
	app/setxkbmap  : INSTALL 
	app/showfont   : INSTALL 
	app/smproxy    : INSTALL 
	app/twm        : INSTALL 
	app/viewres    : INSTALL 
	app/x11perf    : INSTALL 
	app/xauth      : INSTALL 
	app/xbiff      : INSTALL 
	app/xcalc      : INSTALL 
	app/xclipboard : INSTALL 
	app/xcmsdb     : INSTALL 
	app/xconsole   : INSTALL 
	app/xedit      : INSTALL 
	app/xev        : INSTALL 
	app/xeyes      : INSTALL 
	app/xf86dga    : INSTALL 
	app/xfd        : INSTALL 
	app/xfontsel   : INSTALL 
	app/xfs        : INSTALL 
	app/xfsinfo    : INSTALL 
	app/xfwp       : INSTALL 
	app/xgamma     : INSTALL 
	app/xgc        : INSTALL 
	app/xhost      : INSTALL 
	app/xkbutils   : INSTALL 
	app/xkill      : INSTALL 
	app/xlogo      : INSTALL 
	app/xlsatoms   : INSTALL 
	app/xlsclients : INSTALL 
	app/xlsfonts   : INSTALL 
	app/xmag       : INSTALL 
	app/xman       : INSTALL 
	app/xpr        : INSTALL 
	app/xrandr     : INSTALL 
	app/xrefresh   : INSTALL 
	app/xsm        : INSTALL 
	app/xstdcmap   : INSTALL 
	app/xvidtune   : INSTALL 
	app/xvinfo     : INSTALL 
	driver/xf86-input-joystick: INSTALL 
	lib/libXScrnSaver: INSTALL 
	lib/libXv      : INSTALL 
	lib/libXvMC    : INSTALL 
	lib/libdmx     : INSTALL 
	lib/libfontenc : INSTALL 
	lib/libpciaccess: INSTALL 
	lib/libxkbfile : INSTALL 
	proto/x11proto : INSTALL 
Removed files:
	app/beforelight: AUTHORS 
	app/fslsfonts  : AUTHORS 
	app/fstobdf    : AUTHORS 
	app/iceauth    : AUTHORS 
	app/ico        : AUTHORS 
	app/listres    : AUTHORS 
	app/luit       : AUTHORS 
	app/mkfontdir  : AUTHORS 
	app/mkfontscale: AUTHORS 
	app/oclock     : AUTHORS 
	app/setxkbmap  : AUTHORS 
	app/showfont   : AUTHORS 
	app/smproxy    : AUTHORS 
	app/twm        : AUTHORS 
	app/viewres    : AUTHORS 
	app/x11perf    : AUTHORS 
	app/xauth      : AUTHORS 
	app/xbiff      : AUTHORS 
	app/xcalc      : AUTHORS 
	app/xclipboard : AUTHORS 
	app/xclock     : AUTHORS 
	app/xcmsdb     : AUTHORS 
	app/xconsole   : AUTHORS 
	app/xdpyinfo   : AUTHORS 
	app/xev        : AUTHORS 
	app/xeyes      : AUTHORS 
	app/xf86dga    : AUTHORS 
	app/xfd        : AUTHORS 
	app/xfontsel   : AUTHORS 
	app/xfs        : AUTHORS 
	app/xfsinfo    : AUTHORS 
	app/xgamma     : AUTHORS 
	app/xgc        : AUTHORS 
	app/xinit      : AUTHORS 
	app/xkbutils   : AUTHORS 
	app/xkill      : AUTHORS 
	app/xload      : AUTHORS 
	app/xlogo      : AUTHORS 
	app/xlsatoms   : AUTHORS 
	app/xlsclients : AUTHORS 
	app/xlsfonts   : AUTHORS 
	app/xmag       : AUTHORS 
	app/xman       : AUTHORS 
	app/xmessage   : AUTHORS 
	app/xmore      : AUTHORS 
	app/xprop      : AUTHORS 
	app/xrandr     : AUTHORS 
	app/xrefresh   : AUTHORS 
	app/xsetroot   : AUTHORS 
	app/xsm        : AUTHORS 
	app/xstdcmap   : AUTHORS 
	app/xvidtune   : AUTHORS 
	app/xvinfo     : AUTHORS 
	app/xwininfo   : AUTHORS 
	app/xwud       : AUTHORS 
	font/adobe-100dpi: AUTHORS 
	font/adobe-75dpi: AUTHORS 
	font/adobe-utopia-100dpi: AUTHORS 
	font/adobe-utopia-75dpi: AUTHORS 
	font/adobe-utopia-type1: AUTHORS 
	font/alias     : AUTHORS 
	font/arabic-misc: AUTHORS 
	font/bh-100dpi : AUTHORS 
	font/bh-75dpi  : AUTHORS 
	font/bh-lucidatypewriter-100dpi: AUTHORS 
	font/bh-lucidatypewriter-75dpi: AUTHORS 
	font/bh-ttf    : AUTHORS 
	font/bh-type1  : AUTHORS 
	font/bitstream-100dpi: AUTHORS 
	font/bitstream-75dpi: AUTHORS 
	font/bitstream-type1: AUTHORS 
	font/cronyx-cyrillic: AUTHORS 
	font/cursor-misc: AUTHORS 
	font/daewoo-misc: AUTHORS 
	font/dec-misc  : AUTHORS 
	font/ibm-type1 : AUTHORS 
	font/isas-misc : AUTHORS 
	font/jis-misc  : AUTHORS 
	font/micro-misc: AUTHORS 
	font/misc-cyrillic: AUTHORS 
	font/misc-ethiopic: AUTHORS 
	font/misc-meltho: AUTHORS 
	font/mutt-misc : AUTHORS 
	font/schumacher-misc: AUTHORS 
	font/screen-cyrillic: AUTHORS 
	font/sony-misc : AUTHORS 
	font/sun-misc  : AUTHORS 
	font/util      : AUTHORS 
	font/winitzki-cyrillic: AUTHORS 
	font/xfree86-type1: AUTHORS 
	lib/libFS      : AUTHORS 
	lib/libXScrnSaver: AUTHORS 
	lib/libXi      : AUTHORS 
	lib/libXinerama: AUTHORS 
	lib/libXmu     : AUTHORS 
	lib/libXt      : AUTHORS 
	lib/libXtst    : AUTHORS 
	lib/libdmx     : AUTHORS 
	lib/libfontenc : AUTHORS 
	lib/libxkbfile : AUTHORS 

Log message:
Fix a number of merge issues accumulated over the years

- INSTALL often got doubled by patch
- empty AUTHORS files didn't get removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2013/08/18 02:00:31

Modified files:
	distrib/sets/lists/base: md.beagle 
	distrib/sets/lists/comp: md.beagle 

Log message:
Update beagle sets. -moj

ok bmercer@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 02:24:09

Modified files:
	app/xdm/xdm    : dm.c 

Log message:
Fix format for 64 bits time_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/18 03:21:59

Modified files:
	lang/fpc       : Makefile distinfo 
	lang/fpc/patches: patch-fpcsrc_rtl_bsd_ossysc_inc 
	                  patch-fpcsrc_rtl_openbsd_sysnr_inc 
Added files:
	lang/fpc/patches: patch-fpcsrc_rtl_bsd_ostypes_inc 
	                  patch-fpcsrc_rtl_openbsd_ptypes_inc 

Log message:
Adjust FPC to recent ABI changes and regenerate bootstrap.  Work started by
sthen@; it just needed some more tweaks.  Again, bootstrap hosted by aja@ -
thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 04:02:15

Modified files:
	lib/libXau     : configure.ac 

Log message:
Fix merge issue.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 04:36:26

Modified files:
	lib/libXfont   : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp install-sh missing 
	lib/libXfont/doc: Makefile.in 
	lib/libXfont/src: Makefile.in 
	lib/libXfont/src/FreeType: Makefile.am Makefile.in 
	lib/libXfont/src/bitmap: Makefile.am Makefile.in 
	lib/libXfont/src/builtins: Makefile.am Makefile.in 
	lib/libXfont/src/fc: Makefile.am Makefile.in fservestr.h fsio.c 
	lib/libXfont/src/fontfile: Makefile.am Makefile.in bunzip2.c 
	                           catalogue.c register.c 
	lib/libXfont/src/stubs: Makefile.am Makefile.in 
	lib/libXfont/src/util: Makefile.am Makefile.in 
Added files:
	lib/libXfont   : compile 

Log message:
Update to libXfont 1.4.6.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 04:43:33

Modified files:
	lib/libXfont/src/builtins: dir.c 

Log message:
Reduce diff with upstreams. (white space)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/18 04:45:33

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c ni.c r600.c rv770.c si.c 

Log message:
While we forceably detach radeondrm on fatal error in init
non fatal errors with >= r600 could result in an unuseable system.
Avoid this by always programming the MC on startup.

Patch from Alex Deucher in Linux based on a change from kettenis to
program the MC on failure to load firmware for cayman/aruba.

ok kettenis@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/18 04:58:05

Modified files:
	lib/libXfont/src/stubs: stubs.h 

Log message:
A local change that can go now that vax is gcc 3 and ELF


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 06:03:48

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.beagle md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.macppc md.socppc mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2013/08/18 07:54:42

Modified files:
	driver/xf86-video-ati/src: drmmode_display.c radeon_kms.c 

Log message:
Fix shadowfb on big-endian machines.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mpi@cvs.openbsd.org	2013/08/18 09:58:17

Modified files:
	sysutils/colorls: Makefile distinfo 
	sysutils/colorls/patches: patch-Makefile patch-print_c 

Log message:
Sync with OPENBSD_5_4 to handle large ino_t.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/18 10:32:24

Modified files:
	sbin/wsconsctl : display.c 
	usr.bin/netstat: inet.c inet6.c unix.c 
	usr.bin/rdist  : client.c 
	usr.sbin/bgpctl: bgpctl.c 
	usr.sbin/httpd/src/main: http_log.c 
	usr.sbin/ypserv/mknetid: mknetid.c 
	games/boggle/boggle: bog.c 

Log message:
Fix calls to printf-like functions which passed a non-fixed string
as the format and no variable args.
Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied
on numeric conversions when a precision is specified.

ok jung@ millert@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/18 11:33:01

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
Disable appleagp(4).  It doesn't really work yet, and hurts certain iBook G3
models (PowerMac4,3).

ok matthieu@, mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/08/18 13:16:46

Modified files:
	sys/arch/i386/conf: RAMDISKB RAMDISKC 

Log message:
make them fit, sigh


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/18 15:05:20

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
There is no reason to expose "jruby" FLAVOR ever in cases where it's not
supported. Cuts down a lot of extra noise from ruby-* when doing
automated ports checking as a bonus.

initial diff by me; better version and okay jeremy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 16:04:51

Modified files:
	sys/arch/m88k/include: m88100.h 

Log message:
Fix prototypes of do_load_half() and do_load_byte() - those return a
sign-extended 32-bit value. The previous prototypes used too narrow return
types since the mvme88k/luna88k code unification 9 years ago.

Amazingly this did not cause much harm and took quite a while to understand.
The most visible occurence of this bug would be awk aborting early with a
syntax error message, on valid output; this is no surprise as awk is probably
the largest consumer of `short' types in the tree. Of course, the bug would
not be reliably reproduceable, because it would only trigger if the DAE code
path was taken, usually during page fault processing; and since uvm_fault()
will attempt to fault neighbouring pages, depending upon the particular
randomness (stackgap, shared library location) at the time one ran awk, it may
(but quite often may not) trigger. [forcing all uvm_fault() narrow helped
reproduce the issue reliably and eventually fix it]


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 16:06:44

Modified files:
	usr.bin/awk    : Makefile 

Log message:
Remove wrong workaround for the 88100 `awk bug' - it turns out compiling
with -O2 changes the alignment of code and data, which caused the awk binary
to be more prone to trigger the DAE bug which just got fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 16:10:58

Modified files:
	sys/arch/m88k/m88k: eh_common.S 

Log message:
No need to test for DMT0 being valid a second time in the `save DMT and
clear proper SSBR bits' code path.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 16:13:54

Modified files:
	sys/arch/m88k/m88k: m88100_machdep.c 

Log message:
Rework the DAE print routines again to output something closer to an actual
instruction, and print the target address rather than the rounded address
and the byte enables.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/18 16:17:26

Modified files:
	sys/arch/m88k/include: m88100.h 
	sys/arch/m88k/m88k: m88100_machdep.c trap.c 

Log message:
data_access_emulation() may fault. Be sure to clear pcb_onfault before
invoking it.

While there, rework the return-to-pcb_onfault logic to avoid falling through
the DAE code. This allows us to get rid of the bogus DMT_SKIP flag as well:
DAE is only necessary if DMT_VALID is set in DMT0, and DMT0 is reset to zero
afterwards.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/18 23:28:20

Modified files:
	emulators/qemu : Makefile 

Log message:
Switch TIME_MAX from int to long long.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/19 00:09:23

Modified files:
	usr.sbin/syslogd: syslogd.h 

Log message:
put do { } while (0) around the dprintf macro to make it less scary

ok deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/08/19 00:29:44

Modified files:
	distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/19 02:39:30

Modified files:
	sys/arch/powerpc/include: profile.h 
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Mark all the C functions called in real mode as non instrumented and
remove the check for address relocation from MCOUNT_ENTER.

This fix kernel profiling on powerpc architectures, broken since the
buffers are per cpu.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/19 02:45:34

Modified files:
	sys/netinet    : in.c 

Log message:
In case something bad happened when configuring an IPv4 address, make
sure we add its descriptor back to the tree and interface list to keep
the various global structures consistent.

ok mikeb@, bluhm@


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/08/19 02:55:24

Modified files:
	.              : want.html 

Log message:
I'd like to get my hands on a ThinkPad X201 to work on the ACPI
related issue leaving some USB ports without power on resume.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/08/19 03:12:01

Modified files:
	sys/arch/beagle/beagle: beagle_machdep.c 

Log message:
Fix double allocation of memory in beagle machdep.  This was caused by
resetting physical_free{start,end}, although they had already been
used.  Also, set physical_freestart correctly and allocate the pagetables
and stacks directly after the kernel.

ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/08/19 03:16:25

Modified files:
	sys/net        : pf.c 

Log message:
in pf_test_rule, when dealing with a match rule, obey the match rule's quick
flag to decide wether to abort ruleset eval instead of the last matching rule's
one. makes "match quick" abort ruleset evaluation with the current block/pass
state. from Maxim Khitrov <max at mxcrypt.com>, ok bluhm mikeb


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/19 03:47:12

Modified files:
	faq            : current.html 

Log message:
Add a hint that some packages may have cache files etc. which may be
stored in a non-portable format and need to be cleared during the update
to 64-bit time_t.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/19 04:00:15

Modified files:
	x11/vlc        : Makefile distinfo 
	x11/vlc/pkg    : PLIST-main 

Log message:
Update to VLC 2.0.8a.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2013/08/19 05:20:58

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Add missing util.h

ok otto@ mpi@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/19 06:02:07

Modified files:
	x11/xmobar     : Makefile 
	x11/xmobar/patches: patch-src_Plugins_Monitors_Weather_hs 

Log message:
Plugins.Monitors.Weather: fix parsing of unknown station name
(upstream git commit fd17a73ec470807adf1b21b6e328642f1a912aee)

This stopped working after something was changed @ NOAA.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/08/19 07:06:38

Modified files:
	sys/arch/zaurus/stand/zboot: Makefile 

Log message:
divdi3 moddi3 qdivrem are needed by 64 bit time_t


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 08:09:55

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add IO-DATA WN-G150UM from William Dunand.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 08:11:50

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 08:12:44

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
Add IO-DATA WN-G150UM from William Dunand.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 08:18:13

Modified files:
	share/man/man4 : urtwn.4 

Log message:
add IO-DATA WN-G150UM


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/19 08:38:29

Modified files:
	graphics/ffmpeg: Makefile distinfo 
	graphics/ffmpeg/patches: patch-configure 
Added files:
	graphics/ffmpeg/patches: patch-libavcodec_aacenc_c 
	                         patch-libavcodec_aacps_c 
	                         patch-libavcodec_aacpsy_c 

Log message:
Update to FFmpeg 20130718 snapshot. From 1.2 branch.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/19 08:40:21

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-Makefile 

Log message:
Update after FFmpeg 20130718 update plus remove some unnecessary patching.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/08/19 10:00:10

Added files:
	textproc/libxml/patches: patch-timsort_h 

Log message:
No __builtin_clzll unless gcc >= 3.4; gives this a chance to build with gcc 3.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/19 10:27:17

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to libgee-0.10.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/19 10:31:18

Modified files:
	etc            : ftpusers group master.passwd 
	etc/mail       : aliases 

Log message:
Remove the following users which became obsolete:
* _afs: arla/nnpfs got disabled then removed long ago
* _kdc, _kadmin: these were added 10 years ago but never used for
anything afaict

ok dcoppa@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/19 13:13:16

Modified files:
	devel/libvirt-glib: Makefile 

Log message:
add missing build dependency, spotted by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/19 14:21:15

Modified files:
	usr.bin/diff   : xmalloc.c 

Log message:
Fix bogus errx(2, NULL) usage; malloc() failure should use err(2, NULL).
For size and overflow errors, use the same error messages as ecalloc().
OK otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/08/19 15:07:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
(temporarily) introduce upgrade_to64time_t() to handle the transition
to 64 bit time_t

prodded by deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/08/19 16:23:23

Modified files:
	distrib/sets/lists/xserv: md.macppc md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/19 18:11:38

Modified files:
	usr.bin/ssh    : readconf.c readconf.h ssh_config.5 sshconnect.c 

Log message:
Add a ssh_config ProxyUseFDPass option that supports the use of
ProxyCommands that establish a connection and then pass a connected
file descriptor back to ssh(1). This allows the ProxyCommand to exit
rather than have to shuffle data back and forth and enables ssh to use
getpeername, etc. to obtain address information just like it does with
regular directly-connected sockets. ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/19 19:13:54

Modified files:
	regress/lib/libc/telldir: telldir.c 

Log message:
Include more details in failure messages


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 22:49:45

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add some urtwn device ids found in the windows driver


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 22:50:36

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/19 22:52:01

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
add some urtwn device ids found in the windows driver


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/20 00:56:08

Modified files:
	usr.bin/ssh    : ssh.1 ssh_config.5 

Log message:
some proxyusefdpass tweaks;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/08/20 00:58:27

Modified files:
	databases/puppetdb: Makefile 

Log message:
add missing run dependency which got lost in the switch to multi-packages

spotted by Jean-Gerard Pailloncy, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/20 01:22:34

Modified files:
	sysutils/tkdvd : Makefile 
	sysutils/tkdvd/pkg: PLIST 
	cad/klogic     : Makefile 
	cad/klogic/pkg : PLIST 
	x11/pbrowser   : Makefile 
	x11/pbrowser/pkg: PLIST 

Log message:
Put icons in appropriate places instead of ${PREFIX}/share/icons/${appname}.
Found with portcheck.

okay ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 01:30:49

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 01:31:16

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/patches: patch-gnumeric_desktop_in 
	                       patch-src_gnm-so-path_c 

Log message:
Update to gnumeric-1.12.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/20 02:10:56

Modified files:
	.              : 54.html 

Log message:
Add package counts for the arch which have already been copied out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/20 02:12:41

Modified files:
	devel          : Makefile 
Removed files:
	devel/libstdc++-man: Makefile distinfo 
	devel/libstdc++-man/pkg: DESCR PLIST 

Log message:
tedu libstdc++-man.  outdated, and upstream doesn't provide these docs any
longer in man format.  Just download them from gcc.gnu.org or view them online.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/20 03:05:22

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
enable mpii(4)

ok haesbaert@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/20 03:06:02

Modified files:
	sys/arch/sparc64/conf: RAMDISK 

Log message:
enable mpii

suggested by kettenis because i enabled it in GENERIC


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/20 03:14:34

Modified files:
	share/man/man4 : Makefile usb.4 
	share/man/man7 : hier.7 
	sys/arch/i386/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC RAMDISK 
	sys/conf       : files 
	sys/dev/usb    : files.usb 
	sys/kern       : uipc_domain.c 
	sys/net        : if.c netisr.c netisr.h 
	usr.sbin/fw_update: fw_update.sh 
	usr.sbin/ppp/ppp: Makefile physical.c 
Removed files:
	share/man/man4 : ueagle.4 
	sys/dev/usb    : ueagle.c ueaglereg.h ueaglevar.h 
	sys/net        : if_atm.h if_atmsubr.c 
	sys/netinet    : if_atm.c if_atm.h 
	sys/netnatm    : natm.c natm.h natm_pcb.c natm_proto.c 
	usr.sbin/ppp/ppp: atm.c atm.h 

Log message:
tedu netnatm and ueagle(4).

ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mpi@cvs.openbsd.org	2013/08/20 03:19:35

Modified files:
	sysutils/firmware: Makefile 
Removed files:
	sysutils/firmware/ueagle: Makefile distinfo 
	sysutils/firmware/ueagle/pkg: DESCR PLIST 

Log message:
Remove ueagle(4) firmware, prodded by ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/20 04:13:03

Modified files:
	usr.sbin/ldapd : ldapd.conf.5 

Log message:
replace a predefined string with a mdoc macro;  ok jmc, schwarze, sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/20 04:44:35

Modified files:
	devel/libyajl  : Makefile 
	devel/libyajl/pkg: PLIST 
Removed files:
	devel/libyajl/pkg: PFRAG.shared 

Log message:
Since I was here, merge PFRAG.shared into PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/20 05:37:38

Modified files:
	misc/vttest    : Makefile distinfo 

Log message:
update to 20130818


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/20 06:55:03

Modified files:
	sys/sys        : endian.h 

Log message:
Include <sys/_types.h> to make this header a little bit more self-contained.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/20 07:16:40

Modified files:
	sys/arch/amd64/conf: RAMDISK 

Log message:
ehci(4) without usb(4) is useless... from Alexey E. Suslikov.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/20 07:46:55

Modified files:
	share/man/man4 : athn.4 ipw.4 iwi.4 iwn.4 nfe.4 otus.4 ral.4 
	                 rsu.4 rum.4 run.4 uath.4 ural.4 urtwn.4 wpi.4 
	                 zyd.4 

Log message:
Update Damien Bergamini's email address, as requested.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/20 08:22:58

Modified files:
	devel/cmake    : Makefile 

Log message:
Move rm commands back to where they were before (post-install)


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 08:27:33

Modified files:
	distrib/notes/alpha: hardware 
	etc            : MAKEDEV.common 
	sys/arch/alpha/alpha: conf.c 
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 
	sys/arch/arm/arm: conf.c 
	sys/arch/armish/conf: GENERIC RAMDISK 
	sys/arch/beagle/conf: GENERIC RAMDISK 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa/hppa: conf.c 
	sys/arch/hppa64/conf: GENERIC RAMDISK 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/i386/i386: conf.c 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	sys/arch/sgi/sgi: conf.c 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/socppc/socppc: conf.c 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/sparc64/sparc64: conf.c 
	sys/arch/zaurus/conf: GENERIC RAMDISK 
	sys/sys        : conf.h 
	share/man/man4 : Makefile usb.4 
	sys/dev/usb    : files.usb 
Removed files:
	share/man/man4 : uscanner.4 
	sys/dev/usb    : uscanner.c 

Log message:
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
No regression has been reported since libusb became the prefered
solution to work with USB scanners.

req. by mpi@
ok ian@ mpi@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/20 08:28:49

Added files:
	security/opensc/patches: patch-src_tests_Makefile_in 

Log message:
Explicitly link with -lpthread; tests, no bump needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 08:30:24

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.beagle : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : 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.beagle: 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.macppc: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 08:55:41

Modified files:
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring/patches: 
	                           patch-pkcs11_secret-store_gkm-secret-binary_c 
	                           patch-pkcs11_secret-store_tests_dump-keyring0-format_c 

Log message:
Fix for 64-bit time_t.

with kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/08/20 08:58:05

Modified files:
	sys/arch/octeon/octeon: machdep.c 

Log message:
Have some style(9).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/20 09:28:13

Modified files:
	devel/libwnck3 : Makefile distinfo 
	devel/libwnck3/pkg: PLIST 

Log message:
Update to libwnck3-3.4.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/20 10:22:10

Modified files:
	usr.bin/nc     : nc.1 netcat.c 

Log message:
add -F flag to enabled fd-pass mode: establish connection and pass
connected socket to stdout. This is useful in proxy mode to establish
a connection for use by ssh in conjunction with its new ProxyUseFDPass
option; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/20 11:44:36

Modified files:
	sys/dev/rasops : rasops.c 
	sys/dev/wscons : wsdisplayvar.h 

Log message:
Define WS_DEFAULT_FG and WS_DEFAULT_BG as default colors (black on white for
sparc/sparc64, white on black for everybody else), and use them to construct
a default color attribute in the rasops(4) code.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/20 14:01:32

Modified files:
	security/gnupg2: Makefile distinfo 
	security/gnupg2/patches: patch-scd_Makefile_in 
	security/gnupg2/pkg: PLIST 

Log message:
Update to GnuPG 2.0.21.

ok dcoppa@, maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/20 15:04:41

Modified files:
	usr.bin/nc     : netcat.c 

Log message:
add -F to usage() and help();
ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/20 15:05:20

Modified files:
	usr.bin/nc     : nc.1 

Log message:
escape not-full-stop-dot at eol;


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/20 16:06:01

Modified files:
	audio/deadbeef : Makefile 
	audio/deadbeef/pkg: PLIST 
	audio/exaile   : Makefile 
	audio/exaile/pkg: PLIST 
	audio/gtkpod   : Makefile 
	audio/gtkpod/pkg: PLIST 
	comms/chirp    : Makefile 
	databases/gq   : Makefile 
	databases/soprano: Makefile 
	databases/soprano/pkg: PLIST 
	devel/dconf    : Makefile 
	devel/ddd      : Makefile 
	devel/ddd/pkg  : PLIST 
	devel/geany    : Makefile 
	devel/geany/pkg: PLIST 
	devel/ipython  : Makefile 
	devel/poedit   : Makefile 
	devel/poedit/pkg: PLIST 
	editors/emacs  : Makefile 
	editors/emacs/pkg: PLIST 
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PLIST-main 
	games/angband  : Makefile 
	games/dopewars : Makefile 
	games/dopewars/pkg: PLIST 
	games/freeciv  : Makefile 
	games/freeciv/pkg: PLIST-main 
	games/gottcode/connectagram: Makefile 
	games/gottcode/connectagram/pkg: PLIST 
	games/redeclipse: Makefile 
	games/redeclipse/pkg: PLIST-data PLIST-main 
	games/taxipilot: Makefile 
	geo/gmapcatcher: Makefile 
	geo/gmapcatcher/pkg: PLIST 
	graphics/gnofract4d: Makefile 
	graphics/gnofract4d/pkg: PLIST 
	graphics/hugin : Makefile 
	graphics/hugin/pkg: PLIST 
	graphics/inkscape: Makefile 
	graphics/inkscape/pkg: PLIST 
	graphics/rawtherapee: Makefile 
	graphics/rawtherapee/pkg: PLIST 
	inputmethods/ibus-anthy: Makefile 
	math/galculator: Makefile 
	math/galculator/pkg: PLIST 
	net/filezilla  : Makefile 
	net/filezilla/pkg: PLIST 
	net/gpodder    : Makefile 
	net/psi        : Makefile 
	net/psi/pkg    : PLIST 
	print/acroread : Makefile 
	print/acroread/pkg: PLIST-main 
	productivity/workrave: Makefile 
	productivity/workrave/pkg: PLIST 
	productivity/zim: Makefile 
	productivity/zim/pkg: PLIST 
	security/fwbuilder: Makefile 
	security/fwbuilder/pkg: PLIST 
	security/gpa   : Makefile 
	security/gpa/pkg: PLIST 
	sysutils/filelight: Makefile 
	sysutils/filelight/pkg: PLIST 
	x11/gnome/banshee: Makefile 
	x11/gnome/file-roller: Makefile 
	x11/kde/sdk3   : Makefile 
	x11/kde/sdk3/pkg: PLIST-main PLIST-svn 
	x11/nx/opennx  : Makefile 
	x11/nx/opennx/pkg: PLIST 

Log message:
Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2013/08/20 16:21:13

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 

Log message:
Add urtwn(4) to the sgi kernels where it makes sense. I've been using it
on my O2 for a while now.
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/20 16:30:37

Modified files:
	mail/claws-mail: Makefile 
	mail/sylpheed  : Makefile 

Log message:
Fix incomplete licensing information for "compface" FLAVORs. Found with
portcheck

okay sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/08/20 16:42:08

Modified files:
	usr.sbin/fw_update: fw_update.sh fw_update.1 

Log message:
use a single line in usage() and SYNOPSIS and explain in text which
combinations are not allowed

discussed with jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/08/20 20:21:15

Modified files:
	net/daq        : Makefile distinfo 
	net/daq/patches: patch-api_daq_common_h patch-configure 
	                 patch-os-daq-modules_daq_ipfw_c 

Log message:
Update to DAQ 2.0.1, maintainer timeout

Upstream has accepted one of my IPFW DAQ fixes, so update the patch file
accordingly.

Tested with Snort 2.9.5.3 (which will be committed shortly) on amd64 and
i386.  Before the 64-bit time_t change, it was also tested on amd64 and
i386 (by myself and Adam Jeanguenat) and on macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/08/20 20:28:46

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/patches: patch-etc_snort_conf patch-src_decode_h 
	                   patch-src_dynamic-preprocessors_Makefile_in 
	                   patch-src_dynamic-preprocessors_dcerpc2_Makefile_in 
	                   patch-src_dynamic-preprocessors_dnp3_Makefile_in 
	                   patch-src_dynamic-preprocessors_dns_Makefile_in 
	                   patch-src_dynamic-preprocessors_ftptelnet_Makefile_in 
	                   patch-src_dynamic-preprocessors_gtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_imap_Makefile_in 
	                   patch-src_dynamic-preprocessors_modbus_Makefile_in 
	                   patch-src_dynamic-preprocessors_pop_Makefile_in 
	                   patch-src_dynamic-preprocessors_reputation_Makefile_in 
	                   patch-src_dynamic-preprocessors_sdf_Makefile_in 
	                   patch-src_dynamic-preprocessors_sip_Makefile_in 
	                   patch-src_dynamic-preprocessors_smtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssh_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssl_Makefile_in 
	                   patch-src_ppm_c 
	                   patch-src_preprocessors_Stream5_snort_stream5_tcp_c 
	                   patch-src_preprocessors_spp_sfportscan_c 
	                   patch-src_util_h 
	net/snort/pkg  : PLIST 

Log message:
Update to Snort 2.9.5.3, maintainer timeout

Re-enable support for non Ethernet decoders so that Snort can listen on
our pflog(4) interface again.

Tested on amd64 and i386.  Before the 64-bit time_t change, it was also
tested on amd64 and i386 (by myself and Adam Jeanguenat) and on macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/20 22:58:49

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-objects_client_c 

Log message:
client: ignore "fake" string property changes.
Ignore string property changes if the old and new value for the
property are equal.
(upstream git commit a0e45e878e450d890a0ab541d48d8dd6c1ede943)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/20 23:21:46

Modified files:
	share/man/man9 : mbuf.9 
	sys/arch/sparc/dev: hme.c 
	sys/arch/sparc64/dev: vnet.c 
	sys/dev/ic     : dc.c mtd8xx.c rtl81x9.c ti.c 
	sys/dev/pci    : if_ale.c if_bce.c if_cas.c if_lge.c if_nge.c 
	                 if_sis.c if_sk.c if_vge.c if_vr.c if_wb.c 
	sys/dev/pcmcia : if_malo.c 
	sys/dev/usb    : if_upgt.c 
	sys/kern       : uipc_mbuf.c 
	sys/net        : pfkeyv2.c 
	sys/sys        : mbuf.h 

Log message:
get rid of the copy argument in m_devget that let you provide an
alternative to bcopy since noone uses it.

while there use memcpy instead of bcopy because we know the memory cannot
overlap.

ok henning@ matthew@ mikeb@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/21 00:59:39

Modified files:
	usr.sbin/fw_update: fw_update.1 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/21 03:02:12

Modified files:
	sys/netinet    : ip_input.c 

Log message:
When checking for classful broadcast addresses, iterate over the list
from the interface on which the packet was received on instead of
filtering the global list.

ok bluhm@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/21 03:05:23

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
Stop using static variables in ICMP. While this is perfectly ok for
the moment because there might be at most one caller at a time, it
wont be so as soon as this part of the network stack is run in
parallel.

While here also reduce the difference with the icmp6 code adding a
redirect route.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 03:13:33

Modified files:
	games/heroes   : Makefile 
	games/heroes/pkg: PLIST 

Log message:
Get rid of "ggi" FLAVOR for games/heroes: graphics/ggi was removed a year ago.

input from sthen@, okay aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 04:36:26

Modified files:
	graphics       : Makefile 
	graphics/sane-frontends: Makefile 
	graphics/xsane : Makefile 

Log message:
Fix WANTLIB for the gimp FLAVOR and enable building it by default to
prevent it from drifting and/or breaking.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/08/21 05:25:33

Modified files:
	sys/arch/octeon/octeon: machdep.c 

Log message:
Missed a spot in my last commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 06:36:15

Modified files:
	infrastructure/db: user.list 

Log message:
The _cups group will soon be used by print/hplip,-libs,


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 07:20:14

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-Makefile_in patch-base_g_py 
	                     patch-check_py 
	print/hplip/pkg: PLIST-gui PLIST-hpcups PLIST-libs PLIST-main 
	                 README-hpcups README-main 
Added files:
	print/hplip/pkg: DESCR-hpaio PLIST-hpaio README-hpaio 

Log message:
Add a new hpaio subpackage and re-split this port from scratch.
It allows people with clue to install and use an HP printer/scanner
without the need to install half of the world.
More cleanup coming...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/21 07:22:04

Modified files:
	regress/usr.bin/mdoclint: mdoclint mdoclint.1 

Log message:
recognise dragonfly; from jan stary


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 07:24:46

Modified files:
	print/hplip    : Makefile 

Log message:
Re-indent to allow human beings to read this Makefile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 07:29:11

Modified files:
	print/hplip/pkg: PLIST-hpaio 

Log message:
Hmm, the RCS ID got fucked up somehow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 07:36:11

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : README-main 
	print/foomatic-filters: Makefile 
	print/foomatic-filters/pkg: README 
	print/hplip    : Makefile 
	print/hplip/pkg: README-main 

Log message:
Point users to the pkg-readmes directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 07:43:12

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: PLIST-libs 

Log message:
Fix @conflict marker.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/21 07:45:34

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
Unswap address and configuration value arguments in a debug printf.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/21 07:52:57

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
Fix build without vlan.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/21 07:53:49

Modified files:
	sys/net        : if_bridge.c 

Log message:
No need to include if_vlan_var.h twice.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 08:15:26

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: PLIST-hpaio PLIST-hpcups PLIST-libs PLIST-main 
Added files:
	print/hplip/pkg: README-libs 
Removed files:
	print/hplip/pkg: README-hpaio README-hpcups 

Log message:
One README to rule them all.
Now all the info to setup printers and scanners is under the same place.

Input welcome, after all my frenglish isn't that good...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 08:36:55

Removed files:
	print/hplip/pkg: README-main 

Log message:
This is gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 08:51:42

Modified files:
	print/hplip    : Makefile 
Added files:
	print/hplip/pkg: DESCR-common PLIST-common README-common 
Removed files:
	print/hplip/pkg: DESCR-libs PLIST-libs README-libs 

Log message:
hplip,-libs -> hplip,-common which makes much more sense.
Some typo fixes from bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 08:58:36

Modified files:
	print/hplip    : Makefile 

Log message:
Move things around, no change.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 09:12:50

Modified files:
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.armish : MAKEDEV.md 
	etc/etc.beagle : MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.landisk: MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.zaurus : MAKEDEV.md 

Log message:
Forgot to remove uscan_dev after uscanner(4) was sent to the attic.
spotted by Nathanael Rensen, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 09:14:33

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.beagle : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.loongson: MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : 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.beagle: 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.macppc: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/08/21 10:13:30

Modified files:
	usr.sbin/spamdb: Makefile spamdb.c 
	libexec/spamd  : Makefile grey.c grey.h 
	libexec/spamlogd: Makefile spamlogd.c 
Added files:
	libexec/spamd  : gdcopy.c 

Log message:
Remove the use of time_t in the greylist db file and use int64_t instead
with backwards compatibility for records with 32-bit times.
OK deraadt@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/21 10:20:18

Modified files:
	x11/gnome/caribou: Makefile distinfo 

Log message:
Update to caribou-0.4.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 11:00:24

Added files:
	infrastructure/bin: portcheck 
	infrastructure/man/man1: portcheck.1 

Log message:
Add portcheck(1), the port bugs detection utility.

Generic idea to split checks from portimport(1) came from sthen@.

Input from ajacoutot@, jmc@, rpe@, sthen@, Andreas Perera and Juan
Francisco Cantero Hurtado.

"put it in" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 11:06:25

Modified files:
	x11/kde4/libs  : Makefile 

Log message:
Missing devel/gettext in MODULES (not critical due to dependencies but this
way it's more correct, anyway).

Found with portcheck.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/08/21 12:29:27

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
Use the console locator to make sure wsdisplay0 always is the glass console.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 13:49:32

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add checks whether we have Qt* or kdecore* in WANTLIB but no x11/qt* or
x11/kde* in MODULES. Inspired by audio/mumble port on ports@.


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2013/08/21 14:10:47

Modified files:
	sys/dev/acpi   : acpibtn.c 

Log message:
Add an indicator sensor to acpibtnX reflecting lid status when available,
useful for people not using machdep.lidsuspend. sysutils/upower will make
use of this soon.
Note that on some laptops, no LID event is triggered upon resume when using
machdep.lidsuspend, so the value might be false in this case..

Tested by rpe@ on a variety of Lenovo HW, thanks!
ok kettenis@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 15:02:16

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix OpenBSD RCS tag handling, including escaping the tag in the code where
appropriate - or CVS will happily convert:

fgrep '$OpenBSD$'

to:

fgrep '$OpenBSD: ...$'

Also, add a check that FULLPKGNAME does not happen in PLIST/PFRAG except for
share/doc/pkg-readmes/* items.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 15:08:43

Modified files:
	infrastructure/bin: portcheck 

Log message:
Zap unused variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/08/21 15:19:48

Modified files:
	usr.bin/mandoc : term.c term.h 

Log message:
Move the last column-counting members of struct termp (col and maxcols)
from int to size_t, to match some existing ones (offset, *rmargin, viscol).
Move some related local variables from int to size_t as well.

Needed as a preparation to make a generalized adjbuf() function available
beyond the file term.c, i.e. in mandoc.c.
Also saves a couple of ugly casts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/21 15:45:43

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 
	mail/roundcubemail/pkg: PLIST 

Log message:
update to Roundcube 0.9.3; optimised UI for touchscreen devices and various
assorted fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 15:53:29

Modified files:
	infrastructure/bin: portcheck 

Log message:
Try to detect misspelled variables in majority of packaging files. The logic
is simple: after running pkg_subst(1) there should be no ${[A-Z]+} strings.

idea from kirby@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/21 15:54:45

Modified files:
	infrastructure/db: user.list 

Log message:
reserve uid/gid 722 for _salt-master/_salt


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/21 15:55:15

Modified files:
	sysutils/salt  : Makefile 
	sysutils/salt/pkg: PLIST 

Log message:
Seems i messed up uid/gid, 721 was already taken by dkimproxy..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/21 15:57:05

Modified files:
	infrastructure/db: user.list 

Log message:
Reserver uid/gid 723 for user/group _barman, will be used by
databases/barman when i'll polish the README/PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 17:46:00

Modified files:
	infrastructure/bin: portcheck 

Log message:
Improve reporting of problems with lib/qt* and lib/kde* in WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 18:30:17

Modified files:
	infrastructure/bin: portcheck 

Log message:
Do not match plist items containing ${FULLPKGNAME} only, those are not
harmful and often used in ports with custom PREFIX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 18:56:00

Modified files:
	infrastructure/bin: portcheck 

Log message:
Play nicer with different icon themes. They could have different structure,
but at least they all have more depth than any port installing icons under
share/icons/ by error.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/21 19:01:11

Modified files:
	infrastructure/bin: portcheck 

Log message:
More theme files to ignore, those were found in XFCE icon theme.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/21 20:02:33

Modified files:
	usr.bin/kdump  : Makefile kdump.c kdump.h 
Added files:
	usr.bin/kdump  : ktrstruct.c 

Log message:
Split out from kdump.c the ktrstruct.c bits into ktrstruct.c
Reduce the #includes to take advantage of that.

ok millert@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/21 22:43:41

Modified files:
	bin/csh        : time.c 
	libexec/ftpd   : ftpd.c 
	libexec/login_token: token.c 
	usr.bin/last   : last.c 
	usr.bin/lock   : lock.c 
	usr.bin/pr     : pr.c 
	usr.bin/vi/ex  : ex_cscope.c 
	usr.bin/vmstat : vmstat.c 
	usr.bin/w      : w.c 
	usr.bin/who    : who.c 
	usr.sbin/apmd  : apmd.c 
	usr.sbin/httpd/src/main: http_protocol.c 
	usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c 
	usr.sbin/kvm_mkdb: nlist.c 
	usr.sbin/mtree : create.c 
	usr.sbin/pstat : pstat.c 
	usr.sbin/quot  : quot.c 
	usr.sbin/rbootd: utils.c 
	usr.sbin/route6d: route6d.c 
	usr.sbin/ypserv/makedbm: makedbm.c 
	usr.sbin/ypserv/mkalias: mkalias.c 
	games/adventure: wizard.c 
	games/fortune/strfile: strfile.c 

Log message:
Correct format string mismatches turned up by -Wformat=2

suggestions and ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/22 01:28:05

Modified files:
	sysutils/salt/pkg: PLIST 

Log message:
Unbreak (fscking FULLPKGNAME in PLIST...) noticed by kirby@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/22 01:53:12

Modified files:
	etc            : netstart 

Log message:
Like for dhclient, do no create a route to alias addresses via 127.0.0.1.
Our stack is able to tell if the address is local or not.

ok todd@, krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 02:02:22

Modified files:
	print/ghostscript/gnu: Makefile 
	print/ghostscript/gnu/patches: patch-base_unix-gcc_mak 
	print/ghostscript/gnu/pkg: PLIST 
Removed files:
	print/ghostscript/gnu/patches: patch-base_devs_mak 

Log message:
Remove dependency on cups,-libs. gstoraster and friends are moving to
print/cups-filters.

ok kili@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 02:03:59

Modified files:
	print/cups-filters: Makefile distinfo 
	print/cups-filters/pkg: PLIST 
Removed files:
	print/cups-filters/patches: patch-filter_pdf_cxx 
	                            patch-filter_pdftoijs_cxx 
	                            patch-filter_pdftoopvp_pdftoopvp_cxx 
	                            patch-filter_pdftoraster_cxx 

Log message:
Update to cups-filters-1.0.36.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 02:04:31

Modified files:
	print/splix    : Makefile 

Log message:
gstoraster is in cups-filters now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 03:14:32

Modified files:
	print/ghostscript/gnu: Makefile 
	print/ghostscript/gnu/patches: patch-base_unix-gcc_mak 
Added files:
	print/ghostscript/gnu/patches: patch-base_devs_mak 

Log message:
While the cups raster tools (gstoraster and gstopxl) are now in cups-filters,
we still need the cups device.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 03:15:35

Modified files:
	print/cups-filters: Makefile 

Log message:
Fix hardcoded path to gs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 03:43:33

Modified files:
	inputmethods/ibus-anthy: Makefile 

Log message:
missing bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 03:44:02

Modified files:
	devel/poedit   : Makefile 

Log message:
missing bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 03:44:17

Modified files:
	infrastructure/bin: portcheck 

Log message:
Assorted bugfixes:
* Allow entering pure-subdirs directories, like databases/mdbtools.
* Add missing debugging statements.
* Do not complain about FULLPKGNAME in @comment'ed lines.
* Do not fail to check pkg/ when in check_port_hier() (to be improved,
currently this means no checking for SUBST_VARS there).
* Add missing ${portref} in err calls.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/22 03:49:51

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
add the directories EGL/GLES headers will be installed to
ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/08/22 03:53:20

Modified files:
	devel/cmake    : Makefile cmake.port.mk 
	devel/cmake/patches: patch-Source_CMakeLists_txt patch-bootstrap 

Log message:
CMake's built-in ELF parser is broken on arm:

> #0  cmELF (this=0xbfff4674, fname=0x4337438c "/usr/lib/libz.so.4.1")
>     at basic_ios.h:124
> 124           { return _M_streambuf_state; }

Since this is a requirement for Ninja, disable both of
them if ${MACHINE_ARCH} == "arm".

As a workaround, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/22 04:07:04

Modified files:
	lang/gfortran/patches: patch-gcc_config_gcc 
Added files:
	lang/gfortran/patches: patch-gcc_config_arm_arm_md 
	                       patch-gcc_config_arm_openbsd_h 
	                       patch-gcc_config_arm_t-openbsd 

Log message:
Merge in arm backend from base.

tested by/ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 04:26:26

Modified files:
	print/hplip    : Makefile 

Log message:
Make the GUI depend on xsane.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 04:41:20

Modified files:
	infrastructure/bin: portcheck 

Log message:
Found a way to invoke make(1) in co-processes: just redirect stdin to
/dev/null, and it'll die gracefully. Allows to get rid of some ugly nested
shells and finally give check_pkg_dir() ability to use SUBST_CMD in port
parent directories.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 04:43:15

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix another err() call.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 04:49:25

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in patch-check_py 
	                     patch-installer_core_install_py 
	print/hplip/pkg: PLIST-common PLIST-hpijs PLIST-main 

Log message:
Update to hplip-3.13.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 05:31:43

Modified files:
	infrastructure/bin: portcheck 

Log message:
Do not complain for missing gettext dependency when translation files are
found and current FLAVOR contains "static". After discussion with naddy@
about archivers/gtar.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/22 05:46:38

Modified files:
	sys/dev/adb    : akbd.c 

Log message:
Remove a mac68k leftover, no object change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 06:53:49

Modified files:
	infrastructure/bin: portcheck 

Log message:
Stability fixes: do not abort if read from co-process failed, and declare
local variables before calling "eval" with them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 07:20:17

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add a check that BUILD_DEPENDS and MODULES are not used in subpackaging
manner. Inspired by mail/courier-authlib.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 07:23:54

Modified files:
	infrastructure/bin: portcheck 

Log message:
Do not print an extension of hypothesized app name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 07:29:07

Modified files:
	infrastructure/bin: portcheck 

Log message:
Unbreak check_pkg_dir() call in check_port_hier() again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 07:56:16

Modified files:
	infrastructure/bin: portcheck 

Log message:
Do not complain that gettext does not depend on gettext.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 08:08:12

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add variables sometimes referenced in port docs to SUBST_CMD invocation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/22 09:11:52

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: README-common 

Log message:
Extend docs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 10:21:18

Modified files:
	devel/jdk/1.6  : Makefile distinfo 

Log message:
new amd64/i386 bootstraps for JDK; thanks to Christian Schulte for
a surprising clue about libfontconfig.so.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/22 10:32:22

Added files:
	plan9/plan9port/patches: patch-src_lib9_dirread_c 

Log message:
unfuck after getdents addition/getdirentries removal

ok sthen@ naddy@ (sorry, forgot about it completely)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 10:43:04

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add Python-specific checks:
* Each .py file (except examples, documentation and such) should have
corresponding .pyc.
* Each .pyc and .pyo should have corresponding .py file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/22 11:27:51

Modified files:
	x11/nx/opennx/patches: patch-opennxApp_cpp 

Log message:
wxConfigBase does not support long long.  ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/22 11:34:34

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-qt_qtr_pro 
	net/transmission/pkg: DESCR-gtk DESCR-qt 
Added files:
	net/transmission/patches: patch-qt_favicon_cc 
	                          patch-qt_file-tree_cc 
Removed files:
	net/transmission/patches: patch-libtransmission_platform-quota_c 

Log message:
Update to 2.82 for various bug fixes.  Qt4 build fixes from zhuk@.

Overhaul MODULES/LIB_DEPENDS/RUN_DEPENDS/WANTLIB, mostly from zhuk@.

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 11:44:22

Modified files:
	infrastructure/bin: portcheck 

Log message:
General usability improvements:
* Allow to run tree check (-A) from any directory.
* Notify about ports root directory only on tree check.
* Ignore more stuff for tree check, makes easier to run:
portcheck -Ap /usr/ports/openbsd-wip
* Use ignore list in has_subdirs_only(), too.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/08/22 12:11:10

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/08/22 12:14:50

Modified files:
	sysutils/salt  : Makefile 
	sysutils/salt/pkg: PLIST README 
Added files:
	sysutils/salt/patches: patch-conf_master patch-conf_minion 

Log message:
- install sample configs with sane defaults
- rework README
ok landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2013/08/22 12:48:47

Modified files:
	.              : Makefile 
	lib/libGL/dri  : Makefile.inc 
	lib/libGLU     : Makefile 

Log message:
Remove COMPILER_VERSION tests used to special-case gcc 2, since it is no
longer used.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/22 13:02:21

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
Stir PRNG after post-accept fork. The child gets a different PRNG state
anyway via rexec and explicit privsep reseeds, but it's good to be sure.
ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/22 13:08:53

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
- Update ansible to 1.2.3 fixing two security issues
CVE-2013-4259: Ansible uses a socket with predictable filename in /tmp
CVE-2013-4260: Predictable filename used for failed results in world
writable directory
- Remove a temporary post-extract hook, that was only there because
of stray files in the 1.2.1 distfile.

ok aja@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/22 13:15:42

Modified files:
	sbin/dhclient  : dhclient.8 

Log message:
this full stop has lost its way...


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2013/08/22 13:26:52

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
Gallium requires gcc 4 __sync_and_fetch() support, so don't bother trying
to build it on platforms which don't provide this.
ok jsg@ matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 14:06:51

Modified files:
	games/gargoyle : Makefile distinfo 
	games/gargoyle/patches: patch-Jamrules patch-garglk_launchgtk_c 
	                        patch-tads_Jamfile 
	games/gargoyle/pkg: PLIST 
Added files:
	games/gargoyle/patches: patch-garglk_Jamfile patch-garglk_glk_h 
Removed files:
	games/gargoyle/patches: patch-terps_Jamfile 

Log message:
update to gargoyle 2011.1

patch to disable SDL sound for now; it fails during init, "error: modified
chunk-pointer". this happens with the previous version of gargoyle too,
suspect this got broken in an update of one of the SDL ports at some
point as it used to work..


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 14:33:16

Modified files:
	infrastructure/bin: portcheck 

Log message:
Small polish:
* Add a few documentation bits.
* Use ((++var)) instead of ((var++)), this way no need to append "|| true".
* Shuffle some functions in alphabetical order.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 14:43:10

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix "core" handling. It should be ignored in "update" mode (-U).

Noticed by rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 14:56:14

Modified files:
	infrastructure/bin: portcheck 

Log message:
Stupid typo that broke pkgpath detection.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 15:06:01

Modified files:
	infrastructure/bin: portcheck 

Log message:
More triggering for lib/* prefixes in WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 15:16:05

Modified files:
	infrastructure/bin: portcheck 

Log message:
This var should be local.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 15:35:57

Modified files:
	lang/jruby     : Makefile distinfo 

Log message:
switch jruby to a modified jnr-posix.jar fixing post-64-bit time_t,
this is an interim fix until it's handled upstream. jar from & ok jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 16:37:17

Modified files:
	infrastructure/bin: portcheck 

Log message:
Enable "set -u" by default. Joint work with rpe@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 16:38:32

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add missing checks descriptions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/22 17:03:21

Modified files:
	x11/windowmaker: Makefile 
	x11/windowmaker/patches: patch-src_actions_c 
	x11/windowmaker/pkg: PLIST-main 
Added files:
	x11/windowmaker/patches: patch-src_moveres_c 
Removed files:
	x11/windowmaker/pkg: PFRAG.shared-main 

Log message:
- Add upstream patch to fix java/netbeans menu problem after
resize, maximize. From Christian Schulte on ports@.

- While there: tidy Makefile, regen PLIST and merge PFRAG.shared,
don't USE_GROFF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 17:30:23

Modified files:
	infrastructure/bin: portcheck 

Log message:
Pick up .port.mk-only directories in check_port_hier(), too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 18:43:20

Modified files:
	infrastructure/bin: portcheck 

Log message:
Oops, don't print errors from ls.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/22 19:26:18

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix the case when default FLAVOR contains stuff from PSEUDO_FLAVORS only.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/23 00:31:30

Modified files:
	lang/php/5.4   : Makefile distinfo 

Log message:
update to 5.4.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/23 00:31:43

Modified files:
	lang/php/5.5   : Makefile distinfo 

Log message:
update to 5.5.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/08/23 00:32:44

Modified files:
	lang/php/5.3   : Makefile 
Added files:
	lang/php/5.3/patches: patch-ext_openssl_openssl_c 

Log message:
add patch from php git to fix CVE-2013-4073


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/08/23 01:12:49

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Give slowcgi a style(9) scrubbing. No functional change.

ok florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/23 01:45:07

Modified files:
	infrastructure/bin: portcheck 

Log message:
Handle short reads more gracefully. Allows portcheck to go through
base/xenocara/share/pciids.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/23 01:49:30

Modified files:
	games/cosmosmash: Makefile distinfo 
	games/cosmosmash/patches: patch-Makefile_in 
Removed files:
	games/cosmosmash/patches: patch-src_Makefile_in 

Log message:
Bugfix update to cosmosmash-1.4.7: upstream master site redirects when
trying to fetch 1.4.6 distfile to a newer version, anyway. Also, add
missing MODULES=converters/libiconv, spotted by portcheck.

okay bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/23 01:55:31

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: gcc3-patch-glib_tests_Makefile_in 

Log message:
Patch away -Wstrict-aliasing on GCC3 platforms where it's not supported.
prodded by miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/23 01:58:38

Modified files:
	mail/courier-authlib: Makefile 

Log message:
Fix dependencies handling, add MODULES=devel/gettext.
Affects only -userdb package.

okay giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 02:08:33

Modified files:
	mail/courier-authlib: Makefile 

Log message:
Missing bumps.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/08/23 02:18:26

Modified files:
	sys/arch/octeon/octeon: machdep.c 

Log message:
Fix memory initialization for octeon's with less than 256MB.

Don't substract the 256MB upperbound from realmem_bytes if the current
available memory is less than that.

Makes my DSR-500 kernel reach userland.

Okay miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/23 02:24:23

Modified files:
	mail/courier-authlib: Makefile 

Log message:
Oops, RUN_DEPENDS were affected by devel/gettext, too. Make sure
nothing except -userdb depends on it (bump again).

Noticed by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/08/23 02:25:58

Modified files:
	regress/sys/net/pflow: Makefile 
Added files:
	regress/sys/net/pflow: flow.10_4 flow.10_6 flow.9_4 flow.9_6 
	                       flow.pl gen_traffic.c 

Log message:
flow regression tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/23 02:27:32

Modified files:
	fonts/cantarell-fonts: Makefile distinfo 
	fonts/cantarell-fonts/pkg: PLIST 

Log message:
Update to cantarell-fonts-0.0.14.


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/08/23 02:28:17

Modified files:
	faq            : current.html 

Log message:
Add a note about vlan(4) and pppoe(4) ABI breaks, this specially matters
for people depending on such interfaces and fool enough to cross the
time_t ABI break by updating with source.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/23 02:39:51

Modified files:
	infrastructure/bin: portcheck 

Log message:
Check correctly for the presence of SUBDIR-Makefile, and only in update mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/23 02:52:25

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h 
	sys/arch/macppc/pci: vgafb.c 

Log message:
Move the openfirmware color selection code outside of vgafb(4) to
be able to configure an early console framebuffer without depending
on this driver


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 04:04:33

Modified files:
	textproc/docbook-dsssl: Makefile distinfo 
	textproc/docbook-dsssl/pkg: PLIST 

Log message:
Update to docbook-dsssl 1.79, from mikeb@.
avsm@ doesn't use this any more, drop him as maintainer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 04:06:46

Modified files:
	lang/php/5.3   : Makefile 
	lang/php/5.3/patches: patch-ext_openssl_openssl_c 
	lang/php/5.4   : Makefile distinfo 
	lang/php/5.5   : Makefile distinfo 

Log message:
Update to new PHP releases (and backported patch for 5.3), fixing the
recent security fix which was buggy.  ok robert@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/23 04:33:24

Modified files:
	.              : 54.html 

Log message:
fill in the remaining package counts


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/23 04:48:07

Modified files:
	graphics/netpbm: Makefile distinfo 

Log message:
maintenance update to 10.35.89


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/23 05:16:28

Log message:
    Import Speed Dreams.
    
    Speed Dreams is a fork of the famous open racing car simulator
    Torcs, aiming to implement exciting new features, cars, tracks and
    AI opponents to make a more enjoyable game for the player, as well
    as constantly improving visual and physics realism.
    
    tweaks by sthen@ and zhuk@, ok sthen@
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20130823
    
    N ports/games/speeddreams/Makefile
    N ports/games/speeddreams/distinfo
    N ports/games/speeddreams/pkg/DESCR-data
    N ports/games/speeddreams/pkg/PLIST-main
    N ports/games/speeddreams/pkg/PLIST-data
    N ports/games/speeddreams/pkg/DESCR-main
    N ports/games/speeddreams/patches/patch-cmake_macros_cmake
    N ports/games/speeddreams/patches/patch-src_drivers_human_human_cpp
    N ports/games/speeddreams/patches/patch-src_libs_learning_policy_cpp
    N ports/games/speeddreams/patches/patch-src_libs_tgfclient_CMakeLists_txt
    N ports/games/speeddreams/patches/patch-src_libs_tgf_linuxspec_cpp
    N ports/games/speeddreams/patches/patch-src_modules_simu_simuv2_1_simu_cpp
    N ports/games/speeddreams/patches/patch-src_modules_simu_simuv2_simu_cpp
    N ports/games/speeddreams/patches/patch-src_modules_simu_simuv3_car_cpp
    N ports/games/speeddreams/patches/patch-src_modules_simu_simuv3_simu_cpp
    N ports/games/speeddreams/patches/patch-src_tools_nfsperf_CMakeLists_txt
    N ports/games/speeddreams/patches/patch-src_tools_xmlversion_CMakeLists_txt
    N ports/games/speeddreams/patches/patch-src_modules_graphic_ssggraph_CMakeLists_txt
    N ports/games/speeddreams/patches/patch-src_modules_userinterface_legacymenu_CMakeLists_txt
    N ports/games/speeddreams/patches/patch-src_tools_trackgen_CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/08/23 05:17:19

Modified files:
	games          : Makefile 

Log message:
+ speeddreams


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/23 08:33:33

Modified files:
	de             : 54.html donations.html goals.html products.html 
	faq/fr         : faq8.html 
	faq/nl         : faq4.html 
	fr             : donations.html hackathons.html want.html 
	nl             : ftp.html 
	openssh/nl     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 10:40:30

Modified files:
	mail/mutt/snapshot: Makefile 
Added files:
	mail/mutt/snapshot/patches: patch-hcachever_sh_in 

Log message:
Mutt has sanity checks for header cache structs, but doesn't use base types
when it calculates its hash. Give it some extra text so it knows that time_t
has changed so it can correctly invalidate old header caches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/23 10:57:23

Modified files:
	sysutils/colorls: Makefile 
	sysutils/colorls/patches: patch-colorls_1 

Log message:
tweak man page; from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 13:04:15

Modified files:
	textproc/p5-ack: Makefile distinfo 

Log message:
update to ack 2.08


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/23 13:16:17

Modified files:
	sys/dev/pci    : if_oce.c 

Log message:
don't call if_link_state_change if link state is not changed


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/23 13:44:14

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
don't call if_link_state_change if link state is not changed
and fix minor discrepancies with link state handling


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/23 15:10:59

Modified files:
	.              : translation.html 

Log message:
Maxime Villard's email has changed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/23 15:50:39

Modified files:
	net/poco/patches: patch-Data_ODBC_testsuite_Makefile 

Log message:
don't link ODBC test suite programs to libltdl; doesn't seem to be needed,
and as there isn't a build dep on ltdl, this broke build on a clean system,
as found by naddy.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/08/23 16:56:41

Modified files:
	faq            : current.html 

Log message:
php default switched to 5.4, show people how to update their configs.

while there, add a note to the identd section (if you haven't run sysmerge
to update rc.d scripts, /etc/rc.d/identd start will report a failure as the
pexp doesn't match), and tweak grammar in pppoe/vlan section.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/23 22:26:17

Modified files:
	sys/arch/amd64/amd64: amd64_mem.c mtrr.c 
	sys/arch/amd64/include: specialreg.h 
	sys/arch/i386/i386: i686_mem.c mtrr.c 
	sys/arch/i386/include: specialreg.h 
	sys/sys        : memrange.h 

Log message:
Cleanup amd64 and i386 MTRR code -

1. Makes amd64 and i386 MTRR code nearly identical
2. Removes support for per-process MTRRs (which were never implemented)
3. Treat "unknown" MTRR types as uncacheable instead of trying to preserve
bogus settings made by the BIOS
4. Various KNF cleanups

Should be no functional change.

ok jsg@, deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	mlarkin@cvs.openbsd.org	2013/08/23 22:31:54

Modified files:
	xserver/hw/xfree86/os-support/bsd: memrange.h 

Log message:
Corresponding xenocara cleanup from the amd64/i386 MTRR cleanup diff just
committed. Removes a #define that wasn't used anywhere (for completeness
and to make the range definitions match what's in the kernel now).

ok jsg@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/23 22:38:53

Modified files:
	share/man/man4/man4.amd64: mtrr.4 
	share/man/man4/man4.i386: mtrr.4 

Log message:
Remove reference to "busy ranges" which were never implemented (and now
removed)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/24 00:55:39

Modified files:
	include        : Makefile 

Log message:
netnatm is no more


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/24 03:17:09

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20130813.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/24 03:22:27

Modified files:
	mail/exim      : Makefile distinfo 
	mail/exim/files: Makefile 
	mail/exim/patches: patch-OS_Makefile-Default 
	                   patch-scripts_exim_install 
Removed files:
	mail/exim/patches: patch-src_dkim_c patch-src_pdkim_pdkim_h 

Log message:
update to exim 4.80.1, and drop fkr@ as maintainer at his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/24 03:23:29

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/patches: patch-php_ini-development 
	                      patch-php_ini-production 
	lang/php/5.5   : Makefile 
	lang/php/5.5/patches: patch-php_ini-development 
	                      patch-php_ini-production 

Log message:
suhosin hasn't been ported to php 5.4 or 5.5 yet, so remove the
suhosin-related lines that we were patching into the config files
to avoid confusion.  ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/24 04:46:49

Modified files:
	lib/libevent   : poll.c select.c 

Log message:
replace random() with arc4random.

blambert didnt like stuff linking to libevent getting warnings about use of
an unsafe api.

ok blambert@ mikeb@ deraadt@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/08/24 05:09:07

Modified files:
	www/sope       : Makefile distinfo 

Log message:
update sope to 2.0.7
tested by Jean-Gérard Pailloncy, giovanni@ and myself

OK giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/08/24 05:16:06

Modified files:
	www/sogo       : Makefile distinfo 
	www/sogo/patches: 
	                  patch-SoObjects_Appointments_SOGoAptMailNotification_m 
	                  patch-SoObjects_SOGo_GNUmakefile_preamble 
	                  patch-UI_MailerUI_UIxMailListActions_m 
	                  patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox 
	                  patch-UI_WebServerResources_SchedulerUI_js 
	www/sogo/pkg   : PLIST 
Added files:
	www/sogo/patches: patch-UI_MailPartViewers_UIxMailPartViewer_m 

Log message:
update sogo to 2.0.7
tested by Jean Gerard Pailloncy and giovanni@

OK giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/08/24 06:32:35

Modified files:
	lib/libsndio   : sio.c sio_priv.h sio_sun.c 

Log message:
Move underrun/overrun recovery code from the sun-api back-end to
the the generic code, so it can be used by other back-ends as well.
No behavior change (hopefully).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/24 09:45:00

Modified files:
	infrastructure/bin: portcheck 

Log message:
Use default value of PORTSDIR_PATH when determining root ports directory.
Allows to omit -p option when running inside non-standard dir mentioned in
PORTSDIR_PATH in /etc/mk.conf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/24 10:06:12

Modified files:
	infrastructure/bin: check-conflicts 
	infrastructure/man/man1: check-conflicts.1 

Log message:
Add support for specifying multiple port directories in check-conflicts -p.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/24 10:15:56

Modified files:
	infrastructure/bin: portcheck 

Log message:
Silence a few more false positives when checking actual plist.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/08/24 10:18:51

Modified files:
	.              : security.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/24 11:33:54

Modified files:
	x11/kde4/admin : Makefile 
	x11/kde4/ark   : Makefile 
	x11/kde4/ark/pkg: PLIST 
	x11/kde4/artwork: Makefile 
	x11/kde4/artwork/pkg: PLIST 
	x11/kde4/audiocd-kio: Makefile 
	x11/kde4/audiocd-kio/pkg: PLIST 
	x11/kde4/baseapps: Makefile 
	x11/kde4/blinken: Makefile 
	x11/kde4/cantor: Makefile 
	x11/kde4/filelight: Makefile 
	x11/kde4/filelight/pkg: PLIST 
	x11/kde4/granatier: Makefile 
	x11/kde4/graphics-mobipocket: Makefile 
	x11/kde4/graphics-mobipocket/pkg: PLIST 
	x11/kde4/graphics-thumbnailers: Makefile 
	x11/kde4/graphics-thumbnailers/pkg: PLIST 
	x11/kde4/gwenview: Makefile 
	x11/kde4/jovie : Makefile 
	x11/kde4/jovie/pkg: DESCR PLIST 
	x11/kde4/juk   : Makefile 
	x11/kde4/kajongg: Makefile 
	x11/kde4/kamera: Makefile 
	x11/kde4/kamera/pkg: PLIST 
	x11/kde4/kate  : Makefile 
	x11/kde4/kate/pkg: PLIST 
	x11/kde4/kbruch: Makefile 
	x11/kde4/kcharselect: Makefile 
	x11/kde4/kcharselect/pkg: PLIST 
	x11/kde4/kcolorchooser: Makefile 
	x11/kde4/kdiamond: Makefile 
	x11/kde4/kfloppy: Makefile 
	x11/kde4/kfloppy/pkg: PLIST 
	x11/kde4/kgamma: Makefile 
	x11/kde4/kgamma/pkg: PLIST 
	x11/kde4/kgeography: Makefile 
	x11/kde4/kig   : Makefile 
	x11/kde4/klickety: Makefile 
	x11/kde4/kmines: Makefile 
	x11/kde4/kmplot: Makefile 
	x11/kde4/kmplot/pkg: PLIST 
	x11/kde4/knetwalk: Makefile 
	x11/kde4/korundum: Makefile 
	x11/kde4/kremotecontrol: Makefile 
	x11/kde4/kremotecontrol/pkg: DESCR 
	x11/kde4/kreversi: Makefile 
	x11/kde4/kscd  : Makefile 
	x11/kde4/kscd/pkg: PLIST 
	x11/kde4/ksnapshot: Makefile 
	x11/kde4/kspaceduel: Makefile 
	x11/kde4/ktimer: Makefile 
	x11/kde4/ktimer/pkg: PLIST 
	x11/kde4/kturtle: Makefile 
	x11/kde4/kwallet: Makefile 
	x11/kde4/kwordquiz: Makefile 
	x11/kde4/l10n  : Makefile.inc 
	x11/kde4/l10n/pkg: PFRAG.conflict PLIST-sr 
	x11/kde4/libkcddb: Makefile 
	x11/kde4/libkcddb/pkg: PLIST 
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkdeedu: Makefile 
	x11/kde4/libkdegames: Makefile 
	x11/kde4/libkdegames/pkg: PLIST 
	x11/kde4/libkipi: Makefile 
	x11/kde4/libkipi/pkg: PLIST 
	x11/kde4/libkmahjongg: Makefile 
	x11/kde4/libkmahjongg/pkg: PLIST 
	x11/kde4/libksane: Makefile 
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/pkg: DESCR 
	x11/kde4/marble: Makefile 
	x11/kde4/mplayerthumbs: Makefile 
	x11/kde4/mplayerthumbs/pkg: PLIST 
	x11/kde4/nepomuk-core: Makefile 
	x11/kde4/nepomuk-core/pkg: PLIST 
	x11/kde4/network: Makefile 
	x11/kde4/okular: Makefile 
	x11/kde4/oxygen-icons: Makefile 
	x11/kde4/oxygen-icons/pkg: PLIST 
	x11/kde4/parley: Makefile 
	x11/kde4/pim   : Makefile 
	x11/kde4/pim-runtime: Makefile 
	x11/kde4/pimlibs: Makefile 
	x11/kde4/pimlibs/pkg: PLIST 
	x11/kde4/qyoto : Makefile 
	x11/kde4/ruby-qt: Makefile 
	x11/kde4/runtime: Makefile 
	x11/kde4/runtime/pkg: PLIST 
	x11/kde4/superkaramba: Makefile 
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/pkg: PLIST 

Log message:
Assorted fixes after portcheck scan in x11/kde4. Mostly update* goo and
whitespace fixes, but also includes pregeneration of some .pyc files (more
to come).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/08/24 12:01:24

Removed files:
	www/sogo/patches: 
	                  patch-SoObjects_Appointments_SOGoAptMailNotification_m 
	                  patch-UI_MailerUI_UIxMailListActions_m 
	                  patch-UI_Templates_Appointments_SOGoAptMailInvitation_wox 
	                  patch-UI_WebServerResources_SchedulerUI_js 

Log message:
oops, remove empty files, leftover from last update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/24 13:44:52

Modified files:
	xserver        : ChangeLog Makefile.in aclocal.m4 configure 
	                 configure.ac 
	xserver/Xext   : Makefile.in 
	xserver/Xi     : Makefile.in devbell.c exevents.c extinit.c 
	                 xigrabdev.c 
	xserver/composite: Makefile.in 
	xserver/config : Makefile.in 
	xserver/damageext: Makefile.in 
	xserver/dbe    : Makefile.in 
	xserver/dix    : Makefile.in devices.c eventconvert.c 
	                 getevents.c touch.c 
	xserver/doc    : Makefile.in 
	xserver/doc/dtrace: Makefile.in 
	xserver/exa    : Makefile.in 
	xserver/fb     : Makefile.in 
	xserver/glx    : Makefile.in glxdri.c glxdri2.c 
	xserver/hw     : Makefile.in 
	xserver/hw/dmx : Makefile.in 
	xserver/hw/dmx/config: Makefile.in 
	xserver/hw/dmx/config/man: Makefile.in 
	xserver/hw/dmx/doc: Makefile.in 
	xserver/hw/dmx/doxygen: Makefile.in 
	xserver/hw/dmx/examples: Makefile.in 
	xserver/hw/dmx/glxProxy: Makefile.in 
	xserver/hw/dmx/input: Makefile.in 
	xserver/hw/dmx/man: Makefile.in 
	xserver/hw/kdrive: Makefile.in 
	xserver/hw/kdrive/ephyr: Makefile.in ephyr.c hostx.c hostx.h 
	xserver/hw/kdrive/ephyr/man: Makefile.in 
	xserver/hw/kdrive/fake: Makefile.in 
	xserver/hw/kdrive/fbdev: Makefile.in 
	xserver/hw/kdrive/linux: Makefile.in 
	xserver/hw/kdrive/openbsd: Makefile.in 
	xserver/hw/kdrive/src: Makefile.in 
	xserver/hw/kdrive/wscons: Makefile.in 
	xserver/hw/vfb : Makefile.in 
	xserver/hw/vfb/man: Makefile.in 
	xserver/hw/xfree86: Makefile.in 
	xserver/hw/xfree86/common: Makefile.in xf86.h xf86Events.c 
	                           xf86Init.c xf86Xinput.c 
	                           xf86platformBus.c xf86platformBus.h 
	xserver/hw/xfree86/ddc: Makefile.in 
	xserver/hw/xfree86/dixmods: Makefile.in 
	xserver/hw/xfree86/doc: Makefile.in 
	xserver/hw/xfree86/dri: Makefile.in 
	xserver/hw/xfree86/dri2: Makefile.in 
	xserver/hw/xfree86/exa: Makefile.in 
	xserver/hw/xfree86/exa/man: Makefile.in 
	xserver/hw/xfree86/fbdevhw: Makefile.in 
	xserver/hw/xfree86/fbdevhw/man: Makefile.in 
	xserver/hw/xfree86/i2c: Makefile.in 
	xserver/hw/xfree86/int10: Makefile.in 
	xserver/hw/xfree86/loader: Makefile.in 
	xserver/hw/xfree86/man: Makefile.in 
	xserver/hw/xfree86/modes: Makefile.in xf86Crtc.c 
	xserver/hw/xfree86/os-support: Makefile.in xf86_OSproc.h 
	xserver/hw/xfree86/os-support/bsd: Makefile.in 
	xserver/hw/xfree86/os-support/bus: Makefile.in 
	xserver/hw/xfree86/os-support/hurd: Makefile.in 
	xserver/hw/xfree86/os-support/linux: Makefile.in lnx_platform.c 
	xserver/hw/xfree86/os-support/misc: Makefile.in 
	xserver/hw/xfree86/os-support/solaris: Makefile.in sun_init.c 
	xserver/hw/xfree86/os-support/stub: Makefile.in 
	xserver/hw/xfree86/parser: Makefile.in 
	xserver/hw/xfree86/ramdac: Makefile.in 
	xserver/hw/xfree86/shadowfb: Makefile.in 
	xserver/hw/xfree86/utils: Makefile.in 
	xserver/hw/xfree86/utils/cvt: Makefile.in 
	xserver/hw/xfree86/utils/gtf: Makefile.in 
	xserver/hw/xfree86/utils/man: Makefile.in 
	xserver/hw/xfree86/vbe: Makefile.in 
	xserver/hw/xfree86/vgahw: Makefile.in 
	xserver/hw/xfree86/x86emu: Makefile.in 
	xserver/hw/xnest: Makefile.in 
	xserver/hw/xnest/man: Makefile.in 
	xserver/hw/xquartz: Makefile.in 
	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 
	xserver/hw/xwin: Makefile.in 
	xserver/hw/xwin/glx: Makefile.in 
	xserver/hw/xwin/man: Makefile.in 
	xserver/include: Makefile.in eventstr.h hotplug.h 
	xserver/man    : Makefile.in 
	xserver/mi     : Makefile.in 
	xserver/miext  : Makefile.in 
	xserver/miext/damage: Makefile.in 
	xserver/miext/rootless: Makefile.in 
	xserver/miext/shadow: Makefile.in 
	xserver/miext/sync: Makefile.in 
	xserver/os     : Makefile.in io.c log.c 
	xserver/randr  : Makefile.in 
	xserver/record : Makefile.in 
	xserver/render : Makefile.in 
	xserver/test   : Makefile.in signal-logging.c 
	xserver/test/xi2: Makefile.in 
	xserver/xfixes : Makefile.in 
	xserver/xkb    : Makefile.in xkbInit.c 

Log message:
Uodate to xserver 1.14.2. Tested by krw@, shadchin@, todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/24 14:01:35

Modified files:
	textproc/py-feedparser: Makefile distinfo 
	textproc/py-feedparser/pkg: PLIST 
Removed files:
	textproc/py-feedparser/patches: patch-feedparser_feedparser_py 

Log message:
Update feedparser to 5.1.3.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/24 14:54:30

Modified files:
	sys/arch/m88k/m88k: m88100_machdep.c subr.S 

Log message:
Make sure do_xmem_* return the correct value. This fixes usage of fork()
in programs linked against libpthread on 88100 processors, where the parent
thread issueing fork() would spin.

Interestingly enough, this bug is not found in Mach, but has been introduced
by Nivas when porting to mvme88k, 18 years ago. DAE involving xmem are rare
enough for the issue to have survived so long (and once again, it was a
nightmare to track down).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/24 16:18:06

Modified files:
	usr.bin/sort   : sort.1 
	share/man/man4/man4.hp300: mem.4 

Log message:
use MB for megabytes instead of Mb;
From: Zeljko Jovanovic


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/08/24 16:31:15

Modified files:
	japanese/mecab : Makefile 

Log message:
Mark as BROKEN-arm, same reason as hppa and mips64 (no __sync operations).


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/24 17:43:36

Modified files:
	sys/arch/i386/i386: hibernate_machdep.c 
	sys/arch/amd64/amd64: hibernate_machdep.c 

Log message:
Remove call to sched_start_secondary_cpus in MP unhibernate case until we
can more fully understand the side-effects.

Tested by various people back at t2k13, been sitting in my tree since then.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/24 17:45:31

Modified files:
	sys/arch/amd64/amd64: identcpu.c 

Log message:
fix use of uninitialized variables (used only in a DEBUG printf)

found by Maxime Villard


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/08/24 17:48:25

Modified files:
	usr.sbin/npppd/npppd: npppd_config.c 

Log message:
Extraneous local variable with useless increment applied.

found by Maxime Villard


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/24 20:06:27

Modified files:
	mail/lumail    : Makefile distinfo 
	mail/lumail/patches: patch-src_bindings_cc patch-src_input_cc 
	                     patch-src_screen_cc 
Added files:
	mail/lumail/patches: patch-src_bindings_maildir_cc 
	                     patch-src_bindings_message_cc 
	                     patch-src_bindings_prompts_cc 

Log message:
Update lumail to 0.20 with new glib2mm depend.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/24 20:11:47

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new ciss devices from Scott Benesh of HP via FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/24 20:12:51

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/24 20:15:10

Modified files:
	share/man/man4 : ciss.4 
	sys/dev/pci    : ciss_pci.c 

Log message:
new ciss devices from Scott Benesh of HP via FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/08/24 21:05:23

Modified files:
	lang/node-typescript: Makefile distinfo 

Log message:
Update typescript to 0.9.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/25 02:18:05

Modified files:
	sys/arch/loongson/dev: bonito.c 

Log message:
In bonito_mem_map(), initialize pcimap earlier to make sure its value is not
tested before initialization; this would only affect 2e systems.

Found by Maxime Villard; reminded by mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/25 04:18:03

Modified files:
	net/gnaughty   : Makefile 
	net/gnaughty/pkg: PLIST 

Log message:
Missing directory in PLIST.
Regen WANTLIB while here.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/25 04:31:43

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/25 04:50:55

Modified files:
	sys/arch/luna88k/luna88k: disksubr.c 

Log message:
Do not require that `extra' partitions (i-p) start on cylinder boundaries;
this was inherited from sparc when adding 16 partition support, but
disklabel(8) does not enforce such alignment, and since UniOS never did
for the `traditional' partitions (a-h), there is no good reason to keep this.

This makes partitions i-p really functional.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsing@cvs.openbsd.org	2013/08/25 05:57:27

Modified files:
	lang/go        : Makefile 
Added files:
	lang/go/patches: patch-src_pkg_runtime_defs_openbsd_386_h 
	                 patch-src_pkg_runtime_defs_openbsd_amd64_h 
	                 patch-src_pkg_runtime_sys_openbsd_386_s 
	                 patch-src_pkg_runtime_sys_openbsd_amd64_s 
	                 patch-src_pkg_syscall_syscall_openbsd_386_go 
	                 patch-src_pkg_syscall_syscall_openbsd_amd64_go 
	                 patch-src_pkg_syscall_syscall_openbsd_go 
	                 patch-src_pkg_syscall_zerrors_openbsd_386_go 
	                 patch-src_pkg_syscall_zerrors_openbsd_amd64_go 
	                 patch-src_pkg_syscall_zsyscall_openbsd_386_go 
	                 patch-src_pkg_syscall_zsyscall_openbsd_amd64_go 
	                 patch-src_pkg_syscall_zsysctl_openbsd_go 
	                 patch-src_pkg_syscall_zsysnum_openbsd_386_go 
	                 patch-src_pkg_syscall_zsysnum_openbsd_amd64_go 
	                 patch-src_pkg_syscall_ztypes_openbsd_386_go 
	                 patch-src_pkg_syscall_ztypes_openbsd_amd64_go 

Log message:
Make lang/go work past the ABI break, with 64-bit time_t.

Tested by DsP.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/08/25 08:26:56

Modified files:
	sys/crypto     : cryptosoft.c xform.c xform.h 

Log message:
Allocate and deallocate memory for encryption contexts within cryptosoft,
rather than requiring each algorithm to provide their own memory handling.
This matches the interface already provided by cryptosoft for
authentication algorithms and removes the need for zerokey functions.

ok mikeb@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/25 11:42:39

Modified files:
	lib/pixman     : ChangeLog configure configure.ac 
	lib/pixman/pixman: pixman-filter.c pixman-vmx.c 
	lib/pixman/test: alpha-loop.c matrix-test.c 

Log message:
Update to pixman 0.30.2. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/08/25 12:22:26

Modified files:
	sys/arch/beagle/dev: ommmc.c 

Log message:
Remove useless and ugly (code before decl, wrong indentation) debug printfs.
ok patrick


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/08/25 12:22:59

Modified files:
	sys/arch/beagle/dev: ommmc.c 

Log message:
Make ommmc interrupts show up in vmstat -i, systat, etc.
The interrupt handler used to always return zero, even if it did some work.
Since interrupts aren't shared we can always return 1.
ok patrick


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/25 12:34:21

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
call if_link_state_change when link state actually changes;  ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/25 13:54:49

Modified files:
	net/scamper    : Makefile distinfo 
	net/scamper/pkg: PLIST 
Removed files:
	net/scamper/pkg: PFRAG.shared 

Log message:
update to scamper 20130824, more information on what's new at
http://www.wand.net.nz/pipermail/scamper-announce/2013-August/000016.html


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/25 15:30:35

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/25 16:50:05

Modified files:
	sys/arch/i386/pci: glxsb.c 

Log message:
one change missed by jsging's commit is needed to unbreak the build;
spotted by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/25 17:15:20

Modified files:
	sbin/ipsecctl  : ike.c 

Log message:
the comment that comma characters cannot be used in transform
names in ike_section_p2 applies to phase-1 transforms as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/25 17:21:26

Modified files:
	regress/sbin/ipsecctl: ikefail6.ok 

Log message:
transform names cannot have commas


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/25 17:26:47

Modified files:
	regress/sbin/ipsecctl: ikefail14.ok 

Log message:
transform names cannot have commas


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/25 17:31:40

Modified files:
	sys/scsi       : scsiconf.h scsi_base.c 

Log message:
move the prototypes of scsi_sem_{enter,leave} into a header so things
other than scsi_base.c can use them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/25 19:09:40

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update texapp to 0.6.1 - upgrade is recommended - this version fixed a
bug that could leak your OAuth token into your .texapprc if you use the
/save command or -savequit is enabled.
Other updates include blocking individual threads and filtering out
specific app.net clients.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/25 19:37:14

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h 

Log message:
make scsi_{xsh,ioh}_{add,del} return whether they moved something
on or off the queues so things calling them can tell if something
is or isnt going to happen.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/25 19:59:22

Modified files:
	sys/kern       : init_main.c 

Log message:
move attach mpath before any hardware. the benefits being:

- the mpath hooks path drivers call dont have to parse autoconf
structures to tell if mpath may attach in the future. it now either
has already attached or never will, which is simpler to check.

- i can get rid of the global mpath target array by moving it into
the mpath softc because of the above.

- makes reasoning about state transitions (especially around when
to attach) when groups of paths are implemented a lot simpler

the only real caveat is dmesg feng shui may be ruined. i can come
back and look at this after i move mpath itself forward though.

discussed with deraadt@ miod@
ok todd@ matthew@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/25 23:01:53

Modified files:
	sys/dev/pci/drm/radeon: radeon_pm.c 

Log message:
remove an uneeded printf


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/25 23:15:21

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/radeon: evergreen.c r600.c rv770.c 

Log message:
Add a stubbed out version of drm_pcie_get_speed_cap_mask() and
enable all the code in the various radeon pcie_gen2_enable() functions.
no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 00:54:32

Modified files:
	sys/scsi       : mpath.c 

Log message:
now that mpath is attached before any hardware, we can simplify the code.

firstly, move the array of targets that mpath presents into the softc.

secondly, when paths call the mpath api we can simply check if the softc
global is not null rather than walk through autoconf data. mpath will either
have already attached or will never attach in the future.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/26 01:15:58

Modified files:
	sys/netinet6   : in6.c in6_var.h nd6.c nd6.h 

Log message:
No one uses the obsolete IPv6 ioctls SIOCGDRLST_IN6, SIOCGPRLST_IN6,
OSIOCGIFINFO_IN6 anymore.  Remove them together with the structs
in6_drlist, in6_oprlist, in6_prlist, in6_ondireq and the kernel
implementation.
OK mikeb@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 01:21:18

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
rdac_groupid queries which controller the path is attached to, which we'll
use as the group id later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 01:29:45

Modified files:
	sys/scsi       : mpath.c mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c mpathvar.h 

Log message:
introduce the idea of groups of paths. mpath had stuff to managed
devices and paths. devices are what mpath presents as targets on
its scsibus, and paths are the things attached to hardware controllers
that are available to shove io down to the actual real target. all
paths were considered usable for handling io on behalf of a device.

this adds groups in between devices and paths. only paths on the
first group in the list will now be used to handle io now.

sym devices will only have one group. asym devices will treat each
path as a different group. rdac, emc, and hds will group paths based
on which controller in the array theyre connected to.

in the future we will intercept sense data from passive controllers
and use that to start running checks to pick a new primary group
so we can handle controller failover situations.

the group id in hds(4) is currently busted, everything else should
be correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 01:32:24

Modified files:
	sys/scsi       : mpath.c 

Log message:
free the dev slot on group allocation failure if we're building a new dev.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 01:38:56

Modified files:
	sys/scsi       : mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c mpathvar.h 

Log message:
checksense handlers in path drivers can return MPATH_SENSE_DECLINED
(who can tell ive spent time in web servers) to say they decline
interpreting the sense data, or MPATH_SENSE_FAILOVER to say the
sense data is from the controller saying its failed over.

all path drivers currently decline handling sense data.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 01:43:05

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
my DELL MD3000i seems to return skey illegal request + asc 0x94 +
ascq 0x01, or skey unit attention + asc 0x8b + ascq 0x02 when i
tell it to change controller ownership of a volume. i wish i knew
what the numbers really meant, but alas, there's no doco cos this
is all magical and unique apparently.

anyway, empirically this can be used in rdac_checksense to return
MPATH_SENSE_FAILOVER.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/08/26 02:02:03

Modified files:
	usr.sbin/slowcgi: slowcgi.c slowcgi.8 

Log message:
slowcgi grows an option to specify an alternate FastCGI socket
on which to listen.

okay dcoppa@, henning@, florian@

manpage okay from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 02:20:28

Modified files:
	security/libgcrypt: Makefile distinfo 
	security/libgcrypt/patches: patch-mpi_longlong_h 
Removed files:
	security/libgcrypt/patches: patch-mpi_mpi-pow_c 

Log message:
Update to libgcrypt-1.5.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 02:43:17

Modified files:
	devel/libgtop2 : Makefile distinfo 
	devel/libgtop2/patches: patch-configure 
	                        patch-sysdeps_openbsd_proctime_c 
	devel/libgtop2/pkg: PLIST 
Removed files:
	devel/libgtop2/patches: patch-src_daemon_server_c 
	                        patch-sysdeps_openbsd_glibtop_machine_h 
	                        patch-sysdeps_openbsd_procargs_c 
	                        patch-sysdeps_openbsd_prockernel_c 
	                        patch-sysdeps_openbsd_proclist_c 
	                        patch-sysdeps_openbsd_procmap_c 
	                        patch-sysdeps_openbsd_procmem_c 
	                        patch-sysdeps_openbsd_procsignal_c 
	                        patch-sysdeps_openbsd_procstate_c 
	                        patch-sysdeps_openbsd_procuid_c 
	                        patch-sysdeps_openbsd_swap_c 

Log message:
Update to libgtop2-2.28.5.
No noticeable changes besides our patches being integrated upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 02:50:32

Modified files:
	x11/gnome/file-roller: Makefile distinfo 

Log message:
Update to file-roller-3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 03:02:08

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
Update to rygel-0.18.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 03:12:52

Modified files:
	x11/gnome/grilo-plugins: Makefile distinfo 
	x11/gnome/grilo-plugins/pkg: PLIST 
Removed files:
	x11/gnome/grilo-plugins/patches: 
	                                 patch-test_test_tmdb_full_resolution_c 

Log message:
Update to grilo-plugins-0.2.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/26 03:37:52

Modified files:
	databases/barman: Makefile 
	databases/barman/pkg: PLIST 
Added files:
	databases/barman/patches: patch-doc_barman_conf 
	databases/barman/pkg: README 

Log message:
Improve barman:

- use a separate _barman:_barman user/group
- use /var/db/barman as the default datadir, setting appropriate
permissions (ie _barman:_barman / 750)
- make ${SYSCONFDIR}/barman.conf root:_barman & mode 640
- add README teaching how to configure _barman's crontab

Join work with Jean Gerard Pailloncy, tweaks & ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/26 03:50:47

Modified files:
	sys/dev/pci    : pcireg.h 

Log message:
add a define for the link capabilities register for
version 2 of the PCIe capability.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 04:13:17

Modified files:
	sys/scsi       : mpath.c mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c mpathvar.h 

Log message:
when i first imagined how paths on mpath worked, i thought the
midlayer would be able to call things on paths to explicitely online
or offline them. turns out thats not how the Real World(tm) works,
instead its better to wait for failure and probe for the status of
paths, and pick the active group of paths from that. there's even
evidence that the mechanisms for forcing controllers into active/passive
roles from the scsi initiator are being deprecated. they expect
hosts to be able to cope with arbitrary controller role changes and
failover
accordingly.

this replaces the online and offline function pointers in the path_ops
structure with a status check function pointer. instead of returning a
state, the checker is expected to call mpath_path_status() when its
finished figuring out what the state is.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 04:36:09

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
rename rdac_c8 to rdac_extdevid and use less magic numbers in the process.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 04:40:26

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
pull rdac_c9 apart and use its guts to implement the status check
handler for the mpath midlayer to call. the status check is completely
event driven.

a group is considered active if the VOLACCESSCTL vpd page has some
bits set.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 04:48:58

Modified files:
	sys/scsi       : mpath_sym.c 

Log message:
all FUJITSU MA disks ive found seem ok with being behind mpath.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 04:50:15

Modified files:
	sys/scsi       : mpath_sym.c 

Log message:
all paths are considered active, not in some unknown state.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 05:58:01

Modified files:
	sys/scsi       : mpath_rdac.c 

Log message:
feng shui


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 06:17:11

Modified files:
	www/phpvirtualbox: Makefile distinfo 
	www/phpvirtualbox/pkg: PLIST 

Log message:
Update to phpvirtualbox-4.2.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 06:20:12

Modified files:
	sys/scsi       : mpath.c mpath_rdac.c mpath_sym.c mpathvar.h 

Log message:
implement handling of group failover.

if a controller sends sense data back, the path driver can tell
mpath that its indicating failover which kicks off an iteration
over all the groups until one says its active. if no groups claim
to be active, a timeout fires the process off again after a second.

you can start controller handover on rdac (well, an md3200i is all
i had to test with, others might need more work) and everything
keeps going. ill try to get to emc and hds working when i can poke
hardware again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/26 07:16:20

Modified files:
	graphics/gegl  : Makefile 

Log message:
Add missing hidden BDEP on graphics/exiv2. Sync WANTLIB while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/08/26 08:15:08

Modified files:
	usr.bin/make   : engine.c 
	usr.sbin/npppd/npppd: radius+.c 
	usr.sbin/route6d: route6d.c 

Log message:
replace rand(3)/random(3) calls with secure arc4random*()
npppd ok yasuoka@
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 08:55:45

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: README-common 

Log message:
Fix hp-makeuri usage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/26 10:15:47

Modified files:
	x11/gnome/libsecret: Makefile distinfo 
	x11/gnome/libsecret/pkg: PLIST 

Log message:
Update to libsecret-0.16.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/26 10:54:04

Modified files:
	usr.bin/make   : make.1 
	usr.sbin/smtpd : smtpctl.8 

Log message:
"reactivate";
make.1 part From: Christian Schulte


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/26 10:56:50

Modified files:
	usr.sbin/snmpd : snmpd.conf.5 

Log message:
capitalize a section header


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/08/26 11:57:58

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.beagle md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2013/08/26 13:25:10

Modified files:
	app/xvctl      : xvctl.1 xvctl.c 

Log message:
revisit old program of mine, make it look a bit more like sysctl after
simplifications.

okay matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	naddy@cvs.openbsd.org	2013/08/26 13:38:27

Modified files:
	.              : 3RDPARTY 
	font/dejavu-ttf: AUTHORS BUGS LICENSE NEWS README langcover.txt 
	                 status.txt unicover.txt 
	font/dejavu-ttf/ttf: DejaVuSans-Bold.ttf 
	                     DejaVuSans-BoldOblique.ttf 
	                     DejaVuSans-ExtraLight.ttf 
	                     DejaVuSans-Oblique.ttf DejaVuSans.ttf 
	                     DejaVuSansCondensed-Bold.ttf 
	                     DejaVuSansCondensed-BoldOblique.ttf 
	                     DejaVuSansCondensed-Oblique.ttf 
	                     DejaVuSansCondensed.ttf 
	                     DejaVuSansMono-Bold.ttf 
	                     DejaVuSansMono-BoldOblique.ttf 
	                     DejaVuSansMono-Oblique.ttf 
	                     DejaVuSansMono.ttf DejaVuSerif-Bold.ttf 
	                     DejaVuSerif-BoldItalic.ttf 
	                     DejaVuSerif-Italic.ttf DejaVuSerif.ttf 
	                     DejaVuSerifCondensed-Bold.ttf 
	                     DejaVuSerifCondensed-BoldItalic.ttf 
	                     DejaVuSerifCondensed-Italic.ttf 
	                     DejaVuSerifCondensed.ttf 

Log message:
update DejaVu Fonts to 2.34; ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/26 13:57:34

Modified files:
	lib/libX11     : ChangeLog README compile configure configure.ac 
	lib/libX11/include/X11: Xlibint.h 
	lib/libX11/man : XGetXCBConnection.man XSetEventQueueOwner.man 
	lib/libX11/modules/lc/gen: lcGenConv.c 
	lib/libX11/modules/om/generic: omGeneric.c 
	lib/libX11/nls : compose.dir.pre locale.dir.pre 
	lib/libX11/nls/C: XI18N_OBJS 
	lib/libX11/nls/en_US.UTF-8: XI18N_OBJS 
	lib/libX11/nls/iso8859-1: XI18N_OBJS 
	lib/libX11/specs/libX11: AppC.xml CH02.xml CH03.xml CH04.xml 
	                         CH05.xml CH06.xml CH07.xml CH08.xml 
	                         CH09.xml CH11.xml CH12.xml CH13.xml 
	                         CH14.xml CH15.xml CH16.xml 
	lib/libX11/src : Font.c FontNames.c GetFPath.c Host.c ListExt.c 
	                 Makefile.am Makefile.in ModMap.c PutImage.c 
	                 XlibInt.c globals.c 
	lib/libX11/src/xcms: cmsTrig.c 

Log message:
Update to libX11 1.6.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/26 14:06:17

Modified files:
	app/xterm      : INSTALL Imakefile MANIFEST THANKS VTparse.h 
	                 XTerm.ad button.c charproc.c configure.in 
	                 ctlseqs.ms ctlseqs.txt menu.c menu.h misc.c 
	                 plink.sh ptyx.h screen.c scrollbar.c util.c 
	                 version.h xterm.h xterm.log.html xterm.man 
	                 xtermcap.h xtermcfg.h xtermcfg.hin 
	app/xterm/package: xterm.spec 
	app/xterm/package/debian: changelog rules 
	app/xterm/package/freebsd: Makefile 
Added files:
	app/xterm      : graphics.c graphics.h 

Log message:
Update to xterm 296. Sixel graphics disabled for now.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/26 14:09:50

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/26 14:21:15

Modified files:
	www/liferea    : Makefile distinfo 
	www/liferea/patches: patch-src_ui_liferea_shell_c 
	www/liferea/pkg: PLIST 
Removed files:
	www/liferea/patches: patch-src_ui_ui_session_c 

Log message:
Update liferea to 1.10.1a.
ok abieber@ mpi@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/26 14:29:36

Modified files:
	sys/arch/m88k/m88k: pmap.c 

Log message:
When a page needs to be flushed from all caches, make sure the writeback
happens on all D$ in MULTIPROCESSOR kernels, for the dirty lines may not all
be on the current cpu. Fixes spurious segmentation faults or ill behaviours
in MULTIPROCESSOR kernels, but there are still some left.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/08/26 15:38:09

Modified files:
	lib/librthread/arch/m88k: cerror.S 
	sys/arch/m88k/include: proc.h tcb.h 
	sys/arch/m88k/m88k: trap.c 

Log message:
Use %r27 as the thread control block pointer, allowing for __get_tcb() calls
in libpthread to be optimized away.

While there, follow DG/UX's example of using more than one register for thread
purposes (after all, the ABI reserves four of them), and also use %r26 to store
a pointer to the current thread's errno.

Since it is not possible to initialize %r26 at thread creation without
intrusive and potentially race-prone changes, have __tfork() reset %r26 to
zero, and libpthread's __cerror lazy initialize it. As soon as %r26 is nonzero,
it will be used instead of calling __errno().

This means that binaries linked against HEAD libpthread need to run on HEAD
kernels, and we are belatedly jumping on the 64-bit time_t bump (since there
are no 64-bit time_t m88k snapshots yet).

Joint work with guenther@; "Your love of asm is sick and wrong, and yet
beautiful." and ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 18:05:36

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
make scsi_sem_leave only run again once, no matter how many times
other things scsi_sem_enter. the things protected by this do as
much work as they can, so they only need to be told to try again
once.

this isnt a semaphore anymore (and probably never was) so there's
a name change coming too.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 18:24:03

Modified files:
	sys/scsi       : mpath_emc.c mpath_hds.c 

Log message:
these were forgotten in the change from pointing paths to groups instead
of devices. fixes compilation when theyre enabled.

how embarrassment.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 18:53:10

Modified files:
	sys/scsi       : mpath.c mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c mpathvar.h 

Log message:
get rid of the different path scheduler types, which simplifies the
code that picks the next path. we assume roundrobin within a group
of paths now. the asym sym(4) devices work around this by putting
every path in its own group.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/26 18:57:44

Modified files:
	sys/scsi       : mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c 

Log message:
make path driver match routes return 8 so they will definitely be higher
than the real device drivers. ses returns 3 on some dells, which could be
confusing for autoconf if it has to decide between that and a path driver.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/26 19:57:26

Modified files:
	x11/xfe        : Makefile distinfo 
	x11/xfe/patches: patch-Makefile_in patch-configure 
	x11/xfe/pkg    : PLIST 
Added files:
	x11/xfe/patches: patch-src_FilePanel_cpp 
Removed files:
	x11/xfe/patches: patch-src_DirList_cpp 

Log message:
Update xfe to 1.35. This release features the ability to execute custom
scripts on files, similar to Nautilus.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/26 21:06:03

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 

Log message:
stash pci chipset and bridge tags in the drm_device struct


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/26 21:18:46

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
implement drm_pcie_get_speed_cap_mask()

non integrated radeon >= r600 parts will now try to enable PCIe 2.0/3.0
speeds when the PCIe root port advertises the relevant speeds.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/08/26 21:32:12

Modified files:
	sys/kern       : uipc_socket.c 
	sys/nfs        : krpc_subr.c 

Log message:
Manipulate timevals seperately, not inside a mbuf.  Alignment constraints
miod ran into.
ok miod matthew


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/08/26 23:14:09

Modified files:
	emulators      : Makefile 

Log message:
-{vgb,ines,mastergear}


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/08/26 23:23:29

Removed files:
	emulators/ines : Makefile distinfo 
	emulators/ines/pkg: DESCR PLIST 
	emulators/mastergear: Makefile distinfo 
	emulators/mastergear/pkg: DESCR PLIST 
	emulators/vgb  : Makefile distinfo 
	emulators/vgb/pkg: DESCR PLIST 

Log message:
Delete vgb, mastergear, and ines.

These emulators were imported 12 years ago and have been left untouched
since then. They require Linux emulation to run, which is a liability. At
the time of import, they were the only console emulators in the tree, but
now there are many better options that are cross platform, more accurate,
and with more features (mednafen, gambatte, vbam, fceux, nestopia...).

ok naddy@ benoit@ sthen@ bcallah@ stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/27 01:44:52

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Give RS400/RS480/RS690 another chance.  These were previously disabled
with the old radeondrm code but should work now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/27 01:51:03

Modified files:
	databases/sqlports: Makefile 
	databases/sqlports/files: mksqlitedb 

Log message:
Unbreak fetching of SHARED_LIBS and TARGETS in sqlports.

okay espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/08/27 01:52:15

Modified files:
	infrastructure/bin: portcheck 

Log message:
Catch more files with wrong permissions.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/27 02:20:32

Modified files:
	sys/netinet6   : frag6.c 

Log message:
Sync comment with reality, the draft is now an RFC and OpenBSD follows
it since bluhm@ implemented it in 2012.

From Loganaden Velvindron, ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2013/08/27 03:19:25

Modified files:
	devel/cln      : Makefile distinfo 

Log message:
Update to cln-1.3.3.

Discussed with landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/27 05:13:33

Modified files:
	faq            : upgrade53.html 

Log message:
missing quote; from Craig Skinner (skinner at britvault dot co uk), thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/27 05:21:13

Modified files:
	faq            : faq15.html 

Log message:
sync version numbers.  From max at m00nbsd dot net, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/27 08:27:51

ports/net/cvsync/files

Update of /cvs/ports/net/cvsync/files
In directory cvs.openbsd.org:/tmp/cvs-serv32402/files

Log Message:
Directory /cvs/ports/net/cvsync/files added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/08/27 09:49:44

Modified files:
	faq            : faq15.html 

Log message:
Update all screen packages occurrences to the latest revision.
Gently prodded by Maxime Villard.

A better fix would probably involve a package more relevant than
screen, such as rsync, kobodeluxe or emacs. ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/27 10:53:10

Modified files:
	x11/gnome/terminal: Makefile 
	x11/gnome/terminal/patches: patch-src_client_c 
	                            patch-src_terminal_c 
Removed files:
	x11/gnome/terminal/patches: patch-src_terminal-prefs_c 
	                            patch-src_terminal-profiles-list_c 
	                            patch-src_terminal-settings-list_c 

Log message:
Remove un-needed patches.


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2013/08/27 13:48:33

Modified files:
	.              : cvsync.html 
	build          : mirrors.dat 
	build/mirrors  : cvsync.html.head 

Log message:
Re-commit to the proper files and regen:
Do not use cvsync.de.openbsd.org in the example configuration as it is no
longer valid. From mickey@


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2013/08/27 13:54:52

Modified files:
	.              : cvsync.html 
	build/mirrors  : cvsync.html.end 

Log message:
update repository sizes


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/27 15:00:53

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h 
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/pci: vgafb.c 
Removed files:
	sys/arch/macppc/pci: vgafb_pci.c vgafb_pcivar.h vgafbvar.h 

Log message:
Since we are no longer attaching radeondrm(4) to this driver there is
no reason to pretend being compatible with the MI vga layer.  So stop
using the vga_pci_bar interface and reduce the differences with the
sparc64 driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/27 15:02:53

Modified files:
	sys/arch/macppc/macppc: conf.c 

Log message:
Remove definitions of nonexistent consdevs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/27 15:53:10

Modified files:
	lang/gforth    : Makefile distinfo 

Log message:
Update HOMEPAGE and regen distinfo.
Bump REVISION.
From Donovan Watteau <tsoomi AT gmail dot com>
While here, add mips64 to the arch list. Tested by me on an O2.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/08/27 20:50:39

Modified files:
	usr.sbin/npppd/npppd: Tag: OPENBSD_5_2 radius+.c 

Log message:
from HEAD:
replace rand(3)/random(3) calls with secure arc4random*()


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/08/27 20:52:33

Modified files:
	usr.sbin/npppd/npppd: Tag: OPENBSD_5_3 radius+.c 

Log message:
from HEAD:
replace rand(3)/random(3) calls with secure arc4random*()


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/08/27 20:53:15

Modified files:
	usr.sbin/npppd/npppd: Tag: OPENBSD_5_4 radius+.c 

Log message:
from HEAD:
replace rand(3)/random(3) calls with secure arc4random*()


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/28 00:58:57

Modified files:
	sys/net        : if.c if.h if_loop.c route.c rtsock.c 
	sys/netinet    : if_ether.c if_ether.h 
	sys/netinet6   : nd6.c nd6.h 

Log message:
Remove unused argument from *rtrequest()

ok krw@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/28 01:03:02

Modified files:
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/macppc: ofw_machdep.c 

Log message:
Fix build, reported by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/28 01:30:55

Modified files:
	sys/netinet    : in.c 

Log message:
If have an interface pointer, look for an address on its list rather
than iterating on the global list.

ok bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/28 01:38:50

Modified files:
	sys/net        : if.c 

Log message:
When we attach an interface, do not try to reuse the last index to limit
the possible races related to unscheduled task relying on an unique index.

I say "limit" here because a race can still occurs if you run out of
indexes and jump back to 1.

ok krw@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 01:46:09

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-configure_ac 

Log message:
Properly detect atomic ops.

prodded by miod@ and tested by myself on sparc
patch from sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 01:47:12

Removed files:
	devel/glib2/patches: patch-configure 

Log message:
Remove useless, forgot in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 01:59:46

Modified files:
	x11/gnome/seahorse: Makefile 
Added files:
	x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c 
	                            patch-gkr_seahorse-gkr-backend_c 

Log message:
Fix build with libsecret >=0.16

spotted by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 02:00:37

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 02:00:59

Modified files:
	math/gnumeric  : Makefile distinfo 

Log message:
Update to gnumeric-1.12.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/28 03:33:30

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Make GNOME detect supported locales from 'locale -a' output (which is
POSIX compliant), in addition to looking for linux-specific locale
archive files and rummaging around in the /usr/share/locale directory
with unportable assumptions about its contents.

Fixes GNOME's language/keyboard settings and makes locales work as
expected in the GNOME desktop.

ok aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 03:45:12

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Some part of this patch is not needed anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/28 03:46:15

Modified files:
	telephony/asterisk: Makefile distinfo 

Log message:
SECURITY update to Asterisk 11.5.1

AST-2013-005: Remote crash from invalid SDP

If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to
reference the socket address information even though that information
has not yet been set. This will cause a crash.

AST-2013-004: Fix crash when handling ACK on dialog that has no channel

A remotely exploitable crash vulnerability exists in the SIP channel
driver if an ACK with SDP is received after the channel has been
terminated. The handling code incorrectly assumed that the channel
would always be present.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/28 03:46:46

Modified files:
	telephony/asterisk: Tag: OPENBSD_5_3 Makefile distinfo 

Log message:
SECURITY update (5.3-stable) to Asterisk 10.12.3

AST-2013-005: Remote crash from invalid SDP

If the SIP channel driver processes an invalid SDP that defines media
descriptions before connection information, it may attempt to
reference the socket address information even though that information
has not yet been set. This will cause a crash.

AST-2013-004: Fix crash when handling ACK on dialog that has no channel

A remotely exploitable crash vulnerability exists in the SIP channel
driver if an ACK with SDP is received after the channel has been
terminated. The handling code incorrectly assumed that the channel
would always be present.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/28 04:02:53

Modified files:
	devel/glib2/patches: patch-configure_ac 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/08/28 04:19:19

Modified files:
	sys/dev/pci    : if_vmx.c if_vmxreg.h 

Log message:
vmx(4) uses 4 different types of 128bit descriptors in little-endian
format for Rx and Tx.  Replace the bit fields in the descriptor
structs with 32bit words to access them with traditional bit
operations using shifts and masks.  We try to avoid bit fields in
OpenBSD.  For consistence with other drivers, this change also uses
letoh32/htole32 endianess conversions even if it is very unlikely that
vmx will ever run on a big-endian VM/host.

discussed with uebayasi@ and deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/08/28 05:21:41

Modified files:
	faq            : faq15.html 

Log message:
Outdated reference to screen-4.0.3p1, missed in previous.
From Maurice Janssen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/08/28 05:53:16

Modified files:
	net/ngircd     : Makefile distinfo 

Log message:
SECURITY update to ngIRCd 20.3

ngIRCd 20, 20.1, and 20.2 contains an error that could crash the server
daemon when the configuration option NoticeAuth is enabled (which is not
the default).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/28 05:55:06

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
some features are not tested often enough.
fix "stop-host".
problem noticed by Florian Obser


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/08/28 06:00:39

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
so new_path relies on the pkgname being there, but the engine proper doesn't.
confuses the hell out of some people (hi naddy!) as dpb restarts will notice
built packages regardless of the path.

make things more symetric by doing the check each time we go through tobuild.

I have some misgivings about this, since this is potentially expensive...


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/08/28 06:34:27

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
improve batch processing a bit by making use of the quite flag a bit
more often and exit with a non zero code if asked to find a hostname
in a known_hosts file and it wasn't there;

originally from reyk@,  ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/08/28 07:55:23

Modified files:
	lib/libc/locale: wcrtomb.3 

Log message:
Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/08/28 09:30:35

Modified files:
	multimedia/xine-lib: Makefile 
Added files:
	multimedia/xine-lib/patches: 
	                             patch-src_combined_ffmpeg_ff_audio_decoder_c 
	                             patch-src_combined_ffmpeg_ff_video_decoder_c 
	                             patch-src_combined_ffmpeg_ffmpeg_compat_h 
	                             patch-src_combined_ffmpeg_xine_video_list 
	                             patch-src_xine-engine_video_out_c 

Log message:
Several fixes from upstream:

- Fix multichannel playback.
- Default to square pixels.
- Avoid CODEC_FLAG_EMU_EDG.
- Use AV_CODEC_ID_MPEG2VIDEO.
- Fix another potential xine_play() hang.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/28 10:19:39

Modified files:
	share/man/man4 : audio.4 

Log message:
wording fix; original diff from remco, but i've reworded it to read better
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/08/28 10:24:08

Modified files:
	lib/libc/locale: wcrtomb.3 

Log message:
oops, we forgot to remove the .El in previous; sorry stefan (though you
should have run this through mandoc -Tlint ;)


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/08/28 10:53:35

Modified files:
	lib/libc/locale: Makefile.inc setlocale.c 

Log message:
Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an
error, but that makes some ports (e.g. GNOME) freak out. We can allow
any message language to be used as long as the encoding specified as
part of the locale name is supported (i.e. listed in locale -m output).
The primary users of LC_MESSAGES are catopen(3) and gettext(3), which
already worked without this change.
ok ajacoutot, naddy, matthew


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/28 11:27:47

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
- remove non-working master sites
- replace e.pypi.python.org with g.pypi.python.org

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martin@cvs.openbsd.org	2013/08/28 12:56:38

Modified files:
	games/frogatto : Makefile 
Added files:
	games/frogatto/patches: patch-src_multiplayer_cpp 

Log message:
fix compilation on archs where char is unsigned by default (like ppc)
bump and fix Makefile typo while there

ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/08/28 13:26:05

Modified files:
	lib/librthread/arch/arm: _atomic_lock.c 

Log message:
Following the ARM manuals and cookbooks, ldrex/strex don't have implicit
barriers.  Therefore it is required to add a memory berrier, so that
it is ensured that all observers observed the change.

ok rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/28 14:09:42

Modified files:
	devel/node-fibers: Makefile distinfo 
	devel/node-fibers/patches: patch-build_js 
	devel/node-fibers/pkg: PLIST 

Log message:
Update to latest version to fix build as root issue.

Diff from Roman Kravchuk, @comment suggestion from Alexey Suslikov.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/08/28 14:25:21

Removed files:
	devel/node-fibers/patches: patch-binding_gyp 

Log message:
Forgot to remove the patch-binding_gyp file from last commit.

Thanks Alexey Suslikov for noticing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/28 14:43:12

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
zap two outdated MASTER_SITE_ISC mirrors

ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/28 14:47:10

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c ofw_machdep.h 
	sys/arch/macppc/pci: vgafb.c 

Log message:
Move the early framebuffer initialization code outside of vgafb(4)
and introduce a function to get the cursor position an unmap the
stolen memory region when switching to the real framebuffer.

For the moment we still reuse the original region but this allows
me to move forward and it buys us the posibility to have an early
framebuffer without vgafb (i.e. radeondrm(4) only).


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/28 14:55:22

Modified files:
	net/isc-bind   : Makefile distinfo 

Log message:
RRL patches version naming scheme changed and
bump REVISION due to slightly changed patch file

with feedback from and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/08/28 15:19:16

Modified files:
	sys/netinet    : in_var.h 

Log message:
Replace hand-crafted for loop over in_ifaddr with FOREACH macro.
OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/08/28 20:54:37

Modified files:
	sys/scsi       : mpath.c scsi_base.c scsiconf.h 

Log message:
rename scsi_sem_{enter,leave} to scsi_pending_{start,finish}. these are
the wrappers around handling of pending work, theyre not semaphores.

names from tedu@
ok krw@ guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/29 00:30:47

Modified files:
	de             : 54.html cvsync.html security.html 
	                 translation.html 
	faq/de         : faq15.html index.html 
	faq/fr         : faq14.html faq4.html faq6.html faq8.html 
	faq/nl         : faq15.html 
	faq/ru         : index.html 
	fr             : anoncvs.html cvsync.html events.html hppa.html 
	                 landisk.html mac68k.html orders.html press.html 
	                 security.html socppc.html translation.html 
	                 zaurus.html 
	nl             : cvsync.html donations.html translation.html 
	openssh/fr     : java.html palmos.html portable.html press.html 
	                 unix.html windows.html 
	porting/fr     : libraries.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/29 01:13:15

Modified files:
	x11/gnome/eog-plugins: Makefile 

Log message:
Remove useless CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/29 01:20:13

Modified files:
	devel/libgdata : Makefile distinfo 

Log message:
Update to libgdata-0.14.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/08/29 01:45:54

Modified files:
	net/loudmouth  : Makefile 

Log message:
Reintroduce the V variable to fix download path in MASTER_SITES

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/08/29 01:53:07

Modified files:
	sys/arch/octeon/dev: octeon_pcibus.c 

Log message:
Fix attach messages format for the pcibus.

Before:
pcibus0 at iobus0 irq 0pci0 at pcibus0 bus 0

After:
pcibus0 at iobus0 irq 0
pci0 at pcibus0 bus 0

Found on my DSR-500. Okay miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/08/29 01:55:23

Modified files:
	net/filezilla  : Makefile distinfo 
	net/filezilla/patches: patch-Makefile_in 
	                       patch-src_engine_Makefile_in 
	net/filezilla/pkg: PLIST 

Log message:
Security update to 3.7.3, fixes CVE-2013-4852, CVE-2013-4206, CVE-2013-4207, CVE-2013-4208.
All security bugs were in putty code which has been merged from upstream after recent putty
vulnerabilities has been fixed.
ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/08/29 01:56:50

Modified files:
	sys/arch/octeon/dev: octeon_pcibus.c 

Log message:
Ditch useless variable during attach.

Okay miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/29 05:25:31

Modified files:
	build/mirrors  : anoncvs.html.end 

Log message:
missing </a>, from Maxime Villard (max at moonbsd dot net)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/08/29 05:26:07

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/08/29 07:24:44

Modified files:
	sys/netinet    : if_ether.c 

Log message:
Iterate over the interface's address list instead of the global list.

ok bluhm@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/29 08:28:15

Modified files:
	net/cvsync     : Makefile 
	net/cvsync/pkg : PLIST 
Added files:
	net/cvsync/files: cvsync.conf cvsyncd.conf 
	net/cvsync/patches: patch-cvsyncd_access_c 
Removed files:
	net/cvsync/patches: patch-samples_cvsyncd-OpenBSD_conf 

Log message:
* replace random() with arc4random()
* improve configuration examples after discussion with Amit Kulkarni


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/08/29 08:35:50

Modified files:
	games/trek     : setup.c 

Log message:
Tournament mode uses a deterministic random seed for reproducible games.
Switch seeding from srand() to srandom(), corresponding to the change
in random number generator from rand() to random() fifteen years ago.
ok pjanzen@ bluhm@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2013/08/29 10:30:10

Modified files:
	www/dokuwiki   : Makefile distinfo 
	www/dokuwiki/pkg: PLIST 

Log message:
Update to 2013-05-10a

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/08/29 13:06:40

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h 

Log message:
Add support for advanced btcoex. This commit is not really needed
but it reduces the diff against the FreeBSD version.

Tested on:
My Wifi Link 130.
jca@ Wifi Link 5300.
Jan Stary Wifi Link 4965 (thanks).

Adapted from FreeBSD r220894.

ok mpi@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/29 13:55:00

Modified files:
	lib/libICE     : configure.ac 
	lib/libICE/src : iceauth.c 

Log message:
Use arc4random_buf()


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/08/29 13:55:46

Modified files:
	lib/libICE     : Makefile.in aclocal.m4 config.guess config.h.in 
	                 config.sub configure depcomp install-sh missing 
	lib/libICE/doc : Makefile.in 
	lib/libICE/specs: Makefile.in 
	lib/libICE/src : Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/29 13:59:42

Modified files:
	www/py-flup    : Makefile 

Log message:
Recent network.conf.template changed MASTER_SITE_PYPI which was used in this
port's HOMEPAGE. However it's not a useful homepage anyway; bump REVISION to
unbreak and use a better HOMEPAGE.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/08/29 14:22:22

Modified files:
	games/arithmetic: arithmetic.c 
	games/backgammon/backgammon: main.c 
	games/backgammon/common_source: back.h 
	games/battlestar: extern.h init.c 
	games/bs       : bs.c 
	games/canfield/canfield: canfield.c 
	games/fish     : fish.c 
	games/fortune/strfile: strfile.c 
	games/gomoku   : main.c pickmove.c 
	games/hangman  : getword.c ksyms.c setup.c 
	games/hunt/hunt: otto.c 
	games/hunt/huntd: driver.c 
	games/mille    : mille.c mille.h roll.c 
	games/monop    : monop.c roll.c 
	games/phantasia: include.h main.c misc.c setup.c 
	games/quiz     : quiz.c 
	games/rain     : rain.c 
	games/robots   : main.c rnd_pos.c 
	games/sail     : extern.h main.c 
	games/snake    : snake.c 
	games/tetris   : tetris.c 
	games/worm     : worm.c 
	games/worms    : worms.c 
	games/wump     : wump.c 

Log message:
replace srandomdev()+random() with the arc4random*() family
tweaks and ok millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/08/29 15:42:58

Modified files:
	distrib/sets/lists/xbase: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/08/29 18:00:22

Added files:
	.              : plus54.html 

Log message:
rotating plus.html to plus54.html.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/08/29 18:03:14

Modified files:
	.              : plus.html 

Log message:
plus.html for July 31 to Aug 22, ok jj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2013/08/29 19:45:14

Modified files:
	mail/re-alpine : Makefile 
Added files:
	mail/re-alpine/patches: patch-pico_osdep_terminal_c 

Log message:
make home/end keys work in rxvt-derived terminals; ok sthen, ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/08/29 23:35:47

Modified files:
	sys/isofs/udf  : udf_vnops.c 

Log message:
Fix handling of getdents() against UDF filesystems: d_off must be the
position after the entry, and seeking to just after the '.' or '..'
entries requires special handling because they're fabricated.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/08/30 00:46:40

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
use version two of the PCIe capability when displaying link speeds
ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/08/30 01:10:27

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
If the CGI script died due to receipt of signal, pass that back
to the HTTP frontend as the "application return status".

While here, add a pair of informative debugging statements.

ok florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martin@cvs.openbsd.org	2013/08/30 01:36:56

Modified files:
	devel/json-c   : Makefile 
Added files:
	devel/json-c/patches: patch-Makefile_in 

Log message:
fix build on gcc3, on gcc4 -Wextra and -W is the same

with input and ok ajacoutot
ok sthen too


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:45:48

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
Bump to 1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:46:17

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to gstreamer1-1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:46:33

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 
	multimedia/gstreamer1/plugins-base/patches: patch-configure_ac 

Log message:
Update to gstreamer1-plugins-base-1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:46:55

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-sys_oss_Makefile_in 

Log message:
Update to gstreamer1-plugins-good-1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:47:10

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-ugly-1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:47:32

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/patches: patch-configure_ac 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Update to gstreamer1-plugins-bad-1.0.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 01:47:48

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-libav-1.0.10.


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2013/08/30 02:51:57

Modified files:
	sys/dev/pci    : mfii.c 

Log message:
Turn on msi for mfii(4).

There is a family of Supermicro boards where the apic pin is
incorrectly mapped on acpi, it tells us the pin for "Intel boot
interrupts". Since this is a fairly new chip, lets use MSI as no one
else is probably using it via apic, this fixes the routing issues.

Machines/Motherboards seen so far with incorrect routing:
Supermicro X9DR3-F
Supermicro X9DRH + Symbios Logic MegaRAID SAS2208
Fujitsu primergy RX300 S7 + Symbios Logic MegaRAID SAS2208

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/08/30 03:24:42

Modified files:
	sys/arch/arm/arm: cpufunc_asm_armv7.S 
	sys/arch/arm/armv7: bus_space_asm_armv7.S 

Log message:
Due to our current version of binutils not knowing newer ARMv7 instructions
we define DSB/ISB (Data/Instruction Synchronization Barrier) manually.
There are multiple options for those instructions, i. e. "full system
operation", which is the default of those.

The defines we used were not the defaults we assumed they were, but some
other option which might not actually exist.

In the future we could try using DSB/ISB as a Mask and add the correct
option value.  For now, just fix those values.

ok rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 05:57:51

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 

Log message:
Update to gnome-online-accounts-3.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 06:07:07

Modified files:
	x11/gnome/documents: Makefile distinfo 

Log message:
Update to gnome-documents-3.8.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/08/30 08:18:39

Modified files:
	sys/arch/zaurus/dev: zaurus_audio.c 

Log message:
Lock the audio mutex before invoking the audio(4) call-back, fixes
panics found by David Krause, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 08:47:20

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in 

Log message:
Update to gtk+3-3.8.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2013/08/30 12:23:17

Modified files:
	sys/net        : pf_if.c 

Log message:
Missing splx on return path.

ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/30 13:10:35

Modified files:
	net/sslh       : Makefile distinfo 

Log message:
update to sslh 1.15, from maintainer Björn Ketelaars


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/08/30 14:15:40

Added files:
	net/poco/patches: patch-Foundation_src_PatternFormatter_cpp 

Log message:
fix for long long time_t on LP64 archs; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/30 15:41:10

Log message:
    Import lang/seed7. Seed7 is a high-level, extensible, general purpose
    programming language.
    
    Includes a Seed7 interpreter, Seed7 compiler, and many example programs.
    
    tested and ok abieber@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Aug-30
    
    N ports/lang/seed7/Makefile
    N ports/lang/seed7/distinfo
    N ports/lang/seed7/patches/patch-src_makefile
    N ports/lang/seed7/pkg/DESCR
    N ports/lang/seed7/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/30 15:41:33

Modified files:
	lang           : Makefile 

Log message:
+seed7


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/08/30 16:42:05

Added files:
	net/spectrum/patches: patch-src_statshandler_cpp 

Log message:
fix for long long time_t (used to hold an uptime value); feedback from naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/30 16:56:49

Modified files:
	lang/seed7     : Makefile 

Log message:
LOCALBASE -> TRUEPREFIX


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/30 16:58:25

Modified files:
	misc/p5-File-LibMagic: Makefile distinfo 

Log message:
update p5-File-LibMagic to 0.99


CVSROOT:	/cvs
Module name:	net
Changes by:	bluhm@cvs.openbsd.org	2013/08/30 17:38:11

Log message:
    Initial import of ipv6-toolkit 1.4b
    
    The SI6 Networks' IPv6 toolkit is a set of IPv6 security/trouble-shooting
    tools, that can send arbitrary IPv6-based packets.
    
    OK stsp@ sthen@
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20130831
    
    N net/ipv6-toolkit/Makefile
    cvs: ERROR: cannot write file /cvs/net/ipv6-toolkit/Makefile,v: No such file or directory
    N net/ipv6-toolkit/distinfo
    cvs: ERROR: cannot write file /cvs/net/ipv6-toolkit/distinfo,v: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/net/ipv6-toolkit/pkg -- not added: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/net/ipv6-toolkit/patches -- not added: No such file or directory
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/30 17:41:16

Log message:
    Initial import of ipv6-toolkit 1.4b
    
    The SI6 Networks' IPv6 toolkit is a set of IPv6 security/trouble-shooting
    tools, that can send arbitrary IPv6-based packets.
    
    OK stsp@ sthen@
    
    Status:
    
    Vendor Tag:	bluhm
    Release Tags:	bluhm_20130831
    
    N ports/net/ipv6-toolkit/Makefile
    N ports/net/ipv6-toolkit/distinfo
    N ports/net/ipv6-toolkit/pkg/DESCR
    N ports/net/ipv6-toolkit/pkg/PLIST
    N ports/net/ipv6-toolkit/patches/patch-tools_icmp6_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/08/30 18:10:20

Modified files:
	net            : Makefile 

Log message:
+ipv6-toolkit


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/08/30 18:13:54

Modified files:
	usr.bin/ssh    : sftp.c 

Log message:
make ^w match ksh behaviour (delete previous word instead of entire line)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/31 02:45:52

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to Subversion 1.7.13.
Fixes CVE-2013-4277 (symlink attack on svnserve's PID file).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/08/31 02:46:30

Modified files:
	devel/subversion: Tag: OPENBSD_5_3 Makefile 
	devel/subversion/patches: Tag: OPENBSD_5_3 
	                          patch-subversion_svnserve_main_c 

Log message:
For 5.3-stable: Patch for CVE-2013-4277 (symlink attack on svnserve's PID file).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/08/31 03:04:30

Modified files:
	geo/postgis    : Makefile distinfo 
	geo/postgis/pkg: PLIST 

Log message:
Update to postgis 2.1.0.

Tests have been revamped and now all pass.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/31 09:43:11

Modified files:
	x11/gnome/latexila: Makefile distinfo 

Log message:
Update to latexila-2.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/08/31 11:22:16

Modified files:
	devel/quilt    : Makefile 

Log message:
extend comment
OK aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/08/31 11:29:59

Modified files:
	net/vnstat     : Makefile 

Log message:
/var/lib -> /var/db in ma pages.

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/08/31 17:25:53

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 
Added files:
	games/manaplus/patches: patch-configure_ac 

Log message:
Update manaplus to 1.3.9.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:33:46

xenocara/lib/libGLU/include

Update of /cvs/xenocara/lib/libGLU/include
In directory cvs.openbsd.org:/tmp/cvs-serv7495/include

Log Message:
Directory /cvs/xenocara/lib/libGLU/include added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:34:02

xenocara/lib/libGLU/include/GL

Update of /cvs/xenocara/lib/libGLU/include/GL
In directory cvs.openbsd.org:/tmp/cvs-serv32628/GL

Log Message:
Directory /cvs/xenocara/lib/libGLU/include/GL added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:34:20

xenocara/lib/libGLU/src

Update of /cvs/xenocara/lib/libGLU/src
In directory cvs.openbsd.org:/tmp/cvs-serv15662/src

Log Message:
Directory /cvs/xenocara/lib/libGLU/src added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:34:46

xenocara/lib/libGLU/src/libtess

Update of /cvs/xenocara/lib/libGLU/src/libtess
In directory cvs.openbsd.org:/tmp/cvs-serv20794/libtess

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libtess added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:35:08

xenocara/lib/libGLU/src/libnurbs

Update of /cvs/xenocara/lib/libGLU/src/libnurbs
In directory cvs.openbsd.org:/tmp/cvs-serv21979/libnurbs

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libnurbs added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:35:23

xenocara/lib/libGLU/src/libnurbs/interface

Update of /cvs/xenocara/lib/libGLU/src/libnurbs/interface
In directory cvs.openbsd.org:/tmp/cvs-serv1816/interface

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libnurbs/interface added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:36:09

xenocara/lib/libGLU/src/libnurbs/internals

Update of /cvs/xenocara/lib/libGLU/src/libnurbs/internals
In directory cvs.openbsd.org:/tmp/cvs-serv8077/internals

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libnurbs/internals added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:36:48

xenocara/lib/libGLU/src/libnurbs/nurbtess

Update of /cvs/xenocara/lib/libGLU/src/libnurbs/nurbtess
In directory cvs.openbsd.org:/tmp/cvs-serv20719/nurbtess

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libnurbs/nurbtess added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:37:08

xenocara/lib/libGLU/src/include

Update of /cvs/xenocara/lib/libGLU/src/include
In directory cvs.openbsd.org:/tmp/cvs-serv23127/include

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/include added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:37:20

xenocara/lib/libGLU/src/libutil

Update of /cvs/xenocara/lib/libGLU/src/libutil
In directory cvs.openbsd.org:/tmp/cvs-serv22558/libutil

Log Message:
Directory /cvs/xenocara/lib/libGLU/src/libutil added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/08/31 21:51:26

Added files:
	lib/libGLU     : Makefile.am Makefile.bsd-wrapper Makefile.in 
	                 aclocal.m4 config.guess config.sub configure 
	                 configure.ac depcomp glu.pc.in install-sh 
	                 ltmain.sh missing 
	lib/libGLU/include/GL: glu.h glu_mangle.h 
	lib/libGLU/src/include: gluos.h 
	lib/libGLU/src/libnurbs/interface: bezierEval.cc bezierEval.h 
	                                   bezierPatch.cc bezierPatch.h 
	                                   bezierPatchMesh.cc 
	                                   bezierPatchMesh.h 
	                                   glcurveval.cc glcurveval.h 
	                                   glimports.h glinterface.cc 
	                                   glrenderer.cc glrenderer.h 
	                                   glsurfeval.cc glsurfeval.h 
	                                   incurveeval.cc insurfeval.cc 
	                                   mystdio.h mystdlib.h 
	lib/libGLU/src/libnurbs/internals: arc.cc arc.h arcsorter.cc 
	                                   arcsorter.h arctess.cc 
	                                   arctess.h backend.cc 
	                                   backend.h basiccrveval.cc 
	                                   basiccrveval.h 
	                                   basicsurfeval.cc 
	                                   basicsurfeval.h bezierarc.h 
	                                   bin.cc bin.h bufpool.cc 
	                                   bufpool.h cachingeval.cc 
	                                   cachingeval.h ccw.cc 
	                                   coveandtiler.cc 
	                                   coveandtiler.h curve.cc 
	                                   curve.h curvelist.cc 
	                                   curvelist.h curvesub.cc 
	                                   dataTransform.cc 
	                                   dataTransform.h defines.h 
	                                   displaylist.cc displaylist.h 
	                                   displaymode.h flist.cc 
	                                   flist.h flistsorter.cc 
	                                   flistsorter.h gridline.h 
	                                   gridtrimvertex.h gridvertex.h 
	                                   hull.cc hull.h intersect.cc 
	                                   jarcloc.h knotvector.cc 
	                                   knotvector.h mapdesc.cc 
	                                   mapdesc.h mapdescv.cc 
	                                   maplist.cc maplist.h 
	                                   mesher.cc mesher.h 
	                                   monoTriangulationBackend.cc 
	                                   monotonizer.cc monotonizer.h 
	                                   myassert.h mycode.cc mymath.h 
	                                   mysetjmp.h mystring.h 
	                                   nurbsconsts.h 
	                                   nurbsinterfac.cc nurbstess.cc 
	                                   nurbstess.h patch.cc patch.h 
	                                   patchlist.cc patchlist.h 
	                                   pwlarc.h quilt.cc quilt.h 
	                                   reader.cc reader.h 
	                                   renderhints.cc renderhints.h 
	                                   simplemath.h slicer.cc 
	                                   slicer.h sorter.cc sorter.h 
	                                   splitarcs.cc subdivider.cc 
	                                   subdivider.h tobezier.cc 
	                                   trimline.cc trimline.h 
	                                   trimregion.cc trimregion.h 
	                                   trimvertex.h trimvertpool.cc 
	                                   trimvertpool.h types.h 
	                                   uarray.cc uarray.h varray.cc 
	                                   varray.h 
	lib/libGLU/src/libnurbs/nurbtess: definitions.h directedLine.cc 
	                                  directedLine.h glimports.h 
	                                  gridWrap.cc gridWrap.h 
	                                  monoChain.cc monoChain.h 
	                                  monoPolyPart.cc monoPolyPart.h 
	                                  monoTriangulation.cc 
	                                  monoTriangulation.h mystdio.h 
	                                  mystdlib.h partitionX.cc 
	                                  partitionX.h partitionY.cc 
	                                  partitionY.h polyDBG.cc 
	                                  polyDBG.h polyUtil.cc 
	                                  polyUtil.h primitiveStream.cc 
	                                  primitiveStream.h quicksort.cc 
	                                  quicksort.h rectBlock.cc 
	                                  rectBlock.h sampleComp.cc 
	                                  sampleComp.h sampleCompBot.cc 
	                                  sampleCompBot.h 
	                                  sampleCompRight.cc 
	                                  sampleCompRight.h 
	                                  sampleCompTop.cc 
	                                  sampleCompTop.h 
	                                  sampleMonoPoly.cc 
	                                  sampleMonoPoly.h 
	                                  sampledLine.cc sampledLine.h 
	                                  searchTree.cc searchTree.h 
	                                  zlassert.h 
	lib/libGLU/src/libtess: dict-list.h dict.c dict.h geom.c geom.h 
	                        memalloc.c memalloc.h mesh.c mesh.h 
	                        normal.c normal.h priorityq-heap.c 
	                        priorityq-heap.h priorityq-sort.h 
	                        priorityq.c priorityq.h render.c 
	                        render.h sweep.c sweep.h tess.c tess.h 
	                        tessmono.c tessmono.h 
	lib/libGLU/src/libutil: error.c glue.c gluint.h mipmap.c 
	                        project.c quad.c registry.c 
Removed files:
	lib/libGLU     : Makefile shlib_version 

Log message:
Update to GLU 9.0.0, GLU was previously part of Mesa but is now seperate.
tested in a ports bulk build by landry@, ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/01 02:00:04

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/09/01 03:29:45

Modified files:
	devel/gdb      : Makefile distinfo 

Log message:
Bugfix update to GDB 7.6.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2013/09/01 04:22:04

Modified files:
	.              : 54.html 

Log message:
update package count for vax, since its done with it


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2013/09/01 04:24:41

Modified files:
	.              : want.html 

Log message:
Jack Enright is going to send me a battery pack for my notebook

Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/01 04:36:32

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c evergreend.h 

Log message:
drm/radeon: update line buffer allocation for dce4.1/5

We need to allocate line buffer to each display when
setting up the watermarks.  Failure to do so can lead
to a blank screen.  This fixes blank screen problems
on dce4.1/5 asics.

from a proposed Linux patch by Alex Deucher of AMD.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/01 04:39:39

Modified files:
	sys/dev/pci/drm/radeon: si.c sid.h 

Log message:
drm/radeon: update line buffer allocation for dce6

We need to allocate line buffer to each display when
setting up the watermarks.  Failure to do so can lead
to a blank screen.  This fixes blank screen problems
on dce6 asics.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=64850

from a proposed Linux patch by Alex Deucher of AMD.

Fixes problems with multiple displays on pitcairn
reported by Alexis de BRUYN.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/01 06:28:07

Modified files:
	sysutils/pv    : Makefile distinfo 

Log message:
update to pv-1.4.12, from Dennis Herrmann (dhn@freebsd)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/01 06:31:56

Modified files:
	x11/gnustep/matharray: Makefile distinfo 

Log message:
minor bugfix update to 1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/01 06:49:14

Modified files:
	x11/blackbox   : Makefile 
	x11/blackbox/patches: patch-lib_Unicode_cc patch-src_Toolbar_cc 
Added files:
	x11/blackbox/patches: patch-lib_Resource_cc 
	                      patch-lib_Resource_hh patch-lib_Timer_cc 
	                      patch-lib_Timer_hh 
	                      patch-src_ScreenResource_cc 
	                      patch-src_blackbox_cc 

Log message:
blackbox patches from patrick keshishian,

- improvement in handling of UTF-8 window titles, see
http://marc.info/?l=openbsd-ports&m=137339931231574&w=2

- 64-bit time_t fix

- avoid "deprecated conversion from string constant to 'char*'" warnings

also sync wantlib and drop USE_GROFF while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/01 07:04:10

Modified files:
	x11/gnustep/examples: Makefile distinfo 
	x11/gnustep/examples/patches: patch-gui_MyGL_AppController_m 
	                              patch-gui_MyGL_GNUmakefile 
	x11/gnustep/examples/pkg: PLIST 
Removed files:
	x11/gnustep/examples/patches: patch-gui_GFractal_GNUmakefile 
	                              patch-gui_MyGL_main_m 

Log message:
update GNUstep examples to 1.4.0, adding a couple of new examples to GSTest
while there, switch to use SUBST_CMD instead of hand-rolled perl
in pre-configure


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/01 09:02:35

Modified files:
	etc/rc.d       : amd 

Log message:
Properly pass daemon_flags to amd(8).

ok dcoppa@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/01 10:24:03

Modified files:
	sysutils/cyphertite: Makefile distinfo 

Log message:
Update cyphertite to 1.6.3.

from David Hill (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/01 10:59:11

Modified files:
	devel/automake/1.13: Makefile distinfo 
	devel/automake/1.13/patches: patch-automake_in 
	devel/automake/1.13/pkg: PLIST 

Log message:
Update to automake 1.13.4.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/01 11:02:56

Modified files:
	sys/tmpfs      : tmpfs_subr.c tmpfs_vnops.c 

Log message:
Update to match VOP_READDIR() changes: no more cookies, but d_off instead.

Prodding and initial diff from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/01 11:16:46

Modified files:
	net/aguri      : Makefile 

Log message:
Replace projects' dead ftp with working mirror in MASTER_SITES

ok aja@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	naddy@cvs.openbsd.org	2013/09/01 13:47:53

Modified files:
	dist/fontconfig: configure.ac 
	dist/fontconfig/src: fccache.c 
	lib/fontconfig/common: config.h 

Log message:
use arc4random() as the preferred random number source in fontconfig
ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/01 15:02:32

Modified files:
	www/p5-Apache-Gallery: Makefile 
	www/p5-Apache-Gallery/pkg: README 

Log message:
libcrypto is also needed when populating the chroot. Noticed when going
through the time_t warp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/02 00:08:06

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
Update pngcrush to 1.7.67.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/02 00:15:35

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_handlers_c 
Added files:
	x11/i3/patches : patch-include_x_h patch-src_render_c 
	                 patch-src_tree_c patch-src_x_c 

Log message:
Revert "raise fullscreen windows on top of all other X11 windows"
It was a fix for dzen2 setups, but broke several other use cases
(upstream git commit 103ab83131d30614ea9337e752548a834773bfc6)

Bugfix: update root geometry on output changes for "fullscreen global"
(upstream git commit 93463bc3932e820bc86383fc4de1a07c82356967)

Bugfix: don't flatten tabbed/stacked containers
(upstream git commit 2481b9dcd73e91969033abb2b6f83aed608aeea1)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/02 00:25:28

Modified files:
	sys/dev/pci/drm: drmP.h drm_crtc.c drm_crtc_helper.c 
	                 drm_dp_helper.c drm_edid.c drm_fb_helper.c 
	                 drm_irq.c drm_modes.c 

Log message:
add static back to functions that originally had it
reduces the diff to linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/02 01:14:22

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c 
	sys/dev/pci/drm/ttm: ttm_bo.c 

Log message:
use DRM_MEMORYBARRIER() for smp_mb__*


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/09/02 02:57:41

Modified files:
	.              : beagle.html 

Log message:
Fix supported devices list.

Thanks to Juan Francisco Cantero Hurtado.


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/09/02 03:16:57

Modified files:
	distrib/notes/beagle: whatis 

Log message:
Correct the list of supported boards.
From Juan Francisco Cantero Hurtado.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 03:44:33

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 03:44:48

Modified files:
	math/gnumeric  : Makefile distinfo 

Log message:
Update to gnumeric-1.12.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/02 04:18:26

Modified files:
	sys/dev/pci/drm: drm_crtc.c 

Log message:
fb refcount must be initialised to 1 not 0 to match the behaviour
of the linux kref functions.

Switch to using the FreeBSD refcount api for the fb refcount while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/02 04:36:32

Modified files:
	x11/blackbox/patches: patch-lib_Resource_cc 
	                      patch-lib_Resource_hh 

Log message:
additional time_t fix for 32-bit arch


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/02 05:58:41

Modified files:
	audio/pianobar : Makefile 
Added files:
	audio/pianobar/patches: patch-src_libpiano_response_c 
	                        patch-src_libwaitress_waitress_c 
	                        patch-src_ui_c 

Log message:
Increase buffer size to fix display of song lists with more than
999 items (upstream git commit bacc60b7a8e7854ca14b5a5f65429500831f20cb)

piano: replace station with same id.
(upstream git commit 6e82d7e6852fdac4a178445b3e2bcdb6d4e0fa63)

waitress: try all addresses returned by getaddrinfo.
Fix connection failures on mixed IPv4/IPv6 systems.
(upstream git commit f1ddd582ba5c314202fbed98d7aa491b06b2dee2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/02 06:14:21

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-src_redis_c 

Log message:
Update to redis-2.6.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/02 10:02:01

Modified files:
	mail/dovecot   : Makefile 
Added files:
	mail/dovecot/patches: patch-src_lib_ipwd_c 

Log message:
Revert http://hg.dovecot.org/dovecot-2.2/raw-rev/349d52c4ca51 which causes
local account auth to be broken.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 10:02:41

Modified files:
	net/vnstat     : Makefile 
	net/vnstat/pkg : README 

Log message:
Make the documentation a bit clearer.

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 10:04:20

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Sync with recent version of BZ patch from stsp@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2013/09/02 13:58:00

Modified files:
	spamd          : index.html 
	faq            : faq15.html 

Log message:
style: capital->lower letters in html tags


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/09/02 15:27:41

Modified files:
	.              : beagle.html 

Log message:
The BeagleBone has no ehci.
Noticed by aalm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/02 15:59:38

Modified files:
	usr.sbin/bind/lib/isc: random.c 

Log message:
There is no need to call arc4random_addrandom() and feed it some
stupid seed that bind has decided on..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/02 16:00:35

Modified files:
	usr.bin/ssh    : ssh-keygen.c sshconnect1.c sshd.c 

Log message:
All the instances of arc4random_stir() are bogus, since arc4random()
does this itself, inside itself, and has for a very long time..  Actually,
this was probably reducing the entropy available.
ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 23:09:20

Modified files:
	devel/libnotify: Makefile distinfo 
	devel/libnotify/patches: patch-libnotify_notification_h 
	devel/libnotify/pkg: PLIST 
Removed files:
	devel/libnotify/pkg: PFRAG.shared 

Log message:
Update to libnotify-0.7.6.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 23:12:35

Modified files:
	de             : anoncvs.html 
	faq/de         : faq1.html 
	faq/fr         : faq15.html 
	fr             : anoncvs.html index.html want.html 
	nl             : anoncvs.html 
	openbgpd/ru    : ftp.html 
	openntpd/ru    : ftp.html portable.html 
	openssh/de     : donations.html 
	openssh/ru     : donations.html ftp.html portable.html 
	pt             : cvsync.html donations.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/02 23:32:27

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 

Log message:
Documentation tweak.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/03 00:15:21

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.beagle 
	                          md.hp300 md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.mvme68k md.mvme88k md.sgi md.socppc 
	                          md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/03 00:39:05

Modified files:
	sys/scsi       : mpath_sym.c 

Log message:
DELL MD3060e works


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/03 01:01:47

Modified files:
	share/man/man4 : drm.4 

Log message:
Adapt drm(4) after recent changes.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/03 01:12:57

Modified files:
	share/man/man4 : drm.4 

Log message:
radeondrm attaches to pci now


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/03 01:37:58

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Only free the per-protocol descriptor if a touchpad cannot be correctly
identified during attach.  This prevents the driver to downgrade itself
to use the standard mouse protocol and reattach a new wsmouse child if
something bad happens when we re-query the hardware (during resume for
example).

Discussed with and ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/03 02:53:49

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm 

Log message:
error out if we can't open log files (got a weird permission error linked
to a half-baked file-system).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/03 03:22:22

Log message:
    update to NSD 3.2.16, ok deraadt@ brad@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_3_2_16
    
    U src/usr.sbin/nsd/iterated_hash.c
    U src/usr.sbin/nsd/LICENSE
    U src/usr.sbin/nsd/tsig-openssl.h
    C src/usr.sbin/nsd/nsd-xfer.8.in
    U src/usr.sbin/nsd/xfrd-tcp.c
    U src/usr.sbin/nsd/xfrd-tcp.h
    U src/usr.sbin/nsd/configyyrename.h
    U src/usr.sbin/nsd/tsig.c
    C src/usr.sbin/nsd/dname.c
    U src/usr.sbin/nsd/buffer.h
    C src/usr.sbin/nsd/nsd-checkconf.c
    U src/usr.sbin/nsd/nsd.conf.sample.in
    C src/usr.sbin/nsd/rdata.c
    U src/usr.sbin/nsd/nsec3.h
    U src/usr.sbin/nsd/xfrd.c
    U src/usr.sbin/nsd/namedb.c
    U src/usr.sbin/nsd/rbtree.c
    U src/usr.sbin/nsd/mkinstalldirs
    U src/usr.sbin/nsd/query.h
    U src/usr.sbin/nsd/rdata.h
    C src/usr.sbin/nsd/region-allocator.c
    U src/usr.sbin/nsd/zlexer.lex
    U src/usr.sbin/nsd/options.h
    U src/usr.sbin/nsd/rbtree.h
    U src/usr.sbin/nsd/rrl.c
    U src/usr.sbin/nsd/axfr.c
    C src/usr.sbin/nsd/server.c
    U src/usr.sbin/nsd/tsig.h
    C src/usr.sbin/nsd/query.c
    C src/usr.sbin/nsd/dns.c
    C src/usr.sbin/nsd/configure.ac
    C src/usr.sbin/nsd/configure
    U src/usr.sbin/nsd/xfrd-notify.c
    U src/usr.sbin/nsd/edns.h
    C src/usr.sbin/nsd/Makefile.in
    U src/usr.sbin/nsd/nsec3.c
    U src/usr.sbin/nsd/xfrd-notify.h
    U src/usr.sbin/nsd/iterated_hash.h
    U src/usr.sbin/nsd/nsd-notify.c
    U src/usr.sbin/nsd/region-allocator.h
    U src/usr.sbin/nsd/namedb.h
    U src/usr.sbin/nsd/netio.c
    C src/usr.sbin/nsd/zonec.c
    C src/usr.sbin/nsd/nsd.8.in
    C src/usr.sbin/nsd/util.c
    U src/usr.sbin/nsd/util.h
    C src/usr.sbin/nsd/configparser.y
    C src/usr.sbin/nsd/lookup3.c
    U src/usr.sbin/nsd/tsig-openssl.c
    U src/usr.sbin/nsd/dbcreate.c
    U src/usr.sbin/nsd/acx_nlnetlabs.m4
    U src/usr.sbin/nsd/dname.h
    C src/usr.sbin/nsd/dns.h
    U src/usr.sbin/nsd/nsdc.sh.in
    C src/usr.sbin/nsd/nsd.c
    C src/usr.sbin/nsd/config.h.in
    U src/usr.sbin/nsd/ipc.c
    U src/usr.sbin/nsd/xfrd-disk.h
    C src/usr.sbin/nsd/nsd.conf.5.in
    U src/usr.sbin/nsd/packet.c
    C src/usr.sbin/nsd/nsd-notify.8.in
    U src/usr.sbin/nsd/nsd-patch.c
    U src/usr.sbin/nsd/lookup3.h
    C src/usr.sbin/nsd/zparser.y
    C src/usr.sbin/nsd/nsd-patch.8.in
    U src/usr.sbin/nsd/netio.h
    U src/usr.sbin/nsd/difffile.h
    U src/usr.sbin/nsd/configlexer.lex
    U src/usr.sbin/nsd/edns.c
    C src/usr.sbin/nsd/nsd-checkconf.8.in
    C src/usr.sbin/nsd/zonec.8.in
    U src/usr.sbin/nsd/difffile.c
    U src/usr.sbin/nsd/answer.c
    U src/usr.sbin/nsd/axfr.h
    U src/usr.sbin/nsd/xfrd-disk.c
    C src/usr.sbin/nsd/zonec.h
    U src/usr.sbin/nsd/options.c
    U src/usr.sbin/nsd/xfrd.h
    U src/usr.sbin/nsd/packet.h
    C src/usr.sbin/nsd/nsdc.8.in
    U src/usr.sbin/nsd/nsd-xfer.c
    U src/usr.sbin/nsd/answer.h
    U src/usr.sbin/nsd/ipc.h
    U src/usr.sbin/nsd/install-sh
    U src/usr.sbin/nsd/rrl.h
    U src/usr.sbin/nsd/buffer.c
    U src/usr.sbin/nsd/dbaccess.c
    U src/usr.sbin/nsd/nsd.h
    U src/usr.sbin/nsd/compat/inet_ntop.c
    U src/usr.sbin/nsd/compat/snprintf.c
    U src/usr.sbin/nsd/compat/memmove.c
    U src/usr.sbin/nsd/compat/strptime.c
    U src/usr.sbin/nsd/compat/malloc.c
    U src/usr.sbin/nsd/compat/memcmp.h
    U src/usr.sbin/nsd/compat/strlcpy.c
    U src/usr.sbin/nsd/compat/basename.c
    U src/usr.sbin/nsd/compat/inet_pton.c
    U src/usr.sbin/nsd/compat/pselect.c
    U src/usr.sbin/nsd/compat/memcmp.c
    U src/usr.sbin/nsd/compat/b64_ntop.c
    U src/usr.sbin/nsd/compat/strlcat.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.h
    U src/usr.sbin/nsd/compat/fake-rfc2553.c
    U src/usr.sbin/nsd/compat/inet_aton.c
    U src/usr.sbin/nsd/compat/b64_pton.c
    
    27 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd

CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/03 03:27:00

Modified files:
	usr.sbin/nsd   : Makefile.in config.h.in configparser.y 
	                 configure configure.ac dname.c dns.c dns.h 
	                 lookup3.c nsd-checkconf.8.in nsd-checkconf.c 
	                 nsd-notify.8.in nsd-patch.8.in nsd-xfer.8.in 
	                 nsd.8.in nsd.c nsd.conf.5.in nsdc.8.in query.c 
	                 rdata.c region-allocator.c server.c util.c 
	                 zonec.8.in zonec.c zonec.h zparser.y 
	usr.sbin/nsd/compat: snprintf.c 

Log message:
merge NSD 3.2.16


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/09/03 03:29:36

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
When /dev/wsmouse is opened right after resume, some synaptics touchpads
are still taking time to wake up. So make the pms(4) driver wait a little
longer before giving up on them. Fixes mouse after resume on my x130e TP.
ok mpi, earlier versions tested by weerd with no regressions seen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/03 03:34:25

Modified files:
	infrastructure/lib/DPB: Limiter.pm Clock.pm 

Log message:
pretty unlikely, but the Limiter measurements may straddle a ^Z/fg, so
it's better to adjust the timings there as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/03 03:44:08

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Core.pm Limiter.pm Reporter.pm 

Log message:
reorganize code, so the periodic sleeper task no longer knows
its sleeping interval, but rather asks it from the reporter.

Give limiter customer access to timing information. Eventually,
the reporter could possibly shrink/enlarge the display timeout
automatically.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/03 04:25:34

Modified files:
	sys/netinet    : if_ether.c 

Log message:
Use satosin() rather than the local SIN macro, no functional change.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/03 04:40:57

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.0.37.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/03 07:53:47

Modified files:
	security/libnettle: Makefile 
	security/libnettle/patches: patch-configure 

Log message:
tweaks for libnettle, from Juan Francisco Cantero Hurtado:

- don't force -ggdb3

- don't use asm on arm, our toolchain can't handle it
(http://rhaalovely.net/build-failures/arm/20130730/security/libnettle.log)


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/03 10:16:09

Log message:
    Import xdms. An amiga disk image archiver.
    
    OK bcallah@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20130903
    
    N ports/archivers/xdms/Makefile
    N ports/archivers/xdms/distinfo
    N ports/archivers/xdms/pkg/PLIST
    N ports/archivers/xdms/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/03 10:17:06

Modified files:
	archivers      : Makefile 

Log message:
link xdms


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/03 10:48:26

Modified files:
	sys/arch/arm/arm: cpufunc.c pmap7.c 

Log message:
Rewrite the ARMv7 cache discovery, as some assumptions in the previous one
were utterly wrong.  Fix Log2(), correct one taken from the scheduler code.

Tested by rapha@ and Artturi Alm.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/03 11:48:26

Modified files:
	sys/kern       : subr_disk.c 

Log message:
When a partition is changing to UNUSED, we try to save kernel-set
values for the p_fragblock and p_cpg fields. But we were saving the
info for open partitions only. Instead, look at all partitions.
And stop discarding the new partition type.

In addition to general betterness, this lets you change the RAW_PART
partition (a.k.a. 'c') to UNUSED. This problem was pointed out by
Federico Giannici via misc@.

ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/03 14:36:02

Modified files:
	usr.bin/bgplg  : bgplg.8 

Log message:
Update bgplg(8) to describe the configuration for nginx(8) and
slowcgi(8) instead of the old "Apache" httpd(8).

Requested by florian@ and my others.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/03 14:44:01

Modified files:
	usr.sbin/hostapd: hostapd.conf.5 

Log message:
clarify that the Mb keyword is Mbps; ok reyk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/09/03 19:18:31

Modified files:
	mail/lumail    : Makefile distinfo 
	mail/lumail/patches: patch-src_bindings_maildir_cc 
	                     patch-src_bindings_message_cc 
	                     patch-src_screen_cc 
Added files:
	mail/lumail/patches: patch-src_file_cc 

Log message:
Update lumail to 0.21.


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/09/03 20:49:38

Modified files:
	.              : 54.html 

Log message:
Add some perf, threading, and general enhancements


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/03 23:53:50

xenocara/lib/libtxc_dxtn

Update of /cvs/xenocara/lib/libtxc_dxtn
In directory cvs.openbsd.org:/tmp/cvs-serv29705/libtxc_dxtn

Log Message:
Directory /cvs/xenocara/lib/libtxc_dxtn added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/03 23:59:36

Modified files:
	lib            : Makefile 
Added files:
	lib/libtxc_dxtn: Makefile shlib_version txc_compress_dxtn.c 
	                 txc_dxtn.h txc_fetch_dxtn.c 

Log message:
add libtxc_dxtn 1.0.1 a DXTn/S3 texture compression library
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/04 06:24:35

Modified files:
	usr.sbin/nsd   : lookup3.c nsd.c nsec3.c rrl.c server.c 
	                 xfrd-disk.c xfrd.c 

Log message:
time_t and random fixes from NSD upstream, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:06:13

src/sys/arch/armv7

Update of /cvs/src/sys/arch/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv13475/armv7

Log Message:
Directory /cvs/src/sys/arch/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:09:31

src/sys/arch/armv7/armv7

Update of /cvs/src/sys/arch/armv7/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv30708/armv7

Log Message:
Directory /cvs/src/sys/arch/armv7/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:09:44

src/sys/arch/armv7/compile

Update of /cvs/src/sys/arch/armv7/compile
In directory cvs.openbsd.org:/tmp/cvs-serv9355/compile

Log Message:
Directory /cvs/src/sys/arch/armv7/compile added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:09:57

src/sys/arch/armv7/conf

Update of /cvs/src/sys/arch/armv7/conf
In directory cvs.openbsd.org:/tmp/cvs-serv14037/conf

Log Message:
Directory /cvs/src/sys/arch/armv7/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:10:02

src/sys/arch/armv7/include

Update of /cvs/src/sys/arch/armv7/include
In directory cvs.openbsd.org:/tmp/cvs-serv3552/include

Log Message:
Directory /cvs/src/sys/arch/armv7/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:10:16

src/sys/arch/armv7/omap

Update of /cvs/src/sys/arch/armv7/omap
In directory cvs.openbsd.org:/tmp/cvs-serv32621/omap

Log Message:
Directory /cvs/src/sys/arch/armv7/omap added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:38:49

Added files:
	sys/arch/armv7 : Makefile 
	sys/arch/armv7/armv7: armv7_start.S autoconf.c genassym.cf 
	                      intr.c uboot_tags.c 
	sys/arch/armv7/compile: .cvsignore 
	sys/arch/armv7/conf: GENERIC-OMAP Makefile.armv7 RAMDISK-OMAP 
	                     files.armv7 
	sys/arch/armv7/include: _float.h _types.h apmvar.h asm.h 
	                        atomic.h bootconfig.h bus.h cdefs.h 
	                        conf.h cpu.h db_machdep.h disklabel.h 
	                        elf_abi.h endian.h exec.h fenv.h fp.h 
	                        frame.h ieee.h ieeefp.h intr.h 
	                        irqhandler.h isa_machdep.h limits.h 
	                        loadfile_machdep.h lock.h machine_reg.h 
	                        math.h mutex.h param.h pcb.h pio.h 
	                        pmap.h proc.h profile.h ptrace.h reg.h 
	                        reloc.h rtc.h setjmp.h signal.h 
	                        spinlock.h stdarg.h sysarch.h tcb.h 
	                        trap.h vmparam.h 
	sys/arch/armv7/omap: am335x.c am335x_cm_padconf.c 
	                     am335x_prcmreg.h beagle_machdep.c dmtimer.c 
	                     gptimer.c if_cpsw.c if_cpswreg.h intc.c 
	                     intc.h omap.c omap3.c omap3_prcmreg.h 
	                     omap4.c omap4_prcmreg.h omap_com.c omapid.c 
	                     omapvar.h omdisplay.c omdog.c omehci.c 
	                     omehcivar.h omgpio.c omgpiovar.h ommmc.c 
	                     omohci.c omusbtll.c prcm.c prcmvar.h 
	                     sitara_cm.c sitara_cm.h sitara_cmreg.h 
Removed files:
	sys/arch/beagle: Makefile 
	sys/arch/beagle/beagle: autoconf.c beagle_machdep.c 
	                        beagle_start.S genassym.cf intr.c 
	                        uboot_tags.c 
	sys/arch/beagle/compile: .cvsignore 
	sys/arch/beagle/conf: GENERIC Makefile.beagle RAMDISK 
	                      files.beagle 
	sys/arch/beagle/dev: am335x.c am335x_cm_padconf.c 
	                     am335x_prcmreg.h dmtimer.c gptimer.c 
	                     if_cpsw.c if_cpswreg.h intc.c intc.h omap.c 
	                     omap3.c omap3_prcmreg.h omap4.c 
	                     omap4_prcmreg.h omap_com.c omapid.c 
	                     omapvar.h omdisplay.c omdog.c omehci.c 
	                     omehcivar.h omgpio.c omgpiovar.h ommmc.c 
	                     omohci.c omusbtll.c prcm.c prcmvar.h 
	                     sitara_cm.c sitara_cm.h sitara_cmreg.h 
	sys/arch/beagle/include: _float.h _types.h apmvar.h asm.h 
	                         atomic.h beagle_intr.h bootconfig.h 
	                         bus.h cdefs.h conf.h cpu.h db_machdep.h 
	                         disklabel.h elf_abi.h endian.h exec.h 
	                         fenv.h fp.h frame.h ieee.h ieeefp.h 
	                         intr.h irqhandler.h isa_machdep.h 
	                         limits.h loadfile_machdep.h lock.h 
	                         machine_reg.h math.h mutex.h param.h 
	                         pcb.h pio.h pmap.h proc.h profile.h 
	                         ptrace.h reg.h reloc.h rtc.h setjmp.h 
	                         signal.h spinlock.h stdarg.h sysarch.h 
	                         tcb.h trap.h vmparam.h 

Log message:
In the future, we shouldn't have one port port ARM SoC, that's just
ridiculous.  This is the first step for a common and generic ARM port
for ARMv7 SoCs.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:43:27

Modified files:
	.              : Makefile.cross 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:54:13

Modified files:
	usr.sbin/mkuboot: Makefile 
	usr.sbin/hotplugd: Makefile 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 08:58:51

Modified files:
	sys/kern       : Makefile 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 09:14:02

Modified files:
	sys/arch/armv7/compile: .cvsignore 

Log message:
Ignore OMAP's kernel directories.  Found by maja@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/04 09:35:03

Modified files:
	databases/sqlports/files: mksqlitedb 

Log message:
refactor TreeWalker code for later


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/04 09:49:19

Modified files:
	bin/ksh        : c_sh.c jobs.c ksh.1 main.c proto.h 

Log message:
Add a proper suspend builtin that saves/restores the tty and pgrp
as needed instead of an alias that just sends SIGSTOP.  Login shells
may be suspended if they are not running in an orphan process group.
OK guenther@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/04 10:27:12

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Update to gnome-desktop-3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/04 10:28:28

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.8.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/04 10:33:06

Modified files:
	sys/arch/macppc/pci: vgafb.c 

Log message:
Convert vgafb to use a proper softc.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 10:44:38

src/etc/etc.armv7

Update of /cvs/src/etc/etc.armv7
In directory cvs.openbsd.org:/tmp/cvs-serv1338/etc.armv7

Log Message:
Directory /cvs/src/etc/etc.armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 10:53:40

Modified files:
	etc            : Makefile 
Added files:
	etc/etc.armv7  : MAKEDEV.md Makefile Makefile.inc disktab fbtab 
	                 sysctl.conf ttys 
Removed files:
	etc/etc.beagle : MAKEDEV MAKEDEV.md Makefile Makefile.inc 
	                 disktab fbtab sysctl.conf ttys 

Log message:
Beagle has been replaced by armv7.

ok rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 10:54:14

Added files:
	etc/etc.armv7  : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/09/04 11:01:22

Modified files:
	.              : beagle.html 

Log message:
ommmmc -> ommmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/04 11:04:46

Modified files:
	textproc       : Makefile 

Log message:
Add python3 FLAVOR of py-MarkupSafe to the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 12:15:19

Modified files:
	lang/ruby/1.9  : Makefile 
	lang/ruby/2.0  : Makefile 

Log message:
Mark as BROKEN-alpha: miniruby abort trap when generating rdoc
(it never actually built/packaged)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 12:17:54

Modified files:
	x11/kde/libs3  : Makefile 
	x11/py-gtk2    : Makefile 
	devel/doxygen  : Makefile 

Log message:
Mark as BROKEN-alpha: .got subsegment exceeds 64K


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 12:38:36

Modified files:
	lang/nqp       : Makefile 

Log message:
mark as BROKEN-alpha: unsupported architecture (like hppa)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 12:40:21

Modified files:
	math/py-scipy  : Makefile 

Log message:
Mark as BROKEN-alpha: ICE in scipy/optimize/minpack/lmstr.f:462


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 12:59:28

Modified files:
	www/fennec     : Makefile 

Log message:
Mark as ONLY_FOR_ARCHS = amd64 i386 powerpc. Realistically, it only builds
& works there, and given that it's based off 10esr branch which is dead
upstream, and fennec on xul is also dead upstream... this could even be cvs
rm'ed :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/04 13:11:14

Modified files:
	emulators/fs-uae: Makefile 

Log message:
Mark as BROKEN-alpha = error: invalid 'asm': invalid %xn code


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/04 13:17:00

Modified files:
	databases/mysql: Makefile 
	databases/mysql/patches: patch-scripts_mysql_install_db_sh 
	                         patch-scripts_mysqld_safe_sh 
	databases/mysql/pkg: PLIST-main PLIST-server 

Log message:
- Remove some unnecessary patching
- Mention the rc script in mysql_install_db
- Move the removal of the plugins subdir to the correct PLIST

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/04 13:20:29

Modified files:
	databases/mariadb: Makefile distinfo 
	databases/mariadb/patches: patch-scripts_mysql_install_db_sh 
	                           patch-scripts_mysqld_safe_sh 
	                           patch-sql_mysqld_cc 
	databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests 

Log message:
Upgrade to MariaDB 5.5.32.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:25:48

src/share/man/man4/man4.armv7

Update of /cvs/src/share/man/man4/man4.armv7
In directory cvs.openbsd.org:/tmp/cvs-serv25964/man4.armv7

Log Message:
Directory /cvs/src/share/man/man4/man4.armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:29:49

src/share/man/man8/man8.armv7

Update of /cvs/src/share/man/man8/man8.armv7
In directory cvs.openbsd.org:/tmp/cvs-serv14402/man8.armv7

Log Message:
Directory /cvs/src/share/man/man8/man8.armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:39:21

Modified files:
	etc/mtree      : 4.4BSD.dist 
	usr.bin/mandoc : arch.in 
	share/man/man4 : Makefile 
	share/man/man7 : mdoc.7 
	share/man/man8 : Makefile 
	regress/usr.bin/mdoclint: mdoclint 
Added files:
	share/man/man4/man4.armv7: Makefile cpsw.4 
	share/man/man8/man8.armv7: MAKEDEV.8 Makefile 
Removed files:
	share/man/man4/man4.beagle: Makefile cpsw.4 
	share/man/man8/man8.beagle: MAKEDEV.8 Makefile 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:43:20

Modified files:
	sys            : Makefile 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:46:28

src/distrib/armv7

Update of /cvs/src/distrib/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv3485/armv7

Log Message:
Directory /cvs/src/distrib/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:46:34

src/distrib/armv7/ramdisk

Update of /cvs/src/distrib/armv7/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv26696/armv7/ramdisk

Log Message:
Directory /cvs/src/distrib/armv7/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:47:15

src/distrib/armv7/miniroot

Update of /cvs/src/distrib/armv7/miniroot
In directory cvs.openbsd.org:/tmp/cvs-serv3951/armv7/miniroot

Log Message:
Directory /cvs/src/distrib/armv7/miniroot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:47:30

src/distrib/armv7/miniroot/am335x

Update of /cvs/src/distrib/armv7/miniroot/am335x
In directory cvs.openbsd.org:/tmp/cvs-serv29845/armv7/miniroot/am335x

Log Message:
Directory /cvs/src/distrib/armv7/miniroot/am335x added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:47:38

src/distrib/armv7/miniroot/beagle

Update of /cvs/src/distrib/armv7/miniroot/beagle
In directory cvs.openbsd.org:/tmp/cvs-serv30715/armv7/miniroot/beagle

Log Message:
Directory /cvs/src/distrib/armv7/miniroot/beagle added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:47:44

src/distrib/armv7/miniroot/panda

Update of /cvs/src/distrib/armv7/miniroot/panda
In directory cvs.openbsd.org:/tmp/cvs-serv3610/armv7/miniroot/panda

Log Message:
Directory /cvs/src/distrib/armv7/miniroot/panda added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 13:51:32

src/distrib/notes/armv7

Update of /cvs/src/distrib/notes/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv20012/armv7

Log Message:
Directory /cvs/src/distrib/notes/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/04 14:00:28

Modified files:
	distrib        : Makefile 
	distrib/notes  : Makefile 
Added files:
	distrib/armv7  : Makefile 
	distrib/armv7/miniroot: Makefile Makefile.inc 
	distrib/armv7/miniroot/am335x: Makefile 
	distrib/armv7/miniroot/beagle: Makefile 
	distrib/armv7/miniroot/panda: Makefile 
	distrib/armv7/ramdisk: Makefile Makefile.inc install.md list 
	distrib/notes/armv7: contents features hardware install prep 
	                     upgrade whatis xfer 
Removed files:
	distrib/beagle : Makefile 
	distrib/beagle/miniroot: Makefile Makefile.inc 
	distrib/beagle/miniroot/am335x: Makefile 
	distrib/beagle/miniroot/beagle: Makefile 
	distrib/beagle/miniroot/panda: Makefile 
	distrib/beagle/ramdisk: Makefile Makefile.inc install.md list 
	distrib/notes/beagle: contents features hardware install prep 
	                      upgrade whatis xfer 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/09/04 14:11:14

Modified files:
	net/zabbix     : Makefile distinfo 

Log message:
update to 2.0.8


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/04 16:21:32

Modified files:
	usr.sbin/relayd: relay_http.c 

Log message:
Handling of HTTP requests with a body like POST were broken in
relayd.  Instead of checking for the direction RELAY_DIR_RESPONSE,
set toread to 0 if we don't expect a body.
OK reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/04 16:37:50

Modified files:
	regress/usr.sbin: Makefile 

Log message:
The regression tests for relayd complain if any required perl package
is missing, but they do not fail.  All of them pass right now, so
put them back into the regular test suite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/09/04 17:42:19

Modified files:
	misc/p5-File-LibMagic: Makefile distinfo 

Log message:
update p5-File-LibMagic to 1.00


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/09/04 18:38:39

Modified files:
	.              : plus.html 

Log message:
plus.html for Aug 23- Sept 1st, ok jj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/04 21:26:33

Modified files:
	emulators/mupen64plus: Makefile.inc 
	emulators/mupen64plus/audio-sdl: Makefile distinfo 
	emulators/mupen64plus/core: Makefile distinfo 
	emulators/mupen64plus/input-sdl: Makefile distinfo 
	emulators/mupen64plus/input-sdl/pkg: PLIST 
	emulators/mupen64plus/rsp-hle: Makefile distinfo 
	emulators/mupen64plus/rsp-z64: Makefile distinfo 
	emulators/mupen64plus/ui-console: Makefile distinfo 
	emulators/mupen64plus/video-arachnoid: Makefile distinfo 
	emulators/mupen64plus/video-glide64: Makefile distinfo 
	emulators/mupen64plus/video-glide64/pkg: PLIST 
	emulators/mupen64plus/video-rice: Makefile distinfo 
	emulators/mupen64plus/video-rice/pkg: PLIST 
	emulators/mupen64plus/video-z64: Makefile distinfo 
	emulators/mupen64plus/video-z64/pkg: PLIST 
Added files:
	emulators/mupen64plus/video-glide64/patches: patch-src_Main_cpp 
	                                             patch-src_rdp_cpp 
Removed files:
	emulators/mupen64plus/video-z64/patches: 
	                                         patch-projects_unix_Makefile 

Log message:
Update to mupen64plus-2.0.

ok rfreeman@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/04 21:32:36

Log message:
    Import mupen64plus-video-glide64mk2.
    
    Mupen64Plus is a cross-platform plugin-based N64 emulator which is
    capable of accurately playing many games. This is a video plugin
    for Mupen64Plus, based on the 10th anniversary release of Glide64.
    
    ok rfreeman@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20130904
    
    N ports/emulators/mupen64plus/video-glide64mk2/Makefile
    N ports/emulators/mupen64plus/video-glide64mk2/distinfo
    N ports/emulators/mupen64plus/video-glide64mk2/pkg/PLIST
    N ports/emulators/mupen64plus/video-glide64mk2/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/04 21:33:52

Modified files:
	emulators/mupen64plus: Makefile 

Log message:
+mupen64plus-video-glide64mk2


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/04 21:36:12

Modified files:
	meta/mupen64plus: Makefile 

Log message:
Bump version for mupen64plus meta port.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/05 00:18:57

Modified files:
	print/cups-filters: Makefile 

Log message:
Mark as BROKEN-alpha, fully reproducible ICE with gcc 4.6.

cupsfilters/image-jpeg.c: In function '_cupsImageReadJPEG':
cupsfilters/image-jpeg.c:316:1: internal compiler error: Segmentation fault

an alpha / gcc wizard is needed...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/05 00:21:53

Modified files:
	devel/sdcc     : Makefile 

Log message:
BROKEN-alpha: sdcc segfaults when building the device library


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/05 00:24:35

Modified files:
	graphics/sane-backends: Makefile 

Log message:
Mark as BROKEN-alpha:

hp5590.c: In function 'sane_hp5590_start':
hp5590.c:1141: error: unrecognizable insn:
(insn 2143 2142 2144 196 (set (reg:DI 929)
(plus:DI (reg/f:DI 65 virtual-stack-vars)
(const_int -131110 [0xfffffffffffdffda]))) -1 (nil)
(nil))
hp5590.c:1141: internal compiler error: in extract_insn, at recog.c:2077

(yeah, right..)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/05 00:36:17

Modified files:
	etc            : MAKEDEV.common 

Log message:
no bthub(4) page;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/05 00:37:03

Modified files:
	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.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.loongson: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
regen;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 01:47:22

Modified files:
	security       : Makefile 

Log message:
Build py-crypto,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:11:56

Modified files:
	devel          : Makefile 

Log message:
Build py-nose,python3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:20:35

Modified files:
	www/py-beaker  : Makefile 
	www/py-beaker/pkg: PLIST 

Log message:
Add a python3 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:21:12

Modified files:
	www            : Makefile 

Log message:
+py-beaker,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:23:35

Modified files:
	www/py-mako    : Makefile distinfo 
	www/py-mako/pkg: PLIST 

Log message:
Update to py-mako-0.9.0.
Add a python3 FLAVOR.
Remove the manually installed htmk docs because it would prevent
installing both FLAVORs of this port; and there is no point in coming
up with such a small -doc subpackage, it's just adding complexity for
no gain.

successfully tested with upcoming rhythmbox update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:24:16

Modified files:
	www            : Makefile 

Log message:
+py-mako,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:25:27

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/pkg: PLIST 
Removed files:
	audio/rhythmbox/patches: patch-plugins_im-status_im-status_py 

Log message:
Update to rhythmbox-3.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:34:48

Modified files:
	devel/py-tz    : Makefile 
	devel/py-tz/pkg: PLIST 

Log message:
Add a python3 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:35:28

Modified files:
	devel/py-babel : Makefile 
	devel/py-babel/pkg: PLIST 

Log message:
Add a python3 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:36:32

Modified files:
	devel          : Makefile 

Log message:
+py-babel,python3
+py-tz,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:37:48

Modified files:
	www/py-mako    : Makefile 

Log message:
Proper TDEP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/05 02:39:59

Modified files:
	www/py-beaker  : Makefile 

Log message:
Better TDEP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/05 05:20:21

Modified files:
	devel/mercurial: Makefile 
	devel/py-hg-git: Makefile 
	devel/py-hgtools: Makefile 
	devel/tortoisehg: Makefile 
Added files:
	devel/mercurial/pkg: DESCR-main DESCR-x11 PLIST-main PLIST-x11 
Removed files:
	devel/mercurial/pkg: DESCR PLIST 

Log message:
Several tweaks to the mercurial port:

* Make graphical tooling for mercurial a subpackage (like the git port).
* Bump all RUN/LIB dependants of mercurial to reflect new pkgpath.
* Make 'hg view' work without custom paths in hgrc.
* Substitute some shebangs in the example mercurial scripts.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/05 05:48:43

Modified files:
	sys/arch/armv7/conf: GENERIC-OMAP RAMDISK-OMAP files.armv7 
Added files:
	sys/arch/armv7/omap: files.omap 

Log message:
Split the files file into a generic one for armv7, and soc-specific ones.
Also, rename the bus omap devices attach to to a soc-specific one,
so that we can have more than one soc.
In the future there should be only one generic bus where soc drivers
attach.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/05 05:58:05

Modified files:
	www/pecl-swish : Makefile distinfo 

Log message:
update to pecl-swish 0.5.0; this may not work (nobody replied to my call for
testers) but at least it builds...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/05 06:01:31

Modified files:
	multimedia/ffmpeg-php: Makefile distinfo 
	multimedia/ffmpeg-php/patches: patch-ffmpeg_movie_c 

Log message:
fix ffmpeg-php building with PHP 5.4, patch from
http://sourceforge.net/p/ffmpeg-php/bugs/52/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/05 06:04:45

Modified files:
	graphics/pecl-imagick: Makefile distinfo 
	graphics/pecl-imagick/pkg: PLIST 
Removed files:
	graphics/pecl-imagick/patches: patch-imagick_helpers_c 

Log message:
update to pecl-imagick 3.1.0rc2 (release candidate used because no released
version support php 5.4 yet)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/05 06:15:56

Modified files:
	graphics/ImageMagick: Makefile 
Added files:
	graphics/ImageMagick/patches: patch-coders_gif_c 

Log message:
SECURITY:
CVE-2013-4298: Memory corruption while processing GIF comments
Fix from upstream, via Debian Bug #721273; ok giovanni@

Also sync wantlib, suggested by giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/05 06:38:59

Modified files:
	share/man/man7 : hier.7 

Log message:
no more xfs;
From: Brett Mahar


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 07:26:13

Log message:
    Import Mesa 9.2.0
    
    Status:
    
    Vendor Tag:	mesa
    Release Tags:	v9_2_0
    
    N xenocara/dist/Mesa/aclocal.m4
    N xenocara/dist/Mesa/configure
    N xenocara/dist/Mesa/Makefile.in
    N xenocara/dist/Mesa/Android.common.mk
    N xenocara/dist/Mesa/Android.mk
    N xenocara/dist/Mesa/Makefile.am
    C xenocara/dist/Mesa/SConstruct
    C xenocara/dist/Mesa/autogen.sh
    C xenocara/dist/Mesa/common.py
    C xenocara/dist/Mesa/configure.ac
    N xenocara/dist/Mesa/bin/ar-lib
    N xenocara/dist/Mesa/bin/compile
    C xenocara/dist/Mesa/bin/config.guess
    C xenocara/dist/Mesa/bin/config.sub
    N xenocara/dist/Mesa/bin/depcomp
    N xenocara/dist/Mesa/bin/install-sh
    N xenocara/dist/Mesa/bin/ltmain.sh
    N xenocara/dist/Mesa/bin/missing
    N xenocara/dist/Mesa/bin/bugzilla_mesa.sh
    N xenocara/dist/Mesa/bin/get-pick-list.sh
    N xenocara/dist/Mesa/bin/perf-annotate-jit
    N xenocara/dist/Mesa/bin/shortlog_mesa.sh
    N xenocara/dist/Mesa/src/Makefile.in
    N xenocara/dist/Mesa/src/Makefile.am
    C xenocara/dist/Mesa/src/SConscript
    N xenocara/dist/Mesa/src/egl/Makefile.in
    N xenocara/dist/Mesa/src/egl/Makefile.am
    N xenocara/dist/Mesa/src/egl/drivers/Makefile.in
    N xenocara/dist/Mesa/src/egl/drivers/Makefile.am
    N xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in
    N xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk
    N xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am
    C xenocara/dist/Mesa/src/egl/drivers/dri2/common.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h
    N xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c
    N xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.in
    N xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.am
    C xenocara/dist/Mesa/src/egl/drivers/glx/egl_glx.c
    N xenocara/dist/Mesa/src/egl/main/Makefile.in
    N xenocara/dist/Mesa/src/egl/main/Android.mk
    N xenocara/dist/Mesa/src/egl/main/Makefile.am
    U xenocara/dist/Mesa/src/egl/main/README.txt
    C xenocara/dist/Mesa/src/egl/main/SConscript
    U xenocara/dist/Mesa/src/egl/main/egl.def
    U xenocara/dist/Mesa/src/egl/main/egl.pc.in
    C xenocara/dist/Mesa/src/egl/main/eglapi.c
    C xenocara/dist/Mesa/src/egl/main/eglapi.h
    C xenocara/dist/Mesa/src/egl/main/eglarray.c
    C xenocara/dist/Mesa/src/egl/main/eglarray.h
    C xenocara/dist/Mesa/src/egl/main/eglcompiler.h
    C xenocara/dist/Mesa/src/egl/main/eglconfig.c
    C xenocara/dist/Mesa/src/egl/main/eglconfig.h
    C xenocara/dist/Mesa/src/egl/main/eglcontext.c
    C xenocara/dist/Mesa/src/egl/main/eglcontext.h
    C xenocara/dist/Mesa/src/egl/main/eglcurrent.c
    C xenocara/dist/Mesa/src/egl/main/eglcurrent.h
    C xenocara/dist/Mesa/src/egl/main/egldefines.h
    C xenocara/dist/Mesa/src/egl/main/egldisplay.c
    C xenocara/dist/Mesa/src/egl/main/egldisplay.h
    C xenocara/dist/Mesa/src/egl/main/egldriver.c
    C xenocara/dist/Mesa/src/egl/main/egldriver.h
    C xenocara/dist/Mesa/src/egl/main/eglfallbacks.c
    C xenocara/dist/Mesa/src/egl/main/eglglobals.c
    C xenocara/dist/Mesa/src/egl/main/eglglobals.h
    C xenocara/dist/Mesa/src/egl/main/eglimage.c
    C xenocara/dist/Mesa/src/egl/main/eglimage.h
    C xenocara/dist/Mesa/src/egl/main/egllog.c
    C xenocara/dist/Mesa/src/egl/main/egllog.h
    C xenocara/dist/Mesa/src/egl/main/eglmisc.c
    C xenocara/dist/Mesa/src/egl/main/eglmisc.h
    C xenocara/dist/Mesa/src/egl/main/eglmode.c
    C xenocara/dist/Mesa/src/egl/main/eglmode.h
    C xenocara/dist/Mesa/src/egl/main/eglmutex.h
    C xenocara/dist/Mesa/src/egl/main/eglscreen.c
    C xenocara/dist/Mesa/src/egl/main/eglscreen.h
    C xenocara/dist/Mesa/src/egl/main/eglstring.c
    C xenocara/dist/Mesa/src/egl/main/eglstring.h
    C xenocara/dist/Mesa/src/egl/main/eglsurface.c
    C xenocara/dist/Mesa/src/egl/main/eglsurface.h
    C xenocara/dist/Mesa/src/egl/main/eglsync.c
    C xenocara/dist/Mesa/src/egl/main/eglsync.h
    C xenocara/dist/Mesa/src/egl/main/egltypedefs.h
    N xenocara/dist/Mesa/src/egl/wayland/Makefile.in
    N xenocara/dist/Mesa/src/egl/wayland/Makefile.am
    N xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in
    N xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am
    C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c
    C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h
    N xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
    N xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in
    N xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am
    C xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
    C xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c
    C xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
    U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface
    N xenocara/dist/Mesa/src/gallium/Android.common.mk
    N xenocara/dist/Mesa/src/gallium/Android.mk
    N xenocara/dist/Mesa/src/gallium/Automake.inc
    U xenocara/dist/Mesa/src/gallium/README.portability
    C xenocara/dist/Mesa/src/gallium/SConscript
    N xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in
    N xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk
    N xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am
    N xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/auxiliary/SConscript
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
    C xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h
    C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c
    C xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_xsp.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c
    N xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h
    N xenocara/dist/Mesa/src/gallium/drivers/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.c
    N xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.h
    N xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/i915/TODO
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h
    C xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_chipset.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_reg.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
    N xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
    N xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
    N xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h
    N xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv01_2d.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30-40_3d.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragprog.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragtex.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_miptree.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_push.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_query.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vbo.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state_validate.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_winsys.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_vertprog.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_verttex.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_fragprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_shader.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_vertprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_2d.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3d.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3ddefs.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_blit.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_debug.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_defs.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_draw.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_formats.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_miptree.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_push.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_shader_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state_validate.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj_tex.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_tex.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_texture.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_vbo.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_winsys.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_bsp.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_vp.c
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_driver.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_emit_nv50.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.h
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_2d.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3d.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3ddefs.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_draw.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_formats.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_graph_macros.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_m2mf.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_miptree.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_push.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_shader_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state_validate.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_stateobj.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_tex.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_transfer.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo_translate.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_bsp.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_ppp.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_vp.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_winsys.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.c
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_p2mf.xml.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm.h
    N xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvf0.asm.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c
    C xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
    N xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_buffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600_texture.c
    N xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h
    C xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_blit.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_buffer.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context_priv.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_query.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_texture.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_translate.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_compute.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_public.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_resource.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_uvd.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_streamout.c
    N xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h
    N xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/README
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c
    C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h
    N xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
    C xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
    N xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk
    N xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am
    N xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h
    N xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c
    N xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
    N xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in
    N xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am
    C xenocara/dist/Mesa/src/gallium/drivers/trace/README
    U xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c
    C xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c
    C xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript
    C xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c
    C xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h
    C xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/README
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/base.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compat.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/geometry.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk
    N xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript
    N xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am
    C xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript
    C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am
    N xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/README
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.am
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/SConscript
    N xenocara/dist/Mesa/src/gallium/state_trackers/xorg/compat-api.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_crtc.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_dri2.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_driver.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_output.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_winsys.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xv.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xvmc.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h
    N xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h
    N xenocara/dist/Mesa/src/gallium/targets/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/SConscript.dri
    N xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.am
    C xenocara/dist/Mesa/src/gallium/targets/dri-r300/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/target.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c
    N xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am
    C xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript
    C xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c
    N xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk
    N xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h
    C xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c
    N xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am
    C xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c
    N xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am
    C xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript
    C xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c
    N xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in
    N xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
    N xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/target.c
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/target.c
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/target.c
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/vmw_target.c
    N xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
    N xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_xorg.c
    N xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_target.c
    C xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
    N xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xorg-r600/target.c
    N xenocara/dist/Mesa/src/gallium/targets/xorg-r600/xorg.c
    N xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/target.c
    N xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/xorg.c
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/target.c
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.am
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/target.c
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.in
    N xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript
    C xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c
    C xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript
    C xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c
    N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript
    N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.c
    N xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.h
    C xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
    N xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in
    N xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am
    N xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c
    C xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c
    C xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c
    N xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in
    N xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am
    C xenocara/dist/Mesa/src/gallium/tests/unit/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c
    C xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c
    C xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/SConscript
    C xenocara/dist/Mesa/src/gallium/tests/graw/clear.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h
    C xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c
    N xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb
    C xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/tri.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
    N xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
    N xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
    C xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
    N xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
    N xenocara/dist/Mesa/src/gallium/winsys/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
    N xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
    N xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript
    C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
    C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
    C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
    C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
    C xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript
    C xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
    C xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h
    C xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources
    N xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
    N xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
    C xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h
    N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am
    N xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
    C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
    C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h
    C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
    C xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am
    C xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript
    C xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c
    C xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am
    C xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c
    C xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript
    C xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in
    N xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am
    C xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
    N xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk
    N xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp
    N xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript
    N xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp
    N xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h
    N xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
    N xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/docs/Makefile
    C xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt
    N xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt
    U xenocara/dist/Mesa/src/gallium/docs/make.bat
    C xenocara/dist/Mesa/src/gallium/docs/source/conf.py
    C xenocara/dist/Mesa/src/gallium/docs/source/context.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/distro.rst
    N xenocara/dist/Mesa/src/gallium/docs/source/format.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/index.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt
    U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/screen.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst
    C xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h
    N xenocara/dist/Mesa/src/gallium/include/pipe/p_video_decoder.h
    N xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h
    C xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h
    C xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh
    N xenocara/dist/Mesa/src/gallium/tools/trace/README.txt
    N xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt
    N xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py
    C xenocara/dist/Mesa/src/gallium/tools/trace/dump.py
    N xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py
    C xenocara/dist/Mesa/src/gallium/tools/trace/format.py
    C xenocara/dist/Mesa/src/gallium/tools/trace/model.py
    C xenocara/dist/Mesa/src/gallium/tools/trace/parse.py
    N xenocara/dist/Mesa/src/gbm/Makefile.in
    N xenocara/dist/Mesa/src/gbm/Makefile.am
    C xenocara/dist/Mesa/src/gbm/backends/dri/driver_name.c
    C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c
    C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h
    C xenocara/dist/Mesa/src/gbm/main/backend.c
    C xenocara/dist/Mesa/src/gbm/main/backend.h
    C xenocara/dist/Mesa/src/gbm/main/common.c
    C xenocara/dist/Mesa/src/gbm/main/common.h
    C xenocara/dist/Mesa/src/gbm/main/common_drm.h
    C xenocara/dist/Mesa/src/gbm/main/gbm.c
    C xenocara/dist/Mesa/src/gbm/main/gbm.h
    C xenocara/dist/Mesa/src/gbm/main/gbm.pc.in
    C xenocara/dist/Mesa/src/gbm/main/gbmint.h
    C xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_parser.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_parser.h
    N xenocara/dist/Mesa/src/glsl/Makefile.in
    N xenocara/dist/Mesa/src/glsl/Android.gen.mk
    N xenocara/dist/Mesa/src/glsl/Android.mk
    N xenocara/dist/Mesa/src/glsl/Makefile.am
    N xenocara/dist/Mesa/src/glsl/Makefile.sources
    U xenocara/dist/Mesa/src/glsl/README
    C xenocara/dist/Mesa/src/glsl/SConscript
    U xenocara/dist/Mesa/src/glsl/TODO
    C xenocara/dist/Mesa/src/glsl/ast.h
    N xenocara/dist/Mesa/src/glsl/ast_array_index.cpp
    C xenocara/dist/Mesa/src/glsl/ast_expr.cpp
    C xenocara/dist/Mesa/src/glsl/ast_function.cpp
    C xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp
    C xenocara/dist/Mesa/src/glsl/ast_type.cpp
    N xenocara/dist/Mesa/src/glsl/builtin_type_macros.h
    N xenocara/dist/Mesa/src/glsl/builtin_types.cpp
    N xenocara/dist/Mesa/src/glsl/builtin_variables.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_lexer.ll
    C xenocara/dist/Mesa/src/glsl/glsl_parser.yy
    C xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h
    C xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h
    C xenocara/dist/Mesa/src/glsl/glsl_types.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_types.h
    U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp
    C xenocara/dist/Mesa/src/glsl/ir.cpp
    C xenocara/dist/Mesa/src/glsl/ir.h
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.h
    N xenocara/dist/Mesa/src/glsl/ir_builder.cpp
    N xenocara/dist/Mesa/src/glsl/ir_builder.h
    C xenocara/dist/Mesa/src/glsl/ir_clone.cpp
    C xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp
    C xenocara/dist/Mesa/src/glsl/ir_function.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h
    U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp
    C xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp
    C xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h
    C xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp
    C xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp
    C xenocara/dist/Mesa/src/glsl/ir_optimization.h
    C xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp
    C xenocara/dist/Mesa/src/glsl/ir_print_visitor.h
    C xenocara/dist/Mesa/src/glsl/ir_reader.cpp
    U xenocara/dist/Mesa/src/glsl/ir_reader.h
    C xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h
    C xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp
    N xenocara/dist/Mesa/src/glsl/ir_uniform.h
    C xenocara/dist/Mesa/src/glsl/ir_validate.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h
    U xenocara/dist/Mesa/src/glsl/ir_visitor.h
    C xenocara/dist/Mesa/src/glsl/link_functions.cpp
    N xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp
    N xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp
    N xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h
    N xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp
    N xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp
    N xenocara/dist/Mesa/src/glsl/link_uniforms.cpp
    N xenocara/dist/Mesa/src/glsl/link_varyings.cpp
    N xenocara/dist/Mesa/src/glsl/link_varyings.h
    C xenocara/dist/Mesa/src/glsl/linker.cpp
    C xenocara/dist/Mesa/src/glsl/linker.h
    U xenocara/dist/Mesa/src/glsl/list.h
    C xenocara/dist/Mesa/src/glsl/loop_analysis.cpp
    C xenocara/dist/Mesa/src/glsl/loop_analysis.h
    U xenocara/dist/Mesa/src/glsl/loop_controls.cpp
    U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp
    N xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard.cpp
    N xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp
    C xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp
    C xenocara/dist/Mesa/src/glsl/lower_instructions.cpp
    C xenocara/dist/Mesa/src/glsl/lower_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp
    N xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/lower_noise.cpp
    N xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp
    N xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp
    N xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp
    C xenocara/dist/Mesa/src/glsl/main.cpp
    U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp
    N xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp
    C xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
    C xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
    C xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector.cpp
    N xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp
    U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp
    N xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp
    C xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp
    C xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp
    C xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp
    C xenocara/dist/Mesa/src/glsl/program.h
    C xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp
    C xenocara/dist/Mesa/src/glsl/ralloc.c
    C xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp
    N xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp
    C xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp
    C xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp
    N xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp
    N xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp
    C xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp
    C xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp
    U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp
    C xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp
    C xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp
    C xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.h
    C xenocara/dist/Mesa/src/glsl/s_expression.cpp
    C xenocara/dist/Mesa/src/glsl/s_expression.h
    N xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp
    N xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h
    U xenocara/dist/Mesa/src/glsl/strtod.c
    U xenocara/dist/Mesa/src/glsl/strtod.h
    N xenocara/dist/Mesa/src/glsl/test.cpp
    N xenocara/dist/Mesa/src/glsl/test_optpass.cpp
    N xenocara/dist/Mesa/src/glsl/test_optpass.h
    N xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.in
    N xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.am
    N xenocara/dist/Mesa/src/glsl/builtin_compiler/builtin_stubs.cpp
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h
    U xenocara/dist/Mesa/src/glsl/glcpp/README
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h
    U xenocara/dist/Mesa/src/glsl/glcpp/pp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c
    C xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
    N xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
    N xenocara/dist/Mesa/src/glsl/builtins/glsl/determinant.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/glsl/inverse.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/ir/abs.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/acos.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/acosh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/all.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/any.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/asin.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/asinh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/atan.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/atanh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/bitCount.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldExtract.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldInsert.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldReverse.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/ceil.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/clamp.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/cos.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/cosh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/cross.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/dFdx.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/dFdy.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/degrees.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/distance.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/dot.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/equal.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/exp.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/exp2.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/faceforward.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/findLSB.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/findMSB.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToInt.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToUint.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/floor.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/fract.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/ftransform.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/fwidth.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThan.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThanEqual.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/intBitsToFloat.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/inversesqrt.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/isinf.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/isnan.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/length.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/lessThan.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/lessThanEqual.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/log.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/log2.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/matrixCompMult.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/max.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/min.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/mix.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/mod.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/modf.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/noise1.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/noise2.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/noise3.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/noise4.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/normalize.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/not.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/notEqual.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/outerProduct.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/packHalf2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm4x8.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm4x8.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/pow.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/radians.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/reflect.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/refract.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/round.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/roundEven.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/sign.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/sin.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/sinh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/smoothstep.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/sqrt.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/step.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/tan.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/tanh.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/transpose.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/trunc.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/uintBitsToFloat.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/unpackHalf2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm4x8.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm2x16.ir
    N xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm4x8.ir
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/110.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/120.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.vert
    C xenocara/dist/Mesa/src/glsl/builtins/profiles/130.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/130.glsl
    C xenocara/dist/Mesa/src/glsl/builtins/profiles/130.vert
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/140.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/140.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/150.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/150.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_gpu_shader5.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_bit_encoding.glsl
    C xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shading_language_packing.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_multisample.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_query_lod.frag
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_rectangle.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.vert
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_EGL_image_external.glsl
    N xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_standard_derivatives.frag
    C xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.frag
    C xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.vert
    C xenocara/dist/Mesa/src/glsl/builtins/tools/generate_builtins.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_matrixCompMultGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_outerProductGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_transposeGLSL.py
    C xenocara/dist/Mesa/src/glsl/builtins/tools/texture_builtins.py
    N xenocara/dist/Mesa/src/glsl/tests/compare_ir
    N xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp
    N xenocara/dist/Mesa/src/glsl/tests/optimization-test
    N xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp
    N xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp
    N xenocara/dist/Mesa/src/glsl/tests/sexps.py
    N xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp
    N xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test
    N xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    N xenocara/dist/Mesa/src/glx/Makefile.in
    N xenocara/dist/Mesa/src/glx/Makefile.am
    N xenocara/dist/Mesa/src/glx/SConscript
    C xenocara/dist/Mesa/src/glx/XF86dri.c
    C xenocara/dist/Mesa/src/glx/applegl_glx.c
    C xenocara/dist/Mesa/src/glx/clientattrib.c
    N xenocara/dist/Mesa/src/glx/clientinfo.c
    C xenocara/dist/Mesa/src/glx/compsize.c
    N xenocara/dist/Mesa/src/glx/create_context.c
    C xenocara/dist/Mesa/src/glx/dri2.c
    C xenocara/dist/Mesa/src/glx/dri2.h
    C xenocara/dist/Mesa/src/glx/dri2_glx.c
    C xenocara/dist/Mesa/src/glx/dri_common.c
    C xenocara/dist/Mesa/src/glx/dri_common.h
    C xenocara/dist/Mesa/src/glx/dri_glx.c
    C xenocara/dist/Mesa/src/glx/drisw_glx.c
    U xenocara/dist/Mesa/src/glx/eval.c
    N xenocara/dist/Mesa/src/glx/glx_error.c
    N xenocara/dist/Mesa/src/glx/glx_error.h
    C xenocara/dist/Mesa/src/glx/glx_pbuffer.c
    C xenocara/dist/Mesa/src/glx/glx_query.c
    U xenocara/dist/Mesa/src/glx/pixel.c
    C xenocara/dist/Mesa/src/glx/glxclient.h
    C xenocara/dist/Mesa/src/glx/glxcmds.c
    C xenocara/dist/Mesa/src/glx/glxconfig.c
    C xenocara/dist/Mesa/src/glx/glxconfig.h
    C xenocara/dist/Mesa/src/glx/glxcurrent.c
    C xenocara/dist/Mesa/src/glx/glxext.c
    C xenocara/dist/Mesa/src/glx/glxextensions.c
    C xenocara/dist/Mesa/src/glx/glxextensions.h
    U xenocara/dist/Mesa/src/glx/glxhash.c
    U xenocara/dist/Mesa/src/glx/glxhash.h
    C xenocara/dist/Mesa/src/glx/indirect_glx.c
    U xenocara/dist/Mesa/src/glx/indirect_init.h
    C xenocara/dist/Mesa/src/glx/indirect_texture_compression.c
    C xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c
    C xenocara/dist/Mesa/src/glx/indirect_vertex_array.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h
    C xenocara/dist/Mesa/src/glx/indirect_vertex_program.c
    C xenocara/dist/Mesa/src/glx/indirect_window_pos.c
    U xenocara/dist/Mesa/src/glx/packrender.h
    U xenocara/dist/Mesa/src/glx/packsingle.h
    U xenocara/dist/Mesa/src/glx/pixelstore.c
    C xenocara/dist/Mesa/src/glx/render2.c
    C xenocara/dist/Mesa/src/glx/renderpix.c
    C xenocara/dist/Mesa/src/glx/single2.c
    C xenocara/dist/Mesa/src/glx/singlepix.c
    U xenocara/dist/Mesa/src/glx/vertarr.c
    U xenocara/dist/Mesa/src/glx/xf86dri.h
    U xenocara/dist/Mesa/src/glx/xf86dristr.h
    C xenocara/dist/Mesa/src/glx/xfont.c
    N xenocara/dist/Mesa/src/glx/tests/Makefile.in
    N xenocara/dist/Mesa/src/glx/tests/Makefile.am
    N xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp
    N xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp
    N xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp
    N xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp
    N xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h
    N xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp
    N xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h
    C xenocara/dist/Mesa/src/glx/apple/Makefile
    U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES
    U xenocara/dist/Mesa/src/glx/apple/TODO
    C xenocara/dist/Mesa/src/glx/apple/apple_cgl.c
    C xenocara/dist/Mesa/src/glx/apple/apple_cgl.h
    C xenocara/dist/Mesa/src/glx/apple/apple_glapi.c
    C xenocara/dist/Mesa/src/glx/apple/apple_glx.c
    C xenocara/dist/Mesa/src/glx/apple/apple_glx.h
    C xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h
    C xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h
    N xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c
    N xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h
    C xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c
    C xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c
    C xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c
    C xenocara/dist/Mesa/src/glx/apple/apple_visual.c
    C xenocara/dist/Mesa/src/glx/apple/apple_visual.h
    C xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h
    C xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c
    C xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c
    C xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c
    C xenocara/dist/Mesa/src/glx/apple/appledri.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.h
    U xenocara/dist/Mesa/src/glx/apple/appledristr.h
    U xenocara/dist/Mesa/src/glx/apple/glx_empty.c
    C xenocara/dist/Mesa/src/glx/apple/glxreply.c
    N xenocara/dist/Mesa/src/gtest/Makefile.in
    N xenocara/dist/Mesa/src/gtest/Makefile.am
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h
    N xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
    N xenocara/dist/Mesa/src/gtest/src/gtest-all.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h
    N xenocara/dist/Mesa/src/gtest/src/gtest-port.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest.cc
    N xenocara/dist/Mesa/src/gtest/src/gtest_main.cc
    N xenocara/dist/Mesa/src/mapi/Makefile.in
    N xenocara/dist/Mesa/src/mapi/Android.mk
    N xenocara/dist/Mesa/src/mapi/Makefile.am
    N xenocara/dist/Mesa/src/mapi/Makefile.sources
    N xenocara/dist/Mesa/src/mapi/entry.c
    N xenocara/dist/Mesa/src/mapi/entry.h
    N xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h
    N xenocara/dist/Mesa/src/mapi/entry_x86_tls.h
    N xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h
    N xenocara/dist/Mesa/src/mapi/mapi.c
    N xenocara/dist/Mesa/src/mapi/mapi.h
    N xenocara/dist/Mesa/src/mapi/mapi_abi.py
    N xenocara/dist/Mesa/src/mapi/mapi_glapi.c
    N xenocara/dist/Mesa/src/mapi/mapi_tmp.h
    N xenocara/dist/Mesa/src/mapi/stub.c
    N xenocara/dist/Mesa/src/mapi/stub.h
    N xenocara/dist/Mesa/src/mapi/table.c
    N xenocara/dist/Mesa/src/mapi/table.h
    N xenocara/dist/Mesa/src/mapi/u_compiler.h
    N xenocara/dist/Mesa/src/mapi/u_current.c
    N xenocara/dist/Mesa/src/mapi/u_current.h
    N xenocara/dist/Mesa/src/mapi/u_execmem.c
    N xenocara/dist/Mesa/src/mapi/u_execmem.h
    N xenocara/dist/Mesa/src/mapi/u_macros.h
    N xenocara/dist/Mesa/src/mapi/u_thread.h
    N xenocara/dist/Mesa/src/mapi/es1api/Makefile.in
    N xenocara/dist/Mesa/src/mapi/es1api/ABI-check
    N xenocara/dist/Mesa/src/mapi/es1api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in
    N xenocara/dist/Mesa/src/mapi/es2api/Makefile.in
    N xenocara/dist/Mesa/src/mapi/es2api/ABI-check
    N xenocara/dist/Mesa/src/mapi/es2api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in
    N xenocara/dist/Mesa/src/mapi/glapi/Makefile.in
    N xenocara/dist/Mesa/src/mapi/glapi/Makefile.am
    N xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources
    C xenocara/dist/Mesa/src/mapi/glapi/SConscript
    C xenocara/dist/Mesa/src/mapi/glapi/glapi.c
    C xenocara/dist/Mesa/src/mapi/glapi/glapi.h
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.c
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.h
    N xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in
    C xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml
    C xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml
    N xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript
    C xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_doc.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py
    N xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py
    C xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py
    N xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk
    U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh
    U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py
    N xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in
    N xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am
    N xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp
    N xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in
    N xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am
    C xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript
    N xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in
    N xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am
    N xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp
    N xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in
    N xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am
    C xenocara/dist/Mesa/src/mapi/vgapi/SConscript
    U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in
    U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv
    N xenocara/dist/Mesa/src/mesa/Makefile.in
    N xenocara/dist/Mesa/src/mesa/Android.gen.mk
    N xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk
    N xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk
    N xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk
    N xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk
    N xenocara/dist/Mesa/src/mesa/Android.mk
    N xenocara/dist/Mesa/src/mesa/Makefile.am
    N xenocara/dist/Mesa/src/mesa/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/SConscript
    C xenocara/dist/Mesa/src/mesa/gl.pc.in
    C xenocara/dist/Mesa/src/mesa/drivers/SConscript
    N xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk
    N xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am
    C xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/drisw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
    C xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_clip_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
    N xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile
    N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
    N xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
    N xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
    N xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am
    C xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript
    C xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def
    N xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in
    N xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in
    N xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am
    N xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript
    C xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h
    C xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h
    C xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h
    C xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c
    C xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h
    C xenocara/dist/Mesa/src/mesa/drivers/common/meta.c
    C xenocara/dist/Mesa/src/mesa/drivers/common/meta.h
    C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h
    C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def
    C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c
    C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c
    C xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h
    N xenocara/dist/Mesa/src/mesa/libdricore/Makefile.in
    N xenocara/dist/Mesa/src/mesa/libdricore/Makefile.am
    C xenocara/dist/Mesa/src/mesa/main/accum.c
    C xenocara/dist/Mesa/src/mesa/main/accum.h
    C xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c
    C xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h
    C xenocara/dist/Mesa/src/mesa/main/api_exec.h
    C xenocara/dist/Mesa/src/mesa/main/api_loopback.c
    C xenocara/dist/Mesa/src/mesa/main/api_loopback.h
    C xenocara/dist/Mesa/src/mesa/main/api_validate.c
    C xenocara/dist/Mesa/src/mesa/main/api_validate.h
    C xenocara/dist/Mesa/src/mesa/main/arbprogram.c
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.h
    C xenocara/dist/Mesa/src/mesa/main/arrayobj.c
    C xenocara/dist/Mesa/src/mesa/main/arrayobj.h
    C xenocara/dist/Mesa/src/mesa/main/atifragshader.c
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.h
    C xenocara/dist/Mesa/src/mesa/main/attrib.c
    C xenocara/dist/Mesa/src/mesa/main/attrib.h
    C xenocara/dist/Mesa/src/mesa/main/bitset.h
    C xenocara/dist/Mesa/src/mesa/main/blend.c
    C xenocara/dist/Mesa/src/mesa/main/blend.h
    C xenocara/dist/Mesa/src/mesa/main/bufferobj.c
    C xenocara/dist/Mesa/src/mesa/main/bufferobj.h
    C xenocara/dist/Mesa/src/mesa/main/buffers.c
    C xenocara/dist/Mesa/src/mesa/main/buffers.h
    C xenocara/dist/Mesa/src/mesa/main/clear.c
    C xenocara/dist/Mesa/src/mesa/main/clear.h
    C xenocara/dist/Mesa/src/mesa/main/clip.c
    C xenocara/dist/Mesa/src/mesa/main/clip.h
    C xenocara/dist/Mesa/src/mesa/main/colormac.h
    C xenocara/dist/Mesa/src/mesa/main/colortab.c
    C xenocara/dist/Mesa/src/mesa/main/colortab.h
    C xenocara/dist/Mesa/src/mesa/main/compiler.h
    C xenocara/dist/Mesa/src/mesa/main/condrender.c
    C xenocara/dist/Mesa/src/mesa/main/condrender.h
    C xenocara/dist/Mesa/src/mesa/main/config.h
    C xenocara/dist/Mesa/src/mesa/main/context.c
    C xenocara/dist/Mesa/src/mesa/main/context.h
    C xenocara/dist/Mesa/src/mesa/main/convolve.c
    C xenocara/dist/Mesa/src/mesa/main/convolve.h
    U xenocara/dist/Mesa/src/mesa/main/core.h
    C xenocara/dist/Mesa/src/mesa/main/cpuinfo.c
    C xenocara/dist/Mesa/src/mesa/main/cpuinfo.h
    C xenocara/dist/Mesa/src/mesa/main/dd.h
    C xenocara/dist/Mesa/src/mesa/main/debug.c
    C xenocara/dist/Mesa/src/mesa/main/debug.h
    C xenocara/dist/Mesa/src/mesa/main/depth.c
    U xenocara/dist/Mesa/src/mesa/main/depth.h
    C xenocara/dist/Mesa/src/mesa/main/dlist.c
    C xenocara/dist/Mesa/src/mesa/main/dlist.h
    C xenocara/dist/Mesa/src/mesa/main/dlopen.h
    C xenocara/dist/Mesa/src/mesa/main/drawpix.c
    C xenocara/dist/Mesa/src/mesa/main/drawpix.h
    C xenocara/dist/Mesa/src/mesa/main/drawtex.c
    U xenocara/dist/Mesa/src/mesa/main/drawtex.h
    C xenocara/dist/Mesa/src/mesa/main/enable.c
    C xenocara/dist/Mesa/src/mesa/main/enable.h
    C xenocara/dist/Mesa/src/mesa/main/enums.h
    N xenocara/dist/Mesa/src/mesa/main/errors.c
    N xenocara/dist/Mesa/src/mesa/main/errors.h
    N xenocara/dist/Mesa/src/mesa/main/es1_conversion.c
    N xenocara/dist/Mesa/src/mesa/main/es1_conversion.h
    C xenocara/dist/Mesa/src/mesa/main/eval.c
    C xenocara/dist/Mesa/src/mesa/main/eval.h
    C xenocara/dist/Mesa/src/mesa/main/execmem.c
    C xenocara/dist/Mesa/src/mesa/main/extensions.c
    C xenocara/dist/Mesa/src/mesa/main/extensions.h
    C xenocara/dist/Mesa/src/mesa/main/fbobject.c
    C xenocara/dist/Mesa/src/mesa/main/fbobject.h
    C xenocara/dist/Mesa/src/mesa/main/feedback.c
    C xenocara/dist/Mesa/src/mesa/main/feedback.h
    C xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp
    C xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h
    C xenocara/dist/Mesa/src/mesa/main/fog.c
    U xenocara/dist/Mesa/src/mesa/main/fog.h
    N xenocara/dist/Mesa/src/mesa/main/format_pack.c
    N xenocara/dist/Mesa/src/mesa/main/format_pack.h
    N xenocara/dist/Mesa/src/mesa/main/format_unpack.c
    N xenocara/dist/Mesa/src/mesa/main/format_unpack.h
    N xenocara/dist/Mesa/src/mesa/main/formatquery.c
    N xenocara/dist/Mesa/src/mesa/main/formatquery.h
    C xenocara/dist/Mesa/src/mesa/main/formats.c
    C xenocara/dist/Mesa/src/mesa/main/formats.h
    C xenocara/dist/Mesa/src/mesa/main/framebuffer.c
    C xenocara/dist/Mesa/src/mesa/main/framebuffer.h
    C xenocara/dist/Mesa/src/mesa/main/get.c
    C xenocara/dist/Mesa/src/mesa/main/get.h
    N xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py
    N xenocara/dist/Mesa/src/mesa/main/get_hash_params.py
    C xenocara/dist/Mesa/src/mesa/main/getstring.c
    N xenocara/dist/Mesa/src/mesa/main/glformats.c
    N xenocara/dist/Mesa/src/mesa/main/glformats.h
    C xenocara/dist/Mesa/src/mesa/main/glheader.h
    C xenocara/dist/Mesa/src/mesa/main/hash.c
    C xenocara/dist/Mesa/src/mesa/main/hash.h
    N xenocara/dist/Mesa/src/mesa/main/hash_table.c
    C xenocara/dist/Mesa/src/mesa/main/hint.c
    N xenocara/dist/Mesa/src/mesa/main/hash_table.h
    U xenocara/dist/Mesa/src/mesa/main/hint.h
    C xenocara/dist/Mesa/src/mesa/main/histogram.c
    C xenocara/dist/Mesa/src/mesa/main/histogram.h
    C xenocara/dist/Mesa/src/mesa/main/image.c
    C xenocara/dist/Mesa/src/mesa/main/image.h
    C xenocara/dist/Mesa/src/mesa/main/imports.c
    C xenocara/dist/Mesa/src/mesa/main/imports.h
    C xenocara/dist/Mesa/src/mesa/main/light.c
    C xenocara/dist/Mesa/src/mesa/main/light.h
    C xenocara/dist/Mesa/src/mesa/main/lines.c
    U xenocara/dist/Mesa/src/mesa/main/lines.h
    C xenocara/dist/Mesa/src/mesa/main/macros.h
    C xenocara/dist/Mesa/src/mesa/main/matrix.c
    C xenocara/dist/Mesa/src/mesa/main/matrix.h
    C xenocara/dist/Mesa/src/mesa/main/mipmap.c
    C xenocara/dist/Mesa/src/mesa/main/mipmap.h
    C xenocara/dist/Mesa/src/mesa/main/mm.c
    U xenocara/dist/Mesa/src/mesa/main/mm.h
    C xenocara/dist/Mesa/src/mesa/main/mtypes.h
    C xenocara/dist/Mesa/src/mesa/main/multisample.c
    C xenocara/dist/Mesa/src/mesa/main/multisample.h
    C xenocara/dist/Mesa/src/mesa/main/pack.c
    U xenocara/dist/Mesa/src/mesa/main/pack.h
    N xenocara/dist/Mesa/src/mesa/main/pack_tmp.h
    C xenocara/dist/Mesa/src/mesa/main/pbo.c
    C xenocara/dist/Mesa/src/mesa/main/pbo.h
    C xenocara/dist/Mesa/src/mesa/main/pixel.c
    C xenocara/dist/Mesa/src/mesa/main/pixel.h
    C xenocara/dist/Mesa/src/mesa/main/pixelstore.c
    C xenocara/dist/Mesa/src/mesa/main/pixelstore.h
    C xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h
    C xenocara/dist/Mesa/src/mesa/main/points.c
    C xenocara/dist/Mesa/src/mesa/main/points.h
    C xenocara/dist/Mesa/src/mesa/main/polygon.c
    C xenocara/dist/Mesa/src/mesa/main/polygon.h
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.c
    N xenocara/dist/Mesa/src/mesa/main/querymatrix.h
    C xenocara/dist/Mesa/src/mesa/main/queryobj.c
    C xenocara/dist/Mesa/src/mesa/main/queryobj.h
    C xenocara/dist/Mesa/src/mesa/main/rastpos.c
    C xenocara/dist/Mesa/src/mesa/main/rastpos.h
    C xenocara/dist/Mesa/src/mesa/main/readpix.c
    C xenocara/dist/Mesa/src/mesa/main/readpix.h
    C xenocara/dist/Mesa/src/mesa/main/remap.c
    C xenocara/dist/Mesa/src/mesa/main/remap.h
    C xenocara/dist/Mesa/src/mesa/main/renderbuffer.c
    C xenocara/dist/Mesa/src/mesa/main/renderbuffer.h
    C xenocara/dist/Mesa/src/mesa/main/samplerobj.c
    C xenocara/dist/Mesa/src/mesa/main/samplerobj.h
    C xenocara/dist/Mesa/src/mesa/main/scissor.c
    C xenocara/dist/Mesa/src/mesa/main/scissor.h
    N xenocara/dist/Mesa/src/mesa/main/set.c
    N xenocara/dist/Mesa/src/mesa/main/set.h
    N xenocara/dist/Mesa/src/mesa/main/shader_query.cpp
    C xenocara/dist/Mesa/src/mesa/main/shaderapi.c
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.h
    C xenocara/dist/Mesa/src/mesa/main/shaderobj.c
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.h
    C xenocara/dist/Mesa/src/mesa/main/shared.c
    C xenocara/dist/Mesa/src/mesa/main/shared.h
    C xenocara/dist/Mesa/src/mesa/main/simple_list.h
    C xenocara/dist/Mesa/src/mesa/main/state.c
    C xenocara/dist/Mesa/src/mesa/main/state.h
    C xenocara/dist/Mesa/src/mesa/main/stencil.c
    C xenocara/dist/Mesa/src/mesa/main/stencil.h
    C xenocara/dist/Mesa/src/mesa/main/syncobj.c
    C xenocara/dist/Mesa/src/mesa/main/syncobj.h
    C xenocara/dist/Mesa/src/mesa/main/texcompress.c
    C xenocara/dist/Mesa/src/mesa/main/texcompress.h
    N xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c
    N xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h
    N xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c
    C xenocara/dist/Mesa/src/mesa/main/texenv.c
    N xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h
    N xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h
    C xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c
    C xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h
    C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c
    C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h
    C xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h
    C xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c
    C xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h
    C xenocara/dist/Mesa/src/mesa/main/texenv.h
    C xenocara/dist/Mesa/src/mesa/main/texenvprogram.h
    C xenocara/dist/Mesa/src/mesa/main/texformat.c
    C xenocara/dist/Mesa/src/mesa/main/texformat.h
    C xenocara/dist/Mesa/src/mesa/main/texgen.c
    C xenocara/dist/Mesa/src/mesa/main/texgen.h
    C xenocara/dist/Mesa/src/mesa/main/texgetimage.c
    C xenocara/dist/Mesa/src/mesa/main/texgetimage.h
    C xenocara/dist/Mesa/src/mesa/main/teximage.c
    C xenocara/dist/Mesa/src/mesa/main/teximage.h
    C xenocara/dist/Mesa/src/mesa/main/texobj.c
    C xenocara/dist/Mesa/src/mesa/main/texobj.h
    C xenocara/dist/Mesa/src/mesa/main/texparam.c
    C xenocara/dist/Mesa/src/mesa/main/texparam.h
    C xenocara/dist/Mesa/src/mesa/main/texstate.c
    C xenocara/dist/Mesa/src/mesa/main/texstate.h
    N xenocara/dist/Mesa/src/mesa/main/texstorage.c
    N xenocara/dist/Mesa/src/mesa/main/texstorage.h
    C xenocara/dist/Mesa/src/mesa/main/texstore.c
    C xenocara/dist/Mesa/src/mesa/main/texstore.h
    C xenocara/dist/Mesa/src/mesa/main/texturebarrier.c
    C xenocara/dist/Mesa/src/mesa/main/texturebarrier.h
    C xenocara/dist/Mesa/src/mesa/main/transformfeedback.c
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h
    N xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp
    C xenocara/dist/Mesa/src/mesa/main/uniforms.c
    C xenocara/dist/Mesa/src/mesa/main/uniforms.h
    C xenocara/dist/Mesa/src/mesa/main/varray.c
    C xenocara/dist/Mesa/src/mesa/main/varray.h
    C xenocara/dist/Mesa/src/mesa/main/version.c
    C xenocara/dist/Mesa/src/mesa/main/version.h
    C xenocara/dist/Mesa/src/mesa/main/viewport.c
    C xenocara/dist/Mesa/src/mesa/main/viewport.h
    C xenocara/dist/Mesa/src/mesa/main/vtxfmt.c
    C xenocara/dist/Mesa/src/mesa/main/vtxfmt.h
    N xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in
    N xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am
    N xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp
    N xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp
    N xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c
    N xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c
    C xenocara/dist/Mesa/src/mesa/program/lex.yy.c
    N xenocara/dist/Mesa/src/mesa/program/Makefile.in
    C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c
    C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h
    N xenocara/dist/Mesa/src/mesa/program/Android.mk
    N xenocara/dist/Mesa/src/mesa/program/Makefile.am
    C xenocara/dist/Mesa/src/mesa/program/arbprogparse.c
    C xenocara/dist/Mesa/src/mesa/program/arbprogparse.h
    C xenocara/dist/Mesa/src/mesa/program/hash_table.h
    C xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp
    C xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h
    C xenocara/dist/Mesa/src/mesa/program/prog_cache.c
    C xenocara/dist/Mesa/src/mesa/program/prog_cache.h
    C xenocara/dist/Mesa/src/mesa/program/prog_execute.c
    C xenocara/dist/Mesa/src/mesa/program/prog_execute.h
    N xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c
    C xenocara/dist/Mesa/src/mesa/program/prog_instruction.h
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.c
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.h
    N xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c
    C xenocara/dist/Mesa/src/mesa/program/prog_optimize.c
    C xenocara/dist/Mesa/src/mesa/program/prog_optimize.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h
    C xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h
    C xenocara/dist/Mesa/src/mesa/program/prog_print.c
    U xenocara/dist/Mesa/src/mesa/program/prog_print.h
    C xenocara/dist/Mesa/src/mesa/program/prog_statevars.c
    C xenocara/dist/Mesa/src/mesa/program/prog_statevars.h
    C xenocara/dist/Mesa/src/mesa/program/program.c
    U xenocara/dist/Mesa/src/mesa/program/program.h
    U xenocara/dist/Mesa/src/mesa/program/program_lexer.l
    C xenocara/dist/Mesa/src/mesa/program/program_parse.y
    U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c
    U xenocara/dist/Mesa/src/mesa/program/program_parser.h
    C xenocara/dist/Mesa/src/mesa/program/programopt.c
    C xenocara/dist/Mesa/src/mesa/program/programopt.h
    C xenocara/dist/Mesa/src/mesa/program/register_allocate.c
    C xenocara/dist/Mesa/src/mesa/program/register_allocate.h
    C xenocara/dist/Mesa/src/mesa/program/sampler.cpp
    U xenocara/dist/Mesa/src/mesa/program/sampler.h
    N xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.c
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.h
    N xenocara/dist/Mesa/src/mesa/x86-64/Makefile.in
    N xenocara/dist/Mesa/src/mesa/x86-64/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt
    C xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c
    C xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h
    C xenocara/dist/Mesa/src/mesa/x86-64/xform4.S
    N xenocara/dist/Mesa/src/mesa/x86/Makefile.in
    C xenocara/dist/Mesa/src/mesa/x86/3dnow.c
    C xenocara/dist/Mesa/src/mesa/x86/3dnow.h
    C xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S
    C xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S
    C xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S
    C xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S
    C xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S
    N xenocara/dist/Mesa/src/mesa/x86/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86/assyntax.h
    C xenocara/dist/Mesa/src/mesa/x86/clip_args.h
    C xenocara/dist/Mesa/src/mesa/x86/common_x86.c
    C xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S
    C xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h
    C xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h
    C xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c
    C xenocara/dist/Mesa/src/mesa/x86/mmx.h
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h
    C xenocara/dist/Mesa/src/mesa/x86/norm_args.h
    C xenocara/dist/Mesa/src/mesa/x86/sse.c
    C xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h
    C xenocara/dist/Mesa/src/mesa/x86/sse.h
    C xenocara/dist/Mesa/src/mesa/x86/sse_normal.S
    C xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S
    C xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S
    C xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S
    C xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S
    C xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S
    C xenocara/dist/Mesa/src/mesa/x86/x86_xform.c
    C xenocara/dist/Mesa/src/mesa/x86/x86_xform.h
    C xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S
    C xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S
    C xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S
    C xenocara/dist/Mesa/src/mesa/x86/xform_args.h
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h
    C xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug.h
    C xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c
    C xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c
    C xenocara/dist/Mesa/src/mesa/math/m_debug_util.h
    C xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h
    C xenocara/dist/Mesa/src/mesa/math/m_eval.c
    C xenocara/dist/Mesa/src/mesa/math/m_eval.h
    C xenocara/dist/Mesa/src/mesa/math/m_matrix.c
    C xenocara/dist/Mesa/src/mesa/math/m_matrix.h
    U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h
    C xenocara/dist/Mesa/src/mesa/math/m_translate.c
    C xenocara/dist/Mesa/src/mesa/math/m_translate.h
    C xenocara/dist/Mesa/src/mesa/math/m_vector.c
    C xenocara/dist/Mesa/src/mesa/math/m_vector.h
    C xenocara/dist/Mesa/src/mesa/math/m_xform.c
    C xenocara/dist/Mesa/src/mesa/math/m_xform.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h
    U xenocara/dist/Mesa/src/mesa/sparc/norm.S
    C xenocara/dist/Mesa/src/mesa/sparc/sparc.c
    C xenocara/dist/Mesa/src/mesa/sparc/sparc.h
    N xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h
    U xenocara/dist/Mesa/src/mesa/sparc/xform.S
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h
    N xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h
    N xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c
    N xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h
    N xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
    N xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h
    U xenocara/dist/Mesa/src/mesa/swrast/NOTES
    C xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_blend.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_blend.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_blit.c
    N xenocara/dist/Mesa/src/mesa/swrast/s_chan.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_clear.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_context.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_context.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_depth.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_depth.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_fog.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_fog.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_lines.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_lines.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_logic.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_logic.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_masking.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_masking.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_points.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_points.h
    N xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c
    N xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_span.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_span.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c
    N xenocara/dist/Mesa/src/mesa/swrast/s_texture.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h
    N xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c
    N xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h
    N xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h
    C xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c
    C xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h
    C xenocara/dist/Mesa/src/mesa/swrast/swrast.h
    C xenocara/dist/Mesa/src/mesa/tnl/NOTES
    C xenocara/dist/Mesa/src/mesa/tnl/t_context.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_context.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_draw.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h
    C xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c
    C xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h
    C xenocara/dist/Mesa/src/mesa/tnl/tnl.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h
    C xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h
    C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
    C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h
    C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h
    C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h
    C xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c
    N xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c
    N xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h
    N xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c
    C xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c
    C xenocara/dist/Mesa/src/getopt/SConscript
    C xenocara/dist/Mesa/src/getopt/getopt.h
    C xenocara/dist/Mesa/src/getopt/getopt_long.c
    C xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt
    U xenocara/dist/Mesa/docs/COPYING
    C xenocara/dist/Mesa/docs/GL3.txt
    U xenocara/dist/Mesa/docs/README.CYGWIN
    U xenocara/dist/Mesa/docs/README.MITS
    U xenocara/dist/Mesa/docs/README.QUAKE
    U xenocara/dist/Mesa/docs/README.THREADS
    N xenocara/dist/Mesa/docs/README.UVD
    C xenocara/dist/Mesa/docs/README.WIN32
    U xenocara/dist/Mesa/docs/VERSIONS
    N xenocara/dist/Mesa/docs/application-issues.html
    C xenocara/dist/Mesa/docs/autoconf.html
    C xenocara/dist/Mesa/docs/bugs.html
    U xenocara/dist/Mesa/docs/conform.html
    C xenocara/dist/Mesa/docs/contents.html
    U xenocara/dist/Mesa/docs/debugging.html
    U xenocara/dist/Mesa/docs/developers.html
    C xenocara/dist/Mesa/docs/devinfo.html
    C xenocara/dist/Mesa/docs/dispatch.html
    C xenocara/dist/Mesa/docs/download.html
    C xenocara/dist/Mesa/docs/egl.html
    C xenocara/dist/Mesa/docs/envvars.html
    C xenocara/dist/Mesa/docs/extensions.html
    C xenocara/dist/Mesa/docs/faq.html
    C xenocara/dist/Mesa/docs/gears.png
    C xenocara/dist/Mesa/docs/helpwanted.html
    U xenocara/dist/Mesa/docs/index.html
    C xenocara/dist/Mesa/docs/install.html
    C xenocara/dist/Mesa/docs/intro.html
    C xenocara/dist/Mesa/docs/libGL.txt
    C xenocara/dist/Mesa/docs/license.html
    C xenocara/dist/Mesa/docs/lists.html
    C xenocara/dist/Mesa/docs/llvmpipe.html
    U xenocara/dist/Mesa/docs/mangling.html
    C xenocara/dist/Mesa/docs/mesa.css
    C xenocara/dist/Mesa/docs/opengles.html
    C xenocara/dist/Mesa/docs/openvg.html
    C xenocara/dist/Mesa/docs/osmesa.html
    C xenocara/dist/Mesa/docs/patents.txt
    U xenocara/dist/Mesa/docs/perf.html
    N xenocara/dist/Mesa/docs/postprocess.html
    C xenocara/dist/Mesa/docs/precompiled.html
    C xenocara/dist/Mesa/docs/relnotes.html
    C xenocara/dist/Mesa/docs/repository.html
    C xenocara/dist/Mesa/docs/shading.html
    U xenocara/dist/Mesa/docs/sourcedocs.html
    C xenocara/dist/Mesa/docs/sourcetree.html
    C xenocara/dist/Mesa/docs/systems.html
    U xenocara/dist/Mesa/docs/thanks.html
    U xenocara/dist/Mesa/docs/utilities.html
    U xenocara/dist/Mesa/docs/versions.html
    N xenocara/dist/Mesa/docs/viewperf.html
    N xenocara/dist/Mesa/docs/vmware-guest.html
    C xenocara/dist/Mesa/docs/webmaster.html
    C xenocara/dist/Mesa/docs/xlibdriver.html
    N xenocara/dist/Mesa/docs/relnotes/3.1
    N xenocara/dist/Mesa/docs/relnotes/3.2
    N xenocara/dist/Mesa/docs/relnotes/3.2.1
    N xenocara/dist/Mesa/docs/relnotes/3.3
    N xenocara/dist/Mesa/docs/relnotes/3.4
    N xenocara/dist/Mesa/docs/relnotes/3.4.1
    N xenocara/dist/Mesa/docs/relnotes/3.4.2
    N xenocara/dist/Mesa/docs/relnotes/3.5
    N xenocara/dist/Mesa/docs/relnotes/4.0
    N xenocara/dist/Mesa/docs/relnotes/4.0.1
    N xenocara/dist/Mesa/docs/relnotes/4.0.2
    N xenocara/dist/Mesa/docs/relnotes/4.0.3
    N xenocara/dist/Mesa/docs/relnotes/4.1
    N xenocara/dist/Mesa/docs/relnotes/5.0
    N xenocara/dist/Mesa/docs/relnotes/5.0.1
    N xenocara/dist/Mesa/docs/relnotes/5.0.2
    N xenocara/dist/Mesa/docs/relnotes/5.1
    N xenocara/dist/Mesa/docs/relnotes/6.0
    N xenocara/dist/Mesa/docs/relnotes/6.0.1
    N xenocara/dist/Mesa/docs/relnotes/6.1
    N xenocara/dist/Mesa/docs/relnotes/6.2
    N xenocara/dist/Mesa/docs/relnotes/6.2.1
    N xenocara/dist/Mesa/docs/relnotes/6.3
    N xenocara/dist/Mesa/docs/relnotes/6.3.1
    N xenocara/dist/Mesa/docs/relnotes/6.3.2
    N xenocara/dist/Mesa/docs/relnotes/6.4
    N xenocara/dist/Mesa/docs/relnotes/6.4.1.html
    N xenocara/dist/Mesa/docs/relnotes/6.4.2.html
    N xenocara/dist/Mesa/docs/relnotes/6.4.html
    N xenocara/dist/Mesa/docs/relnotes/6.5.1.html
    N xenocara/dist/Mesa/docs/relnotes/6.5.2.html
    N xenocara/dist/Mesa/docs/relnotes/6.5.3.html
    N xenocara/dist/Mesa/docs/relnotes/6.5.html
    N xenocara/dist/Mesa/docs/relnotes/7.0.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.0.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.0.3.html
    N xenocara/dist/Mesa/docs/relnotes/7.0.4.html
    N xenocara/dist/Mesa/docs/relnotes/7.0.html
    N xenocara/dist/Mesa/docs/relnotes/7.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.10.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.10.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.10.3.html
    N xenocara/dist/Mesa/docs/relnotes/7.10.html
    N xenocara/dist/Mesa/docs/relnotes/7.11.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.11.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.11.html
    N xenocara/dist/Mesa/docs/relnotes/7.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.3.html
    N xenocara/dist/Mesa/docs/relnotes/7.4.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.4.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.4.3.html
    N xenocara/dist/Mesa/docs/relnotes/7.4.4.html
    N xenocara/dist/Mesa/docs/relnotes/7.4.html
    N xenocara/dist/Mesa/docs/relnotes/7.5.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.5.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.5.html
    N xenocara/dist/Mesa/docs/relnotes/7.6.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.6.html
    N xenocara/dist/Mesa/docs/relnotes/7.7.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.7.html
    N xenocara/dist/Mesa/docs/relnotes/7.8.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.8.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.8.3.html
    N xenocara/dist/Mesa/docs/relnotes/7.8.html
    N xenocara/dist/Mesa/docs/relnotes/7.9.1.html
    N xenocara/dist/Mesa/docs/relnotes/7.9.2.html
    N xenocara/dist/Mesa/docs/relnotes/7.9.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.1.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.2.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.3.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.4.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.5.html
    N xenocara/dist/Mesa/docs/relnotes/8.0.html
    N xenocara/dist/Mesa/docs/relnotes/9.0.1.html
    N xenocara/dist/Mesa/docs/relnotes/9.0.2.html
    N xenocara/dist/Mesa/docs/relnotes/9.0.3.html
    N xenocara/dist/Mesa/docs/relnotes/9.0.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.1.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.2.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.3.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.4.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.5.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.6.html
    N xenocara/dist/Mesa/docs/relnotes/9.1.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.html
    N xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec
    N xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec
    N xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec
    N xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec
    N xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec
    N xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec
    N xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec
    N xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec
    N xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec
    N xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec
    N xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec
    N xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec
    N xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec
    N xenocara/dist/Mesa/docs/specs/enums.txt
    N xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec
    N xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec
    N xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec
    N xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
    N xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec
    N xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec
    N xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec
    N xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec
    C xenocara/dist/Mesa/doxygen/Makefile
    U xenocara/dist/Mesa/doxygen/README
    U xenocara/dist/Mesa/doxygen/common.doxy
    U xenocara/dist/Mesa/doxygen/core_subset.doxy
    U xenocara/dist/Mesa/doxygen/doxy.bat
    C xenocara/dist/Mesa/doxygen/gallium.doc
    U xenocara/dist/Mesa/doxygen/gallium.doxy
    N xenocara/dist/Mesa/doxygen/gbm.doxy
    U xenocara/dist/Mesa/doxygen/glapi.doxy
    C xenocara/dist/Mesa/doxygen/glsl.doxy
    C xenocara/dist/Mesa/doxygen/header.html
    U xenocara/dist/Mesa/doxygen/header_subset.html
    C xenocara/dist/Mesa/doxygen/main.doxy
    U xenocara/dist/Mesa/doxygen/math.doxy
    U xenocara/dist/Mesa/doxygen/math_subset.doxy
    U xenocara/dist/Mesa/doxygen/radeon_subset.doxy
    U xenocara/dist/Mesa/doxygen/shader.doxy
    U xenocara/dist/Mesa/doxygen/swrast.doxy
    U xenocara/dist/Mesa/doxygen/swrast_setup.doxy
    U xenocara/dist/Mesa/doxygen/tnl.doxy
    U xenocara/dist/Mesa/doxygen/tnl_dd.doxy
    U xenocara/dist/Mesa/doxygen/vbo.doxy
    N xenocara/dist/Mesa/include/c99_compat.h
    N xenocara/dist/Mesa/include/CL/cl.h
    N xenocara/dist/Mesa/include/CL/cl.hpp
    N xenocara/dist/Mesa/include/CL/cl_ext.h
    N xenocara/dist/Mesa/include/CL/cl_gl.h
    N xenocara/dist/Mesa/include/CL/cl_gl_ext.h
    N xenocara/dist/Mesa/include/CL/cl_platform.h
    N xenocara/dist/Mesa/include/CL/opencl.h
    U xenocara/dist/Mesa/include/EGL/egl.h
    C xenocara/dist/Mesa/include/EGL/eglext.h
    N xenocara/dist/Mesa/include/EGL/eglmesaext.h
    C xenocara/dist/Mesa/include/EGL/eglplatform.h
    C xenocara/dist/Mesa/include/GL/gl.h
    U xenocara/dist/Mesa/include/GL/gl_mangle.h
    C xenocara/dist/Mesa/include/GL/glext.h
    C xenocara/dist/Mesa/include/GL/glx.h
    C xenocara/dist/Mesa/include/GL/glx_mangle.h
    C xenocara/dist/Mesa/include/GL/glxext.h
    U xenocara/dist/Mesa/include/GL/osmesa.h
    U xenocara/dist/Mesa/include/GL/wglext.h
    C xenocara/dist/Mesa/include/GL/wmesa.h
    C xenocara/dist/Mesa/include/GL/internal/dri_interface.h
    U xenocara/dist/Mesa/include/GL/internal/sarea.h
    U xenocara/dist/Mesa/include/GLES/egl.h
    U xenocara/dist/Mesa/include/GLES/gl.h
    C xenocara/dist/Mesa/include/GLES/glext.h
    U xenocara/dist/Mesa/include/GLES/glplatform.h
    C xenocara/dist/Mesa/include/GLES2/gl2.h
    C xenocara/dist/Mesa/include/GLES2/gl2ext.h
    U xenocara/dist/Mesa/include/GLES2/gl2platform.h
    N xenocara/dist/Mesa/include/GLES3/gl3.h
    N xenocara/dist/Mesa/include/GLES3/gl3ext.h
    N xenocara/dist/Mesa/include/GLES3/gl3platform.h
    U xenocara/dist/Mesa/include/KHR/khrplatform.h
    U xenocara/dist/Mesa/include/VG/openvg.h
    U xenocara/dist/Mesa/include/VG/vgext.h
    U xenocara/dist/Mesa/include/VG/vgplatform.h
    U xenocara/dist/Mesa/include/VG/vgu.h
    U xenocara/dist/Mesa/include/c99/inttypes.h
    U xenocara/dist/Mesa/include/c99/stdbool.h
    U xenocara/dist/Mesa/include/c99/stdint.h
    C xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/pci_id_driver_map.h
    C xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h
    C xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h
    N xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h
    N xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h
    N xenocara/dist/Mesa/m4/ax_prog_bison.m4
    N xenocara/dist/Mesa/m4/ax_prog_cc_for_build.m4
    N xenocara/dist/Mesa/m4/ax_prog_cxx_for_build.m4
    N xenocara/dist/Mesa/m4/ax_prog_flex.m4
    N xenocara/dist/Mesa/m4/ax_pthread.m4
    N xenocara/dist/Mesa/m4/ax_python_module.m4
    C xenocara/dist/Mesa/scons/crossmingw.py
    C xenocara/dist/Mesa/scons/custom.py
    U xenocara/dist/Mesa/scons/dxsdk.py
    U xenocara/dist/Mesa/scons/fixes.py
    C xenocara/dist/Mesa/scons/gallium.py
    C xenocara/dist/Mesa/scons/llvm.py
    N xenocara/dist/Mesa/scons/source_list.py
    U xenocara/dist/Mesa/scons/x11.py
    
    1827 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:07:03

Modified files:
	dist/Mesa      : SConstruct autogen.sh common.py configure.ac 
	dist/Mesa/bin  : config.guess config.sub 
	dist/Mesa/docs : GL3.txt README.WIN32 autoconf.html bugs.html 
	                 contents.html devinfo.html dispatch.html 
	                 download.html egl.html envvars.html 
	                 extensions.html faq.html gears.png 
	                 helpwanted.html install.html intro.html 
	                 libGL.txt license.html lists.html llvmpipe.html 
	                 mesa.css opengles.html openvg.html osmesa.html 
	                 precompiled.html relnotes.html repository.html 
	                 shading.html sourcetree.html systems.html 
	                 webmaster.html xlibdriver.html 
	dist/Mesa/doxygen: Makefile gallium.doc glsl.doxy header.html 
	                   main.doxy 
	dist/Mesa/include/EGL: egl.h eglext.h eglplatform.h 
	dist/Mesa/include/GL: gl.h glext.h glx.h glx_mangle.h glxext.h 
	                      wmesa.h 
	dist/Mesa/include/GL/internal: dri_interface.h 
	dist/Mesa/include/GLES: egl.h gl.h glext.h glplatform.h 
	dist/Mesa/include/GLES2: gl2.h gl2ext.h gl2platform.h 
	dist/Mesa/include/KHR: khrplatform.h 
	dist/Mesa/include/VG: openvg.h vgext.h vgplatform.h vgu.h 
	dist/Mesa/include/pci_ids: i915_pci_ids.h i965_pci_ids.h 
	                           pci_id_driver_map.h r200_pci_ids.h 
	                           r300_pci_ids.h r600_pci_ids.h 
	dist/Mesa/scons: crossmingw.py custom.py gallium.py llvm.py 
	dist/Mesa/src  : SConscript 
	dist/Mesa/src/egl/drivers/dri2: egl_dri2.c egl_dri2.h 
	                                platform_drm.c 
	                                platform_wayland.c 
	                                platform_x11.c 
	dist/Mesa/src/egl/drivers/glx: egl_glx.c 
	dist/Mesa/src/egl/main: eglapi.c eglapi.h eglcompiler.h 
	                        eglconfig.c eglconfig.h eglcontext.c 
	                        eglcontext.h eglcurrent.c eglcurrent.h 
	                        egldisplay.c egldisplay.h eglfallbacks.c 
	                        eglimage.c eglimage.h egllog.c eglmisc.c 
	                        eglmode.c eglmutex.h eglscreen.c 
	                        eglstring.h eglsurface.c eglsurface.h 
	                        eglsync.c eglsync.h 
	dist/Mesa/src/egl/wayland/wayland-drm: wayland-drm.c 
	                                       wayland-drm.h 
	dist/Mesa/src/egl/wayland/wayland-egl: wayland-egl-priv.h 
	                                       wayland-egl.c 
	                                       wayland-egl.pc.in 
	dist/Mesa/src/gallium: SConscript 
	dist/Mesa/src/gallium/auxiliary: SConscript 
	dist/Mesa/src/gallium/auxiliary/cso_cache: cso_cache.c 
	                                           cso_cache.h 
	                                           cso_context.c 
	                                           cso_context.h 
	dist/Mesa/src/gallium/auxiliary/draw: draw_context.c 
	                                      draw_context.h draw_gs.c 
	                                      draw_gs.h draw_llvm.c 
	                                      draw_llvm.h 
	                                      draw_llvm_sample.c 
	                                      draw_pipe.c 
	                                      draw_pipe_aaline.c 
	                                      draw_pipe_aapoint.c 
	                                      draw_pipe_clip.c 
	                                      draw_pipe_cull.c 
	                                      draw_pipe_offset.c 
	                                      draw_pipe_pstipple.c 
	                                      draw_pipe_stipple.c 
	                                      draw_pipe_twoside.c 
	                                      draw_pipe_validate.c 
	                                      draw_pipe_vbuf.c 
	                                      draw_pipe_wide_line.c 
	                                      draw_pipe_wide_point.c 
	                                      draw_private.h draw_pt.c 
	                                      draw_pt.h 
	                                      draw_pt_decompose.h 
	                                      draw_pt_emit.c 
	                                      draw_pt_fetch.c 
	                                      draw_pt_fetch_emit.c 
	                                      draw_pt_fetch_shade_emit.c 
	                                      draw_pt_fetch_shade_pipeline.c 
	                                      draw_pt_post_vs.c 
	                                      draw_pt_vsplit.c 
	                                      draw_pt_vsplit_tmp.h 
	                                      draw_vbuf.h draw_vertex.h 
	                                      draw_vs.c draw_vs.h 
	                                      draw_vs_exec.c 
	                                      draw_vs_llvm.c 
	                                      draw_vs_variant.c 
	dist/Mesa/src/gallium/auxiliary/gallivm: lp_bld_arit.c 
	                                         lp_bld_arit.h 
	                                         lp_bld_const.c 
	                                         lp_bld_const.h 
	                                         lp_bld_conv.c 
	                                         lp_bld_conv.h 
	                                         lp_bld_debug.cpp 
	                                         lp_bld_debug.h 
	                                         lp_bld_flow.c 
	                                         lp_bld_flow.h 
	                                         lp_bld_format.h 
	                                         lp_bld_format_aos.c 
	                                         lp_bld_format_soa.c 
	                                         lp_bld_init.c 
	                                         lp_bld_init.h 
	                                         lp_bld_intr.c 
	                                         lp_bld_intr.h 
	                                         lp_bld_logic.c 
	                                         lp_bld_logic.h 
	                                         lp_bld_misc.cpp 
	                                         lp_bld_pack.c 
	                                         lp_bld_pack.h 
	                                         lp_bld_sample.c 
	                                         lp_bld_sample.h 
	                                         lp_bld_sample_aos.c 
	                                         lp_bld_sample_soa.c 
	                                         lp_bld_struct.c 
	                                         lp_bld_struct.h 
	                                         lp_bld_swizzle.c 
	                                         lp_bld_swizzle.h 
	                                         lp_bld_tgsi.h 
	                                         lp_bld_tgsi_info.c 
	                                         lp_bld_tgsi_soa.c 
	                                         lp_bld_type.c 
	                                         lp_bld_type.h 
	dist/Mesa/src/gallium/auxiliary/indices: u_indices.c 
	                                         u_unfilled_indices.c 
	dist/Mesa/src/gallium/auxiliary/os: os_memory.h 
	                                    os_memory_debug.h os_misc.c 
	                                    os_misc.h os_thread.h 
	                                    os_time.c os_time.h 
	dist/Mesa/src/gallium/auxiliary/pipebuffer: pb_buffer.h 
	                                            pb_buffer_fenced.c 
	                                            pb_buffer_malloc.c 
	                                            pb_bufmgr_cache.c 
	                                            pb_bufmgr_debug.c 
	                                            pb_bufmgr_mm.c 
	                                            pb_bufmgr_ondemand.c 
	                                            pb_bufmgr_pool.c 
	                                            pb_bufmgr_slab.c 
	dist/Mesa/src/gallium/auxiliary/rbug: rbug.h rbug_connection.c 
	                                      rbug_connection.h 
	                                      rbug_context.c 
	                                      rbug_context.h rbug_core.c 
	                                      rbug_core.h 
	                                      rbug_internal.h 
	                                      rbug_shader.c 
	                                      rbug_shader.h 
	                                      rbug_texture.c 
	                                      rbug_texture.h 
	dist/Mesa/src/gallium/auxiliary/rtasm: rtasm_cpu.c 
	                                       rtasm_execmem.c 
	                                       rtasm_execmem.h 
	                                       rtasm_x86sse.c 
	                                       rtasm_x86sse.h 
	dist/Mesa/src/gallium/auxiliary/target-helpers: 
	                                                inline_debug_helper.h 
	dist/Mesa/src/gallium/auxiliary/tgsi: tgsi_build.c tgsi_dump.c 
	                                      tgsi_dump.h tgsi_exec.c 
	                                      tgsi_exec.h tgsi_info.c 
	                                      tgsi_info.h 
	                                      tgsi_opcode_tmp.h 
	                                      tgsi_parse.c tgsi_parse.h 
	                                      tgsi_sanity.c tgsi_scan.c 
	                                      tgsi_scan.h tgsi_text.c 
	                                      tgsi_ureg.c tgsi_ureg.h 
	                                      tgsi_util.c tgsi_util.h 
	dist/Mesa/src/gallium/auxiliary/translate: translate.h 
	                                           translate_generic.c 
	                                           translate_sse.c 
	dist/Mesa/src/gallium/auxiliary/util: u_atomic.h u_blit.c 
	                                      u_blit.h u_blitter.c 
	                                      u_blitter.h u_cache.c 
	                                      u_caps.c u_clear.h 
	                                      u_cpu_detect.c 
	                                      u_cpu_detect.h u_debug.c 
	                                      u_debug.h u_debug_memory.c 
	                                      u_debug_refcnt.c 
	                                      u_debug_stack.c 
	                                      u_debug_stack.h 
	                                      u_debug_symbol.c 
	                                      u_double_list.h u_draw.c 
	                                      u_draw.h u_draw_quad.c 
	                                      u_draw_quad.h u_dump.h 
	                                      u_dump_defines.c 
	                                      u_dump_state.c u_format.c 
	                                      u_format.csv u_format.h 
	                                      u_format_latc.c 
	                                      u_format_other.c 
	                                      u_format_pack.py 
	                                      u_format_parse.py 
	                                      u_format_r11g11b10f.h 
	                                      u_format_rgtc.c 
	                                      u_format_s3tc.c 
	                                      u_format_table.py 
	                                      u_gen_mipmap.c 
	                                      u_gen_mipmap.h 
	                                      u_index_modify.c 
	                                      u_index_modify.h 
	                                      u_inlines.h u_linkage.h 
	                                      u_math.c u_math.h 
	                                      u_network.c u_network.h 
	                                      u_pack_color.h u_prim.h 
	                                      u_pstipple.c u_rect.h 
	                                      u_resource.c 
	                                      u_simple_list.h 
	                                      u_simple_shaders.c 
	                                      u_simple_shaders.h 
	                                      u_snprintf.c u_sse.h 
	                                      u_staging.c u_string.h 
	                                      u_surface.c u_surface.h 
	                                      u_tile.c u_tile.h 
	                                      u_transfer.c u_transfer.h 
	                                      u_upload_mgr.c 
	                                      u_upload_mgr.h 
	dist/Mesa/src/gallium/docs: d3d11ddi.txt 
	dist/Mesa/src/gallium/docs/source: conf.py context.rst 
	                                   distro.rst screen.rst 
	                                   tgsi.rst 
	dist/Mesa/src/gallium/docs/source/cso: blend.rst rasterizer.rst 
	                                       sampler.rst 
	dist/Mesa/src/gallium/drivers/galahad: glhd_context.c 
	                                       glhd_screen.c 
	dist/Mesa/src/gallium/drivers/i915: SConscript TODO i915_batch.h 
	                                    i915_batchbuffer.h 
	                                    i915_blit.c i915_clear.c 
	                                    i915_context.c 
	                                    i915_context.h i915_debug.c 
	                                    i915_flush.c i915_fpc.h 
	                                    i915_fpc_emit.c 
	                                    i915_fpc_translate.c 
	                                    i915_prim_emit.c 
	                                    i915_prim_vbuf.c 
	                                    i915_query.c i915_reg.h 
	                                    i915_resource.c 
	                                    i915_resource_buffer.c 
	                                    i915_resource_texture.c 
	                                    i915_screen.c i915_state.c 
	                                    i915_state_derived.c 
	                                    i915_state_emit.c 
	                                    i915_state_immediate.c 
	                                    i915_state_inlines.h 
	                                    i915_state_sampler.c 
	                                    i915_state_static.c 
	                                    i915_surface.c i915_winsys.h 
	dist/Mesa/src/gallium/drivers/identity: id_context.c 
	                                        id_objects.c 
	                                        id_objects.h id_screen.c 
	dist/Mesa/src/gallium/drivers/llvmpipe: SConscript 
	                                        lp_bld_alpha.h 
	                                        lp_bld_depth.h 
	                                        lp_clear.c lp_clear.h 
	                                        lp_context.c 
	                                        lp_context.h lp_debug.h 
	                                        lp_draw_arrays.c 
	                                        lp_flush.c lp_flush.h 
	                                        lp_jit.c lp_jit.h 
	                                        lp_perf.c lp_query.c 
	                                        lp_query.h lp_rast.c 
	                                        lp_rast.h 
	                                        lp_rast_debug.c 
	                                        lp_rast_priv.h 
	                                        lp_rast_tri.c lp_scene.c 
	                                        lp_scene.h lp_screen.c 
	                                        lp_setup.c lp_setup.h 
	                                        lp_setup_context.h 
	                                        lp_setup_line.c 
	                                        lp_setup_point.c 
	                                        lp_setup_tri.c 
	                                        lp_setup_vbuf.c 
	                                        lp_state.h 
	                                        lp_state_clip.c 
	                                        lp_state_derived.c 
	                                        lp_state_fs.c 
	                                        lp_state_rasterizer.c 
	                                        lp_state_sampler.c 
	                                        lp_state_setup.c 
	                                        lp_state_surface.c 
	                                        lp_state_vertex.c 
	                                        lp_surface.c lp_test.h 
	                                        lp_test_blend.c 
	                                        lp_test_conv.c 
	                                        lp_test_format.c 
	                                        lp_test_main.c 
	                                        lp_tex_sample.c 
	                                        lp_texture.c 
	                                        lp_texture.h 
	dist/Mesa/src/gallium/drivers/noop: noop_pipe.c noop_state.c 
	dist/Mesa/src/gallium/drivers/nouveau: nouveau_buffer.c 
	                                       nouveau_buffer.h 
	                                       nouveau_context.h 
	                                       nouveau_fence.c 
	                                       nouveau_mm.c nouveau_mm.h 
	                                       nouveau_screen.c 
	                                       nouveau_screen.h 
	                                       nouveau_winsys.h 
	                                       nv_object.xml.h 
	dist/Mesa/src/gallium/drivers/nv50: nv50_2d.xml.h nv50_3d.xml.h 
	                                    nv50_context.c 
	                                    nv50_context.h 
	                                    nv50_defs.xml.h nv50_draw.c 
	                                    nv50_formats.c 
	                                    nv50_miptree.c 
	                                    nv50_program.c 
	                                    nv50_program.h nv50_push.c 
	                                    nv50_query.c nv50_resource.c 
	                                    nv50_resource.h 
	                                    nv50_screen.c nv50_screen.h 
	                                    nv50_shader_state.c 
	                                    nv50_state.c 
	                                    nv50_state_validate.c 
	                                    nv50_stateobj.h 
	                                    nv50_surface.c nv50_tex.c 
	                                    nv50_texture.xml.h 
	                                    nv50_transfer.c 
	                                    nv50_transfer.h nv50_vbo.c 
	                                    nv50_winsys.h 
	dist/Mesa/src/gallium/drivers/nvc0: nvc0_2d.xml.h nvc0_3d.xml.h 
	                                    nvc0_context.c 
	                                    nvc0_context.h nvc0_draw.c 
	                                    nvc0_formats.c 
	                                    nvc0_graph_macros.h 
	                                    nvc0_miptree.c 
	                                    nvc0_program.c 
	                                    nvc0_program.h nvc0_push.c 
	                                    nvc0_query.c nvc0_resource.c 
	                                    nvc0_resource.h 
	                                    nvc0_screen.c nvc0_screen.h 
	                                    nvc0_shader_state.c 
	                                    nvc0_state.c 
	                                    nvc0_state_validate.c 
	                                    nvc0_stateobj.h 
	                                    nvc0_surface.c nvc0_tex.c 
	                                    nvc0_transfer.c nvc0_vbo.c 
	                                    nvc0_winsys.h 
	dist/Mesa/src/gallium/drivers/r300: r300_blit.c r300_cb.h 
	                                    r300_chipset.c 
	                                    r300_chipset.h 
	                                    r300_context.c 
	                                    r300_context.h r300_cs.h 
	                                    r300_debug.c r300_defines.h 
	                                    r300_emit.c r300_emit.h 
	                                    r300_flush.c r300_fs.c 
	                                    r300_fs.h r300_query.c 
	                                    r300_reg.h r300_render.c 
	                                    r300_render_translate.c 
	                                    r300_resource.c 
	                                    r300_screen.c r300_screen.h 
	                                    r300_screen_buffer.c 
	                                    r300_screen_buffer.h 
	                                    r300_shader_semantics.h 
	                                    r300_state.c 
	                                    r300_state_derived.c 
	                                    r300_texture.c 
	                                    r300_texture.h 
	                                    r300_texture_desc.c 
	                                    r300_texture_desc.h 
	                                    r300_tgsi_to_rc.c 
	                                    r300_transfer.c r300_vs.c 
	                                    r300_vs.h 
	dist/Mesa/src/gallium/drivers/r600: eg_asm.c evergreen_state.c 
	                                    evergreend.h r600_asm.c 
	                                    r600_asm.h r600_blit.c 
	                                    r600_buffer.c r600_formats.h 
	                                    r600_llvm.h r600_opcodes.h 
	                                    r600_pipe.c r600_pipe.h 
	                                    r600_query.c r600_resource.c 
	                                    r600_resource.h 
	                                    r600_shader.c r600_shader.h 
	                                    r600_sq.h r600_state.c 
	                                    r600_state_common.c 
	                                    r600_texture.c r600d.h 
	                                    r700_asm.c 
	dist/Mesa/src/gallium/drivers/r600/sb: sb_bc_parser.cpp 
	                                       sb_core.cpp 
	dist/Mesa/src/gallium/drivers/rbug: rbug_context.c rbug_core.c 
	                                    rbug_objects.c rbug_screen.c 
	dist/Mesa/src/gallium/drivers/softpipe: SConscript sp_clear.c 
	                                        sp_clear.h sp_context.c 
	                                        sp_context.h 
	                                        sp_draw_arrays.c 
	                                        sp_flush.c sp_flush.h 
	                                        sp_fs.h sp_fs_exec.c 
	                                        sp_prim_vbuf.c sp_quad.h 
	                                        sp_quad_blend.c 
	                                        sp_quad_depth_test.c 
	                                        sp_quad_fs.c 
	                                        sp_quad_pipe.c 
	                                        sp_query.c sp_screen.c 
	                                        sp_screen.h sp_setup.c 
	                                        sp_state.h 
	                                        sp_state_blend.c 
	                                        sp_state_clip.c 
	                                        sp_state_derived.c 
	                                        sp_state_sampler.c 
	                                        sp_state_shader.c 
	                                        sp_state_surface.c 
	                                        sp_state_vertex.c 
	                                        sp_surface.c 
	                                        sp_tex_sample.c 
	                                        sp_tex_sample.h 
	                                        sp_tex_tile_cache.c 
	                                        sp_tex_tile_cache.h 
	                                        sp_texture.c 
	                                        sp_texture.h 
	                                        sp_tile_cache.c 
	                                        sp_tile_cache.h 
	dist/Mesa/src/gallium/drivers/svga: SConscript svga_cmd.c 
	                                    svga_cmd.h svga_context.c 
	                                    svga_context.h svga_draw.c 
	                                    svga_draw.h 
	                                    svga_draw_arrays.c 
	                                    svga_draw_elements.c 
	                                    svga_draw_private.h 
	                                    svga_pipe_blit.c 
	                                    svga_pipe_clear.c 
	                                    svga_pipe_constants.c 
	                                    svga_pipe_depthstencil.c 
	                                    svga_pipe_draw.c 
	                                    svga_pipe_flush.c 
	                                    svga_pipe_fs.c 
	                                    svga_pipe_misc.c 
	                                    svga_pipe_query.c 
	                                    svga_pipe_rasterizer.c 
	                                    svga_pipe_sampler.c 
	                                    svga_pipe_vertex.c 
	                                    svga_pipe_vs.c 
	                                    svga_resource.c 
	                                    svga_resource_buffer.c 
	                                    svga_resource_buffer.h 
	                                    svga_resource_buffer_upload.c 
	                                    svga_resource_texture.c 
	                                    svga_sampler_view.c 
	                                    svga_screen.c svga_screen.h 
	                                    svga_screen_cache.c 
	                                    svga_screen_cache.h 
	                                    svga_state.c svga_state.h 
	                                    svga_state_constants.c 
	                                    svga_state_framebuffer.c 
	                                    svga_state_fs.c 
	                                    svga_state_need_swtnl.c 
	                                    svga_state_rss.c 
	                                    svga_state_tss.c 
	                                    svga_state_vdecl.c 
	                                    svga_state_vs.c 
	                                    svga_surface.c 
	                                    svga_surface.h 
	                                    svga_swtnl_backend.c 
	                                    svga_swtnl_draw.c 
	                                    svga_swtnl_private.h 
	                                    svga_swtnl_state.c 
	                                    svga_tgsi.c svga_tgsi.h 
	                                    svga_tgsi_decl_sm30.c 
	                                    svga_tgsi_emit.h 
	                                    svga_tgsi_insn.c 
	                                    svga_winsys.h 
	dist/Mesa/src/gallium/drivers/svga/include: svga3d_reg.h 
	                                            svga_types.h 
	dist/Mesa/src/gallium/drivers/svga/svgadump: svga_dump.c 
	dist/Mesa/src/gallium/drivers/trace: tr_context.c tr_context.h 
	                                     tr_dump.c tr_dump.h 
	                                     tr_dump_state.c 
	                                     tr_dump_state.h tr_screen.c 
	                                     tr_screen.h tr_texture.c 
	                                     tr_texture.h 
	dist/Mesa/src/gallium/include/pipe: p_compiler.h p_config.h 
	                                    p_context.h p_defines.h 
	                                    p_format.h p_screen.h 
	                                    p_shader_tokens.h p_state.h 
	dist/Mesa/src/gallium/include/state_tracker: st_api.h 
	dist/Mesa/src/gallium/state_trackers/dri/common: dri_context.c 
	                                                 dri_drawable.c 
	                                                 dri_screen.c 
	dist/Mesa/src/gallium/state_trackers/dri/drm: dri2.c 
	                                              dri2_buffer.h 
	dist/Mesa/src/gallium/state_trackers/dri/sw: drisw.c 
	dist/Mesa/src/gallium/state_trackers/egl: SConscript 
	dist/Mesa/src/gallium/state_trackers/egl/common: egl_g3d.c 
	                                                 egl_g3d.h 
	                                                 egl_g3d_api.c 
	                                                 egl_g3d_api.h 
	                                                 egl_g3d_image.c 
	                                                 egl_g3d_image.h 
	                                                 egl_g3d_loader.h 
	                                                 egl_g3d_sync.c 
	                                                 native.h 
	                                                 native_buffer.h 
	                                                 native_helper.c 
	                                                 native_helper.h 
	                                                 native_modeset.h 
	                                                 native_wayland_bufmgr.h 
	                                                 native_wayland_drm_bufmgr_helper.c 
	                                                 native_wayland_drm_bufmgr_helper.h 
	dist/Mesa/src/gallium/state_trackers/egl/drm: modeset.c 
	                                              native_drm.c 
	                                              native_drm.h 
	dist/Mesa/src/gallium/state_trackers/egl/fbdev: native_fbdev.c 
	dist/Mesa/src/gallium/state_trackers/egl/gdi: native_gdi.c 
	dist/Mesa/src/gallium/state_trackers/egl/wayland: native_drm.c 
	                                                  native_shm.c 
	                                                  native_wayland.c 
	                                                  native_wayland.h 
	dist/Mesa/src/gallium/state_trackers/egl/x11: glxinit.c 
	                                              native_dri2.c 
	                                              native_x11.c 
	                                              native_x11.h 
	                                              native_ximage.c 
	                                              x11_screen.c 
	                                              x11_screen.h 
	dist/Mesa/src/gallium/state_trackers/gbm: gbm_drm.c 
	                                          gbm_gallium_drmint.h 
	dist/Mesa/src/gallium/state_trackers/glx/xlib: glx_api.c 
	                                               glx_getproc.c 
	                                               glx_usefont.c 
	                                               xm_api.c xm_api.h 
	dist/Mesa/src/gallium/state_trackers/vega: SConscript 
	                                           api_context.c 
	                                           api_filters.c 
	                                           api_images.c 
	                                           api_masks.c handle.h 
	                                           image.c mask.c 
	                                           matrix.h paint.c 
	                                           path.c polygon.c 
	                                           renderer.c shader.c 
	                                           shaders_cache.c 
	                                           stroker.c text.c 
	                                           vg_context.c 
	                                           vg_context.h 
	                                           vg_manager.c 
	                                           vg_translate.c 
	dist/Mesa/src/gallium/state_trackers/wgl: SConscript 
	                                          stw_context.c 
	                                          stw_context.h 
	                                          stw_device.c 
	                                          stw_ext_extensionsstring.c 
	                                          stw_ext_pixelformat.c 
	                                          stw_framebuffer.c 
	                                          stw_framebuffer.h 
	                                          stw_getprocaddress.c 
	                                          stw_icd.h 
	                                          stw_pixelformat.c 
	                                          stw_pixelformat.h 
	                                          stw_tls.c stw_tls.h 
	                                          stw_wgl.c stw_wgl.h 
	                                          stw_winsys.h 
	dist/Mesa/src/gallium/state_trackers/xorg: SConscript 
	                                           xorg_composite.c 
	                                           xorg_crtc.c 
	                                           xorg_dri2.c 
	                                           xorg_driver.c 
	                                           xorg_exa.c xorg_exa.h 
	                                           xorg_output.c 
	                                           xorg_renderer.c 
	                                           xorg_renderer.h 
	                                           xorg_tracker.h 
	                                           xorg_xv.c 
	dist/Mesa/src/gallium/targets/dri-r300: target.c 
	dist/Mesa/src/gallium/targets/dri-vmwgfx: SConscript target.c 
	dist/Mesa/src/gallium/targets/egl-static: SConscript egl.c 
	                                          egl_pipe.c egl_pipe.h 
	                                          egl_st.c egl_st.h 
	                                          st_GL.c 
	dist/Mesa/src/gallium/targets/gbm: gbm.c 
	dist/Mesa/src/gallium/targets/graw-null: graw_util.c 
	dist/Mesa/src/gallium/targets/graw-xlib: graw_xlib.c 
	dist/Mesa/src/gallium/targets/libgl-gdi: SConscript 
	dist/Mesa/src/gallium/targets/libgl-xlib: SConscript xlib.c 
	dist/Mesa/src/gallium/targets/xorg-nouveau: nouveau_xorg.c 
	dist/Mesa/src/gallium/tests/graw: SConscript clear.c fs-test.c 
	                                  gs-test.c quad-sample.c 
	                                  quad-tex.c shader-leak.c 
	                                  tri-gs.c tri-instanced.c tri.c 
	                                  vs-test.c 
	dist/Mesa/src/gallium/tests/graw/vertex-shader: vert-rcp.sh 
	dist/Mesa/src/gallium/tests/trivial: quad-tex.c tri.c 
	dist/Mesa/src/gallium/tests/unit: translate_test.c 
	                                  u_format_test.c 
	dist/Mesa/src/gallium/tools/trace: model.py parse.py 
	dist/Mesa/src/gallium/winsys/i915/drm: i915_drm_batchbuffer.c 
	                                       i915_drm_winsys.c 
	dist/Mesa/src/gallium/winsys/i915/sw: i915_sw_batchbuffer.c 
	dist/Mesa/src/gallium/winsys/nouveau/drm: nouveau_drm_winsys.c 
	dist/Mesa/src/gallium/winsys/radeon/drm: radeon_drm_bo.c 
	                                         radeon_drm_bo.h 
	                                         radeon_drm_cs.c 
	                                         radeon_drm_cs.h 
	                                         radeon_drm_winsys.c 
	                                         radeon_drm_winsys.h 
	                                         radeon_winsys.h 
	dist/Mesa/src/gallium/winsys/svga/drm: vmw_buffer.c 
	                                       vmw_context.c 
	                                       vmw_screen.c 
	                                       vmw_screen_svga.c 
	dist/Mesa/src/gallium/winsys/sw/fbdev: fbdev_sw_winsys.c 
	                                       fbdev_sw_winsys.h 
	dist/Mesa/src/gallium/winsys/sw/wayland: wayland_sw_winsys.c 
	                                         wayland_sw_winsys.h 
	dist/Mesa/src/gallium/winsys/sw/wrapper: wrapper_sw_winsys.c 
	dist/Mesa/src/gallium/winsys/sw/xlib: SConscript 
	dist/Mesa/src/gbm/backends/dri: gbm_dri.c gbm_driint.h 
	dist/Mesa/src/gbm/main: gbm.c gbm.h gbm.pc.in gbmint.h 
	dist/Mesa/src/getopt: getopt.h getopt_long.c 
	dist/Mesa/src/glsl: SConscript ast.h ast_function.cpp 
	                    ast_to_hir.cpp ast_type.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_types.cpp glsl_types.h ir.cpp ir.h 
	                    ir_clone.cpp ir_constant_expression.cpp 
	                    ir_function.cpp 
	                    ir_function_detect_recursion.cpp 
	                    ir_hierarchical_visitor.h ir_hv_accept.cpp 
	                    ir_optimization.h ir_print_visitor.cpp 
	                    ir_print_visitor.h ir_reader.cpp 
	                    ir_rvalue_visitor.cpp 
	                    ir_set_program_inouts.cpp ir_validate.cpp 
	                    link_functions.cpp linker.cpp linker.h 
	                    loop_analysis.cpp loop_analysis.h 
	                    lower_if_to_cond_assign.cpp 
	                    lower_instructions.cpp lower_jumps.cpp 
	                    lower_variable_index_to_cond_assign.cpp 
	                    lower_vec_index_to_cond_assign.cpp 
	                    lower_vec_index_to_swizzle.cpp main.cpp 
	                    opt_constant_folding.cpp 
	                    opt_constant_propagation.cpp 
	                    opt_constant_variable.cpp 
	                    opt_copy_propagation.cpp 
	                    opt_copy_propagation_elements.cpp 
	                    opt_dead_code_local.cpp 
	                    opt_dead_functions.cpp 
	                    opt_function_inlining.cpp 
	                    opt_if_simplification.cpp 
	                    opt_redundant_jumps.cpp 
	                    opt_structure_splitting.cpp 
	                    opt_tree_grafting.cpp program.h ralloc.c 
	                    s_expression.cpp 
	dist/Mesa/src/glsl/builtins/profiles: 130.frag 130.vert 
	                                      ARB_shader_texture_lod.frag 
	                                      OES_texture_3D.frag 
	dist/Mesa/src/glsl/builtins/tools: generate_builtins.py 
	                                   texture_builtins.py 
	dist/Mesa/src/glsl/glcpp: glcpp-lex.c glcpp-lex.l glcpp-parse.c 
	                          glcpp-parse.h glcpp-parse.y glcpp.c 
	dist/Mesa/src/glsl/glcpp/tests: 098-elif-undefined.c 
	                                098-elif-undefined.c.expected 
	                                glcpp-test 
	dist/Mesa/src/glx: XF86dri.c applegl_glx.c clientattrib.c 
	                   compsize.c dri2.c dri2.h dri2_glx.c 
	                   dri_common.c dri_common.h dri_glx.c 
	                   drisw_glx.c glx_pbuffer.c glx_query.c 
	                   glxclient.h glxcmds.c glxconfig.c 
	                   glxcurrent.c glxext.c glxextensions.c 
	                   glxextensions.h indirect_glx.c 
	                   indirect_texture_compression.c 
	                   indirect_transpose_matrix.c 
	                   indirect_vertex_array.c 
	                   indirect_vertex_program.c 
	                   indirect_window_pos.c render2.c renderpix.c 
	                   single2.c singlepix.c xfont.c 
	dist/Mesa/src/glx/apple: Makefile apple_glapi.c apple_glx.c 
	                         apple_glx.h apple_glx_context.c 
	                         apple_glx_drawable.c apple_visual.c 
	                         apple_xgl_api.h apple_xgl_api_stereo.c 
	                         glxreply.c 
	dist/Mesa/src/mapi/glapi: SConscript glapi.c glapi.h 
	dist/Mesa/src/mapi/glapi/gen: ARB_color_buffer_float.xml 
	                              ARB_draw_elements_base_vertex.xml 
	                              ARB_geometry_shader4.xml 
	                              ARB_get_program_binary.xml 
	                              ARB_instanced_arrays.xml 
	                              ARB_robustness.xml 
	                              ARB_sampler_objects.xml 
	                              ARB_texture_buffer_object.xml 
	                              GL3x.xml OES_fixed_point.xml 
	                              OES_single_precision.xml 
	                              es_EXT.xml glX_API.xml 
	                              glX_proto_recv.py 
	                              glX_proto_send.py gl_API.xml 
	                              gl_XML.py gl_and_es_API.xml 
	                              gl_enums.py gl_gentable.py 
	                              gl_table.py 
	dist/Mesa/src/mapi/shared-glapi: SConscript 
	dist/Mesa/src/mapi/vgapi: SConscript 
	dist/Mesa/src/mesa: SConscript gl.pc.in 
	dist/Mesa/src/mesa/drivers: SConscript 
	dist/Mesa/src/mesa/drivers/common: driverfuncs.c driverfuncs.h 
	                                   meta.c meta.h 
	dist/Mesa/src/mesa/drivers/dri: dri.pc.in 
	dist/Mesa/src/mesa/drivers/dri/common: dri_util.c dri_util.h 
	                                       drisw_util.c utils.c 
	                                       utils.h xmlconfig.c 
	                                       xmlpool.h 
	dist/Mesa/src/mesa/drivers/dri/common/xmlpool: gen_xmlpool.py 
	                                               t_options.h 
	dist/Mesa/src/mesa/drivers/dri/i915: i830_context.c 
	                                     i830_context.h i830_state.c 
	                                     i830_texblend.c 
	                                     i830_texstate.c i830_vtbl.c 
	                                     i915_context.c 
	                                     i915_context.h i915_debug.h 
	                                     i915_fragprog.c 
	                                     i915_program.c i915_state.c 
	                                     i915_tex_layout.c 
	                                     i915_texstate.c i915_vtbl.c 
	                                     intel_render.c intel_tris.c 
	                                     intel_tris.h 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_cc.c brw_clip.c 
	                                     brw_clip.h brw_clip_line.c 
	                                     brw_clip_state.c 
	                                     brw_clip_tri.c 
	                                     brw_clip_unfilled.c 
	                                     brw_clip_util.c 
	                                     brw_context.c brw_context.h 
	                                     brw_curbe.c brw_defines.h 
	                                     brw_disasm.c brw_draw.c 
	                                     brw_draw.h 
	                                     brw_draw_upload.c brw_eu.c 
	                                     brw_eu.h brw_eu_emit.c 
	                                     brw_fs.cpp brw_fs.h 
	                                     brw_fs_emit.cpp 
	                                     brw_fs_reg_allocate.cpp 
	                                     brw_fs_visitor.cpp brw_gs.c 
	                                     brw_gs.h brw_gs_emit.c 
	                                     brw_gs_state.c 
	                                     brw_misc_state.c 
	                                     brw_program.c 
	                                     brw_queryobj.c brw_sf.c 
	                                     brw_sf.h brw_sf_emit.c 
	                                     brw_sf_state.c 
	                                     brw_shader.cpp brw_shader.h 
	                                     brw_state.h 
	                                     brw_state_batch.c 
	                                     brw_state_cache.c 
	                                     brw_state_dump.c 
	                                     brw_state_upload.c 
	                                     brw_structs.h brw_tex.c 
	                                     brw_tex_layout.c brw_urb.c 
	                                     brw_util.c brw_util.h 
	                                     brw_vs.c brw_vs.h 
	                                     brw_vs_state.c 
	                                     brw_vs_surface_state.c 
	                                     brw_vtbl.c brw_wm.c 
	                                     brw_wm.h 
	                                     brw_wm_sampler_state.c 
	                                     brw_wm_state.c 
	                                     brw_wm_surface_state.c 
	                                     gen6_cc.c gen6_clip_state.c 
	                                     gen6_depthstencil.c 
	                                     gen6_gs_state.c 
	                                     gen6_sampler_state.c 
	                                     gen6_scissor_state.c 
	                                     gen6_sf_state.c gen6_urb.c 
	                                     gen6_viewport_state.c 
	                                     gen6_vs_state.c 
	                                     gen6_wm_state.c 
	                                     gen7_clip_state.c 
	                                     gen7_disable.c 
	                                     gen7_misc_state.c 
	                                     gen7_sampler_state.c 
	                                     gen7_sf_state.c gen7_urb.c 
	                                     gen7_viewport_state.c 
	                                     gen7_vs_state.c 
	                                     gen7_wm_state.c 
	                                     gen7_wm_surface_state.c 
	dist/Mesa/src/mesa/drivers/dri/nouveau: nouveau_bufferobj.c 
	                                        nouveau_context.c 
	                                        nouveau_context.h 
	                                        nouveau_driver.c 
	                                        nouveau_driver.h 
	                                        nouveau_fbo.c 
	                                        nouveau_render_t.c 
	                                        nouveau_screen.c 
	                                        nouveau_span.c 
	                                        nouveau_state.c 
	                                        nouveau_surface.c 
	                                        nouveau_swtnl_t.c 
	                                        nouveau_texture.c 
	                                        nouveau_texture.h 
	                                        nouveau_util.h 
	                                        nouveau_vbo_t.c 
	                                        nv04_context.c 
	                                        nv04_context.h 
	                                        nv04_render.c 
	                                        nv04_state_fb.c 
	                                        nv04_state_frag.c 
	                                        nv04_state_raster.c 
	                                        nv04_state_tex.c 
	                                        nv04_surface.c 
	                                        nv10_context.c 
	                                        nv10_render.c 
	                                        nv10_state_fb.c 
	                                        nv10_state_frag.c 
	                                        nv10_state_polygon.c 
	                                        nv10_state_raster.c 
	                                        nv10_state_tex.c 
	                                        nv10_state_tnl.c 
	                                        nv20_context.c 
	                                        nv20_render.c 
	                                        nv20_state_fb.c 
	                                        nv20_state_frag.c 
	                                        nv20_state_polygon.c 
	                                        nv20_state_raster.c 
	                                        nv20_state_tex.c 
	                                        nv20_state_tnl.c 
	dist/Mesa/src/mesa/drivers/dri/r200: r200_blit.c r200_blit.h 
	                                     r200_cmdbuf.c 
	                                     r200_context.c 
	                                     r200_context.h r200_ioctl.c 
	                                     r200_ioctl.h 
	                                     r200_maos_arrays.c 
	                                     r200_sanity.c r200_state.c 
	                                     r200_state.h 
	                                     r200_state_init.c 
	                                     r200_swtcl.c r200_tcl.c 
	                                     r200_tcl.h r200_tex.c 
	                                     r200_tex.h r200_texstate.c 
	                                     r200_vertprog.c 
	dist/Mesa/src/mesa/drivers/dri/radeon: radeon_blit.c 
	                                       radeon_blit.h 
	                                       radeon_buffer_objects.c 
	                                       radeon_chipset.h 
	                                       radeon_cmdbuf.h 
	                                       radeon_common.c 
	                                       radeon_common.h 
	                                       radeon_common_context.c 
	                                       radeon_common_context.h 
	                                       radeon_context.c 
	                                       radeon_context.h 
	                                       radeon_debug.c 
	                                       radeon_dma.c radeon_dma.h 
	                                       radeon_fbo.c 
	                                       radeon_ioctl.c 
	                                       radeon_ioctl.h 
	                                       radeon_maos_arrays.c 
	                                       radeon_maos_vbtmp.h 
	                                       radeon_maos_verts.c 
	                                       radeon_mipmap_tree.c 
	                                       radeon_mipmap_tree.h 
	                                       radeon_queryobj.c 
	                                       radeon_queryobj.h 
	                                       radeon_sanity.c 
	                                       radeon_screen.c 
	                                       radeon_screen.h 
	                                       radeon_span.c 
	                                       radeon_state.c 
	                                       radeon_state.h 
	                                       radeon_state_init.c 
	                                       radeon_swtcl.c 
	                                       radeon_tcl.c radeon_tcl.h 
	                                       radeon_tex.c radeon_tex.h 
	                                       radeon_tex_copy.c 
	                                       radeon_texstate.c 
	                                       radeon_texture.c 
	                                       radeon_texture.h 
	dist/Mesa/src/mesa/drivers/dri/radeon/server: radeon_reg.h 
	dist/Mesa/src/mesa/drivers/dri/swrast: swrast.c swrast_priv.h 
	dist/Mesa/src/mesa/drivers/osmesa: SConscript osmesa.c 
	dist/Mesa/src/mesa/drivers/windows/gdi: mesa.def wgl.c wmesa.c 
	dist/Mesa/src/mesa/drivers/x11: fakeglx.c glxapi.c glxapi.h 
	                                glxheader.h xfonts.c xm_api.c 
	                                xm_buffer.c xm_dd.c xm_line.c 
	                                xm_tri.c xmesa.h xmesaP.h 
	                                xmesa_x.h 
	dist/Mesa/src/mesa/main: accum.c accum.h api_arrayelt.c 
	                         api_arrayelt.h api_exec.h 
	                         api_loopback.c api_loopback.h 
	                         api_validate.c api_validate.h 
	                         arbprogram.c arrayobj.c arrayobj.h 
	                         atifragshader.c attrib.c attrib.h 
	                         bitset.h blend.c blend.h bufferobj.c 
	                         bufferobj.h buffers.c buffers.h clear.c 
	                         clear.h clip.c clip.h colormac.h 
	                         colortab.c colortab.h compiler.h 
	                         condrender.c condrender.h config.h 
	                         context.c context.h convolve.c 
	                         convolve.h cpuinfo.c cpuinfo.h dd.h 
	                         debug.c debug.h depth.c dlist.c dlist.h 
	                         dlopen.h drawpix.c drawpix.h drawtex.c 
	                         enable.c enable.h enums.h eval.c eval.h 
	                         execmem.c extensions.c extensions.h 
	                         fbobject.c fbobject.h feedback.c 
	                         feedback.h ff_fragment_shader.cpp 
	                         ffvertex_prog.c fog.c formats.c 
	                         formats.h framebuffer.c framebuffer.h 
	                         get.c get.h getstring.c glheader.h 
	                         hash.c hash.h hint.c histogram.c 
	                         histogram.h image.c image.h imports.c 
	                         imports.h light.c light.h lines.c 
	                         macros.h matrix.c matrix.h mipmap.c 
	                         mipmap.h mm.c mtypes.h multisample.c 
	                         multisample.h pack.c pbo.c pbo.h 
	                         pixel.c pixel.h pixelstore.c 
	                         pixelstore.h pixeltransfer.c points.c 
	                         points.h polygon.c polygon.h queryobj.c 
	                         queryobj.h rastpos.c rastpos.h 
	                         readpix.c readpix.h remap.c remap.h 
	                         renderbuffer.c renderbuffer.h 
	                         samplerobj.c samplerobj.h scissor.c 
	                         scissor.h shaderapi.c shaderobj.c 
	                         shared.c shared.h simple_list.h state.c 
	                         state.h stencil.c stencil.h syncobj.c 
	                         syncobj.h texcompress.c texcompress.h 
	                         texcompress_fxt1.c texcompress_fxt1.h 
	                         texcompress_rgtc.c texcompress_rgtc.h 
	                         texcompress_rgtc_tmp.h 
	                         texcompress_s3tc.c texcompress_s3tc.h 
	                         texenv.c texenv.h texenvprogram.h 
	                         texformat.c texformat.h texgen.c 
	                         texgen.h texgetimage.c texgetimage.h 
	                         teximage.c teximage.h texobj.c texobj.h 
	                         texparam.c texparam.h texstate.c 
	                         texstate.h texstore.c texstore.h 
	                         texturebarrier.c transformfeedback.c 
	                         uniforms.c uniforms.h varray.c varray.h 
	                         version.c version.h viewport.c 
	                         viewport.h vtxfmt.c vtxfmt.h 
	dist/Mesa/src/mesa/math: m_clip_tmp.h m_debug_clip.c 
	                         m_debug_norm.c m_debug_util.h 
	                         m_debug_xform.c m_eval.c m_eval.h 
	                         m_matrix.c m_matrix.h m_translate.c 
	                         m_translate.h m_vector.c m_vector.h 
	                         m_xform.c m_xform.h 
	dist/Mesa/src/mesa/program: arbprogparse.c arbprogparse.h 
	                            hash_table.h ir_to_mesa.cpp 
	                            ir_to_mesa.h lex.yy.c prog_cache.c 
	                            prog_execute.c prog_execute.h 
	                            prog_instruction.h prog_optimize.c 
	                            prog_optimize.h 
	                            prog_parameter_layout.c prog_print.c 
	                            prog_statevars.c prog_statevars.h 
	                            program.c program_parse.tab.c 
	                            program_parse.tab.h program_parse.y 
	                            programopt.c programopt.h 
	                            register_allocate.c 
	                            register_allocate.h sampler.cpp 
	dist/Mesa/src/mesa/sparc: sparc.c sparc.h 
	dist/Mesa/src/mesa/state_tracker: st_atom.c st_atom.h 
	                                  st_atom_blend.c st_atom_clip.c 
	                                  st_atom_constbuf.c 
	                                  st_atom_depth.c 
	                                  st_atom_framebuffer.c 
	                                  st_atom_pixeltransfer.c 
	                                  st_atom_rasterizer.c 
	                                  st_atom_sampler.c 
	                                  st_atom_scissor.c 
	                                  st_atom_shader.c 
	                                  st_atom_texture.c 
	                                  st_cb_bitmap.c st_cb_bitmap.h 
	                                  st_cb_blit.c st_cb_blit.h 
	                                  st_cb_bufferobjects.c 
	                                  st_cb_clear.c st_cb_clear.h 
	                                  st_cb_condrender.c 
	                                  st_cb_drawpixels.c 
	                                  st_cb_drawpixels.h 
	                                  st_cb_drawtex.c 
	                                  st_cb_drawtex.h 
	                                  st_cb_eglimage.c 
	                                  st_cb_eglimage.h st_cb_fbo.c 
	                                  st_cb_fbo.h st_cb_feedback.c 
	                                  st_cb_feedback.h st_cb_flush.c 
	                                  st_cb_flush.h st_cb_program.c 
	                                  st_cb_queryobj.c 
	                                  st_cb_queryobj.h 
	                                  st_cb_rasterpos.c 
	                                  st_cb_rasterpos.h 
	                                  st_cb_readpixels.c 
	                                  st_cb_readpixels.h 
	                                  st_cb_syncobj.c 
	                                  st_cb_texture.c 
	                                  st_cb_texture.h 
	                                  st_cb_xformfb.c 
	                                  st_cb_xformfb.h st_context.c 
	                                  st_context.h st_debug.c 
	                                  st_debug.h st_draw.c st_draw.h 
	                                  st_draw_feedback.c 
	                                  st_extensions.c st_format.c 
	                                  st_format.h st_gen_mipmap.c 
	                                  st_manager.c st_mesa_to_tgsi.c 
	                                  st_mesa_to_tgsi.h st_program.c 
	                                  st_program.h st_texture.c 
	                                  st_texture.h 
	dist/Mesa/src/mesa/swrast: s_aaline.c s_aaline.h s_aalinetemp.h 
	                           s_aatriangle.c s_aatriangle.h 
	                           s_aatritemp.h s_alpha.c s_alpha.h 
	                           s_atifragshader.c s_atifragshader.h 
	                           s_bitmap.c s_blend.c s_blend.h 
	                           s_blit.c s_clear.c s_context.c 
	                           s_context.h s_copypix.c s_depth.c 
	                           s_depth.h s_drawpix.c s_feedback.c 
	                           s_feedback.h s_fog.c s_fog.h 
	                           s_fragprog.c s_fragprog.h s_lines.c 
	                           s_lines.h s_linetemp.h s_logic.c 
	                           s_logic.h s_masking.c s_masking.h 
	                           s_points.c s_points.h s_span.c 
	                           s_span.h s_stencil.c s_stencil.h 
	                           s_texcombine.c s_texcombine.h 
	                           s_texfilter.c s_texfilter.h 
	                           s_texrender.c s_triangle.c 
	                           s_triangle.h s_tritemp.h s_zoom.c 
	                           s_zoom.h swrast.h 
	dist/Mesa/src/mesa/swrast_setup: ss_context.c ss_context.h 
	                                 ss_triangle.c ss_triangle.h 
	                                 ss_tritmp.h ss_vb.h 
	dist/Mesa/src/mesa/tnl: NOTES t_context.c t_context.h t_draw.c 
	                        t_pipeline.c t_pipeline.h t_rasterpos.c 
	                        t_vb_cliptmp.h t_vb_fog.c t_vb_light.c 
	                        t_vb_lighttmp.h t_vb_normals.c 
	                        t_vb_points.c t_vb_program.c 
	                        t_vb_render.c t_vb_rendertmp.h 
	                        t_vb_texgen.c t_vb_texmat.c 
	                        t_vb_vertex.c t_vertex.c 
	                        t_vertex_generic.c t_vertex_sse.c 
	                        t_vp_build.c t_vp_build.h tnl.h 
	dist/Mesa/src/mesa/tnl_dd: t_dd_dmatmp.h t_dd_dmatmp2.h 
	                           t_dd_tritmp.h t_dd_unfilled.h 
	                           t_dd_vb.c 
	dist/Mesa/src/mesa/vbo: vbo.h vbo_attrib_tmp.h vbo_context.c 
	                        vbo_context.h vbo_exec.c vbo_exec.h 
	                        vbo_exec_api.c vbo_exec_array.c 
	                        vbo_exec_draw.c vbo_exec_eval.c 
	                        vbo_rebase.c vbo_save.c vbo_save.h 
	                        vbo_save_api.c vbo_save_draw.c 
	                        vbo_save_loopback.c vbo_split.c 
	                        vbo_split_copy.c vbo_split_inplace.c 
	dist/Mesa/src/mesa/x86: 3dnow.c 3dnow.h 3dnow_normal.S 
	                        3dnow_xform1.S 3dnow_xform2.S 
	                        3dnow_xform3.S 3dnow_xform4.S 
	                        clip_args.h common_x86.c 
	                        common_x86_asm.S common_x86_asm.h 
	                        common_x86_features.h gen_matypes.c 
	                        mmx.h norm_args.h sse.c sse.h 
	                        sse_normal.S sse_xform1.S sse_xform2.S 
	                        sse_xform3.S sse_xform4.S x86_cliptest.S 
	                        x86_xform.c x86_xform.h x86_xform2.S 
	                        x86_xform3.S x86_xform4.S xform_args.h 
	dist/Mesa/src/mesa/x86-64: x86-64.c x86-64.h xform4.S 
Added files:
	dist/Mesa/src/gallium/auxiliary/vl: vl_compositor.c 
	                                    vl_compositor.h vl_csc.c 
	                                    vl_csc.h 
	dist/Mesa/src/gallium/drivers/nv30: nv30_clear.c nv30_context.c 
	                                    nv30_context.h nv30_draw.c 
	                                    nv30_fragprog.c 
	                                    nv30_fragtex.c 
	                                    nv30_miptree.c nv30_query.c 
	                                    nv30_screen.c nv30_screen.h 
	                                    nv30_state.c nv30_state.h 
	                                    nv30_transfer.c nv30_vbo.c 
	                                    nv30_vertprog.c 
	dist/Mesa/src/gallium/include/pipe: p_video_state.h 
	dist/Mesa/src/mesa/drivers/dri/i915: intel_batchbuffer.c 
	                                     intel_batchbuffer.h 
	                                     intel_context.c 
	                                     intel_context.h 
	                                     intel_pixel.c 
	                                     intel_pixel_read.c 
	                                     intel_reg.h intel_screen.c 
	                                     intel_screen.h 
	                                     intel_state.c intel_tex.c 
	                                     intel_tex.h 
	dist/Mesa/src/mesa/drivers/dri/i965: intel_batchbuffer.c 
	                                     intel_batchbuffer.h 
	                                     intel_blit.c intel_blit.h 
	                                     intel_buffer_objects.c 
	                                     intel_buffer_objects.h 
	                                     intel_buffers.c 
	                                     intel_context.c 
	                                     intel_context.h 
	                                     intel_mipmap_tree.c 
	                                     intel_mipmap_tree.h 
	                                     intel_pixel_bitmap.c 
	                                     intel_pixel_copy.c 
	                                     intel_reg.h intel_regions.c 
	                                     intel_regions.h 
	                                     intel_screen.c 
	                                     intel_screen.h 
	                                     intel_state.c intel_tex.c 
	                                     intel_tex.h 
	                                     intel_tex_validate.c 
Removed files:
	dist/Mesa      : .emacs-dirvars Makefile acinclude.m4 
	dist/Mesa/bin  : confdiff.sh extract_git_sha1 installmesa 
	                 minstall mklib version.mk 
	dist/Mesa/configs: aix aix-64 aix-64-static aix-gcc aix-static 
	                   autoconf.in beos bluegene-osmesa 
	                   bluegene-xlc-osmesa catamount-osmesa-pgi 
	                   config.mgw darwin darwin-fat-32bit 
	                   darwin-fat-all default freebsd freebsd-dri 
	                   freebsd-dri-amd64 freebsd-dri-x86 hpux10 
	                   hpux10-gcc hpux10-static hpux11-32 
	                   hpux11-32-static hpux11-32-static-nothreads 
	                   hpux11-64 hpux11-64-static hpux11-ia64 
	                   hpux11-ia64-static hpux9 hpux9-gcc irix6-64 
	                   irix6-64-static irix6-n32 irix6-n32-static 
	                   irix6-o32 irix6-o32-static linux linux-alpha 
	                   linux-alpha-static linux-cell 
	                   linux-cell-debug linux-debug linux-dri 
	                   linux-dri-debug linux-dri-ppc linux-dri-x86 
	                   linux-dri-x86-64 linux-dri-xcb linux-egl 
	                   linux-fbdev linux-i965 linux-ia64-icc 
	                   linux-ia64-icc-static linux-icc 
	                   linux-icc-static linux-indirect linux-llvm 
	                   linux-llvm-debug linux-opengl-es linux-osmesa 
	                   linux-osmesa-static linux-osmesa16 
	                   linux-osmesa16-static linux-osmesa32 
	                   linux-ppc linux-ppc-static linux-profile 
	                   linux-sparc linux-sparc5 linux-static 
	                   linux-ultrasparc linux-x86 linux-x86-32 
	                   linux-x86-64 linux-x86-64-debug 
	                   linux-x86-64-profile linux-x86-64-static 
	                   linux-x86-debug linux-x86-profile 
	                   linux-x86-static netbsd openbsd osf1 
	                   osf1-static solaris-x86 solaris-x86-gcc 
	                   solaris-x86-gcc-static sunos4 sunos4-gcc 
	                   sunos4-static sunos5 sunos5-64-gcc sunos5-gcc 
	                   sunos5-smp sunos5-v8 sunos5-v8-static 
	                   sunos5-v9 sunos5-v9-cc-g++ sunos5-v9-static 
	                   ultrix-gcc 
	dist/Mesa/docs : MESA_agp_offset.spec MESA_copy_sub_buffer.spec 
	                 MESA_drm_image.spec 
	                 MESA_multithread_makecurrent.spec 
	                 MESA_pack_invert.spec MESA_pixmap_colormap.spec 
	                 MESA_release_buffers.spec 
	                 MESA_resize_buffers.spec 
	                 MESA_set_3dfx_mode.spec MESA_shader_debug.spec 
	                 MESA_swap_control.spec 
	                 MESA_swap_frame_usage.spec 
	                 MESA_texture_array.spec 
	                 MESA_texture_signed_rgba.spec 
	                 MESA_window_pos.spec MESA_ycbcr_texture.spec 
	                 README.3DFX README.AMIWIN README.BEOS README.DJ 
	                 README.GGI README.LYNXOS README.MINGW32 
	                 README.NeXT README.OS2 README.OpenStep 
	                 README.VMS README.WINDML RELNOTES-3.1 
	                 RELNOTES-3.2 RELNOTES-3.2.1 RELNOTES-3.3 
	                 RELNOTES-3.4 RELNOTES-3.4.1 RELNOTES-3.4.2 
	                 RELNOTES-3.5 RELNOTES-4.0 RELNOTES-4.0.1 
	                 RELNOTES-4.0.2 RELNOTES-4.0.3 RELNOTES-4.1 
	                 RELNOTES-5.0 RELNOTES-5.0.1 RELNOTES-5.0.2 
	                 RELNOTES-5.1 RELNOTES-6.0 RELNOTES-6.0.1 
	                 RELNOTES-6.1 RELNOTES-6.2 RELNOTES-6.2.1 
	                 RELNOTES-6.3 RELNOTES-6.3.1 RELNOTES-6.3.2 
	                 RELNOTES-6.4 WL_bind_wayland_display.spec 
	                 banner.html cell.html enums.txt fbdev-dri.html 
	                 games.html glfbdev-driver.html glu.html 
	                 libraries.html modelers.html news.html 
	                 relnotes-6.4.1.html relnotes-6.4.2.html 
	                 relnotes-6.4.html relnotes-6.5.1.html 
	                 relnotes-6.5.2.html relnotes-6.5.3.html 
	                 relnotes-6.5.html relnotes-7.0.1.html 
	                 relnotes-7.0.2.html relnotes-7.0.3.html 
	                 relnotes-7.0.4.html relnotes-7.0.html 
	                 relnotes-7.1.html relnotes-7.10.1.html 
	                 relnotes-7.10.2.html relnotes-7.10.3.html 
	                 relnotes-7.10.html relnotes-7.11.1.html 
	                 relnotes-7.11.2.html relnotes-7.11.html 
	                 relnotes-7.2.html relnotes-7.3.html 
	                 relnotes-7.4.1.html relnotes-7.4.2.html 
	                 relnotes-7.4.3.html relnotes-7.4.4.html 
	                 relnotes-7.4.html relnotes-7.5.1.html 
	                 relnotes-7.5.2.html relnotes-7.5.html 
	                 relnotes-7.6.1.html relnotes-7.6.html 
	                 relnotes-7.7.1.html relnotes-7.7.html 
	                 relnotes-7.8.1.html relnotes-7.8.2.html 
	                 relnotes-7.8.3.html relnotes-7.8.html 
	                 relnotes-7.9.1.html relnotes-7.9.2.html 
	                 relnotes-7.9.html science.html subset-A.html 
	                 subset.html utility.html 
	dist/Mesa/docs/OLD: MESA_packed_depth_stencil.spec 
	                    MESA_program_debug.spec 
	                    MESA_sprite_point.spec MESA_trace.spec 
	dist/Mesa/include/GL: glfbdev.h glu.h glu_mangle.h glut.h 
	                      glutf90.h mesa_wgl.h vms_x_fix.h 
	dist/Mesa/scons: mslib_sa.py mslink_sa.py msvc_sa.py wcesdk.py 
	                 winddk.py winsdk.py 
	dist/Mesa/src  : Makefile 
	dist/Mesa/src/driclient/include: driclient.h xf86dri.h 
	dist/Mesa/src/driclient/src: Makefile XF86dri.c driclient.c 
	                             xf86dristr.h 
	dist/Mesa/src/egl: Makefile 
	dist/Mesa/src/egl/drivers: Makefile Makefile.template 
	dist/Mesa/src/egl/drivers/dri2: Makefile 
	dist/Mesa/src/egl/drivers/glx: Makefile 
	dist/Mesa/src/egl/main: Makefile 
	dist/Mesa/src/egl/wayland: Makefile 
	dist/Mesa/src/egl/wayland/wayland-drm: Makefile 
	dist/Mesa/src/egl/wayland/wayland-drm/protocol: wayland-drm.xml 
	dist/Mesa/src/egl/wayland/wayland-egl: Makefile 
	dist/Mesa/src/gallium: Makefile Makefile.template 
	dist/Mesa/src/gallium/auxiliary: Makefile 
	dist/Mesa/src/gallium/auxiliary/draw: draw_llvm_translate.c 
	                                      draw_vs_aos.c 
	                                      draw_vs_aos.h 
	                                      draw_vs_aos_io.c 
	                                      draw_vs_aos_machine.c 
	                                      draw_vs_ppc.c 
	                                      draw_vs_sse.c 
	dist/Mesa/src/gallium/auxiliary/os: os_memory_win32k.h 
	                                    os_stream.c os_stream.h 
	                                    os_stream_log.c 
	                                    os_stream_null.c 
	                                    os_stream_stdc.c 
	                                    os_stream_str.c 
	dist/Mesa/src/gallium/auxiliary/pipebuffer: Makefile 
	dist/Mesa/src/gallium/auxiliary/rtasm: rtasm_ppc.c rtasm_ppc.h 
	                                       rtasm_ppc_spe.c 
	                                       rtasm_ppc_spe.h 
	dist/Mesa/src/gallium/auxiliary/tgsi: tgsi_ppc.c tgsi_ppc.h 
	                                      tgsi_sse2.c tgsi_sse2.h 
	dist/Mesa/src/gallium/auxiliary/util: u_half.py u_rect.c 
	                                      u_simple_screen.h 
	                                      u_vbuf_mgr.c u_vbuf_mgr.h 
	dist/Mesa/src/gallium/drivers: Makefile 
	dist/Mesa/src/gallium/drivers/cell: Makefile common.h 
	dist/Mesa/src/gallium/drivers/cell/ppu: Makefile cell_batch.c 
	                                        cell_batch.h 
	                                        cell_clear.c 
	                                        cell_clear.h 
	                                        cell_context.c 
	                                        cell_context.h 
	                                        cell_draw_arrays.c 
	                                        cell_draw_arrays.h 
	                                        cell_fence.c 
	                                        cell_fence.h 
	                                        cell_flush.c 
	                                        cell_flush.h 
	                                        cell_gen_fp.c 
	                                        cell_gen_fp.h 
	                                        cell_gen_fragment.c 
	                                        cell_gen_fragment.h 
	                                        cell_pipe_state.c 
	                                        cell_pipe_state.h 
	                                        cell_public.h 
	                                        cell_render.c 
	                                        cell_render.h 
	                                        cell_screen.c 
	                                        cell_screen.h cell_spu.c 
	                                        cell_spu.h cell_state.h 
	                                        cell_state_derived.c 
	                                        cell_state_emit.c 
	                                        cell_state_emit.h 
	                                        cell_state_per_fragment.c 
	                                        cell_state_per_fragment.h 
	                                        cell_state_shader.c 
	                                        cell_state_vertex.c 
	                                        cell_surface.c 
	                                        cell_surface.h 
	                                        cell_texture.c 
	                                        cell_texture.h 
	                                        cell_vbuf.c cell_vbuf.h 
	                                        cell_vertex_fetch.c 
	                                        cell_vertex_shader.c 
	dist/Mesa/src/gallium/drivers/cell/spu: Makefile spu_colorpack.h 
	                                        spu_command.c 
	                                        spu_command.h 
	                                        spu_dcache.c 
	                                        spu_dcache.h spu_exec.c 
	                                        spu_exec.h spu_funcs.c 
	                                        spu_funcs.h spu_main.c 
	                                        spu_main.h 
	                                        spu_per_fragment_op.c 
	                                        spu_per_fragment_op.h 
	                                        spu_render.c 
	                                        spu_render.h 
	                                        spu_shuffle.h 
	                                        spu_texture.c 
	                                        spu_texture.h 
	                                        spu_tgsi_exec.h 
	                                        spu_tile.c spu_tile.h 
	                                        spu_tri.c spu_tri.h 
	                                        spu_util.c 
	                                        spu_vertex_fetch.c 
	                                        spu_vertex_shader.c 
	                                        spu_vertex_shader.h 
	dist/Mesa/src/gallium/drivers/failover: Makefile SConscript 
	                                        fo_context.c 
	                                        fo_context.h fo_state.c 
	                                        fo_state_emit.c 
	                                        fo_winsys.h 
	dist/Mesa/src/gallium/drivers/galahad: Makefile 
	dist/Mesa/src/gallium/drivers/i915: Makefile 
	dist/Mesa/src/gallium/drivers/i965: Makefile SConscript 
	                                    brw_batchbuffer.c 
	                                    brw_batchbuffer.h brw_cc.c 
	                                    brw_clip.c brw_clip.h 
	                                    brw_clip_line.c 
	                                    brw_clip_point.c 
	                                    brw_clip_state.c 
	                                    brw_clip_tri.c 
	                                    brw_clip_unfilled.c 
	                                    brw_clip_util.c 
	                                    brw_context.c brw_context.h 
	                                    brw_curbe.c brw_debug.h 
	                                    brw_defines.h brw_disasm.c 
	                                    brw_disasm.h brw_draw.c 
	                                    brw_draw.h brw_draw_upload.c 
	                                    brw_eu.c brw_eu.h 
	                                    brw_eu_debug.c brw_eu_emit.c 
	                                    brw_eu_util.c brw_gs.c 
	                                    brw_gs.h brw_gs_emit.c 
	                                    brw_gs_state.c 
	                                    brw_misc_state.c 
	                                    brw_pipe_blend.c 
	                                    brw_pipe_clear.c 
	                                    brw_pipe_depth.c 
	                                    brw_pipe_fb.c 
	                                    brw_pipe_flush.c 
	                                    brw_pipe_misc.c 
	                                    brw_pipe_query.c 
	                                    brw_pipe_rast.c 
	                                    brw_pipe_rast.h 
	                                    brw_pipe_sampler.c 
	                                    brw_pipe_shader.c 
	                                    brw_pipe_surface.c 
	                                    brw_pipe_vertex.c 
	                                    brw_public.h brw_reg.h 
	                                    brw_resource.c 
	                                    brw_resource.h 
	                                    brw_resource_buffer.c 
	                                    brw_resource_texture.c 
	                                    brw_resource_texture_layout.c 
	                                    brw_screen.c brw_screen.h 
	                                    brw_sf.c brw_sf.h 
	                                    brw_sf_emit.c brw_sf_state.c 
	                                    brw_state.h 
	                                    brw_state_batch.c 
	                                    brw_state_cache.c 
	                                    brw_state_debug.c 
	                                    brw_state_upload.c 
	                                    brw_structs.h 
	                                    brw_structs_dump.c 
	                                    brw_structs_dump.h 
	                                    brw_structs_dump.py 
	                                    brw_swtnl.c brw_types.h 
	                                    brw_urb.c brw_util.h 
	                                    brw_vs.c brw_vs.h 
	                                    brw_vs_emit.c brw_vs_state.c 
	                                    brw_vs_surface_state.c 
	                                    brw_winsys.h 
	                                    brw_winsys_debug.c brw_wm.c 
	                                    brw_wm.h 
	                                    brw_wm_constant_buffer.c 
	                                    brw_wm_debug.c brw_wm_emit.c 
	                                    brw_wm_fp.c brw_wm_glsl.c 
	                                    brw_wm_iz.c brw_wm_pass0.c 
	                                    brw_wm_pass1.c 
	                                    brw_wm_pass2.c 
	                                    brw_wm_sampler_state.c 
	                                    brw_wm_state.c 
	                                    brw_wm_surface_state.c 
	                                    intel_decode.c 
	                                    intel_decode.h 
	                                    intel_structs.h 
	dist/Mesa/src/gallium/drivers/identity: Makefile 
	dist/Mesa/src/gallium/drivers/llvmpipe: Makefile 
	                                        lp_bld_blend_soa.c 
	                                        lp_test_round.c 
	                                        lp_test_sincos.c 
	                                        lp_tile_image.c 
	                                        lp_tile_image.h 
	                                        lp_tile_shuffle_mask.py 
	                                        lp_tile_soa.h 
	                                        lp_tile_soa.py 
	                                        sse_mathfun.h 
	dist/Mesa/src/gallium/drivers/noop: Makefile 
	dist/Mesa/src/gallium/drivers/nouveau: Makefile SConscript 
	dist/Mesa/src/gallium/drivers/nv50: Makefile SConscript 
	                                    nv50_pc.c nv50_pc.h 
	                                    nv50_pc_emit.c 
	                                    nv50_pc_optimize.c 
	                                    nv50_pc_print.c 
	                                    nv50_pc_regalloc.c 
	                                    nv50_tgsi_to_nc.c 
	dist/Mesa/src/gallium/drivers/nvc0: Makefile SConscript 
	                                    nvc0_pc.c nvc0_pc.h 
	                                    nvc0_pc_emit.c 
	                                    nvc0_pc_optimize.c 
	                                    nvc0_pc_print.c 
	                                    nvc0_pc_regalloc.c 
	                                    nvc0_push2.c 
	                                    nvc0_tgsi_to_nc.c 
	                                    nvc0_transfer.h 
	dist/Mesa/src/gallium/drivers/nvfx: Makefile SConscript 
	                                    nv01_2d.xml.h nv04_2d.c 
	                                    nv04_2d.h nv04_2d_loops.h 
	                                    nv30-40_3d.xml.h 
	                                    nv30_fragtex.c 
	                                    nv30_vertprog.h 
	                                    nv40_fragtex.c 
	                                    nv40_vertprog.h 
	                                    nvfx_buffer.c nvfx_clear.c 
	                                    nvfx_context.c 
	                                    nvfx_context.h nvfx_draw.c 
	                                    nvfx_fragprog.c 
	                                    nvfx_fragtex.c 
	                                    nvfx_miptree.c nvfx_push.c 
	                                    nvfx_query.c nvfx_resource.c 
	                                    nvfx_resource.h 
	                                    nvfx_screen.c nvfx_screen.h 
	                                    nvfx_shader.h nvfx_state.c 
	                                    nvfx_state.h 
	                                    nvfx_state_emit.c 
	                                    nvfx_state_fb.c 
	                                    nvfx_surface.c 
	                                    nvfx_surface.h nvfx_tex.h 
	                                    nvfx_transfer.c 
	                                    nvfx_transfer.h nvfx_vbo.c 
	                                    nvfx_vertprog.c 
	dist/Mesa/src/gallium/drivers/r300: Makefile SConscript 
	dist/Mesa/src/gallium/drivers/r600: Makefile SConscript 
	                                    eg_state_inlines.h r600.h 
	                                    r600_state_inlines.h 
	                                    r600_translate.c 
	dist/Mesa/src/gallium/drivers/rbug: Makefile 
	dist/Mesa/src/gallium/drivers/softpipe: Makefile sp_fs_sse.c 
	dist/Mesa/src/gallium/drivers/svga: Makefile 
	                                    svga_tgsi_decl_sm20.c 
	dist/Mesa/src/gallium/drivers/trace: Makefile 
	dist/Mesa/src/gallium/state_trackers: Makefile 
	dist/Mesa/src/gallium/state_trackers/d3d1x: Makefile 
	                                            Makefile.inc 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader: Makefile 
	                                                        gen-header.sh 
	                                                        gen-text.sh 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader/defs: 
	                                                             files.txt 
	                                                             interpolations.txt 
	                                                             opcodes.txt 
	                                                             operand_compnums.txt 
	                                                             operand_index_reprs.txt 
	                                                             operand_modes.txt 
	                                                             shortfiles.txt 
	                                                             svs.txt 
	                                                             targets.txt 
	                                                             token_instruction_extended_types.txt 
	                                                             token_operand_extended_types.txt 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader/include: 
	                                                                dxbc.h 
	                                                                le32.h 
	                                                                sm4.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader/src: 
	                                                            dxbc_assemble.cpp 
	                                                            dxbc_dump.cpp 
	                                                            dxbc_parse.cpp 
	                                                            sm4_analyze.cpp 
	                                                            sm4_dump.cpp 
	                                                            sm4_parse.cpp 
	                                                            utils.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xshader/tools: 
	                                                              fxdis.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xstutil: Makefile 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xstutil/include: 
	                                                                d3d1xstutil.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3d1xstutil/src: 
	                                                            d3d_sm4_enums.cpp 
	                                                            dxgi_enums.cpp 
	                                                            guids.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/d3dapi: Makefile 
	                                                   d3d10.idl 
	                                                   d3d10_1.idl 
	                                                   d3d10misc.h 
	                                                   d3d10shader.idl 
	                                                   d3d11.idl 
	                                                   d3d11shader.idl 
	                                                   d3dcommon.idl 
	                                                   dxgi.idl 
	                                                   dxgiformat.idl 
	                                                   dxgitype.idl 
	dist/Mesa/src/gallium/state_trackers/d3d1x/docs: Makefile 
	                                                 coding_style.txt 
	                                                 module_dependencies.dot 
	                                                 source_layout.txt 
	dist/Mesa/src/gallium/state_trackers/d3d1x/dxgi: Makefile 
	dist/Mesa/src/gallium/state_trackers/d3d1x/dxgi/src: 
	                                                     dxgi_loader.cpp 
	                                                     dxgi_native.cpp 
	                                                     dxgi_private.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/dxgid3d10: Makefile 
	                                                      dxgid3d10.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/dxgid3d11: Makefile 
	                                                      dxgid3d11.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/gd3d10: Makefile 
	                                                   d3d10.pl 
	dist/Mesa/src/gallium/state_trackers/d3d1x/gd3d11: Makefile 
	                                                   d3d11.cpp 
	                                                   d3d11_context.h 
	                                                   d3d11_misc.h 
	                                                   d3d11_objects.h 
	                                                   d3d11_screen.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/gd3d1x: Makefile 
	                                                   d3d1x_private.h 
	                                                   d3d_enums.cpp 
	                                                   sm4_to_tgsi.cpp 
	                                                   sm4_to_tgsi.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/gd3d1x/tools: 
	                                                         dxbc2tgsi.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/gd3dapi: Makefile 
	                                                    galliumcom.idl 
	                                                    galliumd3d10_1.idl 
	                                                    galliumd3d11.idl 
	                                                    galliumdxgi.idl 
	dist/Mesa/src/gallium/state_trackers/d3d1x/mstools: 
	                                                    download-mstools 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs: Makefile 
	                                                  progs.sln 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d10app: 
	                                                           d3d10app.h 
	                                                           d3d10winmain.cpp 
	                                                           d3d10x11main.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d10tri: 
	                                                           d3d10tri.cpp 
	                                                           d3d10tri.hlsl 
	                                                           d3d10tri.hlsl.ps.h 
	                                                           d3d10tri.hlsl.vs.h 
	                                                           d3d10tri.vcxproj 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d11app: 
	                                                           d3d11app.h 
	                                                           d3d11blit.hlsl 
	                                                           d3d11blit.hlsl.ps.h 
	                                                           d3d11blit.hlsl.vs.h 
	                                                           d3d11u.h 
	                                                           d3d11winmain.cpp 
	                                                           d3d11x11main.cpp 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d11gears: 
	                                                             d3d11gears.cpp 
	                                                             d3d11gears.hlsl 
	                                                             d3d11gears.hlsl.ps.h 
	                                                             d3d11gears.hlsl.vs.h 
	                                                             d3d11gears.vcxproj 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere: 
	                                                                   d3d11spikysphere.cpp 
	                                                                   d3d11spikysphere.hlsl 
	                                                                   d3d11spikysphere.hlsl.ds.h 
	                                                                   d3d11spikysphere.hlsl.hs.h 
	                                                                   d3d11spikysphere.hlsl.ps.h 
	                                                                   d3d11spikysphere.hlsl.vs.h 
	                                                                   d3d11spikysphere.vcxproj 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d11tex: 
	                                                           d3d11tex.cpp 
	                                                           d3d11tex.hlsl 
	                                                           d3d11tex.hlsl.ps.h 
	                                                           d3d11tex.hlsl.vs.h 
	                                                           d3d11tex.vcxproj 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/d3d11tri: 
	                                                           d3d11tri.cpp 
	                                                           d3d11tri.hlsl 
	                                                           d3d11tri.hlsl.ps.h 
	                                                           d3d11tri.hlsl.vs.h 
	                                                           d3d11tri.vcxproj 
	dist/Mesa/src/gallium/state_trackers/d3d1x/progs/data: 
	                                                       cornell_box_image.h 
	                                                       tux_image.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/tools: fxc 
	dist/Mesa/src/gallium/state_trackers/d3d1x/winedlls: Makefile 
	                                                     Makefile.wine 
	                                                     version.rc.h 
	dist/Mesa/src/gallium/state_trackers/d3d1x/winedlls/d3d10: 
	                                                           Makefile 
	                                                           d3d10.spec 
	                                                           version.rc 
	dist/Mesa/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1: 
	                                                             Makefile 
	                                                             d3d10_1.spec 
	                                                             version.rc 
	dist/Mesa/src/gallium/state_trackers/d3d1x/winedlls/d3d11: 
	                                                           Makefile 
	                                                           d3d11.spec 
	                                                           version.rc 
	dist/Mesa/src/gallium/state_trackers/d3d1x/winedlls/dxgi: 
	                                                          Makefile 
	                                                          dxgi.spec 
	                                                          dxgi_dll.c 
	                                                          version.rc 
	dist/Mesa/src/gallium/state_trackers/dri: Makefile 
	dist/Mesa/src/gallium/state_trackers/dri/common: dri_wrapper.h 
	dist/Mesa/src/gallium/state_trackers/dri/drm: Makefile 
	dist/Mesa/src/gallium/state_trackers/dri/sw: Makefile 
	dist/Mesa/src/gallium/state_trackers/egl: Makefile 
	dist/Mesa/src/gallium/state_trackers/gbm: Makefile 
	dist/Mesa/src/gallium/state_trackers/glx: Makefile 
	dist/Mesa/src/gallium/state_trackers/glx/xlib: Makefile 
	dist/Mesa/src/gallium/state_trackers/vega: Makefile 
	dist/Mesa/src/gallium/state_trackers/xorg: Makefile 
	dist/Mesa/src/gallium/targets: Makefile Makefile.dri 
	                               Makefile.xorg 
	dist/Mesa/src/gallium/targets/dri-i915: Makefile 
	dist/Mesa/src/gallium/targets/dri-i965: Makefile SConscript 
	                                        target.c 
	dist/Mesa/src/gallium/targets/dri-nouveau: Makefile 
	dist/Mesa/src/gallium/targets/dri-r300: Makefile SConscript 
	dist/Mesa/src/gallium/targets/dri-r600: Makefile SConscript 
	dist/Mesa/src/gallium/targets/dri-swrast: Makefile 
	dist/Mesa/src/gallium/targets/dri-vmwgfx: Makefile 
	dist/Mesa/src/gallium/targets/egl-static: Makefile 
	dist/Mesa/src/gallium/targets/gbm: Makefile pipe_i915.c 
	                                   pipe_i965.c pipe_loader.c 
	                                   pipe_loader.h pipe_nouveau.c 
	                                   pipe_r300.c pipe_r600.c 
	                                   pipe_swrast.c pipe_vmwgfx.c 
	dist/Mesa/src/gallium/targets/libgl-xlib: Makefile 
	dist/Mesa/src/gallium/targets/xorg-i915: Makefile 
	dist/Mesa/src/gallium/targets/xorg-i965: Makefile intel_target.c 
	                                         intel_xorg.c 
	dist/Mesa/src/gallium/targets/xorg-nouveau: Makefile 
	dist/Mesa/src/gallium/targets/xorg-r300: Makefile target.c 
	                                         xorg.c 
	dist/Mesa/src/gallium/targets/xorg-vmwgfx: Makefile SConscript 
	                                           vmw_ctrl.c vmw_ctrl.h 
	                                           vmw_driver.h 
	                                           vmw_hook.h 
	                                           vmw_ioctl.c 
	                                           vmw_screen.c 
	                                           vmw_target.c 
	                                           vmw_video.c 
	                                           vmw_xorg.c 
	                                           vmwarectrlproto.h 
	dist/Mesa/src/gallium/tests/trivial: Makefile 
	dist/Mesa/src/gallium/tests/unit: Makefile 
	dist/Mesa/src/gallium/winsys: Makefile SConscript 
	dist/Mesa/src/gallium/winsys/i915/drm: Makefile 
	dist/Mesa/src/gallium/winsys/i915/sw: Makefile 
	dist/Mesa/src/gallium/winsys/i965/drm: Makefile SConscript 
	                                       i965_drm_buffer.c 
	                                       i965_drm_public.h 
	                                       i965_drm_winsys.c 
	                                       i965_drm_winsys.h 
	dist/Mesa/src/gallium/winsys/i965/xlib: Makefile xlib_i965.c 
	dist/Mesa/src/gallium/winsys/nouveau/drm: Makefile nouveau_dri.h 
	                                          nouveau_drm_winsys.h 
	dist/Mesa/src/gallium/winsys/r600/drm: Makefile SConscript bof.c 
	                                       bof.h 
	                                       evergreen_hw_context.c 
	                                       r600_bo.c r600_bomgr.c 
	                                       r600_drm.c 
	                                       r600_drm_public.h 
	                                       r600_hw_context.c 
	                                       r600_priv.h r600d.h 
	                                       radeon_bo.c 
	                                       radeon_pciid.c 
	dist/Mesa/src/gallium/winsys/radeon/drm: Makefile SConscript 
	dist/Mesa/src/gallium/winsys/svga/drm: Makefile 
	dist/Mesa/src/gallium/winsys/sw: Makefile 
	dist/Mesa/src/gallium/winsys/sw/dri: Makefile 
	dist/Mesa/src/gallium/winsys/sw/fbdev: Makefile 
	dist/Mesa/src/gallium/winsys/sw/null: Makefile 
	dist/Mesa/src/gallium/winsys/sw/wayland: Makefile 
	dist/Mesa/src/gallium/winsys/sw/wrapper: Makefile 
	dist/Mesa/src/gallium/winsys/sw/xlib: Makefile 
	dist/Mesa/src/gbm: Makefile 
	dist/Mesa/src/gbm/backends: Makefile Makefile.template 
	dist/Mesa/src/gbm/backends/dri: Makefile 
	dist/Mesa/src/gbm/main: Makefile 
	dist/Mesa/src/glsl: .dir-locals.el Makefile Makefile.template 
	                    autogen.sh builtin_function.cpp 
	                    builtin_stubs.cpp builtin_types.h 
	                    builtin_variables.h ir_variable.cpp 
	                    opt_discard_simplification.cpp 
	dist/Mesa/src/glsl/builtins/ir: abs acos acosh all any asin 
	                                asinh atan atanh ceil clamp cos 
	                                cosh cross dFdx dFdy degrees 
	                                distance dot equal exp exp2 
	                                faceforward floor fract 
	                                ftransform fwidth greaterThan 
	                                greaterThanEqual inversesqrt 
	                                length lessThan lessThanEqual 
	                                log log2 matrixCompMult max min 
	                                mix mod modf noise1 noise2 
	                                noise3 noise4 normalize not 
	                                notEqual outerProduct pow 
	                                radians reflect refract round 
	                                roundEven sign sin sinh 
	                                smoothstep sqrt step tan tanh 
	                                transpose trunc 
	dist/Mesa/src/glsl/builtins/profiles: 100.frag 100.vert 
	                                      ARB_shader_texture_lod.vert 
	                                      ARB_texture_rectangle.frag 
	                                      ARB_texture_rectangle.vert 
	dist/Mesa/src/glu: Makefile glu.pc.in 
	dist/Mesa/src/glu/sgi: Makefile Makefile.mgw Makefile.win 
	                       SConscript dummy.cc glu.def glu.exports 
	                       glu.exports.darwin mesaglu.opt 
	dist/Mesa/src/glu/sgi/include: gluos.h 
	dist/Mesa/src/glu/sgi/libnurbs/interface: bezierEval.cc 
	                                          bezierEval.h 
	                                          bezierPatch.cc 
	                                          bezierPatch.h 
	                                          bezierPatchMesh.cc 
	                                          bezierPatchMesh.h 
	                                          glcurveval.cc 
	                                          glcurveval.h 
	                                          glimports.h 
	                                          glinterface.cc 
	                                          glrenderer.cc 
	                                          glrenderer.h 
	                                          glsurfeval.cc 
	                                          glsurfeval.h 
	                                          incurveeval.cc 
	                                          insurfeval.cc 
	                                          mystdio.h mystdlib.h 
	dist/Mesa/src/glu/sgi/libnurbs/internals: arc.cc arc.h 
	                                          arcsorter.cc 
	                                          arcsorter.h arctess.cc 
	                                          arctess.h backend.cc 
	                                          backend.h 
	                                          basiccrveval.cc 
	                                          basiccrveval.h 
	                                          basicsurfeval.cc 
	                                          basicsurfeval.h 
	                                          bezierarc.h bin.cc 
	                                          bin.h bufpool.cc 
	                                          bufpool.h 
	                                          cachingeval.cc 
	                                          cachingeval.h ccw.cc 
	                                          coveandtiler.cc 
	                                          coveandtiler.h 
	                                          curve.cc curve.h 
	                                          curvelist.cc 
	                                          curvelist.h 
	                                          curvesub.cc 
	                                          dataTransform.cc 
	                                          dataTransform.h 
	                                          defines.h 
	                                          displaylist.cc 
	                                          displaylist.h 
	                                          displaymode.h flist.cc 
	                                          flist.h flistsorter.cc 
	                                          flistsorter.h 
	                                          gridline.h 
	                                          gridtrimvertex.h 
	                                          gridvertex.h hull.cc 
	                                          hull.h intersect.cc 
	                                          jarcloc.h 
	                                          knotvector.cc 
	                                          knotvector.h 
	                                          mapdesc.cc mapdesc.h 
	                                          mapdescv.cc maplist.cc 
	                                          maplist.h mesher.cc 
	                                          mesher.h 
	                                          monoTriangulationBackend.cc 
	                                          monotonizer.cc 
	                                          monotonizer.h 
	                                          myassert.h mycode.cc 
	                                          mymath.h mysetjmp.h 
	                                          mystring.h 
	                                          nurbsconsts.h 
	                                          nurbsinterfac.cc 
	                                          nurbstess.cc 
	                                          nurbstess.h patch.cc 
	                                          patch.h patchlist.cc 
	                                          patchlist.h pwlarc.h 
	                                          quilt.cc quilt.h 
	                                          reader.cc reader.h 
	                                          renderhints.cc 
	                                          renderhints.h 
	                                          simplemath.h slicer.cc 
	                                          slicer.h sorter.cc 
	                                          sorter.h splitarcs.cc 
	                                          subdivider.cc 
	                                          subdivider.h 
	                                          tobezier.cc 
	                                          trimline.cc trimline.h 
	                                          trimregion.cc 
	                                          trimregion.h 
	                                          trimvertex.h 
	                                          trimvertpool.cc 
	                                          trimvertpool.h types.h 
	                                          uarray.cc uarray.h 
	                                          varray.cc varray.h 
	dist/Mesa/src/glu/sgi/libnurbs/nurbtess: definitions.h 
	                                         directedLine.cc 
	                                         directedLine.h 
	                                         glimports.h gridWrap.cc 
	                                         gridWrap.h monoChain.cc 
	                                         monoChain.h 
	                                         monoPolyPart.cc 
	                                         monoPolyPart.h 
	                                         monoTriangulation.cc 
	                                         monoTriangulation.h 
	                                         mystdio.h mystdlib.h 
	                                         partitionX.cc 
	                                         partitionX.h 
	                                         partitionY.cc 
	                                         partitionY.h polyDBG.cc 
	                                         polyDBG.h polyUtil.cc 
	                                         polyUtil.h 
	                                         primitiveStream.cc 
	                                         primitiveStream.h 
	                                         quicksort.cc 
	                                         quicksort.h 
	                                         rectBlock.cc 
	                                         rectBlock.h 
	                                         sampleComp.cc 
	                                         sampleComp.h 
	                                         sampleCompBot.cc 
	                                         sampleCompBot.h 
	                                         sampleCompRight.cc 
	                                         sampleCompRight.h 
	                                         sampleCompTop.cc 
	                                         sampleCompTop.h 
	                                         sampleMonoPoly.cc 
	                                         sampleMonoPoly.h 
	                                         sampledLine.cc 
	                                         sampledLine.h 
	                                         searchTree.cc 
	                                         searchTree.h zlassert.h 
	dist/Mesa/src/glu/sgi/libtess: README alg-outline dict-list.h 
	                               dict.c dict.h geom.c geom.h 
	                               memalloc.c memalloc.h mesh.c 
	                               mesh.h normal.c normal.h 
	                               priorityq-heap.c priorityq-heap.h 
	                               priorityq-sort.h priorityq.c 
	                               priorityq.h render.c render.h 
	                               sweep.c sweep.h tess.c tess.h 
	                               tessmono.c tessmono.h 
	dist/Mesa/src/glu/sgi/libutil: error.c glue.c gluint.h mipmap.c 
	                               project.c quad.c registry.c 
	dist/Mesa/src/glut/beos: Makefile beos_x11.cpp beos_x11.h 
	                         glutBlocker.cpp glutBlocker.h 
	                         glutCallback.cpp glutColor.cpp 
	                         glutCursor.cpp glutCursors.h 
	                         glutDstr.cpp glutEvent.cpp glutGet.cpp 
	                         glutInit.cpp glutMenu.cpp glutMenu.h 
	                         glutOverlay.cpp glutState.h 
	                         glutWindow.cpp glutWindow.h glut_8x13.c 
	                         glut_9x15.c glut_bitmap.c glut_bwidth.c 
	                         glut_ext.c glut_hel10.c glut_hel12.c 
	                         glut_hel18.c glut_mroman.c glut_roman.c 
	                         glut_shapes.c glut_stroke.c 
	                         glut_swidth.c glut_teapot.c glut_tr10.c 
	                         glut_tr24.c glut_util.c 
	                         glut_vidresize.c glutbitmap.h glutint.h 
	                         glutstroke.h 
	dist/Mesa/src/glut/glx: Makefile Makefile.cygnus Makefile.mgw 
	                        Makefile.sgi Makefile.win SConscript 
	                        capturexfont.c fxglut.def glut.def 
	                        glut.pc.in glut_8x13.c glut_9x15.c 
	                        glut_bitmap.c glut_bwidth.c 
	                        glut_cindex.c glut_cmap.c glut_cursor.c 
	                        glut_dials.c glut_dstr.c glut_event.c 
	                        glut_ext.c glut_fcb.c glut_fullscrn.c 
	                        glut_gamemode.c glut_get.c glut_glxext.c 
	                        glut_hel10.c glut_hel12.c glut_hel18.c 
	                        glut_init.c glut_input.c glut_joy.c 
	                        glut_key.c glut_keyctrl.c glut_keyup.c 
	                        glut_menu.c glut_menu2.c glut_mesa.c 
	                        glut_modifier.c glut_mroman.c 
	                        glut_overlay.c glut_ppm.c glut_roman.c 
	                        glut_shapes.c glut_space.c glut_stroke.c 
	                        glut_swap.c glut_swidth.c glut_tablet.c 
	                        glut_teapot.c glut_tr10.c glut_tr24.c 
	                        glut_util.c glut_vidresize.c glut_warp.c 
	                        glut_win.c glut_winmisc.c glutbitmap.h 
	                        glutint.h glutstroke.h glutwin32.h 
	                        layerutil.c layerutil.h stroke.h 
	                        win32_glx.c win32_glx.h win32_menu.c 
	                        win32_util.c win32_winproc.c win32_x11.c 
	                        win32_x11.h 
	dist/Mesa/src/glw: GLwDrawA.c GLwDrawA.h GLwDrawAP.h GLwMDrawA.c 
	                   GLwMDrawA.h GLwMDrawAP.h Makefile README 
	                   glw.pc.in 
	dist/Mesa/src/glx: Makefile indirect.c indirect.h 
	                   indirect_init.c indirect_size.c 
	                   indirect_size.h 
	dist/Mesa/src/glx/apple: glx_error.c glx_error.h 
	dist/Mesa/src/mapi/es1api: Makefile 
	dist/Mesa/src/mapi/es2api: Makefile 
	dist/Mesa/src/mapi/glapi: Makefile glapi_gentable.c 
	                          glapi_mapi_tmp.h glapi_sparc.S 
	                          glapi_x86-64.S glapi_x86.S 
	                          glapitable.h glapitemp.h glprocs.h 
	                          sources.mak 
	dist/Mesa/src/mapi/glapi/gen: Makefile 
	dist/Mesa/src/mapi/glapi/gen-es: Makefile base1_API.xml 
	                                 base2_API.xml es1_API.xml 
	                                 es1_COMPAT.xml es1_EXT.xml 
	                                 es2_API.xml es2_COMPAT.xml 
	                                 es2_EXT.xml es_COMPAT.xml 
	                                 es_EXT.xml gl_compare.py 
	                                 gl_parse_header.py 
	dist/Mesa/src/mapi/mapi: entry.c entry.h entry_x86-64_tls.h 
	                         entry_x86_tls.h entry_x86_tsd.h mapi.c 
	                         mapi.h mapi_abi.py mapi_glapi.c 
	                         mapi_tmp.h sources.mak stub.c stub.h 
	                         table.c table.h u_compiler.h 
	                         u_current.c u_current.h u_execmem.c 
	                         u_execmem.h u_macros.h u_thread.c 
	                         u_thread.h 
	dist/Mesa/src/mapi/shared-glapi: Makefile 
	dist/Mesa/src/mapi/vgapi: Makefile 
	dist/Mesa/src/mesa: Makefile Makefile.mgw descrip.mms 
	                    osmesa.pc.in sources.mak 
	dist/Mesa/src/mesa/drivers: Makefile 
	dist/Mesa/src/mesa/drivers/beos: GLView.cpp Makefile 
	dist/Mesa/src/mesa/drivers/common: descrip.mms 
	dist/Mesa/src/mesa/drivers/dri: Makefile Makefile.defines 
	                                Makefile.targets 
	dist/Mesa/src/mesa/drivers/dri/common: depthtmp.h 
	                                       drirenderbuffer.c 
	                                       drirenderbuffer.h 
	                                       drisw_util.h memops.h 
	                                       mmx.h spantmp.h 
	                                       spantmp2.h 
	                                       spantmp_common.h 
	                                       stenciltmp.h texmem.c 
	                                       texmem.h vblank.c 
	                                       vblank.h 
	dist/Mesa/src/mesa/drivers/dri/common/xmlpool: Makefile 
	                                               options.h 
	dist/Mesa/src/mesa/drivers/dri/i810: Makefile i810_3d_reg.h 
	                                     i810context.c i810context.h 
	                                     i810ioctl.c i810ioctl.h 
	                                     i810render.c i810screen.c 
	                                     i810screen.h i810span.c 
	                                     i810span.h i810state.c 
	                                     i810state.h i810tex.c 
	                                     i810tex.h i810texmem.c 
	                                     i810texstate.c i810tris.c 
	                                     i810tris.h i810vb.c 
	                                     i810vb.h 
	dist/Mesa/src/mesa/drivers/dri/i810/server: i810_common.h 
	                                            i810_dri.h 
	                                            i810_reg.h 
	dist/Mesa/src/mesa/drivers/dri/i915: Makefile i915_debug.c 
	dist/Mesa/src/mesa/drivers/dri/i965: Makefile brw_eu_debug.c 
	                                     brw_fallback.c 
	                                     brw_fallback.h 
	                                     brw_fs_schedule_instructions.cpp 
	                                     brw_optimize.c 
	                                     brw_vs_constval.c 
	                                     brw_vs_emit.c 
	                                     brw_wm_debug.c 
	                                     brw_wm_emit.c brw_wm_fp.c 
	                                     brw_wm_iz.c brw_wm_pass0.c 
	                                     brw_wm_pass1.c 
	                                     brw_wm_pass2.c 
	                                     gen7_cc_state.c 
	dist/Mesa/src/mesa/drivers/dri/intel: intel_batchbuffer.c 
	                                      intel_batchbuffer.h 
	                                      intel_blit.c intel_blit.h 
	                                      intel_buffer_objects.c 
	                                      intel_buffer_objects.h 
	                                      intel_buffers.c 
	                                      intel_buffers.h 
	                                      intel_chipset.h 
	                                      intel_clear.c 
	                                      intel_clear.h 
	                                      intel_context.c 
	                                      intel_context.h 
	                                      intel_decode.c 
	                                      intel_decode.h 
	                                      intel_extensions.c 
	                                      intel_extensions.h 
	                                      intel_extensions_es.c 
	                                      intel_fbo.c intel_fbo.h 
	                                      intel_mipmap_tree.c 
	                                      intel_mipmap_tree.h 
	                                      intel_pixel.c 
	                                      intel_pixel.h 
	                                      intel_pixel_bitmap.c 
	                                      intel_pixel_copy.c 
	                                      intel_pixel_draw.c 
	                                      intel_pixel_read.c 
	                                      intel_reg.h 
	                                      intel_regions.c 
	                                      intel_regions.h 
	                                      intel_screen.c 
	                                      intel_screen.h 
	                                      intel_span.c intel_span.h 
	                                      intel_state.c 
	                                      intel_syncobj.c 
	                                      intel_tex.c intel_tex.h 
	                                      intel_tex_copy.c 
	                                      intel_tex_format.c 
	                                      intel_tex_image.c 
	                                      intel_tex_layout.c 
	                                      intel_tex_layout.h 
	                                      intel_tex_obj.h 
	                                      intel_tex_subimage.c 
	                                      intel_tex_validate.c 
	dist/Mesa/src/mesa/drivers/dri/mach64: Makefile mach64_context.c 
	                                       mach64_context.h 
	                                       mach64_dd.c mach64_dd.h 
	                                       mach64_ioctl.c 
	                                       mach64_ioctl.h 
	                                       mach64_lock.c 
	                                       mach64_lock.h 
	                                       mach64_native_vb.c 
	                                       mach64_native_vbtmp.h 
	                                       mach64_reg.h 
	                                       mach64_screen.c 
	                                       mach64_screen.h 
	                                       mach64_span.c 
	                                       mach64_span.h 
	                                       mach64_state.c 
	                                       mach64_state.h 
	                                       mach64_tex.c mach64_tex.h 
	                                       mach64_texmem.c 
	                                       mach64_texstate.c 
	                                       mach64_tris.c 
	                                       mach64_tris.h mach64_vb.c 
	                                       mach64_vb.h 
	                                       mach64_vbtmp.h 
	dist/Mesa/src/mesa/drivers/dri/mach64/server: mach64_dri.h 
	dist/Mesa/src/mesa/drivers/dri/mga: Doxyfile Makefile README 
	                                    mga_texcombine.c 
	                                    mga_texstate.c mga_xmesa.c 
	                                    mga_xmesa.h mgacontext.h 
	                                    mgadd.c mgadd.h mgaioctl.c 
	                                    mgaioctl.h mgapixel.c 
	                                    mgapixel.h mgaregs.h 
	                                    mgarender.c mgaspan.c 
	                                    mgaspan.h mgastate.c 
	                                    mgastate.h mgatex.c mgatex.h 
	                                    mgatexmem.c mgatris.c 
	                                    mgatris.h mgavb.c mgavb.h 
	dist/Mesa/src/mesa/drivers/dri/mga/server: mga.h mga_bios.h 
	                                           mga_dri.h 
	                                           mga_macros.h 
	                                           mga_reg.h 
	dist/Mesa/src/mesa/drivers/dri/nouveau: Makefile 
	                                        nouveau_bo_state.c 
	                                        nouveau_bo_state.h 
	dist/Mesa/src/mesa/drivers/dri/r128: Makefile r128_context.c 
	                                     r128_context.h r128_dd.c 
	                                     r128_dd.h r128_ioctl.c 
	                                     r128_ioctl.h r128_lock.c 
	                                     r128_lock.h r128_screen.c 
	                                     r128_screen.h r128_span.c 
	                                     r128_span.h r128_state.c 
	                                     r128_state.h r128_tex.c 
	                                     r128_tex.h r128_texmem.c 
	                                     r128_texobj.h 
	                                     r128_texstate.c r128_tris.c 
	                                     r128_tris.h 
	dist/Mesa/src/mesa/drivers/dri/r128/server: pci_ids.h r128.h 
	                                            r128_dri.h 
	                                            r128_macros.h 
	                                            r128_reg.h 
	                                            r128_version.h 
	dist/Mesa/src/mesa/drivers/dri/r200: Makefile 
	dist/Mesa/src/mesa/drivers/dri/r300: Lindent Makefile 
	                                     r300_blit.c r300_blit.h 
	                                     r300_cmdbuf.c r300_cmdbuf.h 
	                                     r300_context.c 
	                                     r300_context.h r300_draw.c 
	                                     r300_emit.c r300_emit.h 
	                                     r300_fragprog_common.c 
	                                     r300_fragprog_common.h 
	                                     r300_reg.h r300_render.c 
	                                     r300_render.h r300_shader.c 
	                                     r300_state.c r300_state.h 
	                                     r300_swtcl.c r300_swtcl.h 
	                                     r300_tex.c r300_tex.h 
	                                     r300_texstate.c 
	                                     r300_vertprog.c 
	                                     r300_vertprog.h 
	                                     radeon_context.h 
	                                     radeon_mesa_to_rc.c 
	                                     radeon_mesa_to_rc.h 
	dist/Mesa/src/mesa/drivers/dri/r300/compiler: Makefile 
	                                              SConscript 
	                                              memory_pool.c 
	                                              memory_pool.h 
	                                              r300_fragprog.c 
	                                              r300_fragprog.h 
	                                              r300_fragprog_emit.c 
	                                              r300_fragprog_swizzle.c 
	                                              r300_fragprog_swizzle.h 
	                                              r3xx_fragprog.c 
	                                              r3xx_vertprog.c 
	                                              r3xx_vertprog_dump.c 
	                                              r500_fragprog.c 
	                                              r500_fragprog.h 
	                                              r500_fragprog_emit.c 
	                                              radeon_code.c 
	                                              radeon_code.h 
	                                              radeon_compiler.c 
	                                              radeon_compiler.h 
	                                              radeon_compiler_util.c 
	                                              radeon_compiler_util.h 
	                                              radeon_dataflow.c 
	                                              radeon_dataflow.h 
	                                              radeon_dataflow_deadcode.c 
	                                              radeon_dataflow_swizzles.c 
	                                              radeon_emulate_branches.c 
	                                              radeon_emulate_branches.h 
	                                              radeon_emulate_loops.c 
	                                              radeon_emulate_loops.h 
	                                              radeon_list.c 
	                                              radeon_list.h 
	                                              radeon_opcodes.c 
	                                              radeon_opcodes.h 
	                                              radeon_optimize.c 
	                                              radeon_pair_dead_sources.c 
	                                              radeon_pair_regalloc.c 
	                                              radeon_pair_schedule.c 
	                                              radeon_pair_translate.c 
	                                              radeon_program.c 
	                                              radeon_program.h 
	                                              radeon_program_alu.c 
	                                              radeon_program_alu.h 
	                                              radeon_program_constants.h 
	                                              radeon_program_pair.c 
	                                              radeon_program_pair.h 
	                                              radeon_program_print.c 
	                                              radeon_program_tex.c 
	                                              radeon_program_tex.h 
	                                              radeon_remove_constants.c 
	                                              radeon_remove_constants.h 
	                                              radeon_rename_regs.c 
	                                              radeon_rename_regs.h 
	                                              radeon_swizzle.h 
	                                              radeon_variable.c 
	                                              radeon_variable.h 
	dist/Mesa/src/mesa/drivers/dri/r300/compiler/tests: Makefile 
	                                                    radeon_compiler_util_tests.c 
	                                                    rc_test_helpers.c 
	                                                    rc_test_helpers.h 
	                                                    unit_test.c 
	                                                    unit_test.h 
	dist/Mesa/src/mesa/drivers/dri/r600: Lindent Makefile 
	                                     defaultendian.h 
	                                     evergreen_blit.c 
	                                     evergreen_blit.h 
	                                     evergreen_blit_shaders.h 
	                                     evergreen_chip.c 
	                                     evergreen_chip.h 
	                                     evergreen_context.c 
	                                     evergreen_context.h 
	                                     evergreen_diff.h 
	                                     evergreen_fragprog.c 
	                                     evergreen_fragprog.h 
	                                     evergreen_ioctl.c 
	                                     evergreen_ioctl.h 
	                                     evergreen_off.h 
	                                     evergreen_oglprog.c 
	                                     evergreen_oglprog.h 
	                                     evergreen_render.c 
	                                     evergreen_sq.h 
	                                     evergreen_state.c 
	                                     evergreen_state.h 
	                                     evergreen_tex.c 
	                                     evergreen_tex.h 
	                                     evergreen_vertprog.c 
	                                     evergreen_vertprog.h 
	                                     r600_blit.c r600_blit.h 
	                                     r600_blit_shaders.h 
	                                     r600_cmdbuf.c r600_cmdbuf.h 
	                                     r600_context.c 
	                                     r600_context.h r600_emit.c 
	                                     r600_emit.h r600_reg.h 
	                                     r600_reg_auto_r6xx.h 
	                                     r600_reg_r6xx.h 
	                                     r600_reg_r7xx.h r600_tex.c 
	                                     r600_tex.h r600_texstate.c 
	                                     r700_assembler.c 
	                                     r700_assembler.h 
	                                     r700_chip.c r700_chip.h 
	                                     r700_chipoffset.h 
	                                     r700_clear.c r700_clear.h 
	                                     r700_debug.c r700_debug.h 
	                                     r700_driconf.h 
	                                     r700_fragprog.c 
	                                     r700_fragprog.h 
	                                     r700_ioctl.c r700_ioctl.h 
	                                     r700_oglprog.c 
	                                     r700_oglprog.h 
	                                     r700_render.c r700_shader.c 
	                                     r700_shader.h 
	                                     r700_shaderinst.c 
	                                     r700_shaderinst.h 
	                                     r700_state.c r700_state.h 
	                                     r700_vertprog.c 
	                                     r700_vertprog.h 
	                                     sq_micro_reg.h 
	dist/Mesa/src/mesa/drivers/dri/radeon: Makefile radeon_bo.c 
	                                       radeon_bo_drm.h 
	                                       radeon_bo_int_drm.h 
	                                       radeon_bo_legacy.c 
	                                       radeon_bo_legacy.h 
	                                       radeon_bocs_wrapper.h 
	                                       radeon_cs.c 
	                                       radeon_cs_drm.h 
	                                       radeon_cs_int_drm.h 
	                                       radeon_cs_legacy.c 
	                                       radeon_cs_legacy.h 
	                                       radeon_cs_space_drm.c 
	                                       radeon_lock.c 
	                                       radeon_lock.h 
	                                       radeon_tex_getimage.c 
	dist/Mesa/src/mesa/drivers/dri/radeon/server: radeon.h 
	dist/Mesa/src/mesa/drivers/dri/savage: Makefile savage_3d_reg.h 
	                                       savage_bci.h 
	                                       savage_init.h 
	                                       savage_xmesa.c 
	                                       savagecontext.h 
	                                       savagedd.c savagedd.h 
	                                       savageioctl.c 
	                                       savageioctl.h 
	                                       savagerender.c 
	                                       savagespan.c savagespan.h 
	                                       savagestate.c 
	                                       savagestate.h savagetex.c 
	                                       savagetex.h savagetris.c 
	                                       savagetris.h 
	dist/Mesa/src/mesa/drivers/dri/savage/server: savage_dri.h 
	dist/Mesa/src/mesa/drivers/dri/sis: Makefile sis6326_clear.c 
	                                    sis6326_reg.h 
	                                    sis6326_state.c sis_alloc.c 
	                                    sis_alloc.h sis_clear.c 
	                                    sis_context.c sis_context.h 
	                                    sis_dd.c sis_dd.h sis_fog.c 
	                                    sis_lock.c sis_lock.h 
	                                    sis_reg.h sis_screen.c 
	                                    sis_screen.h sis_span.c 
	                                    sis_span.h sis_state.c 
	                                    sis_state.h sis_stencil.c 
	                                    sis_stencil.h sis_tex.c 
	                                    sis_tex.h sis_texstate.c 
	                                    sis_tris.c sis_tris.h 
	                                    sis_tritmp.h 
	dist/Mesa/src/mesa/drivers/dri/sis/server: sis_common.h 
	                                           sis_dri.h 
	dist/Mesa/src/mesa/drivers/dri/swrast: Makefile swrast_span.c 
	                                       swrast_spantemp.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx: BUGS Makefile dri_glide.h 
	                                     tdfx_context.c 
	                                     tdfx_context.h tdfx_dd.c 
	                                     tdfx_dd.h tdfx_glide.h 
	                                     tdfx_lock.c tdfx_lock.h 
	                                     tdfx_pixels.c tdfx_pixels.h 
	                                     tdfx_render.c tdfx_render.h 
	                                     tdfx_screen.c tdfx_screen.h 
	                                     tdfx_span.c tdfx_span.h 
	                                     tdfx_state.c tdfx_state.h 
	                                     tdfx_tex.c tdfx_tex.h 
	                                     tdfx_texman.c tdfx_texman.h 
	                                     tdfx_texstate.c 
	                                     tdfx_texstate.h tdfx_tris.c 
	                                     tdfx_tris.h tdfx_vb.c 
	                                     tdfx_vb.h tdfx_vbtmp.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx/X86: fx_3dnow_fastpath.S 
	                                         fx_3dnow_fasttmp.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx/server: tdfx_dri.h 
	dist/Mesa/src/mesa/drivers/dri/unichrome: Makefile via_3d_reg.h 
	                                          via_context.c 
	                                          via_context.h 
	                                          via_drmclient.h 
	                                          via_fb.c via_fb.h 
	                                          via_ioctl.c 
	                                          via_ioctl.h 
	                                          via_memcpy.c 
	                                          via_render.c 
	                                          via_screen.c 
	                                          via_screen.h 
	                                          via_span.c via_span.h 
	                                          via_state.c 
	                                          via_state.h via_tex.c 
	                                          via_tex.h 
	                                          via_texcombine.c 
	                                          via_tris.c via_tris.h 
	dist/Mesa/src/mesa/drivers/dri/unichrome/server: via.h via_dri.h 
	                                                 via_driver.h 
	                                                 via_priv.h 
	                                                 via_regs.h 
	dist/Mesa/src/mesa/drivers/fbdev: Makefile glfbdev.c 
	dist/Mesa/src/mesa/drivers/osmesa: Makefile Makefile.win 
	                                   descrip.mms 
	dist/Mesa/src/mesa/drivers/windows/gldirect: ddlog.c ddlog.h 
	                                             dglcontext.c 
	                                             dglcontext.h 
	                                             dglglobals.c 
	                                             dglglobals.h 
	                                             dglmacros.h dglpf.c 
	                                             dglpf.h dglwgl.c 
	                                             dglwgl.h dll_main.c 
	                                             dllmain.h 
	                                             gld_debug_clip.c 
	                                             gld_debug_norm.c 
	                                             gld_debug_xform.c 
	                                             gld_dispatch.c 
	                                             gld_driver.c 
	                                             gld_driver.h 
	                                             gldirect.rc 
	                                             gldlame8.c 
	                                             opengl32.def 
	                                             opengl32.ref 
	                                             pixpack.h 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx7: 
	                                                 gld_driver_dx7.c 
	                                                 gld_dx7.h 
	                                                 gld_dxerr7.h 
	                                                 gld_ext_dx7.c 
	                                                 gld_pipeline_dx7.c 
	                                                 gld_primitive_dx7.c 
	                                                 gld_texture_dx7.c 
	                                                 gld_vb_d3d_render_dx7.c 
	                                                 gld_vb_mesa_render_dx7.c 
	                                                 gld_wgl_dx7.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx8: 
	                                                 gld_driver_dx8.c 
	                                                 gld_dx8.h 
	                                                 gld_dxerr8.h 
	                                                 gld_ext_dx8.c 
	                                                 gld_pipeline_dx8.c 
	                                                 gld_primitive_dx8.c 
	                                                 gld_texture_dx8.c 
	                                                 gld_vb_d3d_render_dx8.c 
	                                                 gld_vb_mesa_render_dx8.c 
	                                                 gld_wgl_dx8.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx9: 
	                                                 gld_driver_dx9.c 
	                                                 gld_dx9.h 
	                                                 gld_dxerr9.h 
	                                                 gld_ext_dx9.c 
	                                                 gld_pipeline_dx9.c 
	                                                 gld_primitive_dx9.c 
	                                                 gld_texture_dx9.c 
	                                                 gld_vb_d3d_render_dx9.c 
	                                                 gld_vb_mesa_render_dx9.c 
	                                                 gld_wgl_dx9.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/mesasw: colors.h 
	                                                    gld_wgl_mesasw.c 
	dist/Mesa/src/mesa/drivers/windows/icd: icd.c icdlist.h mesa.def 
	dist/Mesa/src/mesa/drivers/x11: Makefile descrip.mms fxmesa.h 
	                                xm_glide.c xm_glide.h xm_image.c 
	                                xm_image.h xm_span.c 
	                                xmesa_xf86.h 
	dist/Mesa/src/mesa/main: APIspec.dtd APIspec.py APIspec.xml 
	                         APIspecutil.py api_exec.c api_noop.c 
	                         api_noop.h depthstencil.c 
	                         depthstencil.h descrip.mms dispatch.h 
	                         dlopen.c enums.c es_generator.py 
	                         mfeatures.h nvprogram.c nvprogram.h 
	                         remap_helper.h texfetch.c texfetch.h 
	                         texfetch_tmp.h texpal.c texpal.h 
	                         vsnprintf.c 
	dist/Mesa/src/mesa/math: descrip.mms 
	dist/Mesa/src/mesa/ppc: common_ppc.c common_ppc_features.h 
	dist/Mesa/src/mesa/program: descrip.mms hash_table.c 
	                            nvfragparse.c nvfragparse.h 
	                            nvvertparse.c nvvertparse.h 
	                            prog_uniform.c prog_uniform.h 
	dist/Mesa/src/mesa/sparc: clip.S 
	dist/Mesa/src/mesa/state_tracker: Makefile st_cb_accum.c 
	                                  st_cb_accum.h 
	dist/Mesa/src/mesa/swrast: descrip.mms s_accum.c s_accum.h 
	                           s_readpix.c s_spantemp.h 
	dist/Mesa/src/mesa/swrast_setup: descrip.mms 
	dist/Mesa/src/mesa/tnl: descrip.mms 
	dist/Mesa/src/mesa/tnl_dd: t_dd.c t_dd_rendertmp.h t_dd_vbtmp.h 
	dist/Mesa/src/mesa/tnl_dd/imm: NOTES.imm t_dd_imm_capi.h 
	                               t_dd_imm_napi.h 
	                               t_dd_imm_primtmp.h 
	                               t_dd_imm_tapi.h t_dd_imm_vapi.h 
	                               t_dd_imm_vb.c t_dd_imm_vbtmp.h 
	dist/Mesa/src/mesa/vbo: descrip.mms 
	dist/Mesa/src/mesa/x86: Makefile 
	dist/Mesa/src/mesa/x86-64: Makefile 

Log message:
Merge Mesa 9.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:10:05

xenocara/lib/libEGL

Update of /cvs/xenocara/lib/libEGL
In directory cvs.openbsd.org:/tmp/cvs-serv1885/libEGL

Log Message:
Directory /cvs/xenocara/lib/libEGL added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:12:44

xenocara/lib/libGLESv1_CM

Update of /cvs/xenocara/lib/libGLESv1_CM
In directory cvs.openbsd.org:/tmp/cvs-serv6846/libGLESv1_CM

Log Message:
Directory /cvs/xenocara/lib/libGLESv1_CM added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:13:03

xenocara/lib/libGLESv1_CM/generated

Update of /cvs/xenocara/lib/libGLESv1_CM/generated
In directory cvs.openbsd.org:/tmp/cvs-serv32435/generated

Log Message:
Directory /cvs/xenocara/lib/libGLESv1_CM/generated added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:13:44

xenocara/lib/libGLESv1_CM/generated/glapi

Update of /cvs/xenocara/lib/libGLESv1_CM/generated/glapi
In directory cvs.openbsd.org:/tmp/cvs-serv10882/glapi

Log Message:
Directory /cvs/xenocara/lib/libGLESv1_CM/generated/glapi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:16:32

xenocara/lib/libGLESv2

Update of /cvs/xenocara/lib/libGLESv2
In directory cvs.openbsd.org:/tmp/cvs-serv262/libGLESv2

Log Message:
Directory /cvs/xenocara/lib/libGLESv2 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:16:52

xenocara/lib/libGLESv2/generated

Update of /cvs/xenocara/lib/libGLESv2/generated
In directory cvs.openbsd.org:/tmp/cvs-serv3054/generated

Log Message:
Directory /cvs/xenocara/lib/libGLESv2/generated added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:17:23

xenocara/lib/libGLESv2/generated/glapi

Update of /cvs/xenocara/lib/libGLESv2/generated/glapi
In directory cvs.openbsd.org:/tmp/cvs-serv1299/glapi

Log Message:
Directory /cvs/xenocara/lib/libGLESv2/generated/glapi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:20:02

xenocara/lib/libglapi

Update of /cvs/xenocara/lib/libglapi
In directory cvs.openbsd.org:/tmp/cvs-serv1424/libglapi

Log Message:
Directory /cvs/xenocara/lib/libglapi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:20:19

xenocara/lib/libglapi/generated

Update of /cvs/xenocara/lib/libglapi/generated
In directory cvs.openbsd.org:/tmp/cvs-serv10277/generated

Log Message:
Directory /cvs/xenocara/lib/libglapi/generated added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:20:56

xenocara/lib/libglapi/generated/glapi

Update of /cvs/xenocara/lib/libglapi/generated/glapi
In directory cvs.openbsd.org:/tmp/cvs-serv21135/glapi

Log Message:
Directory /cvs/xenocara/lib/libglapi/generated/glapi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:48

xenocara/lib/libGL/dri/radeonsi

Update of /cvs/xenocara/lib/libGL/dri/radeonsi
In directory cvs.openbsd.org:/tmp/cvs-serv19338/dri/radeonsi

Log Message:
Directory /cvs/xenocara/lib/libGL/dri/radeonsi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:49

xenocara/lib/libGL/gallium/drivers/radeonsi

Update of /cvs/xenocara/lib/libGL/gallium/drivers/radeonsi
In directory cvs.openbsd.org:/tmp/cvs-serv19338/gallium/drivers/radeonsi

Log Message:
Directory /cvs/xenocara/lib/libGL/gallium/drivers/radeonsi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:50

xenocara/lib/libGL/generated

Update of /cvs/xenocara/lib/libGL/generated
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated

Log Message:
Directory /cvs/xenocara/lib/libGL/generated added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:51

xenocara/lib/libGL/generated/glapi

Update of /cvs/xenocara/lib/libGL/generated/glapi
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/glapi

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/glapi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:52

xenocara/lib/libGL/generated/glsl

Update of /cvs/xenocara/lib/libGL/generated/glsl
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/glsl

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/glsl added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:53

xenocara/lib/libGL/generated/glsl/glcpp

Update of /cvs/xenocara/lib/libGL/generated/glsl/glcpp
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/glsl/glcpp

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/glsl/glcpp added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:54

xenocara/lib/libGL/generated/glx

Update of /cvs/xenocara/lib/libGL/generated/glx
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/glx

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/glx added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:55

xenocara/lib/libGL/generated/main

Update of /cvs/xenocara/lib/libGL/generated/main
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/main

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/main added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:56

xenocara/lib/libGL/generated/program

Update of /cvs/xenocara/lib/libGL/generated/program
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/program

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/program added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:58

xenocara/lib/libGL/generated/util

Update of /cvs/xenocara/lib/libGL/generated/util
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/util

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/util added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:33:59

xenocara/lib/libGL/generated/xmlpool

Update of /cvs/xenocara/lib/libGL/generated/xmlpool
In directory cvs.openbsd.org:/tmp/cvs-serv19338/generated/xmlpool

Log Message:
Directory /cvs/xenocara/lib/libGL/generated/xmlpool added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 08:34:00

xenocara/lib/libGL/glsl/builtin_compiler

Update of /cvs/xenocara/lib/libGL/glsl/builtin_compiler
In directory cvs.openbsd.org:/tmp/cvs-serv19338/glsl/builtin_compiler

Log Message:
Directory /cvs/xenocara/lib/libGL/glsl/builtin_compiler added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 09:12:09

Modified files:
	lib            : Makefile 
	lib/libGL      : Makefile shlib_version 
	lib/libGL/dri  : Makefile Makefile.inc 
	lib/libGL/dri/i915: Makefile 
	lib/libGL/dri/i965: Makefile 
	lib/libGL/dri/r200: Makefile 
	lib/libGL/dri/r300g: Makefile 
	lib/libGL/dri/r600g: Makefile 
	lib/libGL/dri/radeon: Makefile 
	lib/libGL/dri/swrast: Makefile 
	lib/libGL/dri/swrastg: Makefile 
	lib/libGL/gallium: Makefile.inc 
	lib/libGL/gallium/drivers: Makefile Makefile.inc 
	lib/libGL/gallium/drivers/llvmpipe: Makefile 
	lib/libGL/gallium/drivers/r300: Makefile 
	lib/libGL/gallium/drivers/r600: Makefile 
	lib/libGL/gallium/drivers/softpipe: Makefile 
	lib/libGL/gallium/libgallium: Makefile 
	lib/libGL/glsl/libglsl: Makefile 
	lib/libGL/mesa : Makefile.inc 
	lib/libGL/mesa/libmesa: Makefile 
	lib/libGL/mesa/libmesagallium: Makefile 
Added files:
	lib/libEGL     : Makefile shlib_version 
	lib/libGLESv1_CM: Makefile shlib_version 
	lib/libGLESv1_CM/generated: Makefile 
	lib/libGLESv1_CM/generated/glapi: glapi_mapi_tmp.h 
	lib/libGLESv2  : Makefile shlib_version 
	lib/libGLESv2/generated: Makefile 
	lib/libGLESv2/generated/glapi: glapi_mapi_tmp.h 
	lib/libglapi   : Makefile shlib_version 
	lib/libglapi/generated: Makefile 
	lib/libglapi/generated/glapi: glapi_mapi_tmp.h 
	lib/libGL/dri/radeonsi: Makefile 
	lib/libGL/gallium/drivers/radeonsi: Makefile 
	lib/libGL/generated: Makefile 
	lib/libGL/generated/glapi: glapi_gentable.c glapi_mapi_tmp.h 
	                           glapi_sparc.S glapi_x86-64.S 
	                           glapi_x86.S glapitable.h glapitemp.h 
	                           glprocs.h 
	lib/libGL/generated/glsl: builtin_function.cpp glsl_lexer.cpp 
	                          glsl_parser.cpp glsl_parser.h 
	lib/libGL/generated/glsl/glcpp: glcpp-lex.c glcpp-parse.c 
	                                glcpp-parse.h 
	lib/libGL/generated/glx: indirect.c indirect.h indirect_init.c 
	                         indirect_size.c indirect_size.h 
	lib/libGL/generated/main: api_exec.c dispatch.h enums.c 
	                          get_hash.h git_sha1.h remap_helper.h 
	lib/libGL/generated/program: lex.yy.c program_parse.output 
	                             program_parse.tab.c 
	                             program_parse.tab.h 
	lib/libGL/generated/util: u_format_srgb.c u_format_table.c 
	                          u_indices_gen.c u_unfilled_gen.c 
	lib/libGL/generated/xmlpool: options.h 
	lib/libGL/glsl/builtin_compiler: Makefile 
Removed files:
	lib/libGL/gallium/drivers/llvmpipe/generated: Makefile 
	                                              lp_tile_soa.c 
	lib/libGL/gallium/libgallium/generated: Makefile u_format_srgb.c 
	                                        u_format_table.c 
	                                        u_half.c u_indices_gen.c 
	                                        u_unfilled_gen.c 
	lib/libGL/glsl/glsl_compiler: Makefile 
	lib/libGL/mesa/generated: Makefile api_exec_es1.c api_exec_es2.c 

Log message:
build infrastructure changes for Mesa 9.2.0
ok matthieu@ mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 09:27:58

Modified files:
	lib/libGL/gallium/drivers: Makefile 

Log message:
fix a merge error


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/05 09:48:07

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/05 12:26:36

Modified files:
	net/epic4      : Makefile distinfo 
	net/epic4/patches: patch-source_irc_c 
Removed files:
	net/epic4/patches: patch-source_ircsig_c 

Log message:
Update to epic4 2.10.2; submitter takes MAINTAINER.

From Adam Jeanguenat

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/05 12:41:36

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update texapp to 0.6.2
Users can now send private messages up to 2048 characters in length.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/09/05 13:05:43

Modified files:
	devel/py-tz/pkg: PLIST 

Log message:
Fix generated PLIST
Ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/09/05 13:42:09

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/armish/conf: GENERIC 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 
	sys/arch/loongson/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	sys/arch/socppc/conf: GENERIC 
	sys/arch/sparc64/conf: GENERIC 
	sys/dev/usb    : files.usb usbdevs usbdevs.h usbdevs_data.h 
Added files:
	sys/dev/usb    : ugold.c 

Log message:
ugold(4) is a driver for PCsensor's USB gold TEMPer temperature
measurement device (idVendor:idProduct=0x0c45:0x7401).

newly added.

ok by mpi@ and sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/05 14:23:05

Modified files:
	lib/libEGL     : Makefile 
	lib/libtxc_dxtn: Makefile 

Log message:
magic fix so obj dirs become obj links again


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/05 14:40:32

Modified files:
	sys/arch/m88k/include: trap.h 
	sys/arch/m88k/m88k: eh_common.S m88100_fp.S trap.c 

Log message:
Service the 88100 floating-point exceptions through trap(), keeping the
existing assembly code for now. Make sure the trapframe images of %fpsr and
%fpcr are updated by the assembly handlers (in addition to the real registers
which were already updated). When returning into trap(), check these updated
value to decide whether a signal ought to be sent to the userland process.

With these changes, computations which ought to cause a signal to be delivered
will indeed trigger the signal, even when they are handled by the completion
code in the floating point exception handlers.

This fixes the libc/ieeefp/except and lib/fenv regress tests on 88100 systems,
finally!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/05 14:54:02

Modified files:
	gnu/usr.bin/gcc/gcc/config/m88k: openbsd1.h 

Log message:
Explicitely define USE_GAS for OpenBSD targets; the configure machinery in
gcc 3 no longer defines this for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/05 14:55:58

Modified files:
	sys/arch/mvme68k/dev: if_ie.c 
	sys/arch/mvme88k/dev: if_ie.c 
	sys/arch/sparc/dev: be.c hme.c if_gem_sbus.c if_ie.c 
	                    if_ti_sbus.c qe.c qec.c 

Log message:
Most network drivers include netinet/in_var.h, but apparently they
don't have to.  Remove these include lines from mvme68k, mvme88k,
sparc drivers.
test and OK miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/05 14:57:20

Modified files:
	gnu/usr.bin/gcc/gcc: toplev.c 

Log message:
gcc4 has phased out -W in favor of -Wextra. Teach gcc3 to recognize -Wextra
as an ersatz for -W. Now that more and more third-party software assumes the
compiler supports -Wextra, this is definitely worth doing.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/05 16:14:39

Modified files:
	lib/libtxc_dxtn: Makefile 

Log message:
custom is to do NOPROFILE= in X libs, continue this here too


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/05 16:18:19

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.beagle 
	                          md.hp300 md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.mvme68k md.mvme88k md.sgi md.socppc 
	                          md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/xserv: md.amd64 md.i386 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/05 21:06:45

Modified files:
	emulators/desmume: Makefile distinfo 
	emulators/desmume/pkg: PLIST 
Added files:
	emulators/desmume/patches: 
	                           patch-src_utils_AsmJit_core_stringbuilder_h 
Removed files:
	emulators/desmume/patches: patch-src_OGLRender_cpp 
	                           patch-src_gfx3d_cpp patch-src_types_h 

Log message:
Update to desmume-0.9.9.

ok brad@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/06 01:01:10

Removed files:
	lib/libGL/dri/r300: Makefile 
	lib/libGL/dri/r600: Makefile 

Log message:
Remove now unused makefiles for the non gallium r300/r600 drivers.
The code these files refer to has been removed.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/06 01:14:33

Removed files:
	lib/libGL/dri/i810: Makefile 

Log message:
the i810 driver has been removed from mesa


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/06 01:36:03

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Use the correct buffer size for memory allocation and reads.

okay florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2013/09/06 01:47:17

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update youtube-dl to 2013.09.05.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 01:52:41

Modified files:
	devel/libgit2/libgit2/patches: patch-CMakeLists_txt 
Removed files:
	devel/json-c/patches: patch-Makefile_in 

Log message:
Remove uneeded chunks.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 02:24:07

Modified files:
	sys/dev/pci/drm/i915: intel_hdmi.c 

Log message:
Missing semicolons.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 02:29:58

Modified files:
	sys/dev/usb    : usbdi.c 

Log message:
Fix build with USB_DEBUG defined, pipes don't have refcounters anymore.

From Nils Frohberg.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 02:39:39

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : ugold.4 

Log message:
Add a manual for ugold(4) with inputs from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 02:49:24

Modified files:
	share/man/man4 : uthum.4 

Log message:
Update Nd to be coherent with ugold(4) and match what the manufacturer
advertises.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 02:50:53

Modified files:
	share/man/man4 : usb.4 

Log message:
Add ugold(4) and update uthum(4) description.

Prodded by jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/06 04:21:21

Modified files:
	driver/xf86-video-ati/src: radeon_kms.c 

Log message:
revert the patch that forced ColorTiling2D to be disabled now
the mesa update has gone in


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/06 06:12:45

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
Make use of IFP_TO_IA() instead of rolling our own copy.

ok bluhm@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/06 06:17:28

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
When dumping FastCGI protocol headers during debug, dump the
"request begin" and "request end" protocol entries in addition

While here, make the "FastCGI request body" struct's name
more precise (fcgi_end_request -> fcgi_end_request_body).

okay florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/06 06:22:33

Modified files:
	databases/freetds: Makefile 

Log message:
junk found: autogen.sh does want to use argz.m4 and to run libtoolize,
so we actually need the full libtool package during build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/06 07:28:16

Modified files:
	archivers/unrar: Makefile distinfo 
	archivers/unrar/patches: patch-os_hpp patch-rijndael_cpp 
	                         patch-rijndael_hpp 
Added files:
	archivers/unrar/patches: patch-makefile 
Removed files:
	archivers/unrar/patches: patch-consio_cpp patch-makefile_unix 
	                         patch-unicode_hpp 

Log message:
Update to 5.00 and take maintainer.
Multithreading is enabled but doesn't appear to be functional.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 08:15:06

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 

Log message:
Update to gnome-settings-daemon-3.8.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 08:58:19

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 

Log message:
Tweak the drm part.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 09:28:30

Modified files:
	graphics/clutter/cogl: Makefile 

Log message:
Set gles1 and gles2 libname; not used yet but will be.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/06 09:58:09

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
quick fix for dpb -x... dirty, refactor needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 10:25:06

Modified files:
	security/libgpg-error: Makefile distinfo 

Log message:
Update to libgpg-error-1.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 10:27:22

Modified files:
	security/p11-kit: Makefile distinfo 
	security/p11-kit/pkg: PLIST 

Log message:
Update to p11-kit-0.20.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 10:27:52

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Added files:
	security/gnutls/patches: patch-src_certtool-common_c 
	                         patch-src_certtool-extras_c 
	                         patch-src_certtool_c 
	                         patch-src_danetool_c 
	                         patch-src_ocsptool-common_c 
	                         patch-src_ocsptool_c 
	                         patch-src_p11tool_c patch-src_pkcs11_c 
	                         patch-src_serv_c patch-src_tpmtool_c 

Log message:
Update to gnutls-3.2.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/06 10:28:48

Modified files:
	net/openconnect: Makefile 
	mail/claws-mail: Makefile 
	sysutils/libvirt: Makefile 
	devel/libvirt-glib: Makefile 
	x11/virt-viewer: Makefile 

Log message:
Sync WANTLIB after gnutls/p11-kit update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/06 11:11:02

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
even with Time::Hires, always log ts in the engine without decimals,
makes for crappy logs otherwise...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/06 12:11:43

Modified files:
	share/man/man4 : uthum.4 

Log message:
zap trailing space;


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/06 12:26:51

Modified files:
	games/mnemosyne: Makefile distinfo 
	games/mnemosyne/pkg: PLIST 

Log message:
Update mnemosyne to 2.2.1
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/06 12:35:16

Modified files:
	sys/netinet    : tcp_input.c udp_usrreq.c 

Log message:
In one core dump the pointers to socket, inpcb, tcpcb on the stack
of tcp_input() and tcp_output() were very inconsistent.  Especially
the so->so_pcb is NULL which can only happen after the inp has been
detached.  The whole issue looks similar to the old panic:
pool_do_get(inpcbpl): free list modified.
http://marc.info/?l=openbsd-bugs&m=132630237316970&w=2

To get more information, add some asserts that guarantee the
consistency of the socket, inpcb, tcpcb linking.  They should trigger
when an inp is taken from the pcb hashes after it has been freed.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2013/09/06 13:48:46

Modified files:
	usr.bin/id     : Makefile id.c 
Removed files:
	usr.bin/id     : groups.sh whoami.sh 

Log message:
teach id(1) about whoami(1) and groups(1) run modes; removes shell wrappers

OK millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/06 14:24:53

Modified files:
	sys/dev/usb    : ugold.c 

Log message:
need sys/device.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/06 14:36:20

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-config_main_inc_php_dist 

Log message:
update to roundcube 0.9.4


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/06 14:42:42

src/sys/arch/armv7/imx

Update of /cvs/src/sys/arch/armv7/imx
In directory cvs.openbsd.org:/tmp/cvs-serv7930/imx

Log Message:
Directory /cvs/src/sys/arch/armv7/imx added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/06 14:45:54

Modified files:
	sys/arch/armv7/conf: files.armv7 
Added files:
	sys/arch/armv7/conf: GENERIC-IMX RAMDISK-IMX 
	sys/arch/armv7/imx: files.imx imx.c imx6.c imx_machdep.c 
	                    imxahci.c imxccm.c imxccmvar.h imxdog.c 
	                    imxehci.c imxenet.c imxenet.h imxesdhc.c 
	                    imxgpio.c imxgpiovar.h imxiic.c imxiicvar.h 
	                    imxiomuxc.c imxiomuxcvar.h imxocotp.c 
	                    imxocotpvar.h imxuart.c imxuartreg.h 
	                    imxuartvar.h imxvar.h 

Log message:
Support for FreeScale's i.MX6 SoC.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/06 15:40:28

Modified files:
	sys/arch/arm/cortex: ampintc.c 

Log message:
Instead of printing on spurious interrupts, use an event counter to show
how many of those there have been.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/06 16:16:24

Modified files:
	lang/sbcl      : Makefile 

Log message:
mark BROKEN-i386, fails since 64-bit time_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/06 16:18:03

Modified files:
	productivity/taskjuggler: Makefile 

Log message:
mark BROKEN-i386; selftests fail with 64-bit time_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/06 17:02:47

Modified files:
	.              : INDEX 

Log message:
sync; unzel*8199


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/06 17:14:40

Modified files:
	x11/mplayer    : Makefile README 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-fmt-conversion_c 
	                     patch-libmpdemux_demux_lavf_c 
	                     patch-libmpdemux_mp_taglists_c 
Removed files:
	x11/mplayer/patches: patch-stream_stream_bluray_c 

Log message:
Update to MPlayer 20130819 snapshot.

ok gonzalo@ sthen@ edd@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/06 20:12:21

Modified files:
	lib/libGL/gallium/drivers: Makefile 

Log message:
make an if statement work as intended
fixes build breakage on alpha reported by todd and naddy


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/06 20:18:32

Modified files:
	.              : README 

Log message:
update the note on using Mesa with LLVM
ok mpi@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	joel@cvs.openbsd.org	2013/09/06 22:31:53

Modified files:
	share/snmp     : OPENBSD-PF-MIB.txt 
	usr.sbin/snmpd : mib.c mib.h 

Log message:
Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for
'match' rules

ok sten ryek


CVSROOT:	/cvs
Module name:	src
Changes by:	joel@cvs.openbsd.org	2013/09/06 22:39:30

Modified files:
	share/snmp     : OPENBSD-PF-MIB.txt 

Log message:
Whitespace fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	joel@cvs.openbsd.org	2013/09/06 22:43:21

Modified files:
	usr.sbin/snmpd : pf.c 

Log message:
Plug a memory leak when walking the pfTblAddrTable in PF-MIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/07 00:54:30

Modified files:
	misc/pdmenu    : Makefile distinfo 
	misc/pdmenu/pkg: PLIST 

Log message:
Update misc/pdmenu to 1.3.2
From Stefan Unterweger <stefan AT aleturo DOT com>
ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/09/07 04:46:32

Modified files:
	usr.sbin/relayd: relayd.h 
	usr.sbin/ldapd : ssl.c 

Log message:
Change default ciphers to HIGH:!aNULL.
reyk@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/07 05:33:29

Modified files:
	usr.sbin/relayd: relayd.conf.5 

Log message:
update man page with the new default HIGH:!aNULL


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/07 05:43:50

Modified files:
	usr.bin/systat : Makefile engine.c engine.h main.c systat.1 
	                 systat.h 
Added files:
	usr.bin/systat : cpu.c 

Log message:
Add a new screen "cpu" that simply lists the usage of each CPU core.
Also add a new -B command line flag that works like -b but waits some
cycles before dumping anything to the console.

With much help from jmc@
OK jj@ lambert@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/07 07:49:06

Modified files:
	www            : Makefile 
Removed files:
	www/pecl-phar  : Makefile distinfo 
	www/pecl-phar/patches: patch-dirstream_c patch-phar_object_c 
	                       patch-stream_c 
	www/pecl-phar/pkg: DESCR PLIST 

Log message:
remove pecl-phar, it was added into PHP core as of 5.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/07 07:49:42

Modified files:
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-main 

Log message:
add conflict and pkgpath markers, so that pecl-phar gets merged into PHP
ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/07 07:53:11

Modified files:
	usr.bin/ssh    : sshd_config 

Log message:
Remove commented-out kerberos/gssapi config options from sample config,
kerberos support is currently not enabled in ssh in OpenBSD. Discussed with
various people; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/07 09:43:02

Modified files:
	net/ocsync     : Makefile distinfo 
	net/ocsync/patches: patch-src_std_c_file_c 

Log message:
Update to ocsync-0.90.0.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/07 10:15:02

Modified files:
	.              : security.html 

Log message:
change sizes; Michaael Markowski


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/09/07 12:55:50

Modified files:
	faq            : faq6.html 

Log message:
someone can't keep either his plurals nor his interfaces straight, and
that someone is me.  Fortunately, Casper (at) Schutijster (dot com) can.
thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/07 13:50:56

Log message:
    Import multimedia/livestreamer
    Livestreamer is a CLI program that pipes live video streams from a variety
    of popular services to the player of your choice so you can enjoy live
    streaming video without the need for Flash.
    ok edd@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Sep-07
    
    N ports/multimedia/livestreamer/Makefile
    N ports/multimedia/livestreamer/distinfo
    N ports/multimedia/livestreamer/pkg/DESCR
    N ports/multimedia/livestreamer/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/07 13:51:19

Modified files:
	multimedia     : Makefile 

Log message:
+livestreamer


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/09/07 14:20:54

Added files:
	databases/postgresql/patches: 
	                              patch-src_backend_storage_lmgr_s_lock_c 

Log message:
Fix s_lock on m68k/ELF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/07 16:13:39

Modified files:
	multimedia/livestreamer: Makefile 

Log message:
sthen@ noted that MODPY_BAD_EGGS is preferred to what I did, so let's do
that.
No bump needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/07 17:04:44

Modified files:
	distrib/armv7/miniroot: Makefile.inc 
	distrib/armv7/ramdisk: Makefile 
	etc/etc.armv7  : Makefile.inc 

Log message:
Update ARMv7's release build process to build kernels and ramdisks
per SoC.  It's heavily based on the SGI port.

ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/07 17:12:01

Added files:
	distrib/sets/lists/base: md.armv7 
	distrib/sets/lists/comp: md.armv7 
	distrib/sets/lists/etc: md.armv7 
	distrib/sets/lists/game: md.armv7 
	distrib/sets/lists/man: md.armv7 
Removed files:
	distrib/sets/lists/base: md.beagle 
	distrib/sets/lists/comp: md.beagle 
	distrib/sets/lists/etc: md.beagle 
	distrib/sets/lists/game: md.beagle 
	distrib/sets/lists/man: md.beagle 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/07 17:13:25

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/07 20:18:00

Modified files:
	sys/dev/pci    : if_vmx.c 

Log message:
Unbreak vmx(4) on i386.  The right shift of 32 bits for the DSH
register (driver shared address high) exceeded the width of the 32bit
bus address; casting the address to a 64bit type will correctly result
in a zero value on i386 and the high bits on amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/07 20:53:40

Modified files:
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 

Log message:
Enable vmx(4) on i386 and amd64.

It will be enabled by default in the GENERIC and RAMDISK_CD kernels,
but you have to set vmxnet3 in the VMware configuration on the host;
see vmx(4).

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/08 01:03:05

Modified files:
	x11/gnome/themes-standard: Makefile distinfo 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
Update to gnome-themes-standard-3.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/08 02:02:32

Modified files:
	www/owncloud   : Tag: OPENBSD_5_3 Makefile distinfo 
	www/owncloud/pkg: Tag: OPENBSD_5_3 PLIST 

Log message:
MFC: update to owncloud 5.0.10.
There has been report that the current version in stable does not play
well with sync clients which can end up in creating duplicate files all
over the storage space.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/08 03:47:36

Modified files:
	sys/scsi       : mpath.c 

Log message:
fix next path selection so if the current path is NULL (which can occur if
paths are lost and groups become empty) we dont try and do stuff with it
that causes null derefs and awesome panics.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	aoyama@cvs.openbsd.org	2013/09/08 04:05:10

Modified files:
	distrib/sets/lists/xserv: md.luna88k 

Log message:
Monochrome X.org server is available on luna88k now.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/08 05:10:59

Modified files:
	infrastructure/lib/DPB: Core.pm 
	infrastructure/lib/DPB/Core: Distant.pm Init.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
explain about sudo to the Core runner.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/08 05:23:54

Modified files:
	distrib/armv7/ramdisk: Makefile 

Log message:
Oops, typo.  Found by Artturi Alm.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/08 05:59:45

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: i915_drv.c intel_display.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 
Added files:
	sys/dev/pci/drm: drm_pciids.h 

Log message:
switch to using linux style pci match tables
fixes some omissions and flag errors for radeon
and removes the duplicate table for i915


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/08 07:07:02

ports/graphics/pigment/patches

Update of /cvs/ports/graphics/pigment/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24194/patches

Log Message:
Directory /cvs/ports/graphics/pigment/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/08 07:08:16

Modified files:
	graphics/pigment: Makefile 
	graphics/pigment/pkg: PFRAG.shared PLIST 
Added files:
	graphics/pigment/patches: 
	                          patch-plugins_opengles_pgmglesviewport_c 

Log message:
Fix build after mesa/gl update, pigment now tries to build an OpenGL ES
plugin, and fails. Backport https://code.fluendo.com/pigment/trac/changeset/1472
and blindly update the PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/08 08:15:01

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/patches: patch-configure 
	emulators/qemu/pkg: PLIST 

Log message:
Update to QEMU 1.6.0.

ok sthen@ rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/08 09:24:59

Modified files:
	astro/stellarium: Makefile distinfo 
	astro/stellarium/pkg: PLIST 

Log message:
Update to stellarium-0.12.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/08 10:28:03

Modified files:
	x11/gnustep/make: Makefile distinfo 
	x11/gnustep/make/patches: patch-Instance_framework_make 
	                          patch-target_make 

Log message:
minor update GNUstep make to 2.6.5.
while there remove LDFLAGS env var, making gnustep base picking up
the right libs when building the tools


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/08 10:33:21

Modified files:
	x11/gnustep/sqlclient: Makefile distinfo 

Log message:
Minor bugfix update to sqlclient 1.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/08 11:19:33

Modified files:
	www/tt-rss     : Makefile distinfo 
	www/tt-rss/patches: patch-config_php-dist 
	www/tt-rss/pkg : DESCR PLIST 

Log message:
Update to tt-rss 1.9.

From Atanas Vladimirov, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/08 12:01:56

Modified files:
	lib/libc/arch/m88k/sys: fork.S 

Log message:
Remove the `let's zero %r2 if %r3 is nonzero' dance. It's been more than 10
years that fork() returns through child_return(), which takes care of zeroing
%r2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/08 12:06:29

Removed files:
	lib/csu        : common.c common.h 

Log message:
Remove a.out leftovers. (it's september now)


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/09/08 12:56:43

src/usr.bin/nl

Update of /cvs/src/usr.bin/nl
In directory cvs.openbsd.org:/tmp/cvs-serv30305/nl

Log Message:
Directory /cvs/src/usr.bin/nl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/09/08 12:59:07

Added files:
	usr.bin/nl     : Makefile nl.1 nl.c 

Log message:
Import nl(1) from the NetBSD source tree, with local changes discussed
on tech@, among which `-' syntax for stdin, multibyte delimiter support
(based on FreeBSD) and various code simplifications.  Original diffs
from pascal@ and later Arto Jonsson (ajonsson at kapsi dot fi),
comments and work by others, especially millert@.
"That looks good to me." millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/09/08 13:00:31

Modified files:
	usr.bin        : Makefile 

Log message:
Hook up nl(1).


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/09/08 13:24:53

Modified files:
	share/man/man5 : elf.5 

Log message:
Fix a typo. "jajaja" miod@, "+ja" mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/08 13:30:12

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
common code


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/08 13:45:02

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/08 13:50:47

Modified files:
	lang/seed7     : Makefile distinfo 
Removed files:
	lang/seed7/patches: patch-src_makefile 

Log message:
Update Seed7 to the 20130908 release. Upstream changed 'cp -a' to 'cp -p'
in the makefile, so the patch goes away.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/08 14:23:34

Modified files:
	usr.bin/nl     : nl.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/08 23:08:27

Modified files:
	usr.bin/kdump  : kdump.c 

Log message:
Rename the 'pid' global to eliminate compiler warnings about shadowing

ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/08 23:10:33

Modified files:
	usr.bin/kdump  : ktrstruct.c 

Log message:
Recognize the UTIME_OMIT and UTIME_NOW values when printing timespecs

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/09 04:18:22

Modified files:
	www/owncloud   : Makefile 
	www/owncloud/pkg: README 

Log message:
Better cronjob task.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	patrick@cvs.openbsd.org	2013/09/09 07:38:33

Added files:
	distrib/notes  : README.armv7 
	distrib/sets/lists/xbase: md.armv7 
	distrib/sets/lists/xetc: md.armv7 
	distrib/sets/lists/xserv: md.armv7 
	distrib/sets/lists/xshare: md.armv7 
Removed files:
	distrib/notes  : README.beagle 
	distrib/sets/lists/xbase: md.beagle 
	distrib/sets/lists/xetc: md.beagle 
	distrib/sets/lists/xserv: md.beagle 
	distrib/sets/lists/xshare: md.beagle 

Log message:
Beagle has been replaced by armv7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/09 08:19:34

Modified files:
	graphics/shotwell: Makefile 
	graphics/shotwell/patches: patch-src_camera_CameraTable_vala 

Log message:
Add vala to MODGNOME_TOOLS instead of BUILD_DEPENDS.
Add comment to patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/09 08:31:54

Modified files:
	sys/arch/arm/cortex: files.cortex 
Added files:
	sys/arch/arm/cortex: agtimer.c 

Log message:
Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/09 08:48:55

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
Update to empathy-3.8.4.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/09 08:51:25

Modified files:
	xserver/glx    : glxdriswrast.c 

Log message:
revert a local patch to check for swrastg, LLVMpipe installs as swrast now
ok mpi@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/09 08:59:53

Modified files:
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
make it possible to run distant hosts in a chroot


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/09 09:43:25

Modified files:
	games/golly    : Makefile distinfo 
	games/golly/pkg: PLIST 
Added files:
	games/golly/patches: patch-gui-wx_configure_configure 
	                     patch-gui-wx_wxpython_cpp 
Removed files:
	games/golly/patches: patch-Makefile_in patch-configure 
	                     patch-wxpython_cpp 

Log message:
Update to golly 2.5, from MAINTAINER Donovan Watteau.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/09 11:57:45

Modified files:
	usr.sbin/relayd: config.c parse.y relay.c relayd.conf.5 relayd.h 

Log message:
Add support for ECDHE (Elliptic curve Diffie-Hellman) to enable
TLS/SSL Perfect Forward Secrecy (PFS).

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/09/09 13:12:18

Modified files:
	usr.bin/nl     : nl.1 

Log message:
nl(1) is actually marked as an XSI (XPG 4.2) extension.
Remove the remaining differences with NetBSD nl.1 regarding
STANDARDS and `-' handling.  Discussed with jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2013/09/09 13:17:09

Modified files:
	.              : Makefile 

Log message:
move the DESTDIR/RELEASEDIR check to the main target
okay matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/09 14:30:05

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Calculate the lease time fields (expiry, renew, rebind) after
applying the option directives (ignore, default, supersede) from
dhclient.conf.

This allows the options dhcp-lease-time, dhcp-rebinding-time,
and dhcp-renewal-time to be controlled via dhclient.conf.

Also set BOOTP lease times by faking up these options rather than
crudely jamming in fixed times, allowing them to become configurable
via dhclient.conf.

Imperviousness of the time options pointed out by todd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/09 15:41:04

Modified files:
	multimedia/xine-lib: Makefile 
Added files:
	multimedia/xine-lib/patches: patch-src_demuxers_demux_flv_c 

Log message:
Bring in from upstream a rewritten FLV demuxer.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/09 16:00:24

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update to a newer Postfix snap, ok brad@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/09 16:00:33

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
update to Postfix 2.10.2, ok brad@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/09 16:09:58

Modified files:
	security/clamav-unofficial-sigs: Makefile distinfo 
	security/clamav-unofficial-sigs/patches: 
	                                         patch-clamav-unofficial-sigs_conf 
	                                         patch-clamav-unofficial-sigs_sh 

Log message:
update to clamav-unofficial-sigs-3.7.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/09/09 21:10:31

Modified files:
	driver/xf86-video-intel/src: intel_driver.c 

Log message:
disable blit acceleration on haswell for now
seems to mitigate some hangs seen by weerd@ and matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/09 21:40:40

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Enable some code that seems to relate to an errata for
Crystalwell/eDRAM Haswell parts.  Original linux commit mesage:
'This magic brings stability to HSW CRW machines.'


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 00:18:41

Modified files:
	devel/spidermonkey: Makefile 
Added files:
	devel/spidermonkey/patches: 
	                            patch-ctypes_libffi_src_x86_freebsd_S 

Log message:
Restore the stack alignment patch that was lost during the last update.
This fixes crashes in firefox, gnome-shell,... on i386.

reported by Christian Schulte.
figured out by kettenis@ and guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 01:20:53

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 
	                        patch-configure 

Log message:
Fix for 64-bit time_t.

looked over by kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2013/09/10 01:29:12

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Document that wildcards can also be used when deleting communities.
After a discussion with sthen@ and claudio@; wording help from sthen@.

OK claudio@, sthen@, jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 02:44:38

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Add support for the SM_PATH environment variable. This changes the
default behavior of sysmerge when no source is specified on the
command line:
* if SM_PATH is set, then sysmerge will search this path for etcXX.tgz
and/or xetcXX.tgz
* if SM_PATH is not set (the default), then the behaviour is the same
as before and /usr/src is used

idea from espie@
man page refactoring jmc@ (who else :-))
"good idea" krw@
ok rpe@ landry@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/10 04:04:53

Modified files:
	audio/mscore   : Makefile 

Log message:
Mark BROKEN-hppa, ICE on moc_qtsingleapplication.cxx and it never built
there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/10 04:23:39

Modified files:
	emulators/fs-uae: Makefile 
	emulators/fs-uae/patches: patch-Makefile patch-libfsemu_Makefile 
	                          patch-src_fs-uae_main_c 
Added files:
	emulators/fs-uae/patches: 
	                          patch-launcher_fs_uae_launcher_ChecksumTool_py 
	                          patch-launcher_fs_uae_launcher_Config_py 
	                          patch-launcher_fs_uae_launcher_fsui_wx_filedialog_py 
	                          patch-launcher_fs_uae_launcher_ui_config_HardDriveGroup_py 
	                          patch-src_od-fs_hardfile_host_cpp 

Log message:
Unbreak "real device" passthrough in fs-uae.

Allows a real hard disk (or other) device node to be used as an Amiga disk.
Most of these patches have been discussed with upstream and have been
accepted.

Also add comments to existing patches.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 05:49:14

Modified files:
	devel/py-isodate: Makefile 
	devel/py-isodate/pkg: PLIST 

Log message:
Add a python3 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 05:49:58

Modified files:
	devel          : Makefile 

Log message:
+py-isodate,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 05:59:16

Modified files:
	textproc/py-rdflib: Makefile 
	textproc/py-rdflib/pkg: PLIST 

Log message:
Add a python3 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 05:59:48

Modified files:
	textproc       : Makefile 

Log message:
+py-rdflib,python3


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/10 06:35:26

Modified files:
	sys/arch/arm/arm: fault.c genassym.cf irq_dispatch.S pmap.c 
	sys/arch/arm/include: cpu.h 

Log message:
Store the current interrupt depth in curcpu, so that it's per CPU
and not just a global variable.

ok rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/10 06:36:58

Modified files:
	sys/arch/armv7/armv7: intr.c 

Log message:
Make splassert for IPL_NONE fail, if we're in interrupt context.

ok rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/10 07:20:04

Modified files:
	www/puppet-dashboard: Makefile 

Log message:
drop dependency on rake, it's part of ruby >= 1.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 07:25:43

Modified files:
	x11/dbus-python: Makefile 
Added files:
	x11/dbus-python/pkg: DESCR-common DESCR-main 
	                     PFRAG.no-python3-main PLIST-common 
	                     PLIST-main 
Removed files:
	x11/dbus-python/pkg: DESCR PLIST 

Log message:
Add a python3 FLAVOR.
Rename from dbus-python to py-dbus (and py3-dbus).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 07:26:12

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
'dbus-python' => 'py-dbus'


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 07:26:53

Modified files:
	audio/exaile   : Makefile 
	audio/sonata   : Makefile 
	editors/py-qscintilla: Makefile 
	multimedia/devede: Makefile 
	multimedia/moovida/core: Makefile 
	multimedia/moovida/plugins-ugly: Makefile 
	multimedia/moovida/plugins-good: Makefile 
	multimedia/moovida/plugins-bad: Makefile 
	net/avahi      : Makefile 
	net/emesene    : Makefile 
	net/gajim      : Makefile 
	net/gpodder    : Makefile 
	net/pidgin     : Makefile 
	print/hplip    : Makefile 
	productivity/gtg: Makefile 
	productivity/zeitgeist: Makefile 
	textproc/catfish: Makefile 
	x11/gnome/totem: Makefile 
	x11/partiwm    : Makefile 
	x11/py-qt4     : Makefile 

Log message:
Bump after dbus-python got renamed to py-dbus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 07:43:13

Modified files:
	x11            : Makefile 

Log message:
+dbus-python,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 08:34:09

Removed files:
	multimedia/phonon/pkg: PFRAG.shared 

Log message:
Remove useless file.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/10 09:17:47

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
The rule is: daddr_t variables hold counts of 512-byte blocks, a.k.a.
DEV_BSIZE blocks. Counts of possibly other-sized blocks (e.g. disk
sector addresses) are u_int64_t. The values stored in disklabels are
counts of possibly other-sized blocks and hence should be handled with
u_int64_t variables.

Start enforcing this rule. No intended functional change.

Rule strongly suggested by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/09/10 09:52:03

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Bugfix update to 4.0.6


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/10 10:46:43

Added files:
	images         : 54song.jpg Puffia.jpg cd54-s.gif poster30-s.gif 
	                 poster30.jpg puffy54.gif 

Log message:
new images


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 10:57:11

Modified files:
	x11/dbus-python: Makefile 

Log message:
Make this readable by a human being.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/10 11:52:11

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
document chroot properties


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/10 12:11:29

Modified files:
	devel/lpc21isp : Makefile distinfo 
	devel/lpc21isp/pkg: DESCR 
Removed files:
	devel/lpc21isp/patches: patch-lpc21isp_c patch-lpcprog_c 

Log message:
- update to lpc2lisp-1.94

from Alexander Shiryaev (MAINTAINER)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/10 13:11:58

Modified files:
	.              : 54.html index.html lyrics.html older.html 
	                 orders.html 

Log message:
pre-orders for 5.4, song also


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/10 14:41:22

Modified files:
	de             : 54.html hppa.html landisk.html plat.html 
	                 report.html security.html socppc.html 
	faq/de         : faq15.html faq6.html 
	faq/fr         : faq15.html 
	faq/nl         : faq15.html faq6.html 
	spamd/de       : index.html 
Added files:
	de             : luna88k.html octeon.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/10 14:53:09

Modified files:
	usr.sbin/user  : user.c 

Log message:
Move the chown and chmod out of copydotfiles() and add an explicit
check for skeldir set to the empty string.  Fixes a problem where
the owner/mode is not set on the user's homedir if the specified
skeldir does not exist.  OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/10 15:00:26

Modified files:
	sys/arch/zaurus/stand/zboot: Makefile 

Log message:
fix typos for additional functions


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/09/10 16:43:46

Modified files:
	mail/lumail    : Makefile distinfo 

Log message:
Update lumail to 0.22.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/10 19:42:21

Modified files:
	sys/sys        : disklabel.h 

Log message:
Use u_int64_t instead of daddr_t for the local variables in the
DL_SET* macros. These are sector values, not 512-byte block values.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/10 22:23:43

Modified files:
	devel/py-six   : Makefile distinfo 

Log message:
Update py-six to 1.4.1


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/10 23:38:08

Modified files:
	usr.sbin/npppd/npppd: npppd.conf.5 

Log message:
some npppd.conf(5) should be npppd(8).


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 00:43:35

Modified files:
	de             : 54.html index.html older.html orders.html 
Added files:
	de             : beagle.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/11 01:01:03

Modified files:
	usr.bin/systat : cpu.c 

Log message:
Correctly NUL-terminate the cpu view array.  Fix a segfault on powerpc
and probably others.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 01:21:05

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 

Log message:
I committed a slighly different 64bit time_t fix upstream after a chat
with evo developer, so merge it here as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 01:53:01

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-5.0.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 03:24:57

Modified files:
	databases/evolution-data-server: Makefile 
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-tests_libedata-cal_test-cal-backend-sexp_c 
	                                         patch-tests_libedata-cal_test-intervaltree_c 

Log message:
Fixes for 64-bit time_t. Still a moving target but better than what we
currently have.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/11 03:29:21

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Another AMD Hudson-2 PCIE bridge.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/11 03:29:52

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/11 03:31:23

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Sprinkle some comments which clarify the protocol/process flow.

ok florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 04:21:37

Modified files:
	x11/nagstamon  : Makefile distinfo 
	x11/nagstamon/patches: patch-Nagstamon_Config_py 
	x11/nagstamon/pkg: PLIST 
Removed files:
	x11/nagstamon/patches: patch-Nagstamon_Actions_py 
	                       patch-Nagstamon_GUI_py 
	                       patch-Nagstamon_Server_Generic_py 

Log message:
Update to nagstamon-0.9.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/11 04:44:14

Modified files:
	infrastructure/lib/DPB: Config.pm Core.pm 
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
next step in chrooting, mostly refactor
- provide a chroot_user definition during prop finalize
- let shellclass be depend on the object built
- have all shells store prop and have access to it
- move the chrooted code into default core shell
- tweak running so that quoting/building commands happen everywhere
- change Config to recognize -B as a chroot override.

Tested thru distant chroot, local and distant !chroot
local chroot still not working, probably missing something stupid


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/09/11 05:07:30

Modified files:
	sys/arch/armv7/conf: GENERIC-IMX RAMDISK-IMX 

Log message:
Remove unused option CPUFLAGS.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 07:46:44

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 

Log message:
Tweak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 08:02:55

Modified files:
	databases/evolution-data-server: Makefile 
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-tests_libedata-cal_test-cal-backend-sexp_c 
	                                         patch-tests_libedata-cal_test-intervaltree_c 

Log message:
Committed upstream with some tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/11 08:06:41

Modified files:
	x11/gnome/shell-extensions: Makefile distinfo 
	x11/gnome/shell-extensions/pkg: PLIST 

Log message:
Update to gnome-shell-extensions-3.8.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/11 08:38:07

Modified files:
	lib/libc/sys   : gettimeofday.2 

Log message:
Correct type of tv_sec to time_t.

Pointed out by Dawe via tech@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/09/11 08:38:45

Modified files:
	x11/dbus-python: Makefile 

Log message:
Correct typo
Ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/11 08:58:01

Modified files:
	usr.sbin/snmpd : trap.c 

Log message:
According to ITU X.690 (ASN.1 definition document), "octet strings"
and derived types are allowed to have 0 content octets, whereas
"bitstrings" are required to have at least 1 content octet. Adjust
the checks in the trap acceptance code to allow for 0-length "octet
strings" in SNMP traps.

okay reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/09/11 09:00:19

Modified files:
	lib/libsqlite3 : Makefile shlib_version 
	lib/libsqlite3/src: os_unix.c random.c 

Log message:
switch to using arc4random, as prompted by deraadt@.
also, OMIT_BUILTIN_TEST, since we're just a production library (duh)
bump shlib_version accordingly
okay reyk@, thanks for looking at this!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/09/11 09:36:18

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
pkglocatedb should be installable even if nothing is there...


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/09/11 09:57:37

Modified files:
	net/tor        : Makefile distinfo 
	net/tor/pkg    : PLIST 
Removed files:
	net/tor/patches: patch-src_or_connection_edge_c 

Log message:
Update to tor-0.2.4.17-rc.  Adds support for crypto stronger than 1024RSA/DH
as well as mitigation against the recent "botnet" problems.  If you are
running a relay, you should most definitely upgrade.

Full Changelog:

https://gitweb.torproject.org/tor.git/blob/tor-0.2.4.17-rc:/ChangeLog

tested by gonzalo@ bcallah@, ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/11 12:05:36

Modified files:
	net/libcares   : Makefile distinfo 
	net/libcares/pkg: PLIST 
Removed files:
	net/libcares/pkg: PFRAG.shared 

Log message:
Update to libcares 1.10.0.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/11 12:13:24

Modified files:
	graphics/glew  : Makefile distinfo 
	graphics/glew/files: Makefile.openbsd 
	graphics/glew/patches: patch-Makefile 
	graphics/glew/pkg: PLIST 
Removed files:
	graphics/glew/pkg: PFRAG.shared 

Log message:
Update to GLEW 1.10.0.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/11 12:15:13

Modified files:
	multimedia/dvdstyler: Makefile distinfo 
	multimedia/dvdstyler/pkg: PLIST 

Log message:
Update to DVDStyler 2.4.3.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/11 13:20:08

Modified files:
	usr.bin/sudo   : ldap.c 

Log message:
A couple of %d / (long)tv_sec -> %lld / (long long)tv_sec. The code
is not compiled on OpenBSD but don't leave bad examples lying around
if avoidable.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/11 14:01:32

Modified files:
	sysutils/ruby-facter: Makefile distinfo 
	sysutils/ruby-facter/pkg: PLIST 

Log message:
- update to facter-1.7.3


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/09/11 14:37:09

Modified files:
	regress/sys/net/pflow: flow.pl 

Log message:
Enable pf if it's not already running.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 17:08:29

Modified files:
	sys/arch/armv7/omap: prcm.c 

Log message:
dont put extra newlines in dmesg.

ok bmercer@ patrick@ rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 17:20:03

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
the sc_name member of cpsw_softc is unused, so remove it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 17:34:51

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
rename sc_ec in the softc to sc_ac, like all our other drivers.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 17:40:16

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
some whitespace fixes, spaces to tabs mostly


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 17:43:20

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
remove some #if 0 that was being used as a model for intr establishment.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 18:06:05

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
#define DEVNAME(_sc) ((_sc)->sc_dev.dv_xname)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 18:14:58

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
get rid of sc->sc_enaddr and only use sc->sc_ac.ac_enaddr to store
the mac address. this should also make it possible to have ifconfig
set the mac address.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 18:19:11

Modified files:
	sys/arch/armv7/omap: if_cpsw.c if_cpswreg.h 

Log message:
get rid of CPSW_PRINTF


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 19:02:21

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
wrap some long lines better.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 19:11:15

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
more consistent whitespace for structs and function prototypes.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 19:13:11

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
sc_ih is unused.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/11 19:41:12

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
fix connection crash when sending break (~B) on ControlPersist'd session;
ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 19:44:14

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
rearrange cpsw_start() a bit.

- cope with errors more consistently, which will avoid us leaking
mbufs in failure paths.
- use m_defrag when we get EFBIG back from bus_dmamap_load_mbuf
rather than printf and lose.
- shuffle some ops to be more like other drivers we have.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 20:20:18

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
dont print out where the rx and tx descs are. noone cares.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 20:55:03

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
get rid of unused macros


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 21:09:35

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
use the amount of memory that was mapped to set the length of the packet
in the descriptors rather than a cribbed version of m_length().


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 21:16:59

Modified files:
	sys/arch/armv7/omap: if_cpswreg.h 

Log message:
whitespace tweaks


CVSROOT:	/cvs
Module name:	www
Changes by:	bcallah@cvs.openbsd.org	2013/09/11 21:35:30

Modified files:
	.              : macppc.html 

Log message:
Change a 5.2 reference in the CD boot section to 5.3


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 22:23:28

Modified files:
	sys/arch/armv7/omap: if_cpsw.c if_cpswreg.h 

Log message:
print version on attach


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/11 22:42:04

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
allocate the pad for the short ethernet frames with dma_alloc instead of
malloc. shouldnt make a difference on this platform, but is more correct.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 00:49:54

Modified files:
	productivity/zeitgeist: Makefile distinfo 
	productivity/zeitgeist/patches: patch-configure 
	productivity/zeitgeist/pkg: DESCR PLIST 
Added files:
	productivity/zeitgeist/patches: patch-libzeitgeist_Makefile_in 
	                                patch-libzeitgeist_log_vala 

Log message:
Major update to zeitgeist-0.9.14.
Based on jasper@'s work which got reverted several months ago.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 00:52:23

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/pkg: PLIST 

Log message:
Update to folks-0.9.3 for zeitgeist-2.0 support.
This port actually uncoverred a bug in our pkg-config(1) which jasper@ will
look into.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 00:54:22

Modified files:
	x11/gnome/totem: Makefile 
Added files:
	x11/gnome/totem/patches: patch-configure 
	                         patch-src_plugins_zeitgeist-dp_Makefile_in 
	                         patch-src_plugins_zeitgeist-dp_bacon-video_vapi 
	                         patch-src_plugins_zeitgeist-dp_totem-zeitgeist-dp-plugin_vala 

Log message:
Unbreak after recent zeitgeist update (from upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 00:55:23

Modified files:
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 

Log message:
Add zeitgeist support now that we have an up-to-date version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 00:59:46

Log message:
    Import dee-1.0.14.
    
    Libdee is a library that uses DBus to provide objects allowing you to
    create Model-View-Controller type programs across DBus. It also consists
    of utility objects which extend DBus allowing for peer-to-peer
    discoverability of known objects without needing a central registrar.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20130912
    
    N ports/devel/dee/Makefile
    N ports/devel/dee/distinfo
    N ports/devel/dee/pkg/PLIST
    N ports/devel/dee/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 01:00:17

Modified files:
	devel          : Makefile 

Log message:
+dee


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 01:10:57

Modified files:
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gedit-plugins/pkg: PLIST 

Log message:
Re-enable plugins that depends on python3's x11/dbus-python now that we
have it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 02:39:48

Removed files:
	productivity/libzeitgeist: Makefile distinfo 
	productivity/libzeitgeist/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove libzeitgeist, it is now included in zeitgeist itself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 02:40:06

Modified files:
	productivity   : Makefile 

Log message:
-libzeitgeist


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 03:12:13

Modified files:
	audio/rhythmbox: Makefile 
Added files:
	audio/rhythmbox/patches: 
	                         patch-plugins_rbzeitgeist_rbzeitgeist_py 

Log message:
Make the rbzeitgeist plugins closer to py3 support -- note that this
plugin is non-functionnal yet since rhythmbox switched to py3 but zeitgeist
is still py2.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/12 03:27:27

Modified files:
	usr.bin/ktrace : ltrace.1 

Log message:
remove some redundancy within a sentence, and describe "!" as an
exclamation mark rather than a bang;

From: Ross L Richardson


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/12 03:52:46

Modified files:
	sys/net        : if.c 

Log message:
Revert previous diff to always increment the interface index, tun_switch()
depends on this feature, discussed with claudio@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/12 04:28:03

Modified files:
	sys/arch/armv7/omap: if_cpsw.c 

Log message:
add a missing bus_dmamap_unload in the rx completion path.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/12 05:42:22

Modified files:
	sys/arch/arm/arm: arm32_machdep.c cpuswitch.S cpuswitch7.S 
	                  irq_dispatch.S 
	sys/arch/arm/include: cpu.h 

Log message:
Rename cpu_info_store to cpu_info_primary.  Create an array of cpu_infos
for SMP, like on amd64.  Add some SMP defines.

ok rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/12 05:43:51

Modified files:
	sys/arch/arm/arm: bcopyinout.S copystr.S cpuswitch.S 
	                  cpuswitch7.S genassym.cf 
	sys/arch/arm/include: cpu.h pcb.h 

Log message:
Store curpcb in cpu_info instead of a global variable, for SMP.

ok rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/09/12 05:54:04

Modified files:
	sys/dev/sdmmc  : sdmmc.c sdmmc_mem.c sdmmcchip.h sdmmcreg.h 
	                 sdmmcvar.h 

Log message:
Add basic support for eMMC memory.
Heavily based on netbsd.

Tested by dlg@, bcallah@ (sdhc), stsp@ (rstx) and me (ommmc).

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 06:00:20

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
Explicitely disable fluidsynth to unbreak in case it is installed at
configure time but removed during build.

spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/09/12 06:03:16

Modified files:
	sys/arch/armv7/omap: am335x.c omap.c ommmc.c 

Log message:
Enable the eMMC on the BeagleBone Black.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 06:47:32

Modified files:
	x11/gnome/vino : Makefile 
Added files:
	x11/gnome/vino/patches: patch-server_libvncserver_rfbserver_c 

Log message:
SECURITY fix for a potential denial of service.
GNOME BZ #641811 #693608 #707905


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 06:47:53

Modified files:
	x11/gnome/vino : Tag: OPENBSD_5_3 Makefile 
Added files:
	x11/gnome/vino/patches: Tag: OPENBSD_5_3 
	                        patch-server_libvncserver_rfbserver_c 

Log message:
Merge from HEAD:
SECURITY fix for a potential denial of service.
GNOME BZ #641811 #693608 #707905


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/12 07:03:31

Modified files:
	sys/dev/pci/drm: drm_mm.c drm_mm.h 

Log message:
sync drm_mm with linux 3.8.13


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/12 07:12:33

Modified files:
	sys/nfs        : nfs_boot.c 

Log message:
typo; Eivind Evensen


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/12 08:02:07

Modified files:
	usr.bin/sudo   : sudoers 

Log message:
Add SM_PATH to the default env_keep.

ok espie@ dcoppa@ sthen@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/12 10:30:59

Modified files:
	geo/qlandkartegt: Makefile distinfo 
Added files:
	geo/qlandkartegt/patches: patch-3rdparty_map2jnx_main_cpp 
	                          patch-ConfigureChecks_cmake 
	                          patch-config_h_cmake 
	                          patch-src_CTrackDB_cpp 

Log message:
Update QLGT to 1.7.3,
use arc4random, License changed to GPLv3

looks good dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/12 11:03:45

Modified files:
	net/nagios/nsca-ng: Makefile 
Added files:
	net/nagios/nsca-ng/patches: patch-src_client_parse_c 

Log message:
Fix nsca-ng on 32-bit arch with 64-bit time_t. Problem researched and original
diff from florian@; I am using a slightly different diff from upstream here
(also tested by florian@).


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/09/12 11:18:51

Modified files:
	graphics/gimp  : Makefile 

Log message:
remove commented out snapshot SUBDIR; ok giovanni


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/09/12 11:19:51

Modified files:
	graphics/gimp/stable: Makefile 
	graphics/gimp/stable/pkg: PLIST 

Log message:
sample SYSCONFDIR/gimp/; ok giovanni


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/12 11:25:43

Modified files:
	x11/xmobar     : Makefile 
Added files:
	x11/xmobar/patches: patch-src_Localize_hsc 

Log message:
Fix for decoding problem in datetime plugin
(upstream git commit 1d20b99ec742ce08a8083a01ccb15adb763815e1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/09/12 15:17:59

Modified files:
	net/tor        : Makefile 

Log message:
Fix PKGNAME; -rc was interpreted as FLAVOR extension.

noticed by naddy@ and nigel@, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/12 16:26:04

Modified files:
	graphics/darktable: Makefile distinfo 
	graphics/darktable/pkg: PLIST 
Added files:
	graphics/darktable/patches: patch-src_common_utility_c 

Log message:
update to darktable 1.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/12 16:31:28

Modified files:
	net/icinga/web : Makefile distinfo 
	net/icinga/web/pkg: PLIST 

Log message:
update to icinga-web 1.9.1


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/12 17:06:45

Modified files:
	games/boggle/boggle: timer.c 
	kerberosV/src/lib/hcrypto: test_rsa.c 
	kerberosV/src/lib/krb5: test_crypto.c test_rfc3961.c 
	regress/sys/kern/itimer: itimer.c 
	sbin/ping      : ping.c 
	usr.sbin/bind/lib/lwres: context.c 

Log message:
Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.
Eliminate unneeded casts. suggestions from & ok millert@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/12 21:25:28

Modified files:
	usr.sbin/npppd/l2tp: l2tp_ctrl.c 
	usr.sbin/npppd/npppd: npppd.c 

Log message:
fix some gcc warnings


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 00:08:25

Modified files:
	x11/gnome/contacts: Makefile 
	x11/gnome/empathy: Makefile 

Log message:
Forgot to commit these after the recent zetigeist update.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/13 00:54:34

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
avoid unaligned access in code that reused a buffer to send a
struct in_addr in a reply; simpler just use use buffer_put_int();
from portable; spotted by and ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/13 01:09:37

Modified files:
	graphics/birdfont: Makefile distinfo 
	graphics/birdfont/patches: patch-configure 
	                           patch-scripts_bavala_py 
	graphics/birdfont/pkg: PLIST 
Added files:
	graphics/birdfont/patches: patch-dodo_py patch-install_py 
Removed files:
	graphics/birdfont/patches: patch-install 

Log message:
Update birdfont to 0.31.
Changelog includes kerning classes, overview tab, bold and italic styles,
and many bug fixes.
ok landry@ aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/13 01:10:02

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl 
	                   patch-t_t0000-basic_sh 
	devel/git/pkg  : PLIST-main 

Log message:
Update to git-1.8.4

ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/13 01:20:32

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/patches: patch-install_rb 
	                                patch-lib_puppet_defaults_rb 
	                                patch-lib_puppet_type_resources_rb 
	                                patch-spec_fixtures_unit_provider_package_openbsd_pkginfo_flavors_list 
	sysutils/ruby-puppet/3/pkg: PLIST 
Removed files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-spec_unit_provider_package_openbsd_spec_rb 

Log message:
- update to puppet-3.3.0
* all openbsd package provider features were merged upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/13 01:29:03

Modified files:
	sys/arch/macppc/macppc: autoconf.c clock.c cpu.c 
	sys/arch/macppc/include: cpu.h 

Log message:
Initialize the variable guarding the clock interrupt routine after
calling initclocks().  This prevents hardclock() from trying to
schedule a softclock interrupt before its cookie has been allocated,
leading to a panic.

While here grab the ticks/second value from the OpenFirmware at the
same time we read the clock frequency, no need to look twice for the
same node.

Looks ok to kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2013/09/13 01:33:06

Modified files:
	openssh        : ftp.html index.html openbsd.html 
Added files:
	openssh/txt    : release-6.3 

Log message:
openssh-6.3 release


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 02:22:49

Modified files:
	x11/remmina    : Makefile 
Added files:
	x11/remmina/patches: patch-remmina-plugins_vnc_CMakeLists_txt 

Log message:
Properly link to GnuTLS so that it builds reliably in bulks _and_ fix
crypto in VNC.

spotted by naddy@
patch from Fedora
ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/13 02:49:17

Modified files:
	sbin/pflogd    : privsep.c 

Log message:
errx() provides its own newline, so remove it from the string here

ok henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/09/13 03:38:02

Modified files:
	build/mirrors  : openssh-ftp.html.head 

Log message:
openssh-6.3


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/09/13 03:38:18

Modified files:
	build          : Makefile 

Log message:
openssh-6.3


CVSROOT:	/cvs
Module name:	src
Changes by:	brett@cvs.openbsd.org	2013/09/13 03:45:57

Modified files:
	share/man/man3 : intro.3 

Log message:
Removed obsolete reference to GCC 2.95 archs. ok miod & jmc.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/13 07:00:00

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Fix sign of returned error code.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 08:12:53

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_sharing_cc-sharing-panel_c 

Log message:
update to gnome-control-center-3.8.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 08:18:39

Modified files:
	x11/gnome/color-manager: Makefile distinfo 
	x11/gnome/color-manager/patches: patch-configure 

Log message:
Update to gnome-color-manager-3.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 08:23:02

Modified files:
	graphics/colord: Makefile distinfo 
	graphics/colord/patches: patch-configure patch-src_cd-profile_c 

Log message:
Update to colord-1.0.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/09/13 08:30:47

Modified files:
	sys/net        : if_pflow.c 

Log message:
Don't send flows if flowsrc is not set. Packages had a broken
checksum. Since no one seems to have a use case for sending flows from
INADDR_ANY disallow this.
Pointed out by Nathanael Rensen on tech@, thanks.
While there make the SIOCSIFFLAGS and SIOCSETPFLOW cases symmetric by
only sending templates if the interface is running.

OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/09/13 08:32:53

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 
	share/man/man4 : pflow.4 

Log message:
pflow(4) does not work without flowsrc set.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2013/09/13 08:50:57

Modified files:
	etc/rc.d       : spamd 

Log message:
reload not supported; from Craig R. Skinner.

ok dcoppa ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/09/13 08:51:51

Modified files:
	regress/sys/net/pflow: Makefile 
Added files:
	regress/sys/net/pflow: ifconfig.ok ifconfig.sh 

Log message:
Test various combinations of flowdst, flowsrc and proto.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 09:27:28

ports/productivity/baikal/patches

Update of /cvs/ports/productivity/baikal/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13583/patches

Log Message:
Directory /cvs/ports/productivity/baikal/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 09:27:59

Modified files:
	productivity/baikal: Makefile distinfo 
	productivity/baikal/pkg: PLIST README 
Added files:
	productivity/baikal/patches: 
	                             patch-Specific_virtualhosts_baikal_nginx 

Log message:
Update to baikal-0.2.6.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 10:41:47

Modified files:
	print/splix    : Makefile 

Log message:
"Technically" cups is not needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 10:43:20

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: PLIST-hpcups PLIST-main 

Log message:
Move some files away from -main to -hpcups so that when everything has been
configured we only need hpaio and hpcups to have full support for both
printing and scanning.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/13 10:58:14

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.0.38.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/09/13 15:25:01

Modified files:
	.              : orders.html 

Log message:
Insurance is now included in all classes of shipping.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 19:35:02

Modified files:
	sys/kern       : kern_descrip.c kern_event.c kern_exit.c 
	                 kern_resource.c kern_synch.c kern_time.c 
	                 sys_generic.c syscalls.conf syscalls.master 
	                 vfs_syscalls.c 
	sys/nfs        : nfs_vnops.c 
	sys/sys        : _time.h _types.h resource.h stat.h time.h 
	                 types.h 

Log message:
Snapshots for all archs have been built, so remove the T32 code


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 19:36:02

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 19:37:02

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
Disable COMPAT_LINUX until it can be fixed post-time_t change

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 19:38:39

Removed files:
	sys/compat/aout: compat_aout.c files.aout 

Log message:
miod completed the ELF conversion (and didn't even use this compat bit),
so this old compat is dead


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/09/13 20:03:26

Modified files:
	faq            : current.html 

Log message:
option T32 is gone, so remove the instruction for upgrading via source
instead of truncating utmp, truncate wtmp (suggested by many)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 20:28:03

Modified files:
	sys/kern       : kern_subr.c vfs_vnops.c kern_ktrace.c 
	                 sys_generic.c uipc_syscalls.c 
	sys/ufs/ffs    : ffs_vnops.c 
	sys/sys        : vnode.h ktrace.h 
	sys/msdosfs    : msdosfs_vnops.c 
	sys/nfs        : nfs_bio.c 
	sys/ufs/ext2fs : ext2fs_readwrite.c 

Log message:
Correct the handling of I/O of >=2^32 bytes and the ktracing there of
by using size_t/ssize_t instead of int/u_int to handle I/O lengths in
uiomove(), vn_fsizechk(), and ktrgenio().  Eliminate the always-zero
'error' argument to ktrgenio() at the same time.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/13 21:06:41

Modified files:
	sys/kern       : kern_resource.c 

Log message:
Eliminate the unused retval argument from dogetrusage()


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:14:07

Modified files:
	app/twm        : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 compile config.guess config.h.in config.sub 
	                 configure configure.ac depcomp install-sh 
	                 missing 
	app/twm/man    : Makefile.in twm.man 
	app/twm/src    : Makefile.am Makefile.in add_window.c cursor.c 
	                 events.c events.h gc.c gram.y iconmgr.c 
	                 iconmgr.h icons.c icons.h lex.l list.c menus.c 
	                 menus.h parse.c parse.h resize.c resize.h 
	                 session.c session.h twm.c twm.h util.c util.h 
	                 version.c version.h 
Added files:
	app/twm        : ylwrap 

Log message:
Update to twm 1.0.8


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:14:48

Modified files:
	app/xclipboard : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp install-sh missing xclipboard.c 
	                 xcutsel.c 
	app/xclipboard/man: Makefile.in xclipboard.man 
Added files:
	app/xclipboard : compile 

Log message:
Update to xclipboard 1.1.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:15:41

Modified files:
	app/xclock     : ChangeLog Clock.c Makefile.in aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp install-sh missing 
	                 xclock.c 
	app/xclock/man : Makefile.in xclock.man 
Added files:
	app/xclock     : compile 

Log message:
Update to xclock 1.0.7


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:16:26

Modified files:
	app/xinit      : COPYING ChangeLog Makefile.bsd-wrapper 
	                 Makefile.in aclocal.m4 configure configure.ac 
	                 cpprules.in startx.cpp xinit.c 
	app/xinit/launchd: Makefile.am Makefile.in 
	app/xinit/launchd/privileged_startx: 10-tmpdirs.cpp Makefile.in 
	                                     privileged_startx.plist.cpp 
	                                     server.c 
	app/xinit/launchd/user_startx: Makefile.in launchd_startx.c 
	app/xinit/man  : Makefile.am Makefile.in xinit.man 
Added files:
	app/xinit      : compile 

Log message:
Update to xinit 1.3.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:17:01

xenocara/app/xkill/man

Update of /cvs/xenocara/app/xkill/man
In directory cvs.openbsd.org:/tmp/cvs-serv22631/man

Log Message:
Directory /cvs/xenocara/app/xkill/man added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:18:11

Modified files:
	app/xkill      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp install-sh missing xkill.c 
Added files:
	app/xkill      : compile 
	app/xkill/man  : Makefile.am Makefile.in xkill.man 
Removed files:
	app/xkill      : xkill.man 

Log message:
Update to xkill 1.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:19:04

Modified files:
	app/xlsclients : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp install-sh missing xlsclients.c 
	app/xlsclients/man: Makefile.in xlsclients.man 
Added files:
	app/xlsclients : compile 

Log message:
Update to xlsclients 1.1.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:20:21

Modified files:
	app/xmodmap    : COPYING ChangeLog Makefile.in aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp exec.c install-sh missing 
	                 pf.c xmodmap.c 
	app/xmodmap/man: Makefile.in xmodmap.man 
Added files:
	app/xmodmap    : compile 

Log message:
Update to xmodmap 1.0.8


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:21:41

Modified files:
	app/xrdb       : ChangeLog INSTALL Makefile.am Makefile.in 
	                 aclocal.m4 config.guess config.h.in config.sub 
	                 configure configure.ac depcomp install-sh 
	                 missing xrdb.c 
	app/xrdb/man   : Makefile.in xrdb.man 
Added files:
	app/xrdb       : compile 

Log message:
Update to xrdb 1.1.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/14 03:23:06

Modified files:
	lib/libSM      : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.h.in config.sub configure configure.ac 
	                 depcomp install-sh missing 
	lib/libSM/doc  : Makefile.in 
	lib/libSM/include/X11/SM: SMlib.h 
	lib/libSM/src  : Makefile.in SMlibint.h sm_auth.c sm_client.c 
	                 sm_error.c sm_genid.c sm_manager.c sm_process.c 
Added files:
	lib/libSM      : compile 

Log message:
Update to libSM 1.2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/14 03:42:11

Modified files:
	infrastructure/lib/DPB: Config.pm Core.pm 

Log message:
remove remains of nfs wait_timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/14 03:48:16

Modified files:
	print/poppler-data: Makefile 

Log message:
Do not RUN_DEPENDS on poppler -- it will be the opposite soon.

discussed with kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/14 03:52:00

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/pkg: PLIST-main 
Removed files:
	print/poppler/pkg: PFRAG.shared-main 

Log message:
Update to poppler-0.24.1.
RUN_DEPENDS on poppler-data.

ok kili@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2013/09/14 08:12:22

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/14 08:13:30

Modified files:
	distrib/sets/lists/xserv: md.macppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/14 08:14:15

Modified files:
	distrib/sets/lists/xserv: md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/09/14 08:18:48

Modified files:
	games/pingus   : Makefile distinfo 
	games/pingus/pkg: PLIST 
Added files:
	games/pingus/patches: patch-SConscript 
	                      patch-src_engine_input_xinput_xinput_device_cpp 
	                      patch-src_engine_input_xinput_xinput_driver_cpp 
	                      patch-src_pingus_pingus_main_cpp 
Removed files:
	games/pingus/patches: patch-SConstruct patch-doc_pingus_6 
	                      patch-src_pingus_main_cpp 
	                      patch-src_screenshot_cpp 

Log message:
Update to latest version, 0.7.6.

ok bentley@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/14 08:54:30

Modified files:
	share/man/man4 : pflow.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/14 08:55:57

Modified files:
	usr.bin/nl     : nl.1 

Log message:
STANDARDS:
- use standard wording
- intermingling stuff was removed in issue 6

ok jca


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/14 08:58:12

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
tweak time handling a bit, introduce a "real" vs "perceived" time in stats
for people like me who do ^Z a lot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/14 08:58:55

Modified files:
	lib/libarch/i386: i386_get_ioperm.2 

Log message:
- bit clearer about sysctls/securelevel (text lifted from i386_iopl(2))
- EPERM only applies to _set_ioperm

help kettenis
original diff From: Paul Kelly


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/14 11:12:16

Modified files:
	mail/dspam     : Makefile distinfo 
	mail/dspam/patches: patch-UPGRADING patch-src_bnr_c 
	                    patch-src_client_c patch-src_daemon_c 
	                    patch-src_dspam_c patch-src_example_c 
	                    patch-src_list_c patch-src_pgsql_drv_c 
	                    patch-src_util_c 
Added files:
	mail/dspam/patches: patch-src_Makefile_in 
	                    patch-src_dspam_conf_in 
	                    patch-src_storage_driver_c 
	mail/dspam/pkg : DESCR-main DESCR-mysql DESCR-pgsql 
	                 PFRAG.clamav-main PFRAG.domainscale-main 
	                 PFRAG.largescale-main PFRAG.ldap-main 
	                 PLIST-main PLIST-mysql PLIST-pgsql dspam.rc 
Removed files:
	mail/dspam/patches: patch-man_Makefile_in 
	                    patch-src_agent_shared_c 
	                    patch-src_agent_shared_h patch-src_dspamc_c 
	                    patch-src_mysql_drv_c 
	mail/dspam/pkg : DESCR PFRAG.hash PFRAG.mysql PFRAG.pgsql 
	                 PFRAG.shared PFRAG.sqlite PFRAG.sqlite3 PLIST 

Log message:
Update to dspam 3.10.2.

- remove 6 out of the 10 flavors maze, only keep the ones that make
sense (ie clamav, ldap, domainscale & largescale)
- build pgsql & mysql drivers as subpackages, as $DEITY intended
- @pkgpath & PFRAG.[flavor]-main tweaks from sthen@ (thanks!)
- remove init_pwent_cache() patch until i can make some sense of it
- remove painful strlcpy patches
- add patches to fix pgsql support with PSQL > 9.1 from
http://sourceforge.net/p/dspam/bug-tracker/112/ &
http://sourceforge.net/p/dspam/bug-tracker/141
- add an rc script running dspam --daemon as _dspam
- patch default dspam.conf to trust user _dspam (pointed out by jca@;
thanks!) and to use port 2424 by default. Taken from debian.

Discussed at length with todd@ (MAINTAINER), been running on amd64 with
pgsql &| sqlite backend since a while, also tested on sqlite/ppc.

Some tweaks might still be needed (a README ? Fix some weird crashers ?),
but at least it's better than what we had for the past years.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2013/09/14 11:23:41

Modified files:
	faq            : current.html 

Log message:
Add a note about the dspam update and the need to manually install the
mysql or pgsql driver if needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/14 11:40:01

Modified files:
	share/man/man4 : urtwn.4 

Log message:
Patriot PCUSBW1150 works;
From: "Kyle R. W. Milz"


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/14 13:47:09

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 
Removed files:
	games/manaplus/patches: patch-configure_ac 

Log message:
Like clockwork, the latest Manaplus release.
Remove patch from last update that I said would go away with this update.
Use newer AUTOCONF_VERSION (2.69). 2.59 is no longer good enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/14 14:09:30

Modified files:
	bin/ksh        : eval.c 
	bin/ksh/tests  : regress.t 

Log message:
Back out revision 1.38.  Commands executed via `foo` or $( bar )
actually should inherit "set -e" status according to POSIX.
OK jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/09/14 15:45:21

Removed files:
	shells/dash/patches: patch-src_mkbuiltins 

Log message:
Remove patch unneeded now that we have nl(1).
No bump since no change in the packaged files.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/14 16:00:00

Modified files:
	security/easy-rsa: Makefile 

Log message:
Replace "source ./vars" (bashism) with ". ./vars" in various files
installed by easy-rsa. Found the hard way by Predrag Punosevac.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/15 01:10:40

Modified files:
	textproc/meld  : Makefile distinfo 
	textproc/meld/pkg: PLIST 
Removed files:
	textproc/meld/patches: patch-INSTALL 

Log message:
Update to meld-1.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:17:25

Modified files:
	infrastructure/bin: out-of-date 

Log message:
fix too-short format string for temp file

ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:20:04

Modified files:
	infrastructure/fetch: check-distfiles 

Log message:
fix some too-short mktemp format strings

ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:27:28

Modified files:
	infrastructure/db: config.guess 

Log message:
fix too-short mktemp format string

ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:48:10

Modified files:
	infrastructure/man/man1: out-of-date.1 

Log message:
- remove paragraph break (.Pp) before section header (.Sh)
- standard section name is AUTHORS (plural)

ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:49:17

Modified files:
	infrastructure/man/man1: portcheck.1 

Log message:
- remove trailing blank

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/15 03:49:21

Modified files:
	sys/arch/sparc/dev: zs.c 

Log message:
Replace a hardcoded delay() with ZS_DELAY() to make sun4c happier


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:54:20

Modified files:
	infrastructure/man/man1: check-common-dirs.1 

Log message:
- remove paragraph break (.Pp) before section header (.Sh)

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/15 03:56:21

Modified files:
	infrastructure/man/man1: make-plist.1 

Log message:
- fix section order, move BUGS below SEE ALSO

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/15 05:18:58

Modified files:
	mail           : Makefile 

Log message:
Remove now-inexistent flavors from the build (pgsql & mysql are
subpackages, hash is built by default), and while here also build
clamav flavor along ldap & domainscale. Pointed out by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/15 06:02:21

Modified files:
	distrib/notes/sparc: hardware 

Log message:
mention NVSIMM


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/15 06:18:35

Modified files:
	share/man/man4/man4.sparc: rfx.4 

Log message:
Mention the SBus slot #2 in sun4e is `slave only', just as slot #3 in sun4c.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/15 07:44:53

Modified files:
	sys/dev/ata    : wd.c 

Log message:
Make it clearer that sc_wdc_bio.blkno is actuall a disk hardware
address by using the DL_BLKTOSEC() and DL_SECTOBLK() defines rather
than handrolling the equivalent. Fixes current addition of a 512-byte
block value (b_blkno) to a disk hardware address (DL_GETPOFFSET()).

Tested on real wd(4) hardware by guenther@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/15 08:35:51

Modified files:
	sys/scsi       : cd.c sd.c 

Log message:
Use DL_SECTOBLK() and DL_BLKTOSEC() to clarify code and remove
repeated handrolling of same code. Use daddr_t variable to
calculate daddr_t return values, and u_int64_t variables to
calculate disk sector values.

No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/15 10:24:58

Modified files:
	x11/gnustep/libobjc2: Makefile 

Log message:
Mark as not for GCC3_ARCHS for the time being:
cc1obj: error: unrecognized option `-fobjc-exceptions'


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/09/15 10:34:01

Modified files:
	lang/sbcl      : Makefile 
	lang/sbcl/patches: patch-contrib_asdf-module_mk 
	                   patch-make-target-contrib_sh 
Added files:
	lang/sbcl/patches: patch-src_code_unix_lisp 

Log message:
Fix struct timeval representation leading to build failures, and remove
BROKEN-i386.  This makes sbcl usable on i386 again.  ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/15 10:54:53

Modified files:
	sys/scsi       : cd.c 

Log message:
cddump() takes a daddr_t parameter. Call that parameter 'blkno' and not
'secno'. This is what sddump() already does and consistant is good.
No function change.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 11:33:47

Modified files:
	usr.bin/mandoc : tree.c 

Log message:
For some mdoc(7) macros, it is (unfortunately) semantically significant
whether they are the first macro on the line or called by another macro.
To help debugging, indicate this property "first macro on a new input line"
by prefixing an asterisk to the line number in -Ttree output.


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/09/15 12:02:49

Modified files:
	.              : orders.html 

Log message:
Remove weird "/bin/sh" that sneaked in the latest revision.
From Maurice Janssen (maurice at z74 dot net).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 12:26:39

Modified files:
	usr.bin/mandoc : mdoc_macro.c 

Log message:
Block closing macros do not allocate a new node but finish an existing
one, so they miss the clearing of MDOC_NEWLINE in mdoc.c, node_alloc().
Consequently, MDOC_NEWLINE must be cleared before processing the next
macro on the same line.
This fixes horizontal spacing for input lines beginning like .Oc Ns ...

Issue found by Franco Fichtner <franco at lastsummer dot de>
while working on DragonFly mandoc integration.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 12:48:27

Modified files:
	usr.bin/mandoc : mdoc_man.c 

Log message:
Use normal line macro recognition, do not attempt to roll your own.
This fixes horizontal spacing when an Ns macro follows a block-closing
macro and the corresponding block-opening macro is not on the same line.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 12:59:42

Modified files:
	regress/usr.bin/mandoc/mdoc/Ns: position.in position.out_ascii 

Log message:
Macros following block closing macros aren't line macros.
Testing mdoc_macro.c 1.79 and mdoc_man.c 1.51.

Thanks to Franco Fichtner <franco at lastsummer dot de>
for providing the test case this patch was based on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/15 13:32:47

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_transaction_report_rb 
	                                patch-spec_unit_transaction_report_spec_rb 

Log message:
backport a patch from git master which fixes an issue with agents < 3.3.0
that used a 3.3.0 master and couldn't submit their reports.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 14:02:35

Modified files:
	libexec/spamd-setup: spamd-setup.8 
	libexec/spamlogd: spamlogd.8 
	share/man/man4/man4.macppc: openprom.4 
	share/man/man4/man4.sparc: openprom.4 
	share/man/man4/man4.sparc64: openprom.4 

Log message:
Some missing .Pa macros in FILES sections;
from Jan Stary <hans at stare dot cz>;
discussed with jmc@.


CVSROOT:	/cvs
Module name:	www
Changes by:	okan@cvs.openbsd.org	2013/09/15 16:31:31

Modified files:
	faq            : current.html 

Log message:
wtmp is in /var/log/


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/09/15 18:25:06

Modified files:
	usr.bin/mandoc : mandoc.h mdoc_validate.c read.c 

Log message:
One of the WARNING messages has to use the word "section" twice in two
different meanings, that cannot be helped.  But we can make this less
confusing by stating that the second instance refers to stuff like (2),
(3), and (9), and by adding the sections header the first instance
refers to, for example ERRORS or RETURN VALUES.

Source for confusion noticed by Jan Stary <hans at stare dot cz>,
better wording suggested by jmc@, tweaked by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/15 19:17:27

Modified files:
	emulators/vbam : Makefile 
	emulators/vbam/pkg: DESCR 

Log message:
Trim pathologically long DESCR.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/09/15 20:36:25

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 2-8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 00:22:42

Modified files:
	mail/gmime     : Makefile distinfo 

Log message:
Update to gmime-2.6.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/16 00:23:40

Modified files:
	sysutils/cyphertite: Makefile distinfo 

Log message:
Update cyphertite to 1.6.4.

from David Hill (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2013/09/16 02:17:02

Modified files:
	etc            : MAKEDEV.common 

Log message:
Increase default number of ugen device files: two are too few for
modern standards, with people having usb cameras, music players,
smartcard readers, UPSs, wifi scanners, rocket launchers and so
on...

OK sthen@, djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2013/09/16 02:18:29

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.macppc : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.zaurus : MAKEDEV 

Log message:
regen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 02:24:18

Modified files:
	audio/rhythmbox: Makefile 
Added files:
	audio/rhythmbox/patches: 
	                         patch-metadata_rb-metadata-dbus-service_c 
Removed files:
	audio/rhythmbox/patches: 
	                         patch-plugins_rbzeitgeist_rbzeitgeist_py 

Log message:
metadata: GDBusServer new-connection signal needs a return value (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/16 04:02:29

Modified files:
	devel/py-buildbot: Makefile distinfo 
	devel/py-buildbot/pkg: PLIST 
	devel/py-buildslave: Makefile distinfo 
	devel/py-buildslave/pkg: PLIST 

Log message:
Update to buildbot/buildslave 0.8.8.
Take over maintainership with previous MAINTAINER agreement.
Improve COMMENTs.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 04:28:15

Modified files:
	lang/gcc/4.6   : Makefile 

Log message:
fix gcc build, make sure it doesn't rely on bootstrapped old
fixed includes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 04:55:01

Modified files:
	lang/gcc/4.6   : Makefile distinfo 

Log message:
new adastrap for amd64 WITHOUT the fixed-includes

(and moved an rm out of a loop)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 05:23:51

Modified files:
	infrastructure/lib/DPB: Core.pm Fetch.pm Job.pm 
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
move the shell running code up to host. Makes no sense to have the same
data structure for each Core, and a lot of this is actually tied to the
host proper.

(note that Core::Distant no longer makes a lot of sense)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/16 05:35:43

Modified files:
	usr.bin/ssh    : ssh_config 

Log message:
Remove gssapi config parts from ssh_config, as was already done for sshd_config.
Req by/ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 05:49:20

Modified files:
	lang/gcc/4.8   : Makefile 

Log message:
avoid old fixed-includes there too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 06:45:07

Modified files:
	lang/gcc/4.8   : Makefile distinfo 

Log message:
new adastrap for amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 09:48:30

Modified files:
	graphics/argyll: Makefile distinfo 
	graphics/argyll/patches: patch-spectro_hidio_c 
	graphics/argyll/pkg: DESCR PLIST 
Added files:
	graphics/argyll/patches: patch-Jamtop patch-spectro_icoms_ux_c 
	                         patch-spectro_usbio_c 
	                         patch-spectro_webwin_c 
Removed files:
	graphics/argyll/patches: patch-icc_icc_c 
	graphics/argyll/pkg: README 

Log message:
Update to argyllcms-1.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 09:49:20

Modified files:
	x11/gnome/color-manager: Makefile 

Log message:
Bump after argyll got renamed to argyllcms.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/16 10:30:51

Modified files:
	sys/arch/aviion/conf: AV400 GENERIC files.aviion 
	sys/arch/aviion/dev: dart_syscon.c if_le_syscon.c 
	                     oosiop_syscon.c syscon.c 

Log message:
Drop the ipl locator from syscon attachments, and have the syscon children
request explicit IPL_xxx levels.

Fix VME Ethernet config stanzas to request IPL_NET.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 12:38:58

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to libgee-0.10.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 14:03:04

Modified files:
	de             : macppc.html orders.html 
	faq/pt         : faq1.html index.html 
	fr             : donations.html index.html macppc.html mail.html 
	                 orders.html policy.html security.html want.html 
	nl             : index.html older.html orders.html 
	openbgpd/pt    : ftp.html 
	openntpd/pt    : ftp.html portable.html 
	openssh/de     : ftp.html index.html openbsd.html portable.html 
	openssh/fr     : ftp.html index.html openbsd.html 
	openssh/nl     : ftp.html index.html openbsd.html 
	pt             : index.html plus.html 
	spamd/fr       : index.html 
	spamd/pt       : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/16 14:10:02

Modified files:
	graphics/png   : Makefile distinfo 
	graphics/png/pkg: PLIST 

Log message:
Update to png 1.6.5.

pngfix is commented out as it requires a newer zlib release.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2013/09/16 14:52:14

Modified files:
	sys/arch/octeon/dev: cn30xxgmx.c cn30xxgmxvar.h if_cnmac.c 
	                     if_cnmacvar.h 

Log message:
work out phy addresses before attaching cnmac and pass them to mii_attach
rather than hiding them in the mii read/write functions.

ok dlg@ jasper@ bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/16 15:16:18

Modified files:
	lang/gcc/4.6   : Makefile distinfo 
	lang/gcc/4.8   : Makefile distinfo 

Log message:
new i386 bootstraps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/16 15:29:14

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
fix unlock early condition for multi-package


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/09/16 15:51:46

Log message:
    Import hermit, a monospaced font.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	abieber
    Release Tags:	abieber_20130916
    
    N ports/fonts/hermit-font/Makefile
    N ports/fonts/hermit-font/distinfo
    N ports/fonts/hermit-font/pkg/DESCR
    N ports/fonts/hermit-font/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/09/16 15:53:03

Modified files:
	fonts          : Makefile 

Log message:
+hermit-font


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/09/16 17:09:59

Modified files:
	.              : orders.html 

Log message:
fix typos in new payment option; ok austin@


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/09/16 21:13:48

Modified files:
	.              : orders.html 

Log message:
Versions 4.0+  changed to version 4.0 or later


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/16 22:31:57

Modified files:
	sys/isofs/udf  : udf.h 

Log message:
KNF - extraneous blank line snuck in during last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/16 22:52:53

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
Fix a misaligned backslash


CVSROOT:	/cvs
Module name:	ports
Changes by:	mlarkin@cvs.openbsd.org	2013/09/16 23:18:15

Modified files:
	x11/mplayer    : Makefile 

Log message:
Typo in comment: SSSE3 -> SSE3


CVSROOT:	/cvs
Module name:	ports
Changes by:	mlarkin@cvs.openbsd.org	2013/09/16 23:25:39

Modified files:
	x11/mplayer    : Makefile 

Log message:
Revert previous, apparently we really did mean SSSE3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 23:48:31

Modified files:
	games/gbrainy  : Makefile distinfo 

Log message:
Update to gbrainy-2.2.2.

ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/16 23:58:09

Modified files:
	devel/vte3     : Makefile distinfo 

Log message:
Update to vte-0.34.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 00:25:35

Modified files:
	geo/libchamplain: Makefile distinfo 
	geo/libchamplain/pkg: PLIST 

Log message:
Update to libchamplain-0.12.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/17 03:00:58

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-spec_unit_provider_service_openbsd_spec_rb 

Log message:
add missing spec tests for the openbsd service provider


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/17 03:54:36

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 
	                                patch-spec_unit_provider_service_openbsd_spec_rb 

Log message:
sync with what's been submitted upstream, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 04:07:52

Modified files:
	x11/dbus-python: Makefile 
	x11/dbus-python/pkg: PLIST-common 

Log message:
add an @pkgpath line to fix updates, ok aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 04:45:38

Removed files:
	x11/gnome/baker: Makefile distinfo 
	x11/gnome/baker/patches: patch-gnomebaker_glade 
	                         patch-src_dataproject_c 
	                         patch-src_prefsdlg_c 
	x11/gnome/baker/pkg: DESCR PLIST 

Log message:
Remove gnomebaker -- it's an old and unmaintained GNOME2 application.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 04:45:56

Modified files:
	x11/gnome      : Makefile 

Log message:
-baker


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 05:10:02

Modified files:
	security/libassuan: Makefile distinfo 
	security/libassuan/patches: patch-configure 

Log message:
Update to libassuan-2.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 05:21:51

Log message:
    import ports/sysutils/tray-app, ok dcoppa@ (plus a wantlib sync since then
    as I missed something).
    
    Tray-app is a set of small gtk programs that reside in the system tray
    (aka notification area).
    
    eject ("safely remove hardware") allows you to choose a device from a
    list, unmount filesystems and eject the device. This would normally be
    run using sudo to elevate privileges.
    
    battery is a battery charge level meter.
    
    sound is an audio mixer.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130917
    
    N ports/sysutils/tray-app/Makefile
    N ports/sysutils/tray-app/distinfo
    N ports/sysutils/tray-app/pkg/PLIST
    N ports/sysutils/tray-app/pkg/DESCR
    N ports/sysutils/tray-app/patches/patch-battery_Makefile
    N ports/sysutils/tray-app/patches/patch-eject_Makefile
    N ports/sysutils/tray-app/patches/patch-lib_Makefile
    N ports/sysutils/tray-app/patches/patch-sound_Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 05:22:14

Modified files:
	sysutils       : Makefile 

Log message:
+tray-app


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 06:27:17

Modified files:
	net/p5-Net-DBus: Makefile distinfo 
	net/p5-Net-DBus/pkg: DESCR 

Log message:
Update to p5-Net-DBus-1.0.0.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 06:37:31

Modified files:
	devel/p5-Glib2 : Makefile distinfo 

Log message:
Update to p5-Glib2-1.301.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 06:41:20

Modified files:
	devel/p5-Pango : Makefile distinfo 

Log message:
Update to p5-Pango-1.224.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 06:44:35

Modified files:
	graphics/p5-Cairo: Makefile distinfo 

Log message:
Update to p5-Cairo-1.103.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 06:53:04

Modified files:
	www/vtigercrm/pkg: PLIST 

Log message:
remove bogus use of MODPHP_VERSION in plist, as spotted by nigel@
bump not necessary


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/17 07:34:18

Modified files:
	sys/net        : if.c if.h if_vlan.c if_vlan_var.h 

Log message:
Change vlan(4) detach procedure to not use a hook but a list of vlans
on the parent interface.  This is similar to what bridge(4), trunk(4)
or carp(4) are doing and allows us to get rid of the detachhook.

ok reyk@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/17 07:36:31

Modified files:
	sys/dev/pci    : pcidevs km.c 

Log message:
Rename existing AMD Family 15h Models 00h-0Fh Processor entries and add
a bunch of AMD Family 15h Models 10h-1Fh Processor entries.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/17 07:37:08

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/17 07:42:34

Modified files:
	sys/dev/pci    : km.c 

Log message:
Add support for AMD Family 15h Models 10h-1Fh Processors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/17 08:12:41

Modified files:
	audio/py-mutagen: Makefile distinfo 
	audio/py-mutagen/patches: patch-setup_py 
	audio/py-mutagen/pkg: PLIST 
Removed files:
	audio/py-mutagen/patches: patch-man_mid3v2_1 
	                          patch-tests_test___init___py 
	                          patch-tools_mid3v2 

Log message:
Update to mutagen-1.22

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/17 10:44:37

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/pkg  : PLIST-main 

Log message:
Update to gtk+2-2.24.21.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/17 10:51:54

Modified files:
	www/liferea    : Makefile distinfo 
	www/liferea/pkg: PLIST 

Log message:
Update liferea to 1.10.2
Drop unresponsive MAINTAINER, pick up MAINTAINER myself.
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 10:56:25

Modified files:
	www/squid      : Makefile distinfo 
	www/squid/patches: patch-configure_ac patch-src_cf_data_pre 
	                   patch-src_client_side_reply_cc 

Log message:
update to squid 3.3.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/17 12:45:31

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_service_openbsd_rb 
	                                patch-spec_unit_provider_service_openbsd_spec_rb 

Log message:
sync with upstream/master now that it's been merged


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/09/17 13:07:11

Modified files:
	sys/miscfs/fuse: fuse_vnops.c 

Log message:
size_t could not be < 0.

Thanks to Pedro Martelletto.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/17 13:53:00

Modified files:
	net/ircd-hybrid: Makefile distinfo 
	net/ircd-hybrid/patches: patch-doc_reference_conf 

Log message:
Update to ircd-hybrid 8.1.7.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/17 14:01:34

Log message:
    Import automake 1.14.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_20130917
    
    N ports/devel/automake/1.14/Makefile
    N ports/devel/automake/1.14/distinfo
    N ports/devel/automake/1.14/patches/patch-doc_automake_texi
    N ports/devel/automake/1.14/patches/patch-bin_automake_in
    N ports/devel/automake/1.14/pkg/DESCR
    N ports/devel/automake/1.14/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/17 14:02:57

Modified files:
	devel/automake : Makefile 

Log message:
Add 1.14.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/17 14:31:59

Modified files:
	net/queryperf  : Makefile distinfo 

Log message:
update to 9.9.3-P2

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 15:22:27

Modified files:
	net/nagios/nrpe: Makefile distinfo 
	net/nagios/nrpe/patches: patch-configure patch-src_nrpe_c 

Log message:
update to nrpe 2.15, adding IPv6 support (and yes, it still listens on v4. ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/17 18:04:33

Modified files:
	www/owncloud   : Makefile 
	www/owncloud/pkg: README 

Log message:
tweak owncloud README, ok aja


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/17 19:06:27

Modified files:
	sys/dev/ata    : atascsi.c 

Log message:
return after done in atascsi_disk_unmap.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/17 22:48:52

Modified files:
	net/samba      : Makefile 

Log message:
fix MASTER_SITES
with permission from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/18 00:30:24

Modified files:
	mail/dspam     : Makefile 

Log message:
Dont use BUILD_PKGPATH in LIB_DEPENDS-{mysql,pgsql} since FLAVORs end up
there and confuse PLIST_DB later on. plain mail/dspam works.
Bump corresponding REVISIONs.
Reported by & hints from sthen@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/18 01:23:32

Modified files:
	textproc/highlight: Makefile distinfo 
	textproc/highlight/patches: patch-src_makefile 
	textproc/highlight/pkg: PLIST 

Log message:
Update highlight to 3.15.


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/09/18 01:24:10

Modified files:
	faq            : current.html 

Log message:
Strip out some dangling bits about upgrading via source; snapshots only,
baby!


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/18 01:52:18

Modified files:
	sysutils/cyphertite: Makefile distinfo 

Log message:
Update cyphertite to 1.6.5.

from David Hill (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/18 01:53:26

Modified files:
	www/yaws       : Makefile distinfo 
	www/yaws/pkg   : PLIST-web 
Added files:
	www/yaws/patches: patch-configure 

Log message:
- update to yaws-1.96

from mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/18 02:50:29

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h i915_gem_execbuffer.c 

Log message:
sync the execbuffer relocation code with linux 3.8.13
with the fastpath and cpu relocs disabled for now.
eb_* functions based on code in FreeBSD.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/18 05:38:48

Modified files:
	net/ddclient   : Makefile 
	net/ddclient/pkg: PLIST 

Log message:
- fix permissions on the sampled config file to avoid the warning:

WARNING: file /etc/ddclient/ddclient.conf must be accessible only by its owner (fixed).

- add a runtime dep on security/p5-Digest-SHA1 to avoid the error:

FATAL: Error loading the Perl module Digest::SHA1 needed for freedns update.
FATAL: On Debian, the package libdigest-sha1-perl must be installed.

OK jung@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/18 07:07:33

Modified files:
	infrastructure/lib/DPB: Config.pm 

Log message:
chroot=
or
chroot=/
mean no chroot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/18 07:26:40

Modified files:
	infrastructure/lib/DPB: Clock.pm Fetch.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
leaner messages: don't show percent on tasks where it doesn't make sense.
replace "unchanged for 28 seconds" by "frozen for 28s"

remove frozen message for "waiting-for-lock" entirely... there's already
a depend/junk task that shows this clearly, and the message tends to be
WAY too long anyways.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/09/18 07:32:37

Modified files:
	.              : donations.html 

Log message:
Structural Aerospace Systems has donated three SGI Octane2 workstations


CVSROOT:	/cvs
Module name:	www
Changes by:	okan@cvs.openbsd.org	2013/09/18 08:13:11

Modified files:
	faq            : current.html 

Log message:
pwd_mkdb is run during upgrade unconditionally now, so remove from here (other bits are still under discussion); ok guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/18 09:30:40

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Core.pm Vars.pm 

Log message:
use a "shell" to run getvars, so that we can run it again LATER.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/18 10:21:30

Modified files:
	usr.bin/tset   : Makefile tset.1 tset.c 
Removed files:
	usr.bin/tset   : termcap.c 

Log message:
Remove "tset -S" compatibility I added years ago.  Most converted
terminfo entries for most terminals are too large to fit within the
1023 bytes allowed for termcap.  We're better off without it.
OK espie@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/18 11:36:42

Modified files:
	x11/remmina    : Makefile distinfo 
Added files:
	x11/remmina/patches: patch-remmina_src_remmina_protocol_widget_c 
Removed files:
	x11/remmina/patches: patch-remmina_src_remmina_ssh_c 

Log message:
I totally forgot to commit this days ago...


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/18 12:40:32

Modified files:
	sysutils/ansible: Makefile distinfo 
	sysutils/ansible/pkg: DESCR PLIST 

Log message:
Update ansible to 1.3.1

ok abieber@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/18 13:18:16

Modified files:
	x11/gtk-vnc    : Makefile distinfo 
	x11/gtk-vnc/patches: patch-configure 
	                     patch-src_coroutine_ucontext_c 
	x11/gtk-vnc/pkg: PLIST 

Log message:
Update to gtk-vnc-0.5.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/18 14:04:17

Modified files:
	devel/py-py    : Makefile distinfo 
	devel/py-py/pkg: PLIST 

Log message:
Update to py-py-1.4.15.

Tested with a handful of ports depending upon py.

OK eric@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/18 14:53:15

Modified files:
	devel/py-py    : Makefile 
	devel/py-py/pkg: PLIST 

Log message:
Woops. Unbreak python3 flavor of py-py.

Beware MODPY_PYCACHE and MODPY_COMMENT!

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/18 15:05:11

Modified files:
	www/wordpress  : Makefile distinfo 
	www/wordpress/pkg: DESCR PLIST 

Log message:
- update to wordpress-3.6.1
- remove trailnig whitespace in DESCR

ok merdely@ (maintainer), "sure" sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	kirby@cvs.openbsd.org	2013/09/18 15:22:27

Modified files:
	faq            : current.html 

Log message:
add a note about wordpress update.
tweaks and wording from sthen@ and kili, thanks!
ok merdely@, "sure" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/18 15:50:12

Modified files:
	infrastructure/lib/DPB: Fetch.pm 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2013/09/18 18:15:59

Modified files:
	sys/arch/octeon/conf: GENERIC RAMDISK 
	sys/arch/octeon/dev: cn30xxasx.c cn30xxasxvar.h cn30xxgmx.c 

Log message:
get ethernet working on the edgerouter lite

- add atphy(4) to configs
- allow separate rx and tx clock settings
- add phy mapping for the erl
- add tx/rx clock settings for erl

ok miod@ bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/18 18:24:52

Modified files:
	usr.bin/ssh    : progressmeter.c 

Log message:
store the initial file offset so the progress meter doesn't freak out
when resuming sftp transfers. bz#2137; patch from Iain Morgan; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/18 18:49:12

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
fix swapped pflag and printflag in sftp upload_dir; from Iain Morgan


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/18 19:24:46

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
bz#1297 - tell the client (via packet_send_debug) when their preferred
listen address has been overridden by the server's GatewayPorts;
ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/09/18 19:26:29

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
bz#1211: make BindAddress work with UsePrivilegedPort=yes; patch from
swp AT swp.pp.ru; ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/18 23:25:39

Modified files:
	net/quvi/scripts: Makefile distinfo 
	net/quvi/scripts/pkg: PLIST 

Log message:
Update to libquvi-scripts-0.4.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 02:01:32

Modified files:
	graphics/clutter/clutter-gst: Makefile distinfo 
	graphics/clutter/clutter-gst/pkg: PLIST 

Log message:
Update to clutter-gst-2.0.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 02:32:22

Modified files:
	x11/gnome/grilo: Makefile distinfo 
	x11/gnome/grilo/pkg: PLIST 

Log message:
Update to grilo-0.2.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 02:39:31

Modified files:
	lang/pypy      : Makefile distinfo 
	lang/pypy/patches: patch-rpython_translator_platform_openbsd_py 
	lang/pypy/pkg  : PLIST 
Added files:
	lang/pypy/patches: patch-lib_pypy__tkinter___init___py 
	                   patch-lib_pypy__tkinter_app_py 
	                   patch-lib_pypy__tkinter_tklib_py 
Removed files:
	lang/pypy/pkg  : PLIST.amd64 

Log message:
update to pypy 2.1, testing/help edd@ and Laurie Tratt (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/09/19 03:21:29

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
adjust the names to more accurately reflect the names of structs
and functions as they relate to the FastCGI protocol

style(9)ize some function declarations while here

ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/19 03:54:42

Modified files:
	sys/dev/usb    : uhidev.c 

Log message:
Do no try to clear the endpoint, as it if has stalled, if the
USB transfer reported an I/O error.

This is more likely to have no effect apart generating more
errors because when this happens, the device is generally
already physically detached but the *detach() task has not
run yet.  So simply return and wait for the device to be
removed like ucom(4) does.

Partially fix an issue reported by RD Thrush rt at thrush.com.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 05:35:23

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-gio_gunixmounts_c 

Log message:
Sync patch-gio_gunixmounts_c with FreeBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 05:56:11

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-gio_gunixmounts_c 

Log message:
Correctly flag hasmntopt usage, from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 06:20:08

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Remove references to non-existent MOZILLA_PROJECT=xulrunner
(devel/xulrunner is using xulrunner19) , firefox35 and MOZILLA_BRANCH=1.9.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:06:44

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Shuffle things around in preparation for gecko 24:

- stop building ff/tb/sm with systemwide cairo, it differs too much from
the bundled cairo and brings us too many issues (font weirdness,
crashes on i386 when links are dnd'ed, maybe system slowness when
displaying huge images, and others i dont remember..). Anyway, this is
not really "supported" upstream. To be revisited once mozilla updates to
cairo 1.12.x, if ever (#739096).
- move comment about system-jpeg, krb5 WANTLIB, and post-extract target
about sydneyaudio sndio backend when they belong (ie in the 'old' users
case).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:19:17

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: 
	                             patch-browser_app_profile_firefox_js 
	                             patch-js_src_configure_in 
	www/firefox-i18n: Makefile.inc distinfo 
Removed files:
	www/mozilla-firefox/patches: patch-gfx_thebes_gfxPlatform_cpp 
	                             patch-parser_html_Makefile_in 

Log message:
Update to firefox 24.0.

- see http://www.mozilla.org/en-US/firefox/24.0/releasenotes/
- fixes MFSA 2013-76 -> 92
- remove BROKEN-sparc64, it now works thanks the awesome work of
martin@netbsd.org in bugs #871101 & #871555 among others i forgot
- add sparc64 & alpha (insane!) to MODGCC4_ARCHS
- remove patch-gfx_thebes_gfxPlatform_cpp, was merged upstream in
#722975 (and we dont build with system cairo anyway now)
- remove useless patch-parser_html_Makefile_in, maybe it made sense in
the gcc 3 / ffx 3.6 days but those are over...

(note: a spellchecker issue since fx 23 is known, and might be fixed
later on)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:24:54

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: patch-mozilla_js_src_configure_in 
	www/seamonkey/pkg: PLIST-lightning 
	www/seamonkey-i18n: Makefile.inc distinfo 
Removed files:
	www/seamonkey/patches: patch-mozilla_gfx_thebes_gfxPlatform_cpp 
	                       patch-mozilla_parser_html_Makefile_in 

Log message:
Update to seamonkey 2.21/lightning 2.6b3

- see http://www.seamonkey-project.org/releases/seamonkey2.21/
- fixes MFSA 2013-76 -> 92 (84, 86 & 87 didnt affect SM)
- remove BROKEN-sparc64 \o/
- add sparc64 & alpha (insane!) to MODGCC4_ARCHS
- remove patch-gfx_thebes_gfxPlatform_cpp, was merged upstream in
#722975 (and we dont build with system cairo anyway now)
- remove useless patch-parser_html_Makefile_in, maybe it made sense in
the gcc 3 / ffx 3.6 days but those are over...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:37:55

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mail_installer_Makefile_in 
	                                  patch-mozilla_js_src_configure_in 
	                                  patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js 
	                                  patch-mozilla_storage_src_mozStorageConnection_cpp 
	                                  patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp 
	                                  patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp 
	mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning 
	                              PLIST-main 
	mail/thunderbird-i18n: Makefile.inc distinfo 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mailnews_extensions_enigmail_genxpi 
	                                  patch-mozilla_ipc_chromium_src_base_dir_reader_bsd_h 
Removed files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-ldap_sdks_c-sdk_configure_in 
	                                  patch-mailnews_extensions_enigmail_ipc_src_Makefile_enig 
	                                  patch-mozilla_gfx_thebes_gfxPlatform_cpp 
	                                  patch-mozilla_ipc_chromium_src_base_atomicops_h 
	                                  patch-mozilla_media_libsydneyaudio_include_sydney_audio_h 
	                                  patch-mozilla_media_libsydneyaudio_src_Makefile_in 
	                                  patch-mozilla_parser_html_Makefile_in 
	                                  patch-mozilla_toolkit_library_Makefile_in 
	                                  patch-mozilla_toolkit_system_gnome_nsGIOService_cpp 
	                                  patch-mozilla_toolkit_xre_nsXREDirProvider_cpp 
	                                  patch-mozilla_widget_gtk2_Makefile_in 
	                                  patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp 

Log message:
Update to thunderbird 24.0/lightning 2.6b3/enigmail 1.5.2.

- see https://www.mozilla.org/en-US/thunderbird/24.0/releasenotes/
- remove BROKEN-sparc64, it even works \o/
- switch to build with clang on i386/amd64 and gcc4.6 on ppc/sparc64/alpha
- dont link with systemwide jpeg anymore, needs libjpeg-turbo
- remove patch-gfx_thebes_gfxPlatform_cpp, was merged upstream in
#722975 (and we dont build with system cairo anyway now)
- remove useless patch-parser_html_Makefile_in, maybe it made sense in
the gcc 3 / ffx 3.6 days but those are over...
- remove patch-ldap_sdks_c-sdk_configure_in, merged in #720373
- remove patch-mozilla_ipc_chromium_src_base_atomicops_h, not needed anymore
- add patch-mozilla_ipc_chromium_src_base_dir_reader_bsd_h, should be
needed now as on ffx/sm.
- remove libsydney audio patches \o/ - now uses cubeb with native sndio backend.
- shuffle enigmail patches for 1.5.2 as was done in seamonkey
- remove patch-mozilla_toolkit_system_gnome_nsGIOService_cpp (#805202)
- remove patch-mozilla_toolkit_xre_nsXREDirProvider_cpp and
patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp, merged upstream  (#803955)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:43:30

Modified files:
	www            : Makefile 

Log message:
Unlink www/firefox36.

You served us well but you're EOL'ed upstream since 17 months, and your
only reason d'etre was sparc64, but those days www/mozilla-firefox works
there.
Users will be upgraded for free to www/mozilla-firefox !

(note: not cvs rm'ed yet, since devel/xulrunner still uses the patches..)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:44:13

Modified files:
	www/mozilla-firefox/pkg: PLIST 

Log message:
Forgotten in previous.. add @conflict/@pkgpath markers to update
www/firefox36 users to www/mozilla-firefox. No bump since it was just
commited.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 07:47:05

Modified files:
	devel/xulrunner/1.9: Makefile 
	productivity/sunbird: Makefile 
	www/fennec     : Makefile 

Log message:
Bump REVISIONS to be on the safe side after typo fix in mozilla.port.mk
(MOZMOZ_WANTLIB instead of MODMOZ_WANTLIB for krb5 libs...)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/19 08:19:20

Modified files:
	www/mediawiki  : Makefile distinfo 

Log message:
bugfix update to mediawiki-1.19.8
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 08:50:40

Modified files:
	www            : Makefile 
Removed files:
	www/moodle     : Makefile distinfo 
	www/moodle/pkg : DESCR PLIST README 

Log message:
Remove www/moodle, ok ajacoutot.

The port isn't maintained and rather out-of-date, it doesn't add much
value by way of easy installation instructions, and additionally if we
were to update to a current version, the upgrade procedure requires
going through an intermediate version. As such, users are advised to
install through standard distfiles instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 08:55:42

Modified files:
	www/bacula-web : Makefile 

Log message:
Take MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 08:55:57

Log message:
    import ports/lang/racket, from Juan Francisco Cantero Hurtado, ok landry@
    
    Racket (formerly called PLT Scheme) is a multi-paradigm programming
    language in the Lisp/Scheme family, that also serves as a platform for
    language creation, design, and implementation.
    
    The primary components of Racket platform are:
    
    - The implementation of Racket (including a rich run-time system,
    various libraries, JIT compiler, and more).
    - DrRacket (formerly named DrScheme), the Racket program development
    environment.
    - Teachpacks to use together with various books.
    - pkg.racket-lang.org, Racket's web-based package distribution system
    for user-contributed packages.
    - raco, command line tool for finding documentation, compiling Racket
    source to bytecode, packaging executables, and packaging installable
    archives.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130919
    
    N ports/lang/racket/Makefile
    N ports/lang/racket/distinfo
    N ports/lang/racket/patches/patch-src_configure
    N ports/lang/racket/pkg/DESCR
    N ports/lang/racket/pkg/PFRAG.amd64
    N ports/lang/racket/pkg/PLIST
    N ports/lang/racket/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 08:56:14

Modified files:
	lang           : Makefile 

Log message:
+racket


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 08:56:29

Modified files:
	lang/racket    : Makefile 

Log message:
s/simple/Yes/ in SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 08:57:28

Removed files:
	www/zurmo      : Makefile distinfo 
	www/zurmo/files: zurmo.conf 
	www/zurmo/patches: 
	                   patch-zurmo_app_protected_modules_install_utils_CheckServicesUtil_php 
	                   patch-zurmo_app_roots_php 
	www/zurmo/pkg  : DESCR PLIST README UNMESSAGE 

Log message:
Remove zurmo. The upgrade procedure requires going through an
intermediate version which does not even work properly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 08:57:50

Modified files:
	www            : Makefile 

Log message:
-zurmo


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/19 09:02:16

Modified files:
	audio/mpd      : Makefile distinfo 
	audio/mpd/patches: patch-configure patch-doc_mpdconf_example 

Log message:
Bugfix update to mpd-0.17.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 09:54:10

Removed files:
	www/photoshow  : Makefile distinfo 
	www/photoshow/files: dot.htaccess photoshow.conf 
	www/photoshow/patches: patch-config_php 
	www/photoshow/pkg: DESCR PLIST README UNMESSAGE 

Log message:
It makes no sense to distribute some webapps using the pkg tools when it's
just a matter of following upstream and untarring under htdocs.
webapp as a pkg needs to have some added value and no, 'pkg_add webapp' is
not easier if the app has actually no maintainer -- it is safer to follow
upstream.
photoshow is one of them and is not even maintained upstream, so zap it.

discusssed with and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 09:54:57

Removed files:
	www/webacula   : Makefile distinfo 
	www/webacula/files: webacula-chroot-bconsole.sh 
	www/webacula/patches: patch-application_config_ini 
	                      patch-html__htaccess patch-html_index_php 
	                      patch-install_MySql_20_acl_make_tables_sh 
	                      patch-install_PostgreSql_20_acl_make_tables_sh 
	                      patch-install_SqLite_10_make_tables_sh 
	                      patch-install_SqLite_20_acl_make_tables_sh 
	                      patch-install_apache_webacula_conf 
	                      patch-install_db_conf 
	www/webacula/pkg: DESCR PLIST README UNMESSAGE 

Log message:
It makes no sense to distribute some webapps using the pkg tools when it's
just a matter of following upstream and untarring under htdocs.
webapp as a pkg needs to have some added value and no, 'pkg_add webapp' is
not easier if the app has actually no maintainer -- it is safer to follow
upstream.
webacula is one of them and is not even maintained upstream, so zap it.

discusssed with and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/19 09:55:28

Modified files:
	www            : Makefile 

Log message:
-photoshow
-webacula


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/09/19 10:03:27

Added files:
	devel/libev/patches: patch-ev_c 

Log message:
Add support for m68k, m88k and sh.
ok dcoppa@ schmorp (upstream)


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/09/19 10:12:01

Modified files:
	usr.bin/bc     : Makefile bc.y extern.h scan.l 
Added files:
	usr.bin/bc     : tty.c 

Log message:
separate termios.h out from scan.l, both have an ECHO define. Noted by
Joris Giovannangeli.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 10:24:51

Modified files:
	games/foobillard: Makefile 

Log message:
Mark as BROKEN. It uses GL symbols which got removed in the recent
mesa/gl update, and is dead upstream. kirby@ has a wip update to
the a-bit-less-dead-fork foobillardplus which might fix it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/19 10:33:17

Modified files:
	audio/mpc      : Makefile distinfo 
	audio/mpc/patches: patch-Makefile_in 

Log message:
Update to mpc-0.23


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/19 10:34:15

Modified files:
	audio/ncmpc    : Makefile distinfo 
	audio/ncmpc/patches: patch-configure patch-src_screen_c 

Log message:
Update to ncmpc-0.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 11:11:21

Modified files:
	databases/freetds: Makefile distinfo 
	databases/freetds/patches: patch-src_odbc_connectparams_c 
	databases/freetds/pkg: PFRAG.shared PLIST 
Removed files:
	databases/freetds/patches: patch-doc_Makefile_in 

Log message:
update to freetds-0.92.79


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/19 12:00:33

Modified files:
	audio/libmpdclient: Makefile distinfo 
	audio/libmpdclient/pkg: PLIST 
Removed files:
	audio/libmpdclient/pkg: PFRAG.shared 

Log message:
Update to libmpdclient-2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/19 12:33:25

Modified files:
	lang/gcc/4.8   : Makefile 

Log message:
keep the included libtool from picking up GNU sed; ok pascal@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/19 13:26:17

Modified files:
	sys/scsi       : sd.c 

Log message:
Tweak types to keep daddr_t address and sector address separate.
Prefer DL_ macros over handrolling. Fix the loop to allow for bigger
(highly unlikely) bunches of bits to be broken up into rw_10 sized
(<= UINT32_MAX sectors) chunks. Add check to make sure i/o request
starts at a sector address.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 14:43:55

Modified files:
	x11/windowmaker/patches: patch-src_actions_c patch-src_moveres_c 

Log message:
regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2013/09/19 15:14:56

Modified files:
	lang/gcc/4.6   : Makefile distinfo 

Log message:
New sparc64 adastrap


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2013/09/19 15:16:54

Modified files:
	lang/gcc/4.8   : Makefile distinfo 

Log message:
New sparc64 adastrap


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/19 15:43:38

Modified files:
	mail           : Makefile 
Removed files:
	mail/openwebmail: Makefile distinfo 
	mail/openwebmail/patches: 
	                          patch-cgi-bin_openwebmail_auth_auth_vdomain_pl 
	                          patch-cgi-bin_openwebmail_etc_openwebmail_conf_default 
	                          patch-cgi-bin_openwebmail_misc_tools_virtualuser_virtualconvert_pl 
	                          patch-cgi-bin_openwebmail_misc_tools_virtualuser_virtualsetup_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-abook_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-advsearch_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-cal_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-folder_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-main_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-prefs_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-read_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-saprefs_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-send_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-spell_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-tool_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-vdomain_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-viewatt_pl 
	                          patch-cgi-bin_openwebmail_openwebmail-webdisk_pl 
	                          patch-cgi-bin_openwebmail_openwebmail_pl 
	                          patch-cgi-bin_openwebmail_quota_quota_du_pl 
	                          patch-cgi-bin_openwebmail_shares_ow-shared_pl 
	mail/openwebmail/pkg: DESCR PLIST 

Log message:
tedu mail/openwebmail.

It was the cloud of the web 1.0, had builtin addressbook/calendar/webdisk/ssh
console/antivirus/antispam... but it never made it past the javascript bump,
and is mostly dead upstream since 6 years.
Was nice in 2004 though, when plain perl CGIs ruled the world.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 16:30:06

Modified files:
	multimedia/ming: Makefile distinfo 
	multimedia/ming/patches: patch-configure_in 
	multimedia/ming/pkg: PLIST 
Removed files:
	multimedia/ming/pkg: PFRAG.shared 

Log message:
update to libming 0.4.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/19 17:05:50

Modified files:
	www/cclive     : Makefile distinfo 

Log message:
Update to cclive-0.7.16.
Add USE_GROFF.

ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/19 17:08:15

Log message:
    Import quvi-0.4.2.
    
    From Dmitrij D. Czarkoff.
    
    ok sthen@ abieber@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20130919
    
    N ports/net/quvi/quvi/Makefile
    N ports/net/quvi/quvi/distinfo
    N ports/net/quvi/quvi/pkg/DESCR
    N ports/net/quvi/quvi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/19 17:08:50

Modified files:
	net/quvi       : Makefile 

Log message:
+quvi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/19 17:33:12

Modified files:
	net/isc-bind   : Makefile distinfo 
	net/isc-bind/pkg: PLIST 

Log message:
update to BIND 9.9.4 - this release rolls in the RRL patches (ratelimit
flavour) to the main release, so pkgpath/conflict markers are set so that
updates are handled correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/19 23:32:58

Modified files:
	audio/gmpc     : Makefile distinfo 
	audio/gmpc-plugins: Makefile distinfo 
	audio/libmpd   : Makefile distinfo 

Log message:
Switch to new MASTER_SITES.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/19 23:48:08

Modified files:
	sysutils/dwdiff: Makefile distinfo 

Log message:
Update dwdiff to 2.0.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/20 00:16:05

Modified files:
	www/gitlist    : Makefile 

Log message:
drop maintainership for i don't use this anymore


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/20 00:33:51

Modified files:
	www/statusnet  : Makefile distinfo 
	www/statusnet/pkg: PLIST 

Log message:
update to statusnet-1.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/20 00:39:24

Modified files:
	www/glpi       : Makefile distinfo 
	www/glpi/pkg   : PLIST 

Log message:
update to glpi-0.84.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/20 01:05:12

Modified files:
	net/gnugk      : Makefile distinfo 
Added files:
	net/gnugk/patches: patch-ProxyChannel_cxx 

Log message:
Update to gnugk-3.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/20 01:11:02

Modified files:
	productivity/baikal: Makefile 
	productivity/baikal/pkg: README 

Log message:
Fix Frenglish... ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/20 01:13:20

Modified files:
	www            : Makefile 
Removed files:
	www/glpi       : Makefile distinfo 
	www/glpi/pkg   : DESCR PLIST README 

Log message:
remove glpi

having this as a port has no additional value as pkg_add is just a
glorified way of extracting the distfile in the right location.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 01:26:24

Modified files:
	usr.sbin/npppd/l2tp: l2tp_call.c l2tp_subr.h 

Log message:
Add length check for Proxy LCP and Authentication AVPs.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 01:29:19

Modified files:
	usr.sbin/npppd/npppd: chap.c 

Log message:
Don't assume the length of chap challenges.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/09/20 02:08:45

Modified files:
	sys/dev        : softraid_aoe.c 

Log message:
remove debug code. not sure how this lasted so long.
noticed by maxime villard


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 02:11:55

Modified files:
	sys/net        : pipex.c 

Log message:
Fix a panic bug in pipex.  If pipex deletes a session by the idle-timer
when the userland program (npppd) is dead or frozen, the session remains in
state_list after it is destroyed, it will be used after free.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 02:35:54

Modified files:
	multimedia/ming: Makefile 
	multimedia/ming/patches: patch-configure_in 

Log message:
reinstate patch chunk to remove -fPIC; pointed out by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/20 03:09:30

Modified files:
	www            : Makefile 
Removed files:
	www/cms-ms     : Makefile distinfo 
	www/cms-ms/pkg : DESCR PLIST README 
	www/concrete5  : Makefile distinfo 
	www/concrete5/pkg: DESCR PLIST README 

Log message:
remove cms-ms and concrete5,

having this as a port has no additional value as pkg_add is just a
glorified way of extracting the distfile in the right location.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/20 03:21:01

Modified files:
	net/gnugk/patches: patch-ProxyChannel_cxx 

Log message:
Upstream'd.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/20 04:09:09

Modified files:
	lang/tcl/8.5   : Makefile distinfo 
	lang/tcl/8.5/patches: patch-library_tm_tcl 
	                      patch-unix_Makefile_in 
	lang/tcl/8.5/pkg: PLIST 
Removed files:
	lang/tcl/8.5/patches: patch-unix_configure 

Log message:
Update to 8.5.15.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/20 04:10:06

Modified files:
	x11/tk/8.5     : Makefile distinfo 
	x11/tk/8.5/patches: patch-unix_Makefile_in 
	x11/tk/8.5/pkg : PLIST 
Removed files:
	x11/tk/8.5/patches: patch-unix_configure 

Log message:
Update to 8.5.15.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/20 05:01:59

Modified files:
	net            : Makefile 

Log message:
remove isc-bind,ratelimit here as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/09/20 05:24:33

Modified files:
	devel/py-setuptools: Makefile distinfo 
	devel/py-setuptools/patches: patch-setup_py 
	devel/py-setuptools/pkg: PLIST 

Log message:
Update py-setuptools to 1.1.6.

I have checked that all ports using this still package.

OK rpointel@, dcoppa@ -- thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/20 05:53:48

Modified files:
	net/gnugk      : Makefile 
Added files:
	net/gnugk/patches: patch-gk_cxx 

Log message:
Skip exit handlers on OpenBSD since they hang; fom upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/20 06:47:00

Log message:
    Import textproc/the_silver_searcher.
    The silver searcher, also known as ag, is a fast text searching tool
    similar to grep or ack.
    ok sthen@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Sep-20
    
    N ports/textproc/the_silver_searcher/Makefile
    N ports/textproc/the_silver_searcher/distinfo
    N ports/textproc/the_silver_searcher/patches/patch-ag_bashcomp_sh
    N ports/textproc/the_silver_searcher/pkg/DESCR
    N ports/textproc/the_silver_searcher/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/20 06:47:45

Modified files:
	textproc       : Makefile 

Log message:
+the_silver_searcher


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/09/20 07:02:51

Modified files:
	sysutils/cfengine: Makefile distinfo 

Log message:
update to 3.4.5, from Martijn Rijkeboer (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2013/09/20 07:58:41

Modified files:
	openssh        : list.html 

Log message:
secureshell@securityfocus.com seems dead.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 08:03:19

Modified files:
	usr.sbin/npppd/l2tp: Tag: OPENBSD_5_4 l2tp_call.c l2tp_subr.h 

Log message:
MFC

date: 2013/09/20 07:26:23;  author: yasuoka;  state: Exp;  lines: +12 -8;
Add length check for Proxy LCP and Authentication AVPs.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 08:04:37

Modified files:
	usr.sbin/npppd/l2tp: Tag: OPENBSD_5_3 l2tp_call.c l2tp_subr.h 

Log message:
MFC

date: 2013/09/20 07:26:23;  author: yasuoka;  state: Exp;  lines: +12 -8;
Add length check for Proxy LCP and Authentication AVPs.


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/09/20 08:05:10

Modified files:
	usr.sbin/npppd/l2tp: Tag: OPENBSD_5_2 l2tp_call.c l2tp_subr.h 

Log message:
MFC

date: 2013/09/20 07:26:23;  author: yasuoka;  state: Exp;  lines: +12 -8;
Add length check for Proxy LCP and Authentication AVPs.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/09/20 08:07:31

Modified files:
	sys/dev/pckbc  : pms.c 

Log message:
Use a working magic sequence to configure absolute mode for elantech v2.
The synaptics driver now attaches to elantech v2 touchpads. It seems these
pads were always falling back to compat mode, which went unnoticed until r1.47.

Fix based on a patch submitted by Cedric Tessier:
http://marc.info/?l=openbsd-bugs&m=136904396518528&w=2
which in turn was probably based on parts of this patch:
https://launchpadlibrarian.net/73099683/elantech.patch
which updates the Linux driver code but isn't part of Torvald's Linux.

Behaviour of elantech firmware versions seems to vary quite a bit so print
the firmware version at attach time for reference in future bug reports.

Fix tested by frantisek holop and Peter J. Philipp.
ok mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/20 08:40:10

Modified files:
	textproc/the_silver_searcher: Makefile distinfo 
	textproc/the_silver_searcher/pkg: PLIST 

Log message:
Use the Github tarball instead of MAINTAINER-generated tarball.
Use an autoconf/automake pre-configure routine (lifted from games/manaplus)
Use a do-install routine to eliminate install-rerunning-autoconf weirdness.
Also, the do-install routine installs the bash-completions script under the
correct name.
Bump REVISION.
ok aja@, with tweak from sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 09:23:03

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-clamd_Makefile_in 
	                         patch-database_Makefile_in 
	                         patch-libclamav_Makefile_in 
	                         patch-libclamav_mbox_c 
	                         patch-libclamav_ole2_extract_c 
	                         patch-libclamav_str_c 
	                         patch-libclamav_vba_extract_c 
	security/clamav/pkg: PLIST 
Added files:
	security/clamav/patches: patch-etc_clamd_conf_sample 
	                         patch-etc_freshclam_conf_sample 
Removed files:
	security/clamav/patches: patch-etc-clamd_conf 
	                         patch-etc-freshclam_conf 
	                         patch-etc_Makefile_in 

Log message:
update to clamav 0.98:

- signature improvements, performance improvements, support for new file
types including ISO9660, Flash, self-extracting 7z files

- more configurable limits

- callbacks added to API

while there, drop run dependency on zoo; clamav actually switched from zoo
to unzoo (which we don't have in ports) in 0.60(!) so this was doing nothing.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/20 09:34:52

Modified files:
	sys/dev/usb    : ugen.c uhidev.c ulpt.c umsm.c urio.c usbdi.c 
	                 usbdi.h usbdi_util.c usbdi_util.h 
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : usbd_transfer.9 

Log message:
Unify and document usbd_transfer(9).

Get rid of the badly named usbd_bulk_transfer() and usbd_intr_transfer()
they were two identical wrappers to submit a synchronous transfer.

Now all synchronous transfers are submited using usbd_setup_xfer(9) and
usbd_transfer(9) explicitly using the USBD_CATCH flag when signals must
be checked.

Previous version ok'd by mglocker@, with subtle inputs from miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/09/20 10:47:01

Modified files:
	devel/py-babel : Makefile 
	devel/py-babel/pkg: PLIST 

Log message:
Fix PLIST and bump.
ajacoutot@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 14:20:11

Modified files:
	lang/php/5.4   : Makefile distinfo 
	lang/php/5.4/patches: patch-ext_odbc_config_m4 
	                      patch-ext_standard_config_m4 
	                      patch-php_ini-development 
	                      patch-sapi_cli_php_cli_c 

Log message:
update to php 5.4.20, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 14:20:29

Modified files:
	lang/php/5.5   : Makefile distinfo 
	lang/php/5.5/patches: patch-ext_odbc_config_m4 
	                      patch-ext_spl_php_spl_c 
	                      patch-ext_standard_config_m4 
	                      patch-php_ini-development 
	                      patch-php_ini-production 

Log message:
update to php 5.5.4, ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 14:37:16

Modified files:
	archivers/zoo  : Makefile 

Log message:
mirror distfile


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/20 14:57:55

Modified files:
	net/unbound    : Makefile distinfo 
	net/unbound/patches: patch-Makefile_in patch-doc_example_conf_in 
	net/unbound/pkg: PLIST 
Removed files:
	net/unbound/pkg: PFRAG.shared 

Log message:
Update to Unbound 1.4.21.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 15:12:45

Modified files:
	databases/freetds: Makefile 

Log message:
needs docbook, found by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 15:19:19

Modified files:
	sysutils/ykpers: Makefile distinfo 

Log message:
update to ykpers 1.14.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/20 15:19:41

Modified files:
	security/yubikey-personalization-gui: Makefile distinfo 

Log message:
update to yubikey-personalization-gui-3.1.10


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/09/20 17:51:44

Modified files:
	sys/nfs        : nfs_boot.c nfs_vfsops.c nfsdiskless.h 

Log message:
Add support for root on nfs using v3. Code adapted from NetBSD.
Tested on sparc by miod, octeon by aalm and armv7 by me.
miod ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/09/20 18:38:06

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 9-15.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/20 23:48:48

Modified files:
	emulators/gambatte: Makefile distinfo 
	emulators/gambatte/patches: patch-testrunner_SConstruct 
Removed files:
	emulators/gambatte/patches: patch-gambatte_sdl_SConstruct 

Log message:
Update to gambatte-0.5.0.537.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/21 00:11:49

Modified files:
	security/py-paramiko: Makefile distinfo 

Log message:
Update py-paramiko to 1.11.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/21 00:44:43

Modified files:
	www/wordpress  : Tag: OPENBSD_5_3 Makefile distinfo 
	www/wordpress/pkg: Tag: OPENBSD_5_3 PLIST 

Log message:
Bugfix and security update to 3.5.2
Changelog: http://wordpress.org/news/2013/06/wordpress-3-5-2/
requested by jasper@ long time ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/21 01:08:00

Modified files:
	www/mediawiki  : Tag: OPENBSD_5_3 Makefile distinfo 

Log message:
bugfix update to mediawiki-1.19.8
requested by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 02:40:09

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 
	infrastructure/lib/DPB: Core.pm 

Log message:
avoid creating a core with fullhostname for localhost, preventing some
unpleasant aliasing effects


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 02:41:55

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
nail down distant hosts/chroot to go faster: use explicit /bin/sh, and
sprinkle an exec in front of the last command of the sh -c, so that we
don't use up that many processes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 02:44:32

Modified files:
	infrastructure/lib/DPB: Core.pm Fetch.pm Grabber.pm 

Log message:
introduce squiggles: special cores used for building small ports.
each host takes care of keeping its squiggles "alive". This may
include moving the squiggle property when the core gets swallowed,
and making sure listing/fetch/update distinfo cores are not squiggles.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 02:46:07

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 
	infrastructure/lib/DPB: Heuristics.pm 

Log message:
activate squiggles(~):
based on a suggestion by naddy@, reserve some cores on big hosts (>=4cpu)
to build the queue in reverse.

Those cores show up as ~ in the core list.
This gets rid of a large part of the exponential tail, where we spend
a lot of time waiting for locks...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 02:56:44

Modified files:
	infrastructure/lib/DPB: Config.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
new properties: repair and nochecksum (on by default)
control aspects of pkg_delete/pkg_add runs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 03:12:39

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
document squiggles (this sure was fun to explain) and repair, and nochecksum


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 03:20:18

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
wrong exec, need some work.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 04:01:28

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
Don't invoke pmap_copy() on map holes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 04:04:43

Modified files:
	sys/arch/sparc/sparc: pmap.c 
	sys/arch/sparc64/sparc64: pmap.c 
	sys/arch/vax/vax: pmap.c 

Log message:
Create process map holes with UVM_INH_SHARE so that they don't get lost in
fork-without-exec situation (such as privsep'd binaries).
Fixes occasional SIGSEGV in syslogd and pflogd on sun4/4c/4e.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 05:31:19

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
the aliasing issue was hiding an other bug.
clean up code a bit, letting cores tell us whether they can be swallowed
or become squiggles, so that fetch cores can choose not to take part at all.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/09/21 08:15:19

Modified files:
	usr.bin/top    : top.h 

Log message:
more reasonable MAX_COLS for modern displays
(5 arrays of that size, so we're talking a data increase of 2.5K)

okay otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/21 08:47:00

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
I'm not fond of adding to the BUGS sections, but those are proper gotcha
that have been around for long enough...


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/09/21 09:37:55

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add several devices found on the hp microserver gen8 and add some more
xeon e3-1200v2 pcie ids while here as suggested by jsg@

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/09/21 09:38:20

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/21 09:57:28

Modified files:
	devel/gsl      : Makefile 

Log message:
Mark gsl broken on VAX, missing ieeefp.h

OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/21 09:59:39

Modified files:
	graphics/jbigkit: Makefile 

Log message:
fix install stage on static arch, i.e. VAX

OK espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:30:17

Log message:
    Update sqlite to 3.8.0.2. A list of changes are available here:
    http://sqlite.org/changes.html.
    
    Tested in a bulk and ok landry@ ok espie@
    
    Status:
    
    Vendor Tag:	sqlite3
    Release Tags:	sqlite_3_8_0_2
    
    U src/lib/libsqlite3/VERSION
    U src/lib/libsqlite3/addopcodes.awk
    U src/lib/libsqlite3/mkopcodec.awk
    U src/lib/libsqlite3/mkopcodeh.awk
    U src/lib/libsqlite3/sqlite3.pc.in
    U src/lib/libsqlite3/ext/README.txt
    U src/lib/libsqlite3/ext/async/README.txt
    U src/lib/libsqlite3/ext/async/sqlite3async.c
    U src/lib/libsqlite3/ext/async/sqlite3async.h
    U src/lib/libsqlite3/ext/fts1/README.txt
    U src/lib/libsqlite3/ext/fts1/ft_hash.c
    U src/lib/libsqlite3/ext/fts1/ft_hash.h
    U src/lib/libsqlite3/ext/fts1/fts1.c
    U src/lib/libsqlite3/ext/fts1/fts1.h
    U src/lib/libsqlite3/ext/fts1/fts1_hash.c
    U src/lib/libsqlite3/ext/fts1/fts1_hash.h
    U src/lib/libsqlite3/ext/fts1/fts1_porter.c
    U src/lib/libsqlite3/ext/fts1/fts1_tokenizer.h
    U src/lib/libsqlite3/ext/fts1/fts1_tokenizer1.c
    U src/lib/libsqlite3/ext/fts1/fulltext.c
    U src/lib/libsqlite3/ext/fts1/fulltext.h
    U src/lib/libsqlite3/ext/fts1/simple_tokenizer.c
    U src/lib/libsqlite3/ext/fts1/tokenizer.h
    U src/lib/libsqlite3/ext/fts2/README.tokenizers
    U src/lib/libsqlite3/ext/fts2/README.txt
    U src/lib/libsqlite3/ext/fts2/fts2.c
    U src/lib/libsqlite3/ext/fts2/fts2.h
    U src/lib/libsqlite3/ext/fts2/fts2_hash.c
    U src/lib/libsqlite3/ext/fts2/fts2_hash.h
    U src/lib/libsqlite3/ext/fts2/fts2_icu.c
    U src/lib/libsqlite3/ext/fts2/fts2_porter.c
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.c
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer.h
    U src/lib/libsqlite3/ext/fts2/fts2_tokenizer1.c
    U src/lib/libsqlite3/ext/fts2/mkfts2amal.tcl
    U src/lib/libsqlite3/ext/fts3/README.content
    U src/lib/libsqlite3/ext/fts3/README.syntax
    U src/lib/libsqlite3/ext/fts3/README.tokenizers
    U src/lib/libsqlite3/ext/fts3/README.txt
    U src/lib/libsqlite3/ext/fts3/fts3.c
    U src/lib/libsqlite3/ext/fts3/fts3.h
    U src/lib/libsqlite3/ext/fts3/fts3Int.h
    U src/lib/libsqlite3/ext/fts3/fts3_aux.c
    U src/lib/libsqlite3/ext/fts3/fts3_expr.c
    U src/lib/libsqlite3/ext/fts3/fts3_hash.c
    U src/lib/libsqlite3/ext/fts3/fts3_hash.h
    U src/lib/libsqlite3/ext/fts3/fts3_icu.c
    U src/lib/libsqlite3/ext/fts3/fts3_porter.c
    U src/lib/libsqlite3/ext/fts3/fts3_snippet.c
    U src/lib/libsqlite3/ext/fts3/fts3_term.c
    U src/lib/libsqlite3/ext/fts3/fts3_test.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenize_vtab.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.c
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer.h
    U src/lib/libsqlite3/ext/fts3/fts3_tokenizer1.c
    U src/lib/libsqlite3/ext/fts3/fts3_unicode.c
    U src/lib/libsqlite3/ext/fts3/fts3_unicode2.c
    U src/lib/libsqlite3/ext/fts3/fts3_write.c
    U src/lib/libsqlite3/ext/fts3/fts3speed.tcl
    U src/lib/libsqlite3/ext/fts3/mkfts3amal.tcl
    U src/lib/libsqlite3/ext/fts3/tool/fts3view.c
    U src/lib/libsqlite3/ext/fts3/unicode/CaseFolding.txt
    U src/lib/libsqlite3/ext/fts3/unicode/UnicodeData.txt
    U src/lib/libsqlite3/ext/fts3/unicode/mkunicode.tcl
    U src/lib/libsqlite3/ext/icu/README.txt
    U src/lib/libsqlite3/ext/icu/icu.c
    U src/lib/libsqlite3/ext/icu/sqliteicu.h
    N src/lib/libsqlite3/ext/misc/percentile.c
    U src/lib/libsqlite3/ext/misc/amatch.c
    U src/lib/libsqlite3/ext/misc/closure.c
    U src/lib/libsqlite3/ext/misc/fuzzer.c
    U src/lib/libsqlite3/ext/misc/ieee754.c
    U src/lib/libsqlite3/ext/misc/nextchar.c
    U src/lib/libsqlite3/ext/misc/regexp.c
    U src/lib/libsqlite3/ext/misc/rot13.c
    U src/lib/libsqlite3/ext/misc/spellfix.c
    U src/lib/libsqlite3/ext/misc/wholenumber.c
    N src/lib/libsqlite3/ext/misc/vtshim.c
    U src/lib/libsqlite3/ext/rtree/rtree.c
    U src/lib/libsqlite3/ext/rtree/README
    U src/lib/libsqlite3/ext/rtree/rtree.h
    U src/lib/libsqlite3/ext/rtree/rtree1.test
    U src/lib/libsqlite3/ext/rtree/rtree2.test
    U src/lib/libsqlite3/ext/rtree/rtree3.test
    U src/lib/libsqlite3/ext/rtree/rtree4.test
    U src/lib/libsqlite3/ext/rtree/rtree5.test
    U src/lib/libsqlite3/ext/rtree/rtree6.test
    U src/lib/libsqlite3/ext/rtree/rtree7.test
    U src/lib/libsqlite3/ext/rtree/rtree8.test
    U src/lib/libsqlite3/ext/rtree/rtree9.test
    U src/lib/libsqlite3/ext/rtree/rtreeA.test
    U src/lib/libsqlite3/ext/rtree/rtreeB.test
    U src/lib/libsqlite3/ext/rtree/rtree_perf.tcl
    U src/lib/libsqlite3/ext/rtree/rtree_util.tcl
    U src/lib/libsqlite3/ext/rtree/sqlite3rtree.h
    U src/lib/libsqlite3/ext/rtree/tkt3363.test
    U src/lib/libsqlite3/ext/rtree/viewrtree.tcl
    U src/lib/libsqlite3/src/alter.c
    U src/lib/libsqlite3/src/analyze.c
    U src/lib/libsqlite3/src/attach.c
    U src/lib/libsqlite3/src/auth.c
    U src/lib/libsqlite3/src/backup.c
    U src/lib/libsqlite3/src/bitvec.c
    U src/lib/libsqlite3/src/btmutex.c
    U src/lib/libsqlite3/src/btree.c
    U src/lib/libsqlite3/src/btree.h
    U src/lib/libsqlite3/src/btreeInt.h
    U src/lib/libsqlite3/src/build.c
    U src/lib/libsqlite3/src/callback.c
    U src/lib/libsqlite3/src/complete.c
    U src/lib/libsqlite3/src/ctime.c
    U src/lib/libsqlite3/src/date.c
    U src/lib/libsqlite3/src/delete.c
    U src/lib/libsqlite3/src/expr.c
    U src/lib/libsqlite3/src/fault.c
    U src/lib/libsqlite3/src/fkey.c
    U src/lib/libsqlite3/src/func.c
    U src/lib/libsqlite3/src/global.c
    U src/lib/libsqlite3/src/hash.c
    U src/lib/libsqlite3/src/hash.h
    U src/lib/libsqlite3/src/hwtime.h
    U src/lib/libsqlite3/src/insert.c
    U src/lib/libsqlite3/src/journal.c
    U src/lib/libsqlite3/src/legacy.c
    U src/lib/libsqlite3/src/lempar.c
    C src/lib/libsqlite3/src/loadext.c
    U src/lib/libsqlite3/src/main.c
    U src/lib/libsqlite3/src/malloc.c
    U src/lib/libsqlite3/src/mem0.c
    U src/lib/libsqlite3/src/mem1.c
    U src/lib/libsqlite3/src/mem2.c
    U src/lib/libsqlite3/src/mem3.c
    U src/lib/libsqlite3/src/mem5.c
    U src/lib/libsqlite3/src/memjournal.c
    U src/lib/libsqlite3/src/mutex.c
    U src/lib/libsqlite3/src/mutex.h
    U src/lib/libsqlite3/src/mutex_noop.c
    U src/lib/libsqlite3/src/mutex_unix.c
    U src/lib/libsqlite3/src/mutex_w32.c
    U src/lib/libsqlite3/src/notify.c
    U src/lib/libsqlite3/src/os.c
    U src/lib/libsqlite3/src/os.h
    U src/lib/libsqlite3/src/os_common.h
    C src/lib/libsqlite3/src/os_unix.c
    U src/lib/libsqlite3/src/os_win.c
    U src/lib/libsqlite3/src/pager.c
    U src/lib/libsqlite3/src/pager.h
    C src/lib/libsqlite3/src/parse.y
    U src/lib/libsqlite3/src/pcache.c
    U src/lib/libsqlite3/src/pcache.h
    U src/lib/libsqlite3/src/pcache1.c
    U src/lib/libsqlite3/src/pragma.c
    U src/lib/libsqlite3/src/prepare.c
    U src/lib/libsqlite3/src/printf.c
    C src/lib/libsqlite3/src/random.c
    U src/lib/libsqlite3/src/resolve.c
    U src/lib/libsqlite3/src/rowset.c
    U src/lib/libsqlite3/src/select.c
    U src/lib/libsqlite3/src/sqlite.h.in
    U src/lib/libsqlite3/src/sqlite3.rc
    U src/lib/libsqlite3/src/sqlite3ext.h
    U src/lib/libsqlite3/src/sqliteInt.h
    U src/lib/libsqlite3/src/sqliteLimit.h
    U src/lib/libsqlite3/src/status.c
    U src/lib/libsqlite3/src/table.c
    U src/lib/libsqlite3/src/tclsqlite.c
    U src/lib/libsqlite3/src/test1.c
    U src/lib/libsqlite3/src/test2.c
    U src/lib/libsqlite3/src/test3.c
    U src/lib/libsqlite3/src/test4.c
    U src/lib/libsqlite3/src/test5.c
    U src/lib/libsqlite3/src/test6.c
    U src/lib/libsqlite3/src/test7.c
    U src/lib/libsqlite3/src/test8.c
    U src/lib/libsqlite3/src/test9.c
    U src/lib/libsqlite3/src/test_async.c
    U src/lib/libsqlite3/src/test_fs.c
    U src/lib/libsqlite3/src/test_autoext.c
    U src/lib/libsqlite3/src/test_backup.c
    U src/lib/libsqlite3/src/test_btree.c
    U src/lib/libsqlite3/src/test_config.c
    U src/lib/libsqlite3/src/test_demovfs.c
    U src/lib/libsqlite3/src/test_devsym.c
    U src/lib/libsqlite3/src/test_func.c
    U src/lib/libsqlite3/src/test_hexio.c
    U src/lib/libsqlite3/src/test_init.c
    U src/lib/libsqlite3/src/test_intarray.c
    U src/lib/libsqlite3/src/test_intarray.h
    U src/lib/libsqlite3/src/test_journal.c
    U src/lib/libsqlite3/src/test_loadext.c
    U src/lib/libsqlite3/src/test_malloc.c
    U src/lib/libsqlite3/src/test_multiplex.c
    U src/lib/libsqlite3/src/test_multiplex.h
    U src/lib/libsqlite3/src/test_mutex.c
    U src/lib/libsqlite3/src/test_onefile.c
    U src/lib/libsqlite3/src/test_osinst.c
    U src/lib/libsqlite3/src/test_pcache.c
    U src/lib/libsqlite3/src/test_quota.c
    U src/lib/libsqlite3/src/test_quota.h
    U src/lib/libsqlite3/src/test_rtree.c
    U src/lib/libsqlite3/src/test_schema.c
    U src/lib/libsqlite3/src/test_server.c
    U src/lib/libsqlite3/src/test_sqllog.c
    U src/lib/libsqlite3/src/test_stat.c
    U src/lib/libsqlite3/src/test_superlock.c
    U src/lib/libsqlite3/src/test_syscall.c
    U src/lib/libsqlite3/src/test_tclvar.c
    U src/lib/libsqlite3/src/test_thread.c
    U src/lib/libsqlite3/src/test_vfs.c
    U src/lib/libsqlite3/src/test_vfstrace.c
    U src/lib/libsqlite3/src/test_wsd.c
    U src/lib/libsqlite3/src/tokenize.c
    U src/lib/libsqlite3/src/trigger.c
    U src/lib/libsqlite3/src/update.c
    U src/lib/libsqlite3/src/utf.c
    U src/lib/libsqlite3/src/util.c
    U src/lib/libsqlite3/src/vacuum.c
    U src/lib/libsqlite3/src/vdbe.c
    U src/lib/libsqlite3/src/vdbe.h
    U src/lib/libsqlite3/src/vtab.c
    U src/lib/libsqlite3/src/vdbeInt.h
    U src/lib/libsqlite3/src/vdbeapi.c
    U src/lib/libsqlite3/src/vdbeaux.c
    U src/lib/libsqlite3/src/vdbeblob.c
    U src/lib/libsqlite3/src/vdbemem.c
    U src/lib/libsqlite3/src/vdbesort.c
    U src/lib/libsqlite3/src/vdbetrace.c
    U src/lib/libsqlite3/src/wal.c
    U src/lib/libsqlite3/src/wal.h
    U src/lib/libsqlite3/src/walker.c
    U src/lib/libsqlite3/src/where.c
    U src/lib/libsqlite3/tool/build-all-msvc.bat
    U src/lib/libsqlite3/tool/build-shell.sh
    U src/lib/libsqlite3/tool/checkSpacing.c
    U src/lib/libsqlite3/tool/diffdb.c
    U src/lib/libsqlite3/tool/extract.c
    U src/lib/libsqlite3/tool/fragck.tcl
    U src/lib/libsqlite3/tool/genfkey.README
    U src/lib/libsqlite3/tool/genfkey.test
    U src/lib/libsqlite3/tool/getlock.c
    U src/lib/libsqlite3/tool/lemon.c
    U src/lib/libsqlite3/tool/lempar.c
    U src/lib/libsqlite3/tool/mkkeywordhash.c
    U src/lib/libsqlite3/tool/mkopts.tcl
    U src/lib/libsqlite3/tool/mkspeedsql.tcl
    U src/lib/libsqlite3/tool/mksqlite3c-noext.tcl
    U src/lib/libsqlite3/tool/mksqlite3c.tcl
    U src/lib/libsqlite3/tool/mksqlite3h.tcl
    U src/lib/libsqlite3/tool/mksqlite3internalh.tcl
    U src/lib/libsqlite3/tool/mkvsix.tcl
    U src/lib/libsqlite3/tool/offsets.c
    U src/lib/libsqlite3/tool/omittest.tcl
    U src/lib/libsqlite3/tool/opcodeDoc.awk
    U src/lib/libsqlite3/tool/restore_jrnl.tcl
    U src/lib/libsqlite3/tool/rollback-test.c
    U src/lib/libsqlite3/tool/showdb.c
    U src/lib/libsqlite3/tool/showjournal.c
    U src/lib/libsqlite3/tool/showwal.c
    U src/lib/libsqlite3/tool/soak1.tcl
    U src/lib/libsqlite3/tool/space_used.tcl
    U src/lib/libsqlite3/tool/spaceanal.tcl
    U src/lib/libsqlite3/tool/speedtest.tcl
    U src/lib/libsqlite3/tool/speedtest16.c
    U src/lib/libsqlite3/tool/speedtest2.tcl
    U src/lib/libsqlite3/tool/speedtest8.c
    U src/lib/libsqlite3/tool/speedtest8inst1.c
    U src/lib/libsqlite3/tool/split-sqlite3c.tcl
    U src/lib/libsqlite3/tool/stack_usage.tcl
    U src/lib/libsqlite3/tool/symbols-mingw.sh
    U src/lib/libsqlite3/tool/symbols.sh
    U src/lib/libsqlite3/tool/tostr.awk
    U src/lib/libsqlite3/tool/vdbe-compress.tcl
    U src/lib/libsqlite3/tool/warnings-clang.sh
    U src/lib/libsqlite3/tool/warnings.sh
    N src/lib/libsqlite3/tool/mkautoconfamal.sh
    N src/lib/libsqlite3/tool/wherecosttest.c
    U src/lib/libsqlite3/tool/win/sqlite.vsix
    
    4 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jsqlite3:yesterday -jsqlite3 src/lib/libsqlite3

CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:34:01

Modified files:
	lib/libsqlite3/src: loadext.c os_unix.c parse.y random.c 

Log message:
Merge conflicts


CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:39:28

Modified files:
	lib/libsqlite3 : shlib_version sqlite3.pc 
	lib/libsqlite3/src: sqlite3.h 
	lib/libsqlite3/tsrc: header_regen 

Log message:
Bump major to 26, regen .pc and header with new version info.


CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:42:20

Log message:
    Update the sqlite3 shell to 3.8.0.2.
    
    ok landy@ & espie@
    
    Status:
    
    Vendor Tag:	sqlite3
    Release Tags:	sqlite_3_8_0_2
    
    C src/usr.bin/sqlite3/shell.c
    U src/usr.bin/sqlite3/sqlite3.1
    
    1 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jsqlite3:yesterday -jsqlite3 src/usr.bin/sqlite3

CVSROOT:	/cvs
Module name:	src
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:43:28

Modified files:
	usr.bin/sqlite3: shell.c 

Log message:
Merge conflicts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/09/21 11:59:07

Modified files:
	devel/fossil   : Makefile distinfo 
	devel/fossil/patches: patch-src_main_mk 

Log message:
Update fossil to 1.27 and bump sqlite3 lib requirement.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 14:05:01

Modified files:
	sys/dev/ic     : mc68681.c mc68681var.h 
	sys/arch/mvme88k/dev: dart.c 

Log message:
Allow for an out-of-softc indirection to reach the software copy of the
important (and write-only) register state; this will allow this driver to
be used as a console before it attaches, to be used shortly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 14:07:18

Modified files:
	sys/arch/aviion/conf: files.aviion 
	sys/arch/aviion/dev: dart.c 
Removed files:
	sys/arch/aviion/dev: dartreg.h dart_syscon.c 

Log message:
Switch to MI dart(4) driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 14:19:32

Modified files:
	sys/dev/pci    : pcidevs pucdata.c 

Log message:
Oxford OXPCIE952 parallel port puc(4) board; contributed by Markus Uhlin
(markus.uhlin; bredband dot net), thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 14:19:38

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/21 15:00:02

Modified files:
	sys/arch/aviion/stand/a2coff: a2coff.8 a2coff.c 

Log message:
Grok ELF files. Good enough to netboot kernels on AV530 again.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/09/21 16:21:15

Modified files:
	lib/libfuse    : fuse_subr.c 

Log message:
Fix an ino_t inconsistency in libfuse. This commit unbreak
the build for libfuse.

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/21 17:15:13

Modified files:
	graphics/jbigkit: Makefile 

Log message:
fix syntax error


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/21 21:34:32

Modified files:
	sys/tmpfs      : tmpfs.h tmpfs_subr.c tmpfs_vnops.c 

Log message:
The readdir vop should set uio_offset to the cookie of the entry
after the last entry that fit, but I had it setting it to the cookier
of the entry after that, so it would skip one entry for each block
required.

Remove the no-longer-needed cnt/cntp variable while we're touching things.

prodding and testing by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/22 00:29:39

Modified files:
	infrastructure/lib/DPB: Core.pm PortBuilder.pm 

Log message:
show a '+' when we're building in-memory


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/09/22 03:58:46

Modified files:
	sys/dev/pci    : virtio_pci.c 

Log message:
Support MSI for virtio. This is useful for bhyve.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/22 04:33:14

Modified files:
	lang/tcl/8.6   : Makefile distinfo 
	lang/tcl/8.6/patches: patch-library_init_tcl 
	                      patch-library_tm_tcl 
	                      patch-tests_binary_test 
	                      patch-unix_Makefile_in 
	lang/tcl/8.6/pkg: PLIST 
Removed files:
	lang/tcl/8.6/patches: patch-unix_configure 

Log message:
Update to 8.6.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/22 04:35:45

Modified files:
	x11/tk/8.6     : Makefile distinfo 
	x11/tk/8.6/patches: patch-unix_Makefile_in 
	x11/tk/8.6/pkg : PLIST 
Removed files:
	x11/tk/8.6/patches: patch-unix_configure 

Log message:
Update to 8.6.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/22 05:31:49

Log message:
    update to Unbound 1.4.21, ok brad@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	UNBOUND_1_4_21
    
    U src/usr.sbin/unbound/aclocal.m4
    U src/usr.sbin/unbound/LICENSE
    U src/usr.sbin/unbound/config.sub
    C src/usr.sbin/unbound/configure.ac
    U src/usr.sbin/unbound/ltmain.sh
    U src/usr.sbin/unbound/ac_pkg_swig.m4
    C src/usr.sbin/unbound/Makefile.in
    C src/usr.sbin/unbound/configure
    N src/usr.sbin/unbound/ax_pthread.m4
    U src/usr.sbin/unbound/config.guess
    U src/usr.sbin/unbound/install-sh
    U src/usr.sbin/unbound/acx_python.m4
    U src/usr.sbin/unbound/config.h.in
    U src/usr.sbin/unbound/README
    U src/usr.sbin/unbound/acx_nlnetlabs.m4
    C src/usr.sbin/unbound/doc/Changelog
    U src/usr.sbin/unbound/doc/TODO
    U src/usr.sbin/unbound/doc/unbound-checkconf.8.in
    U src/usr.sbin/unbound/doc/control_proto_spec.txt
    U src/usr.sbin/unbound/doc/LICENSE
    U src/usr.sbin/unbound/doc/unbound.doxygen
    U src/usr.sbin/unbound/doc/ietf67-design-02.pdf
    U src/usr.sbin/unbound/doc/ietf67-design-02.odp
    U src/usr.sbin/unbound/doc/FEATURES
    C src/usr.sbin/unbound/doc/unbound-host.1
    U src/usr.sbin/unbound/doc/libunbound.3.in
    U src/usr.sbin/unbound/doc/README.tests
    U src/usr.sbin/unbound/doc/unbound.8.in
    U src/usr.sbin/unbound/doc/unbound.conf.5.in
    U src/usr.sbin/unbound/doc/README.svn
    U src/usr.sbin/unbound/doc/requirements.txt
    U src/usr.sbin/unbound/doc/example.conf.in
    U src/usr.sbin/unbound/doc/unbound-control.8.in
    U src/usr.sbin/unbound/doc/README
    U src/usr.sbin/unbound/doc/CREDITS
    U src/usr.sbin/unbound/doc/unbound-anchor.8.in
    U src/usr.sbin/unbound/util/alloc.c
    U src/usr.sbin/unbound/util/net_help.h
    U src/usr.sbin/unbound/util/log.c
    U src/usr.sbin/unbound/util/config_file.c
    U src/usr.sbin/unbound/util/rtt.c
    U src/usr.sbin/unbound/util/locks.c
    U src/usr.sbin/unbound/util/iana_ports.inc
    U src/usr.sbin/unbound/util/tube.c
    U src/usr.sbin/unbound/util/config_file.h
    U src/usr.sbin/unbound/util/random.h
    U src/usr.sbin/unbound/util/tube.h
    U src/usr.sbin/unbound/util/random.c
    U src/usr.sbin/unbound/util/winsock_event.c
    U src/usr.sbin/unbound/util/mini_event.h
    U src/usr.sbin/unbound/util/configyyrename.h
    U src/usr.sbin/unbound/util/configparser.y
    U src/usr.sbin/unbound/util/rtt.h
    U src/usr.sbin/unbound/util/locks.h
    U src/usr.sbin/unbound/util/regional.h
    U src/usr.sbin/unbound/util/module.h
    U src/usr.sbin/unbound/util/winsock_event.h
    C src/usr.sbin/unbound/util/netevent.h
    U src/usr.sbin/unbound/util/rbtree.h
    U src/usr.sbin/unbound/util/mini_event.c
    U src/usr.sbin/unbound/util/regional.c
    C src/usr.sbin/unbound/util/netevent.c
    U src/usr.sbin/unbound/util/log.h
    U src/usr.sbin/unbound/util/timehist.h
    U src/usr.sbin/unbound/util/fptr_wlist.c
    U src/usr.sbin/unbound/util/timehist.c
    U src/usr.sbin/unbound/util/fptr_wlist.h
    U src/usr.sbin/unbound/util/alloc.h
    U src/usr.sbin/unbound/util/net_help.c
    U src/usr.sbin/unbound/util/configlexer.lex
    U src/usr.sbin/unbound/util/module.c
    U src/usr.sbin/unbound/util/rbtree.c
    U src/usr.sbin/unbound/util/data/msgreply.c
    U src/usr.sbin/unbound/util/data/msgencode.c
    U src/usr.sbin/unbound/util/data/msgparse.h
    U src/usr.sbin/unbound/util/data/msgreply.h
    U src/usr.sbin/unbound/util/data/packed_rrset.c
    U src/usr.sbin/unbound/util/data/dname.h
    U src/usr.sbin/unbound/util/data/msgencode.h
    U src/usr.sbin/unbound/util/data/dname.c
    U src/usr.sbin/unbound/util/data/packed_rrset.h
    U src/usr.sbin/unbound/util/data/msgparse.c
    U src/usr.sbin/unbound/util/storage/slabhash.h
    U src/usr.sbin/unbound/util/storage/lruhash.h
    U src/usr.sbin/unbound/util/storage/dnstree.h
    U src/usr.sbin/unbound/util/storage/slabhash.c
    U src/usr.sbin/unbound/util/storage/lruhash.c
    U src/usr.sbin/unbound/util/storage/dnstree.c
    U src/usr.sbin/unbound/util/storage/lookup3.c
    U src/usr.sbin/unbound/util/storage/lookup3.h
    U src/usr.sbin/unbound/iterator/iterator.h
    U src/usr.sbin/unbound/iterator/iter_delegpt.c
    U src/usr.sbin/unbound/iterator/iter_priv.c
    U src/usr.sbin/unbound/iterator/iter_utils.h
    U src/usr.sbin/unbound/iterator/iter_donotq.c
    U src/usr.sbin/unbound/iterator/iter_priv.h
    U src/usr.sbin/unbound/iterator/iterator.c
    C src/usr.sbin/unbound/iterator/iter_hints.c
    U src/usr.sbin/unbound/iterator/iter_scrub.c
    U src/usr.sbin/unbound/iterator/iter_delegpt.h
    U src/usr.sbin/unbound/iterator/iter_resptype.c
    U src/usr.sbin/unbound/iterator/iter_fwd.h
    U src/usr.sbin/unbound/iterator/iter_fwd.c
    U src/usr.sbin/unbound/iterator/iter_scrub.h
    U src/usr.sbin/unbound/iterator/iter_donotq.h
    U src/usr.sbin/unbound/iterator/iter_hints.h
    U src/usr.sbin/unbound/iterator/iter_resptype.h
    U src/usr.sbin/unbound/iterator/iter_utils.c
    U src/usr.sbin/unbound/smallapp/unbound-control.c
    U src/usr.sbin/unbound/smallapp/unbound-host.c
    U src/usr.sbin/unbound/smallapp/worker_cb.c
    U src/usr.sbin/unbound/smallapp/unbound-checkconf.c
    U src/usr.sbin/unbound/smallapp/unbound-control-setup.sh
    U src/usr.sbin/unbound/smallapp/unbound-anchor.c
    U src/usr.sbin/unbound/services/modstack.h
    U src/usr.sbin/unbound/services/listen_dnsport.h
    U src/usr.sbin/unbound/services/localzone.h
    U src/usr.sbin/unbound/services/outbound_list.h
    U src/usr.sbin/unbound/services/localzone.c
    C src/usr.sbin/unbound/services/listen_dnsport.c
    U src/usr.sbin/unbound/services/outbound_list.c
    U src/usr.sbin/unbound/services/outside_network.h
    U src/usr.sbin/unbound/services/mesh.c
    U src/usr.sbin/unbound/services/outside_network.c
    U src/usr.sbin/unbound/services/modstack.c
    U src/usr.sbin/unbound/services/mesh.h
    U src/usr.sbin/unbound/services/cache/rrset.h
    U src/usr.sbin/unbound/services/cache/infra.h
    U src/usr.sbin/unbound/services/cache/dns.c
    U src/usr.sbin/unbound/services/cache/dns.h
    U src/usr.sbin/unbound/services/cache/rrset.c
    U src/usr.sbin/unbound/services/cache/infra.c
    U src/usr.sbin/unbound/validator/val_anchor.h
    U src/usr.sbin/unbound/validator/validator.c
    U src/usr.sbin/unbound/validator/val_anchor.c
    U src/usr.sbin/unbound/validator/autotrust.h
    U src/usr.sbin/unbound/validator/val_neg.c
    U src/usr.sbin/unbound/validator/val_utils.c
    U src/usr.sbin/unbound/validator/val_nsec.h
    U src/usr.sbin/unbound/validator/val_kcache.c
    U src/usr.sbin/unbound/validator/val_neg.h
    U src/usr.sbin/unbound/validator/val_sigcrypt.c
    U src/usr.sbin/unbound/validator/val_kcache.h
    U src/usr.sbin/unbound/validator/val_nsec.c
    U src/usr.sbin/unbound/validator/val_secalgo.h
    U src/usr.sbin/unbound/validator/validator.h
    U src/usr.sbin/unbound/validator/val_nsec3.h
    U src/usr.sbin/unbound/validator/val_kentry.h
    U src/usr.sbin/unbound/validator/val_utils.h
    U src/usr.sbin/unbound/validator/val_kentry.c
    U src/usr.sbin/unbound/validator/val_sigcrypt.h
    U src/usr.sbin/unbound/validator/autotrust.c
    U src/usr.sbin/unbound/validator/val_secalgo.c
    U src/usr.sbin/unbound/validator/val_nsec3.c
    C src/usr.sbin/unbound/daemon/worker.c
    U src/usr.sbin/unbound/daemon/worker.h
    U src/usr.sbin/unbound/daemon/remote.h
    C src/usr.sbin/unbound/daemon/remote.c
    U src/usr.sbin/unbound/daemon/stats.c
    U src/usr.sbin/unbound/daemon/stats.h
    U src/usr.sbin/unbound/daemon/cachedump.h
    U src/usr.sbin/unbound/daemon/daemon.h
    C src/usr.sbin/unbound/daemon/unbound.c
    U src/usr.sbin/unbound/daemon/acl_list.h
    U src/usr.sbin/unbound/daemon/acl_list.c
    U src/usr.sbin/unbound/daemon/daemon.c
    U src/usr.sbin/unbound/daemon/cachedump.c
    U src/usr.sbin/unbound/libunbound/ubsyms.def
    U src/usr.sbin/unbound/libunbound/unbound.h
    U src/usr.sbin/unbound/libunbound/libworker.h
    U src/usr.sbin/unbound/libunbound/libunbound.c
    U src/usr.sbin/unbound/libunbound/context.c
    C src/usr.sbin/unbound/libunbound/libworker.c
    U src/usr.sbin/unbound/libunbound/context.h
    
    13 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound

CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/22 05:33:48

Removed files:
	usr.sbin/unbound: acx_pthread.m4 

Log message:
file removed in 1.4.21


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/22 05:34:36

Modified files:
	usr.sbin/unbound: Makefile.in configure configure.ac 
	usr.sbin/unbound/daemon: remote.c unbound.c worker.c 
	usr.sbin/unbound/doc: Changelog unbound-host.1 
	usr.sbin/unbound/iterator: iter_hints.c 
	usr.sbin/unbound/libunbound: libworker.c 
	usr.sbin/unbound/services: listen_dnsport.c 
	usr.sbin/unbound/util: netevent.c netevent.h 

Log message:
merge unbound 1.4.21


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/22 05:59:09

Log message:
    update to ldns 1.6.16
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	LDNS_1_6_16
    
    U src/usr.sbin/unbound/ldns/Changelog
    C src/usr.sbin/unbound/ldns/configure.ac
    U src/usr.sbin/unbound/ldns/zone.c
    U src/usr.sbin/unbound/ldns/config.guess
    U src/usr.sbin/unbound/ldns/tsig.c
    U src/usr.sbin/unbound/ldns/rdata.c
    U src/usr.sbin/unbound/ldns/sha1.c
    C src/usr.sbin/unbound/ldns/Makefile.in
    U src/usr.sbin/unbound/ldns/wire2host.c
    U src/usr.sbin/unbound/ldns/dname.c
    U src/usr.sbin/unbound/ldns/README.snapshots
    U src/usr.sbin/unbound/ldns/util.c
    U src/usr.sbin/unbound/ldns/parse.c
    U src/usr.sbin/unbound/ldns/ltmain.sh
    U src/usr.sbin/unbound/ldns/LICENSE
    U src/usr.sbin/unbound/ldns/rr_functions.c
    U src/usr.sbin/unbound/ldns/duration.c
    U src/usr.sbin/unbound/ldns/acx_nlnetlabs.m4
    U src/usr.sbin/unbound/ldns/update.c
    U src/usr.sbin/unbound/ldns/dnssec_zone.c
    U src/usr.sbin/unbound/ldns/linktest.c
    U src/usr.sbin/unbound/ldns/rbtree.c
    U src/usr.sbin/unbound/ldns/README.svn
    U src/usr.sbin/unbound/ldns/keys.c
    U src/usr.sbin/unbound/ldns/packet.c
    N src/usr.sbin/unbound/ldns/dane.c
    U src/usr.sbin/unbound/ldns/sha2.c
    C src/usr.sbin/unbound/ldns/configure
    U src/usr.sbin/unbound/ldns/dnssec_verify.c
    U src/usr.sbin/unbound/ldns/install-sh
    U src/usr.sbin/unbound/ldns/libdns.doxygen
    U src/usr.sbin/unbound/ldns/buffer.c
    U src/usr.sbin/unbound/ldns/host2wire.c
    U src/usr.sbin/unbound/ldns/rr.c
    U src/usr.sbin/unbound/ldns/ax_pkg_swig.m4
    U src/usr.sbin/unbound/ldns/ax_python_devel.m4
    U src/usr.sbin/unbound/ldns/README
    U src/usr.sbin/unbound/ldns/config.sub
    U src/usr.sbin/unbound/ldns/dnssec.c
    U src/usr.sbin/unbound/ldns/higher.c
    U src/usr.sbin/unbound/ldns/str2host.c
    U src/usr.sbin/unbound/ldns/error.c
    U src/usr.sbin/unbound/ldns/aclocal.m4
    U src/usr.sbin/unbound/ldns/libdns.vim
    U src/usr.sbin/unbound/ldns/net.c
    U src/usr.sbin/unbound/ldns/resolver.c
    U src/usr.sbin/unbound/ldns/dnssec_sign.c
    U src/usr.sbin/unbound/ldns/host2str.c
    U src/usr.sbin/unbound/ldns/ldns/rdata.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec_zone.h
    U src/usr.sbin/unbound/ldns/ldns/sha1.h
    U src/usr.sbin/unbound/ldns/ldns/net.h.in
    U src/usr.sbin/unbound/ldns/ldns/rr_functions.h
    U src/usr.sbin/unbound/ldns/ldns/dname.h
    U src/usr.sbin/unbound/ldns/ldns/tsig.h
    U src/usr.sbin/unbound/ldns/ldns/common.h.in
    U src/usr.sbin/unbound/ldns/ldns/util.h.in
    U src/usr.sbin/unbound/ldns/ldns/rr.h
    U src/usr.sbin/unbound/ldns/ldns/str2host.h
    U src/usr.sbin/unbound/ldns/ldns/sha2.h
    U src/usr.sbin/unbound/ldns/ldns/keys.h
    U src/usr.sbin/unbound/ldns/ldns/host2wire.h
    U src/usr.sbin/unbound/ldns/ldns/update.h
    U src/usr.sbin/unbound/ldns/ldns/error.h
    U src/usr.sbin/unbound/ldns/ldns/parse.h
    U src/usr.sbin/unbound/ldns/ldns/packet.h
    U src/usr.sbin/unbound/ldns/ldns/higher.h
    U src/usr.sbin/unbound/ldns/ldns/duration.h
    U src/usr.sbin/unbound/ldns/ldns/host2str.h
    U src/usr.sbin/unbound/ldns/ldns/config.h.in
    U src/usr.sbin/unbound/ldns/ldns/dnssec_sign.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec.h
    U src/usr.sbin/unbound/ldns/ldns/zone.h
    U src/usr.sbin/unbound/ldns/ldns/ldns.h
    U src/usr.sbin/unbound/ldns/ldns/rbtree.h
    U src/usr.sbin/unbound/ldns/ldns/wire2host.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec_verify.h
    U src/usr.sbin/unbound/ldns/ldns/resolver.h
    N src/usr.sbin/unbound/ldns/ldns/dane.h
    U src/usr.sbin/unbound/ldns/ldns/buffer.h
    U src/usr.sbin/unbound/ldns/doc/tutorial3_signzone.dox
    U src/usr.sbin/unbound/ldns/doc/TODO
    U src/usr.sbin/unbound/ldns/doc/API-header.xml
    U src/usr.sbin/unbound/ldns/doc/doxyparse.pl
    U src/usr.sbin/unbound/ldns/doc/API.xml
    U src/usr.sbin/unbound/ldns/doc/function_manpages
    U src/usr.sbin/unbound/ldns/doc/design.dox
    U src/usr.sbin/unbound/ldns/doc/tutorial2_zone.dox
    U src/usr.sbin/unbound/ldns/doc/header.html
    U src/usr.sbin/unbound/ldns/doc/tutorial1_mx.dox
    U src/usr.sbin/unbound/ldns/doc/dns-lib-implementations
    U src/usr.sbin/unbound/ldns/doc/CodingStyle
    U src/usr.sbin/unbound/ldns/doc/libdns.css
    U src/usr.sbin/unbound/ldns/packaging/libldns.pc.in
    U src/usr.sbin/unbound/ldns/packaging/ldns-config.in
    U src/usr.sbin/unbound/ldns/packaging/ldns-config.1
    U src/usr.sbin/unbound/ldns/drill/configure.ac
    U src/usr.sbin/unbound/ldns/drill/securetrace.c
    U src/usr.sbin/unbound/ldns/drill/Makefile.in
    U src/usr.sbin/unbound/ldns/drill/drill_util.h
    U src/usr.sbin/unbound/ldns/drill/root.c
    U src/usr.sbin/unbound/ldns/drill/work.c
    U src/usr.sbin/unbound/ldns/drill/configure
    U src/usr.sbin/unbound/ldns/drill/REGRESSIONS
    U src/usr.sbin/unbound/ldns/drill/drill.c
    U src/usr.sbin/unbound/ldns/drill/install-sh
    U src/usr.sbin/unbound/ldns/drill/ChangeLog.22-nov-2005
    U src/usr.sbin/unbound/ldns/drill/config.h.in
    U src/usr.sbin/unbound/ldns/drill/README
    N src/usr.sbin/unbound/ldns/drill/drill.1.in
    U src/usr.sbin/unbound/ldns/drill/drill.h
    U src/usr.sbin/unbound/ldns/drill/drill_util.c
    U src/usr.sbin/unbound/ldns/drill/dnssec.c
    U src/usr.sbin/unbound/ldns/drill/error.c
    U src/usr.sbin/unbound/ldns/drill/chasetrace.c
    U src/usr.sbin/unbound/ldns/compat/isascii.c
    U src/usr.sbin/unbound/ldns/compat/inet_pton.c
    U src/usr.sbin/unbound/ldns/compat/b64_ntop.c
    U src/usr.sbin/unbound/ldns/compat/isblank.c
    U src/usr.sbin/unbound/ldns/compat/gmtime_r.c
    U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.h
    U src/usr.sbin/unbound/ldns/compat/b32_ntop.c
    U src/usr.sbin/unbound/ldns/compat/ctime_r.c
    U src/usr.sbin/unbound/ldns/compat/timegm.c
    U src/usr.sbin/unbound/ldns/compat/strlcpy.c
    U src/usr.sbin/unbound/ldns/compat/localtime_r.c
    U src/usr.sbin/unbound/ldns/compat/snprintf.c
    U src/usr.sbin/unbound/ldns/compat/malloc.c
    U src/usr.sbin/unbound/ldns/compat/memmove.c
    U src/usr.sbin/unbound/ldns/compat/inet_ntop.c
    U src/usr.sbin/unbound/ldns/compat/inet_aton.c
    U src/usr.sbin/unbound/ldns/compat/b32_pton.c
    U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.c
    U src/usr.sbin/unbound/ldns/compat/realloc.c
    U src/usr.sbin/unbound/ldns/compat/calloc.c
    U src/usr.sbin/unbound/ldns/compat/b64_pton.c
    
    3 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound/ldns

CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/22 06:02:25

Modified files:
	usr.sbin/unbound/ldns: Makefile.in configure configure.ac 
	usr.sbin/unbound/ldns/drill: root.c 
Removed files:
	usr.sbin/unbound/ldns: ldns_symbols.def 
	usr.sbin/unbound/ldns/drill: drill.1 

Log message:
merge ldns 1.6.16


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/22 07:06:35

Modified files:
	util/macros    : ChangeLog Makefile.in README aclocal.m4 
	                 configure configure.ac install-sh missing 
	                 xorg-macros.m4.in xorgversion.m4 

Log message:
Update to util-macros 1.17.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/22 07:07:31

Modified files:
	proto/videoproto: COPYING ChangeLog Xv.h XvMC.h XvMCproto.h 
	                  Xvproto.h configure.ac videoproto.pc.in 
	                  vldXvMC.h xv-protocol-v2.txt 
Added files:
	proto/videoproto: INSTALL compile 

Log message:
Update to videoproto 2.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/22 08:28:13

Modified files:
	databases/mariadb: Makefile 
	databases/mariadb/patches: patch-sql_CMakeLists_txt 

Log message:
Fix and enable Ninja build.

ok brad@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/22 08:31:25

Modified files:
	devel/boost    : Makefile 
	devel/boost/pkg: PLIST 

Log message:
Add libboost_locale-mt to the boost build.

ok brad@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/22 09:42:54

Modified files:
	sys/isofs/udf  : udf_vnops.c 

Log message:
On return, uio_offset needs to be set to the offset of the first entry
not returned instead of the offset after that one.
udf_uiodir() returns -1 when there isn't enough space for the next entry,
so just break from the loop and return 0 in that case.
Remove the bogus printf there now that this is handled correctly.

problem reported by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/22 11:14:55

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Delete a T32 chunk that I missed before and update the comment on
ufs_readdir() to match


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/09/22 11:28:35

Modified files:
	sys/sys        : proc.h sysctl.h 
	sys/kern       : kern_proc.c 
	usr.bin/pkill  : pkill.c 
	bin/ps         : keyword.c print.c ps.1 ps.c 

Log message:
Stop merging the per-thread and per-process flags when reporting
them via sysctl(KERN_PROC).  In struct kinfo_proc the per-process
flags move to p_psflags, leaving the per-thread flags in p_flags.
Flag descriptions in ps(1) updated to be less obtuse.

discussed with matthew@ some time ago; ok jca@, manpage bits ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/22 11:57:59

Modified files:
	mail/dovecot   : Makefile 
Removed files:
	mail/dovecot/patches: 
	                      patch-doc_example-config_conf_d_10-auth_conf 

Log message:
Remove unnecessary patch that sets a value that is the default anyway.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/22 12:34:37

Modified files:
	sysutils/polkit: Tag: OPENBSD_5_3 Makefile 
Added files:
	sysutils/polkit/patches: Tag: OPENBSD_5_3 
	                         patch-data_polkit-gobject-1_pc_in 
	                         patch-src_programs_pkcheck_c 

Log message:
SECURITY fix for CVE-2013-4288: Local Privilege Escalation Vulnerability.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/22 12:35:58

Modified files:
	sysutils/polkit: Makefile distinfo 
	sysutils/polkit/pkg: PLIST 

Log message:
SECURITY update to polkit-0.112.
CVE-2013-4288: Local Privilege Escalation Vulnerability.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/22 12:50:23

Modified files:
	net/gnugk      : Makefile 

Log message:
Needs USE_GROFF.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/22 13:00:43

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in 
	                     patch-prnt_hpcups_ErnieFilter_cpp 
	                     patch-setup_py 
	print/hplip/pkg: PLIST-hpcups PLIST-hpijs 

Log message:
Update to hplip-3.13.9.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/09/22 13:26:25

Modified files:
	.              : donations.html 

Log message:
Adding Ross L Richardson


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/22 13:55:11

Modified files:
	textproc/meld  : Makefile distinfo 
	textproc/meld/pkg: PLIST 

Log message:
Update to meld-1.8.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/22 14:52:49

Modified files:
	distrib/luna88k/ramdisk: install.md 

Log message:
Add bsd.mp to the default sets if > 1 processor, as done on other SMP-capable
ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/22 17:26:42

Modified files:
	x11/gnustep/pdfkit: Makefile distinfo 
Removed files:
	x11/gnustep/pdfkit/patches: patch-GNUmakefile_in 
	                            patch-xpdf_bridge_XPDFBridge_cc 
	                            patch-xpdf_xpdf-3_02_splash_Makefile_in 
	                            patch-xpdf_xpdf-3_02_xpdf_Makefile_in 

Log message:
Update to PDFKit 0.9.3, not rely on external xpdf anymore, the bundled
xpdf 3.02 got all the security patches in the ports tree from OpenBSD
before it was updated there to 3.03. Still keep it marked broken


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/09/22 17:27:32

Modified files:
	x11/gnustep/pdfkit: Makefile 

Log message:
not build depend on xpdf:patch target anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/22 21:45:08

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
correct some radeon entries and add new Intel Ethernet and 8 series ids


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/22 21:46:10

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/22 22:47:09

Modified files:
	sys/arch/m88k/m88k: m8820x_machdep.c 

Log message:
- change m8820x_cmmu_set_reg() and m8820x_cmmu_set_cmd() to perform
unconditional actions. Introduce _if_addr() and _if_mode() variants of these
to act on a given cmmu type only, or on a matching address line only.
This makes the code slightly larger but easier to read and a tad faster.
- report each cmmu on its own line in dmesg, sorted by type (I$ first, then D$).
make sure disabled line information ends up in dmesg, rather than in the
early bootstrap messages.
- fix the multiprocessor writeback logic in m8820x_dma_cachectl() again to be
more reliable; also only rendezvous the cmmus after all cmmu operation have
been issued, instead of doing a rendezvous per cpu.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 00:19:39

Modified files:
	share/man/man5 : fstab.5 
	share/man/man8 : compat_linux.8 
	usr.bin/sudo   : sudoers.mdoc.in 
	sbin/mount     : mount.8 

Log message:
cd0a -> cd0c for consistency with the FAQ.

discussed with and ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/23 00:43:11

Modified files:
	www/tt-rss     : Makefile distinfo 
	www/tt-rss/pkg : PLIST 

Log message:
Update to tt-rss 1.10.
From Atanas Vladimirov, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/23 02:23:16

Modified files:
	www/varnish    : Makefile distinfo 
	www/varnish/pkg: PLIST 
Added files:
	www/varnish/pkg: varnishd.rc 
Removed files:
	www/varnish/patches: patch-bin_varnishadm_varnishadm_c 
	                     patch-bin_varnishd_mgt_pool_c 
	                     patch-configure_ac 

Log message:
- update to varnish 3.0.4
- add rc script

rc script ok aja@
maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/23 02:40:24

Modified files:
	audio/pianobar : Makefile distinfo 
	audio/pianobar/patches: patch-Makefile 
Removed files:
	audio/pianobar/patches: patch-src_libpiano_crypt_c 
	                        patch-src_libpiano_piano_c 
	                        patch-src_libpiano_piano_h 
	                        patch-src_libpiano_response_c 
	                        patch-src_libwaitress_waitress_c 
	                        patch-src_main_c patch-src_ui_c 

Log message:
Update to release 2013.09.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 05:37:18

Removed files:
	www/mantis     : Makefile distinfo 
	www/mantis/patches: patch-admin_install_php patch-core_php 
	                    patch-library_phpmailer_class_phpmailer_php 
	                    patch-login_page_php 
	www/mantis/pkg : DESCR PLIST README 
	www/phplist    : Makefile distinfo 
	www/phplist/patches: patch-public_html_lists_admin_connect_php 
	                     patch-public_html_lists_admin_lan_de_processqueue_php 
	                     patch-public_html_lists_admin_sendemaillib_php 
	                     patch-public_html_lists_config_config_php 
	                     patch-public_html_lists_texts_english_inc 
	www/phplist/pkg: DESCR PLIST README 
	www/phpmemcachedadmin: Makefile distinfo 
	www/phpmemcachedadmin/pkg: DESCR PLIST 
	www/vtigercrm  : Makefile distinfo 
	www/vtigercrm/pkg: DESCR PLIST README 
	www/ezpublish  : Makefile distinfo 
	www/ezpublish/patches: 
	                       patch-design_standard_templates_setup_init_registration_tpl 
	www/ezpublish/pkg: DESCR PLIST README 

Log message:
Remove the following webapps:
- ezpublish, no maintainer, last updated 2009/08/24
- mantis, no maintainer, out of date
- phplist, very outdated and no-one maintains it
- phpmemcachedadmin, port only extract the distfile and that's it
- vtigercrm, port only extract the distfile and that's it

While we do this in a case-by-case basis, this was done for one of the
following reasons:
* do not give user a sense of security because there is a pkg available
when it is in fact outdated/unmaintained and including possible security
issues
* package with no added value besides extracting the distfile under
/var/www are pretty useless -- they demand an effort to be kept up to
date for no benefits (except if someone actually maintains it of course)
* some webapps must complete a strict version update path -- eg.
updating from 1.0 to 1.5 requires updating to 1.1, 1.2, 1.3 and 1.4
first -- that does not work well with pkg

ok Wen Heping (MAINTAINER of vtigercrm)
ok sthen@ jasper@ robert@

PS: no we are not in a rampage to remove lots of www apps -- just some when
it makes sense


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 05:38:23

Modified files:
	www            : Makefile 

Log message:
-ezpublish
-mantis
-phplist
-phpmemcachedadmin
-vtigercrm


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 05:48:56

Log message:
    import ports/security/p5-Crypt-OpenSSL-X509, ok landry@
    
    This Perl extension implements the majority of OpenSSL's X509 API.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130923
    
    N ports/security/p5-Crypt-OpenSSL-X509/Makefile
    N ports/security/p5-Crypt-OpenSSL-X509/distinfo
    N ports/security/p5-Crypt-OpenSSL-X509/pkg/PLIST
    N ports/security/p5-Crypt-OpenSSL-X509/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 05:49:21

Log message:
    import ports/security/p5-Net-SSL-ExpireDate, ok landry@
    
    Net::SSL::ExpireDate fetches a certificate from the network (SSL) or local
    file, obtains its start and expiration dates, and allows validity to be
    tested or dates to be returned.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130923
    
    N ports/security/p5-Net-SSL-ExpireDate/Makefile
    N ports/security/p5-Net-SSL-ExpireDate/distinfo
    N ports/security/p5-Net-SSL-ExpireDate/pkg/PLIST
    N ports/security/p5-Net-SSL-ExpireDate/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 05:49:45

Log message:
    import ports/security/sslScanner, ok landry@
    
    sslScanner is an open source Perl application which connects to a range
    of hosts/ports which are running SSL based services such as HTTPS.
    It then displays the certificate CN and how long is left until the
    certificate expires. It also has a mode suitable for use from cron(8),
    to alert on certificates expiring within a certain number of days.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130923
    
    N ports/security/sslScanner/Makefile
    N ports/security/sslScanner/distinfo
    N ports/security/sslScanner/pkg/PLIST
    N ports/security/sslScanner/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 05:50:55

Modified files:
	security       : Makefile 

Log message:
+sslScanner, p5-Net-SSL-ExpireDate, p5-Crypt-OpenSSL-X509


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 06:14:20

Modified files:
	share/man/man5 : fstab.5 
	share/man/man8 : compat_linux.8 
	usr.bin/sudo   : sudoers.mdoc.in 
	sbin/mount     : mount.8 

Log message:
Revert. It seems people don't agree about which device should be used.
req. by krw@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 06:25:17

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
trim command-line: TRUST_PACKAGES is on by default these days.
more accurate name: has_depends -> need_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 06:26:07

Modified files:
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
simplify a bit: slaves don't need the socket timeout/keepalive options.
It only pertains to the master anyways


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 06:32:59

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
make WRAPPER_OUTPUT disappear unless we are using it


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 07:00:02

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
allow non-integral values for wantsquiggles

uses random to devote "part of a core" to running squiggles instead
of normal jobs.

(might be useful for finetuning clusters with lots of dual-core boxen)


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/23 07:11:51

Modified files:
	faq            : upgrade52.html upgrade53.html 

Log message:
pkg_add is interactive by default, say pkg_add -u instead of pkg_add -ui


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/23 07:12:31

Modified files:
	faq/ports      : guide.html 

Log message:
bye bye -ui


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/23 07:13:56

Modified files:
	porting        : update.html 

Log message:
pkg_add -ui -> pkg_add -u


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2013/09/23 07:17:24

Log message:
    A resolver library used to communicate with a DNS server.
    
    Provides (roughly) the same functionality as pear-Net-DNS, but using
    PHP5 objects, exceptions for error handling, better sockets support.
    
    ok sthen@ who has some tweaks to put on top of this.
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20130923
    
    N ports/net/pear-Net-DNS2/Makefile
    N ports/net/pear-Net-DNS2/distinfo
    N ports/net/pear-Net-DNS2/pkg/DESCR
    N ports/net/pear-Net-DNS2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 07:31:46

Modified files:
	net/pear-Net-DNS2: Makefile 

Log message:
- fix PERMIT_*
- add NO_TEST
- doesn't need lang/php in MODULES


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 07:50:37

Modified files:
	net            : Makefile 

Log message:
+pear-Net-DNS2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/23 08:05:21

Modified files:
	security/sslScanner: Makefile 

Log message:
missing run dep; rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/23 08:09:56

Modified files:
	devel/lua-penlight: Makefile distinfo 
	devel/lua-penlight/pkg: PLIST 

Log message:
Update to Penlight-1.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/23 08:11:14

Modified files:
	devel/lualdoc  : Makefile distinfo 
	devel/lualdoc/patches: patch-ldoc_lua 
	devel/lualdoc/pkg: PLIST 
Removed files:
	devel/lualdoc/patches: patch-ldoc_html_ldoc_ltp_lua 

Log message:
Update to LDoc-1.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/23 08:14:30

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-lib_naughty_lua_in 
	                     patch-objects_client_c 

Log message:
Unbreak building with LDoc-1.4.0

client.content: Use correct client size
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1150
(upstream git commit 11bef0795a450865b589c1c906bf97141436d314)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 08:21:47

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
very stupid logic error


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 08:25:13

Modified files:
	infrastructure/lib/DPB: Reporter.pm Config.pm 

Log message:
option: record terminal display, so that I can watch it later at hispeed...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/23 08:50:55

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
sigh... if I want probabilistic results, cores MUST unsquiggle on a regular
basis.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2013/09/23 10:29:14

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.loongson md.luna88k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.octeon md.sgi md.socppc md.sparc 
	                         md.sparc64 md.zaurus 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 12:14:54

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
Explicitely --disable-rtmp so it's not picked up.

spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/23 12:25:05

Modified files:
	audio/solfege  : Makefile distinfo 
	audio/solfege/patches: patch-default_config 
Removed files:
	audio/solfege/files: solfege.1 

Log message:
Minor update to 3.22.1 - big change is that upstream now has a real man
page, so my generated man page and corresponding Makefile line go away.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 12:43:27

Modified files:
	devel/py-babel : Makefile distinfo 
	devel/py-babel/pkg: PLIST 

Log message:
Update to py-babel-1.3 which seems to unbreak the python3 FLAVOR.
I have no clue how I did not run into issue with my previous commits...

Anyway this was reported by many.
This work is mostly from nigel@
ok nigel@ sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 13:05:31

Modified files:
	de             : donations.html index.html orders.html 
	nl             : donations.html orders.html 
	opensmtpd/pt   : index.html 
	openssh/de     : list.html 
	pt             : donations.html index.html plat.html plus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/23 14:45:45

Modified files:
	usr.bin/sudo   : sudoers 

Log message:
Keep Defaults env_keep to a minimum: basically just what is required for
pkg_add(1) to work properly.

Keep previous Defaults env_keep that were mostly used for building src
and ports only for users in the 'wsrc' group.

Add commented ftp_proxy http_proxy.

People wanting VISUAL/PAGER/EDITOR... can easily set it up... or it will
be another commit.

discussed^bikeshedded with many
ok nick@ dcoppa@ espie@ sthen@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/09/23 15:16:18

Modified files:
	build          : support.dat 

Log message:
remove weingart@'s entry, at his request.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/09/23 15:16:28

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/23 16:14:45

Modified files:
	sys/arch/hp300/stand/common: scsi.c version.c 

Log message:
Remove SLOWSCSI and the millisecond delay after each phase change it introduces.
This code was added back when the scsi code between the kernel and the boot
blocks was shared, to work around an obscure kernel problem (and definitely
not related to bootstrap, at all).

While there, increase the target selection timeout from 2ms to 250ms, to
match the value currently used by the kernel.

Crank boot blocks version. Booting a kernel from disk is now significantly
faster.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/09/23 20:35:23

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/pkg  : PLIST 

Log message:
Update to Snort 2.9.5.5 and fix the ownership of the rc.d script, from
maintainer Markus Lude.

Tested by me on amd64, i386, and macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/23 22:53:18

Modified files:
	games/boswars  : Makefile distinfo 
	games/boswars/patches: patch-SConstruct 
	games/boswars/pkg: PLIST 

Log message:
Update to boswars 2.7.

ok bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/23 22:57:47

Modified files:
	devel/py-doit  : Makefile distinfo 

Log message:
Update to py-doit-0.23.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/24 00:33:02

Modified files:
	games/openttd  : Makefile distinfo 
	games/openttd/pkg: PLIST 

Log message:
Update to openttd-1.3.2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 02:06:57

Modified files:
	security/p11-kit: Makefile distinfo 

Log message:
Update to p11-kit-0.20.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/09/24 02:25:17

Modified files:
	net/gnugk      : Makefile 
	net/gnugk/patches: patch-docs_gnugk_1 

Log message:
Pull in upstream's manpage fixes, and remove USE_GROFF.

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/24 02:33:51

Modified files:
	sys/dev/ic     : pckbc.c 

Log message:
Try to release the console if pckbc(4) fails to send the initial
command byte.  This allows at least my USB keyboard to be part of
the console on a Lenovo E20.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 02:39:06

Modified files:
	sysutils/consolekit: Makefile distinfo 
	sysutils/consolekit/patches: patch-configure_ac 
	                             patch-src_Makefile_in 
	                             patch-tools_Makefile_in 
	sysutils/consolekit/pkg: PLIST 
Removed files:
	sysutils/consolekit/patches: patch-tools_ck-history_c 
	sysutils/consolekit/pkg: PFRAG.shared 

Log message:
Update to consolekit-0.4.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/09/24 02:52:44

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 

Log message:
Fix after the kinfo_proc structure change.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/09/24 03:00:24

Modified files:
	sysutils/xps   : Makefile 
	sysutils/xps/patches: patch-src_NetBSD_os_c 

Log message:
P_INMEM is no more after the recent struct kinfo_proc change.
No functional change.  Patch by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/24 03:01:41

Modified files:
	sys/dev/usb    : usbdi.c 

Log message:
Stop generating traffic for a given endpoint when a transfer reported
an I/O error.

When such thing happens, the device is more likely to be already gone
or non responding, but the task responsible for aborting the pipe has
not been executed.

Fix a problem where the ehci(4) controller would vomit^Wprint a lot of
"ehci_idone:" messages in loop leaving the machine unusable, initially
reported by ajacoutot@ and later by RD Thrush.

Fix tested by RD Thrush and Markus Bergkvist, thanks!

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 03:18:32

Modified files:
	devel/harfbuzz : Makefile distinfo 
	devel/harfbuzz/patches: patch-src_check-symbols_sh 
	devel/harfbuzz/pkg: PLIST-main 

Log message:
Update to harfbuzz-0.9.21.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 03:19:37

Modified files:
	graphics/simple-scan: Makefile distinfo 
	graphics/simple-scan/patches: patch-configure_ac 
	                              patch-src_simple-scan_c 

Log message:
Update to simple-scan-3.8.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/09/24 03:20:12

Modified files:
	sys/conf       : files 
	sys/kern       : vfs_init.c 
	sys/sys        : mount.h vnode.h 

Log message:
a bit more tmpfs scaffolding (still not active, no kernel change)
reduces the actual diff needed, and allows one to build mount_tmpfs
without reinstalling the includes.

(still awaiting review on the uvm bits)

okay krw@, tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/24 03:46:44

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
a few odds and ends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 04:05:16

Modified files:
	x11/gnome/librsvg: Makefile 

Log message:
Add graphics to CATEGORIES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/24 04:07:27

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
zap an extra shell for most remote/chrooted runs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/24 04:24:44

Modified files:
	graphics/shotwell: Makefile 
Added files:
	graphics/shotwell/patches: patch-src_AppWindow_vala 
	                           patch-src_Dialogs_vala 
	                           patch-thumbnailer_shotwell-video-thumbnailer_vala 

Log message:
unbreak with upcoming vala 0.22.0; patches from upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 04:28:59

Modified files:
	fonts/cantarell-fonts: Makefile distinfo 

Log message:
Update to cantarell-fonts-0.0.15.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 04:35:08

Modified files:
	graphics/clutter/mash: Makefile distinfo 

Log message:
Fix MASTER_SITES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 04:55:08

Removed files:
	x11/gnome/grilo-mediaserver2: Makefile distinfo 
	x11/gnome/grilo-mediaserver2/patches: patch-src_Makefile_am 
	                                      patch-src_grilo-mediaserver2_c 
	                                      patch-src_test-client_c 
	x11/gnome/grilo-mediaserver2/pkg: DESCR PLIST 

Log message:
Remove unmaintained grilo-mediaserver2.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 04:55:18

Modified files:
	x11/gnome      : Makefile 

Log message:
-grilo-mediaserver2


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/09/24 07:29:51

Modified files:
	usr.bin/mg     : re_search.c 

Log message:
rename re_match to regex_match to prevent a namespace conflict on Linux as
reported by Han Boetes.

while here, rename re_buff accordingly for consistency.

ok florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 07:34:36

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/patches: patch-configure 
	productivity/gnucash/pkg: PLIST 

Log message:
Update to gnucash-2.4.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/24 08:30:34

Modified files:
	audio/mpc      : Makefile 
	audio/ncmpc    : Makefile 

Log message:
Use "${VER:R}", as suggested by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/09/24 08:44:45

Log message:
    mydumper is complement to mysqldump, for MySQL data dumping, providing
    parallelism, performance and easier to manage output.
    
    hints and ok sthen@ benoit@
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni_20130924
    
    N ports/databases/mydumper/Makefile
    N ports/databases/mydumper/distinfo
    N ports/databases/mydumper/pkg/PLIST
    N ports/databases/mydumper/pkg/DESCR
    N ports/databases/mydumper/patches/patch-mydumper_c
    N ports/databases/mydumper/patches/patch-CMakeLists_txt
    N ports/databases/mydumper/patches/patch-docs_CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/09/24 08:55:09

Modified files:
	databases      : Makefile 

Log message:
+mydumper


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 08:57:15

Modified files:
	security/libpwquality: Makefile distinfo 
	security/libpwquality/patches: patch-python_Makefile_in 
	security/libpwquality/pkg: PLIST 

Log message:
Update to libpwquality-1.2.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/24 09:34:49

Modified files:
	net/minbif     : Makefile distinfo 
	net/minbif/patches: patch-CMakeLists_txt 
	                    patch-src_core_minbif_cpp 
	                    patch-src_server_poll_daemon_fork_cpp 
	                    patch-src_server_poll_inetd_cpp 
	net/minbif/pkg : PLIST 
Added files:
	net/minbif/pkg : README minbif.rc 
Removed files:
	net/minbif/patches: patch-src_core_util_cpp 
	                    patch-src_irc_dcc_cpp patch-src_irc_irc_cpp 
	                    patch-src_sockwrap_sockwrap_h 
	net/minbif/pkg : MESSAGE 

Log message:
Update to minbif 1.0.5.

- Remove now useless patches
- Add an rc script for daemon mode
- move MESSAGE to README
- set @mode 750 for minbif's datadir

Seems to work fine against a pair of xmpp servers here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/09/24 09:55:35

Modified files:
	astro/xworld   : Makefile 

Log message:
original master site is gone


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/24 09:59:13

Modified files:
	mail/geary     : Makefile 
Added files:
	mail/geary/patches: patch-src_CMakeLists_txt 
	                    patch-src_console_main_vala 

Log message:
proactively unbreak geary for upcoming vala update

ok landry@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 10:16:43

ports/x11/xfce4/xfmpc/patches

Update of /cvs/ports/x11/xfce4/xfmpc/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15521/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfmpc/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 10:25:38

Modified files:
	x11/xfce4/xfmpc: Makefile 
Added files:
	x11/xfce4/xfmpc/patches: patch-src_mpdclient_c 

Log message:
Unbreak runtime: xfmpc was trying to unlock a not-yet-locked mutex which
triggers an undefined behavior on !linux (and an abort() on OpenBSD).

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 10:51:04

Modified files:
	x11/gnome/empathy: Makefile 
	databases/evolution-data-server: Makefile 

Log message:
Tweak comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 10:55:02

Modified files:
	lang/python    : python.port.mk 

Log message:
Also set ac_cv_path_PYTHON to ${MODPY_BIN} the same way we set
ac_cv_prog_PYTHON. This is needed to prevent conflict between one set to
py2 and the other to py3... yeah configure scripts are stupid.

ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/09/24 11:43:58

Modified files:
	mail/mlmmj     : Makefile distinfo 
	mail/mlmmj/patches: patch-src_mlmmj-process_c 
	mail/mlmmj/pkg : DESCR PLIST 
Removed files:
	mail/mlmmj/patches: patch-README_sendmail 

Log message:
update to 1.2.18.0

maintainer timeout; tested by at least MERIGHI Marcus


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/24 12:18:11

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
Update ansible to 1.3.2

ok ajacoutot@ landry@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:28:22

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
iBump to 1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:28:50

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 
	multimedia/gstreamer1/core/pkg: PLIST 

Log message:
Update to gstreamer1-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:29:17

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 
	multimedia/gstreamer1/plugins-base/patches: patch-configure_ac 
	                                            patch-gst_audioresample_speex_resampler_double_c 
	                                            patch-gst_audioresample_speex_resampler_float_c 
	                                            patch-gst_tcp_gstmultihandlesink_c 
	multimedia/gstreamer1/plugins-base/pkg: DESCR PLIST 

Log message:
Update to gstreamer1-plugins-base-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:29:48

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 
	multimedia/gstreamer1/plugins-good/patches: patch-configure_ac 
	                                            patch-gst_udp_gstmultiudpsink_c 
	                                            patch-sys_oss_Makefile_in 
	                                            patch-sys_v4l2_gstv4l2object_c 
	multimedia/gstreamer1/plugins-good/pkg: DESCR-main DESCR-pulse 
	                                        PLIST-main PLIST-pulse 
Added files:
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-sys_v4l2_v4l2_calls_c 

Log message:
Update to gstreamer1-plugins-good-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:30:05

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 
	multimedia/gstreamer1/plugins-ugly/pkg: DESCR PLIST 

Log message:
Update to gstreamer1-plugins-ugly-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:30:24

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/patches: patch-configure_ac 
	multimedia/gstreamer1/plugins-bad/pkg: DESCR PLIST 
Removed files:
	multimedia/gstreamer1/plugins-bad/patches: 
	                                           patch-gst_nsf_gstnsf_c 
	                                           patch-gst_nsf_nsf_c 
	                                           patch-gst_nsf_nsf_h 

Log message:
Update to gstreamer1-plugins-bad-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:30:47

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 
	multimedia/gstreamer1/plugins-libav/patches: 
	                                             patch-gst-libs_ext_libav_configure 
	multimedia/gstreamer1/plugins-libav/pkg: DESCR PLIST 
Removed files:
	multimedia/gstreamer1/plugins-libav/patches: 
	                                             patch-gst-libs_ext_libav_libavcodec_inverse_c 

Log message:
Update to gstreamer1-plugins-libav-1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:31:13

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile 

Log message:
XXX


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 12:53:32

Modified files:
	audio/gmpc-plugins: Makefile 
	audio/rhythmbox: Makefile 
	editors/subtitleeditor: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	mail/evolution-ews: Makefile 
	mail/evolution-rss: Makefile 
	www/epiphany   : Makefile 
	www/liferea    : Makefile 
	www/py-webkitgtk: Makefile 
	www/webkit     : Makefile 
	x11/e17/emotion: Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/banshee: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/sushi: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/yelp : Makefile 
	x11/xfce4/parole: Makefile 

Log message:
Fix WANTLIB after recent gstreamer1 update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/24 13:02:13

Modified files:
	editors/subtitleeditor: Makefile 
	x11/e17/emotion: Makefile 
	x11/xfce4/parole: Makefile 

Log message:
Revert previous on these; my fault: my sqlports search line was not
narrowing things down enough.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/24 14:04:41

Modified files:
	lang/tcl       : Makefile 
Removed files:
	lang/tcl/8.4   : Makefile distinfo 
	lang/tcl/8.4/patches: patch-library_init_tcl 
	                      patch-unix_Makefile_in patch-unix_tcl_m4 
	lang/tcl/8.4/pkg: DESCR PFRAG.shared PLIST 

Log message:
Bye bye 8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/24 14:05:10

Modified files:
	x11/tk         : Makefile 
Removed files:
	x11/tk/8.4     : Makefile distinfo 
	x11/tk/8.4/patches: patch-unix_Makefile_in patch-unix_tcl_m4 
	x11/tk/8.4/pkg : DESCR PFRAG.shared PLIST 

Log message:
Bye bye 8.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/24 14:11:06

Modified files:
	sys/arch/hp300/conf: files.hp300 
	sys/arch/hp300/dev: if_le.c 
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/luna88k/dev: if_le.c 
	sys/arch/mvme68k/conf: files.mvme68k 
	sys/arch/mvme68k/dev: if_le.c 
	sys/arch/mvme88k/conf: files.mvme88k 
	sys/arch/mvme88k/dev: if_le.c 
	sys/arch/sparc/conf: files.sparc 
	sys/arch/sparc/dev: if_le.c 
	sys/arch/vax/conf: files.vax 
	sys/arch/vax/if: if_le.c 
	sys/arch/vax/mbus: files.mbus if_le_fwio.c 
	sys/arch/vax/vsa: if_le_vsbus.c 
	sys/conf       : files 
	sys/dev/dec    : if_le_dec.c 
	sys/dev/ic     : am7990.c am7990reg.h am7990var.h 
	sys/dev/isa    : files.isa files.isapnp if_le.c if_le_isa.c 
	                 if_le_isapnp.c if_levar.h 
	sys/dev/sbus   : files.sbus if_le.c if_le_lebuffer.c 
	                 if_le_ledma.c 
	sys/dev/tc     : files.tc if_le_ioasic.c if_le_tc.c 
Added files:
	sys/dev/ic     : am79900.c am79900var.h lance.c lancevar.h 

Log message:
Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
- the am7990_get() - now lance_get() - is unchanged.
- the interrupt acknowledge logic is unchanged, and will disable interrupts,
then acknowledge all interrupt conditions.

Add ILACC (79900) support (from NetBSD).

Both LANCE (am7990.c) and ILACC (am79900.c) code share as much common code
(lance.c) as possible. This affects all le(4) attachments, but the changes
are mostly mechanical, to split am7990-specific parts from lance-agnostic
parts.

Compile tested on all affected platforms. Tested on alpha, hp300, luna88k,
mvme88k, sparc, sparc64 and vax.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/24 14:14:37

Modified files:
	sys/arch/aviion/aviion: autoconf.c 
	sys/arch/aviion/dev: if_le_syscon.c if_le_vme.c 
	sys/arch/aviion/include: av400.h av530.h 
	share/man/man4/man4.aviion: le.4 
	sys/arch/aviion/conf: GENERIC files.aviion 

Log message:
Extend le@syscon to support the ILACC chips found on-board the AV530 family.
GENERIC.MP on a 2x88100(6:1)@33 4605 can now make build on local disk and
local net; but it still needs to boot its kernel off the network at the
moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/09/24 15:00:58

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm 

Log message:
missing number


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2013/09/24 15:03:32

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
Don't build libGL on m88k for the time being, the recent update triggers a
known hairy bug in DWARF debug information generation on m88k, which is
currently being investigated.

Found the hard way by aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/24 15:16:24

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
Make sure vblank_time_lock blocks interrupts to match Linux.
Potentially fixes a race/panic reported by claudio@

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/24 15:18:58

Modified files:
	sys/dev/pci/drm: drm_atomic.h drm_irq.c 

Log message:
Make (almost all) atomic operations really atomic.
Potentially fixes a race/panic reported by claudio@

ok jsg@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/09/24 15:38:47

Modified files:
	.              : aviion.html 

Log message:
sync with current reality


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/09/24 18:25:28

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 16-22, ok and tweaks from jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/24 22:50:50

Modified files:
	distrib/sets/lists/base: md.aviion 
	distrib/sets/lists/comp: md.aviion 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/25 00:25:38

Modified files:
	x11/gnome/grilo: Makefile 
Added files:
	x11/gnome/grilo/patches: patch-configure_ac 

Log message:
add patch from upstream to add support for vala 0.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/25 01:01:36

Modified files:
	infrastructure/lib/DPB: Config.pm 

Log message:
let RECORD be subject to expand_path and normal parameters handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/25 01:06:14

Modified files:
	multimedia     : Makefile 

Log message:
unhook recordmydesktop


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/25 01:07:27

Removed files:
	multimedia/recordmydesktop: Makefile Makefile.inc 
	multimedia/recordmydesktop/base: Makefile distinfo 
	multimedia/recordmydesktop/base/patches: 
	                                         patch-doc_recordmydesktop_1 
	                                         patch-src_rmd_c 
	                                         patch-src_rmd_capture_sound_c 
	                                         patch-src_rmd_get_frame_c 
	                                         patch-src_rmd_getzpixmap_c 
	                                         patch-src_rmd_initialize_data_c 
	                                         patch-src_rmd_jack_c 
	                                         patch-src_rmd_make_dummy_pointer_c 
	                                         patch-src_rmd_opendev_c 
	                                         patch-src_rmd_opendev_h 
	                                         patch-src_rmd_rescue_c 
	                                         patch-src_rmd_types_h 
	                                         patch-src_rmd_update_image_c 
	multimedia/recordmydesktop/base/pkg: DESCR PLIST 
	multimedia/recordmydesktop/gtk: Makefile distinfo 
	multimedia/recordmydesktop/gtk/patches: 
	                                        patch-src_gtk-recordMyDesktop_in 
	                                        patch-src_rmdConfig_py_in 
	multimedia/recordmydesktop/gtk/pkg: DESCR PLIST 

Log message:
remove recordmydesktop which is unmaintained, doesn't quite work 100% of the time
and gnome-shell-recorder does a much better job.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:12:08

ports/net/py-ftpdlib/patches

Update of /cvs/ports/net/py-ftpdlib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5935/patches

Log Message:
Directory /cvs/ports/net/py-ftpdlib/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/09/25 01:12:55

Modified files:
	x11/slim       : Makefile 
Removed files:
	x11/slim/pkg   : MESSAGE 

Log message:
remove the MESSAGE file which was added 2 years ago, bump revision.
yaya landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:13:03

Modified files:
	net/py-ftpdlib : Makefile distinfo 
	net/py-ftpdlib/pkg: PLIST 
Added files:
	net/py-ftpdlib/patches: patch-pyftpdlib_servers_py 

Log message:
- update to py-ftpdlib 1.2.0, from Juan Francisco Cantero Hurtado who takes
maintainership.
- add MODPY_BADEGGS (otherwise make clean fails as non-root).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:49:52

Log message:
    import ports/graphics/giflib, current maintained code to replace libungif.
    ok aja@ jasper@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20130925
    
    C ports/graphics/giflib/Makefile
    N ports/graphics/giflib/distinfo
    N ports/graphics/giflib/patches/patch-tests_makefile
    C ports/graphics/giflib/pkg/PLIST
    C ports/graphics/giflib/pkg/DESCR
    
    3 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jsthen:yesterday -jsthen ports/graphics/giflib

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:52:05

Added files:
	graphics/giflib: Makefile 
	graphics/giflib/pkg: DESCR PLIST 

Log message:
resolve conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:53:00

Modified files:
	graphics       : Makefile 

Log message:
unhook libungif, add giflib


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:55:59

Modified files:
	graphics/p5-Imager: Makefile distinfo 
	graphics/p5-Imager/pkg: PLIST 

Log message:
update to 0.97 and handle libungif->giflib


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:57:38

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
libungif->giflib


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 01:58:52

Modified files:
	graphics/leptonica: Makefile 
	graphics/node-canvas: Makefile 
	graphics/ocaml-camlimages: Makefile 
	graphics/p5-Image-Scale: Makefile 
	mail/p5-FuzzyOcr: Makefile 
	misc/magicpoint: Makefile 
	multimedia/ming: Makefile 
	multimedia/swftools: Makefile 
	net/ziproxy    : Makefile 
	net/ziproxy/patches: patch-src_image_c 
	print/fontforge: Makefile 
	www/gnash      : Makefile 
	x11/driftnet   : Makefile 
	x11/e17/evas   : Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnustep/gui: Makefile 
	x11/kde/graphics3: Makefile 
	x11/libgdiplus : Makefile 
	x11/mplayer    : Makefile 
	x11/windowmaker: Makefile 
	x11/xplanet    : Makefile 
	x11/xplanet/patches: patch-src_Options_cpp 
Added files:
	graphics/leptonica/patches: patch-src_gifio_c 
	graphics/ocaml-camlimages/patches: patch-src_gifread_c 
	                                   patch-src_gifwrite_c 
	graphics/p5-Image-Scale/patches: patch-src_gif_c 
	misc/magicpoint/patches: patch-image_gif_c 
	multimedia/ming/patches: patch-src_blocks_gifdbl_c 
	                         patch-src_libming_h 
	                         patch-util_gif2dbl_c 
	                         patch-util_gif2mask_c 
	multimedia/swftools/patches: patch-src_gif2swf_c 
	print/fontforge/patches: patch-gutils_gimagereadgif_c 
	www/gnash/patches: patch-libbase_GnashImageGif_cpp 
	x11/driftnet/patches: patch-src_display_gif_c 
	x11/e17/evas/patches: 
	                      patch-src_modules_loaders_gif_evas_image_load_gif_c 
	x11/gnustep/gui/patches: patch-Source_NSBitmapImageRep+GIF_m 
	x11/libgdiplus/patches: patch-src_gifcodec_c 
	x11/windowmaker/patches: patch-wrlib_gif_c 
	x11/xplanet/patches: patch-src_libimage_gif_c 

Log message:
libungif->giflib and patch where necessary, ok jasper@ aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 02:01:42

Added files:
	graphics/imlib2/patches: patch-src_modules_loaders_loader_gif_c 

Log message:
add file; thanks cvs!

cvs [server aborted]: can't stat patch-src_modules_loaders_loader_gif_c: No such file or directory


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/25 02:03:17

Modified files:
	mail/claws-mail: Makefile distinfo 
	mail/claws-mail/patches: patch-configure_ac 
	                         patch-src_common_defs_h 
	                         patch-src_common_quoted-printable_c 
	                         patch-src_common_quoted-printable_h 
	                         patch-src_messageview_c 
	                         patch-src_procmime_c 
	mail/claws-mail/pkg: PLIST-main 
Added files:
	mail/claws-mail/pkg: DESCR-htmlviewer DESCR-pdfviewer 
	                     PLIST-htmlviewer PLIST-pdfviewer 
Removed files:
	mail/claws-mail/patches: patch-src_common_smtp_c 
	                         patch-src_common_smtp_h patch-src_inc_c 
	                         patch-src_mbox_c 

Log message:
Update to claws-mail 3.9.2.

- all the plugins which were distributed separately are now bundled in.
- @conflict/@pkgpath markers added for upgrade path.
- add a pdfviewer plugin using poppler
- replace the dead gtkhtml2-based htmlviewer plugin by one using webkit.
- given the deps, pdfviewer and htmlviewer are subpackages.
- remove BDEP on libgcrypt, shouldnt be needed with gnutls >= 2.11.
- remove patches merged upstream.

From Ido Admon, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/25 02:05:03

Modified files:
	mail           : Makefile 
Removed files:
	mail/claws-mail-attremover: Makefile distinfo 
	mail/claws-mail-attremover/pkg: DESCR PLIST 
	mail/claws-mail-htmlviewer: Makefile distinfo 
	mail/claws-mail-htmlviewer/pkg: DESCR PLIST 
	mail/claws-mail-notification: Makefile distinfo 
	mail/claws-mail-notification/pkg: DESCR PLIST 
	mail/claws-mail-rssyl: Makefile distinfo 
	mail/claws-mail-rssyl/pkg: DESCR PLIST 
	mail/claws-mail-vcalendar: Makefile distinfo 
	mail/claws-mail-vcalendar/pkg: DESCR PLIST 

Log message:
Remove those, they've been merged to mail/claws-mail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 02:39:27

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/patches: patch-Makedefs_in patch-backend_usb-libusb_c 
	print/cups/pkg : PLIST-libs PLIST-main 

Log message:
Update to cups-1.6.4.
Move some common directories from -main -libs so that they get stripped
from the PLIST of dependant ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/25 02:49:07

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 

Log message:
tweak the squiggles to prefer ports with depends, up to a point


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/25 02:49:50

Modified files:
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
a few more options to limit forwarding


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/09/25 03:02:10

Modified files:
	databases/mydumper: Makefile 
	databases/mydumper/patches: patch-docs_CMakeLists_txt 
	databases/mydumper/pkg: DESCR PLIST 
Added files:
	databases/mydumper/patches: patch-docs__build_conf_py_in 
	                            patch-docs_mydumper_usage_rst 
	                            patch-docs_myloader_usage_rst 

Log message:
enable man pages
tweak descr (from sthen@)
ok sthen@ benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/25 03:58:15

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_handlers_c 
Added files:
	x11/i3/patches : patch-include_window_h patch-src_manage_c 
	                 patch-src_window_c 

Log message:
Bugfix: correctly recognize assigned windows as urgent

http://bugs.i3wm.org/report/ticket/1086

upstream git commit 1a1d42153408822d267d0cb4718b22d8ff116f27


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/25 04:13:31

Modified files:
	sys/dev/pci/drm: drm_atomic.h 

Log message:
Unbreak the tree; no 64-bit atomic operations on 32-bit architectures for now.

found out the hard way by chris@ and mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/09/25 06:25:18

Modified files:
	lang/eagle     : Makefile distinfo 
	lang/eagle/pkg : PLIST 

Log message:
Update to beta28.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:26:27

ports/www/xombrero/patches

Update of /cvs/ports/www/xombrero/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23245/patches

Log Message:
Directory /cvs/ports/www/xombrero/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:26:46

Modified files:
	x11/sakura/patches: patch-CMakeLists_txt 
Added files:
	www/xombrero/patches: patch-Makefile 

Log message:
Proactively fix before the upcoming major gtk+3 update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:27:13

Added files:
	net/avahi/patches: patch-avahi-ui_Makefile_in 

Log message:
Proactively fix before the upcoming major gtk+3 update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/25 06:32:24

Modified files:
	textproc/libxml: Makefile distinfo 
	textproc/libxml/patches: patch-Makefile_in 
	                         patch-python_Makefile_in 
	                         patch-python_tests_Makefile_in 
	                         patch-timsort_h patch-xstc_Makefile_in 
Removed files:
	textproc/libxml/patches: patch-HTMLparser_c patch-parser_c 

Log message:
- update libxml to 2.9.1

tested in a bulk by landry@, thanks!
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:37:08

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/patches: patch-gio_gunixmounts_c 
	                     patch-gio_tests_file_c 
	devel/glib2/pkg: PLIST 
Added files:
	devel/glib2/patches: patch-gio_gdbusobjectmanagerclient_c 
Removed files:
	devel/glib2/patches: patch-configure_ac patch-glib_Makefile_in 
	                     patch-glib_gatomic_c 

Log message:
Major update to glib2-2.38.0 -- requirement for the WIP GNOME 3.10 update.
This and the following updates: atk, gdk-pixbuf2, pango, at-spi2-core,
at-spi2-atk, py-atspi and gtk+3 have been tested in a bulk by landry@ (10x!)

Fallouts are:
- x11/gnome/anjuta: will be fixed within the next 2 or 3 days by the 3.10 update
- www/chromium: robert@ is working on an update (removing -Werror should also
allow it to build)

ok landry@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:37:53

Modified files:
	devel/atk      : Makefile distinfo 
	devel/atk/pkg  : PLIST 

Log message:
Major update to atk-2.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:38:37

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 
	graphics/gdk-pixbuf2/pkg: PLIST 
Added files:
	graphics/gdk-pixbuf2/patches: 
	                              patch-tests_pixbuf-randomly-modified_c 

Log message:
Update to gdk-pixbuf-2.30.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:39:26

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/pkg: PLIST 
Removed files:
	devel/pango/patches: patch-pango_break_c 

Log message:
Update to pango-1.36.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:39:57

Modified files:
	x11/gnome/at-spi2-core: Makefile distinfo 
	x11/gnome/at-spi2-core/pkg: PLIST 

Log message:
Update to at-spi2-core-2.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:40:27

Modified files:
	x11/gnome/at-spi2-atk: Makefile distinfo 

Log message:
Update to at-spi2-atk-2.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:41:03

Modified files:
	x11/gnome/py-atspi: Makefile distinfo 

Log message:
Update to py3-atspi-2.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 06:42:19

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c 
	x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to gtk+3-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/09/25 06:43:11

Modified files:
	games/foobillard: Makefile 

Log message:
unbreak after latest OpenGL update by disabling nvidia GL extensions.
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/25 06:54:20

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update to vala-0.22.0

all breakage should've been fixed already except for anjuta, which will
auto-fixed when it gets updated this week.


CVSROOT:	/cvs
Module name:	www
Changes by:	bcallah@cvs.openbsd.org	2013/09/25 07:38:02

Modified files:
	.              : octeon.html 

Log message:
Update the octeon page with recent ERL changes.
reads good to jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/25 09:59:44

Modified files:
	x11/xfce4/xfmpc/patches: patch-src_mpdclient_c 

Log message:
Add link to bz


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 10:53:53

Modified files:
	mail/mozilla-thunderbird: Makefile 
	www/mozilla-firefox: Makefile 
	www/seamonkey  : Makefile 
	www/chromium   : Makefile 

Log message:
these are currently BROKEN (sysctl changes), mark them as such to save time
in builds, jasper@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/25 12:07:09

Modified files:
	graphics/cairo : Makefile distinfo 

Log message:
Update to cairo 1.12.16, from brad@

Bump cairo-gobject minor since a symbol was added
http://upstream-tracker.org/compat_reports/cairo/1.12.14_to_1.12.16/abi_compat_report.html#Added

Went into a bunch of bulk builds.
ok eric@ (maintainer) ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/25 13:24:35

Modified files:
	devel/desktop-file-utils: Makefile distinfo 
	devel/desktop-file-utils/patches: 
	                                  patch-src_update-desktop-database_c 

Log message:
Update to desktop-file-utils-0.22.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/25 15:49:32

Modified files:
	lib/libc/string: memccpy.3 stpcpy.3 strcpy.3 strlcpy.3 wcscpy.3 
	                 wcslcpy.3 

Log message:
According to POSIX, if the src and dst strings overlap, the behavior
is undefined.  Add a warning to that effect.  OK deraadt@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/25 15:50:19

Modified files:
	lib/libc/string: stpcpy.3 

Log message:
Add examples to show why this is a terrible API.  OK jmc@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/25 17:39:55

Modified files:
	www/mozilla-firefox: Makefile 
	www/seamonkey  : Makefile 
	www/chromium   : Makefile 
	www/chromium/patches: patch-base_debug_debugger_posix_cc 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_ipc_chromium_src_base_debug_util_posix_cc 
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_debug_util_posix_cc 
	www/seamonkey/patches: 
	                       patch-mozilla_ipc_chromium_src_base_debug_util_posix_cc 

Log message:
handle p_flags split in kinfo_proc to unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 00:26:51

Modified files:
	x11/gnome/icon-theme: Makefile distinfo 

Log message:
Update to gnome-icon-theme-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 00:27:49

Modified files:
	devel/gobject-introspection: Makefile distinfo 
	devel/gobject-introspection/patches: patch-giscanner_dumper_py 
	                                     patch-giscanner_scannermain_py 
	                                     patch-giscanner_sourcescanner_py 
	                                     patch-giscanner_utils_py 
	devel/gobject-introspection/pkg: PLIST 
Removed files:
	devel/gobject-introspection/patches: patch-giscanner_shlibs_py 

Log message:
- update to gobject-introspection-1.38.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 00:29:10

Modified files:
	x11/gnome/gjs  : Makefile distinfo 
	x11/gnome/gjs/pkg: PLIST 

Log message:
- update to gjs-1.38.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 00:31:54

Modified files:
	x11/gnome/icon-theme-symbolic: Makefile distinfo 
	x11/gnome/icon-theme-symbolic/pkg: PLIST 

Log message:
Update to gnome-icon-theme-symbolic-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 00:36:44

Modified files:
	devel/iso-codes: Makefile distinfo 

Log message:
update to iso-codes-3.46


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 00:38:23

Modified files:
	x11/gnome/yelp-xsl: Makefile distinfo 
	x11/gnome/yelp-xsl/pkg: PLIST 

Log message:
Update to yelp-xsl-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 00:41:41

Modified files:
	x11/gnome/yelp-tools: Makefile distinfo 

Log message:
Update to yelp-tools-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 00:47:58

ports/net/librest/patches

Update of /cvs/ports/net/librest/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2160/patches

Log Message:
Directory /cvs/ports/net/librest/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:03:32

Modified files:
	x11/gnome/getting-started-docs: Makefile distinfo 
	x11/gnome/getting-started-docs/pkg: PLIST 

Log message:
Update to gnome-getting-started-docs-3.10.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:05:05

Modified files:
	devel/dconf    : Makefile distinfo 
	devel/dconf/patches: patch-bin_Makefile_in 
	                     patch-client_Makefile_in 
	                     patch-dbus-1_Makefile_in 
	                     patch-editor_Makefile_in 
	                     patch-tests_Makefile_in 
	devel/dconf/pkg: PLIST-editor PLIST-main 

Log message:
Update to dconf-0.18.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:07:56

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 
	devel/gsettings-desktop-schemas/pkg: PLIST 

Log message:
Update to gsettings-desktop-schemas-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 01:14:02

Modified files:
	devel/json-glib: Makefile distinfo 

Log message:
update to json-glib-0.16.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:19:54

Modified files:
	x11/gnome/devel-docs: Makefile distinfo 
	x11/gnome/devel-docs/pkg: PLIST 

Log message:
Update to gnome-devel-docs-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:20:10

Modified files:
	net/glib2-networking: Makefile distinfo 
	net/glib2-networking/pkg: PLIST 

Log message:
Update to glib2-networking-2.38.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:22:01

Modified files:
	x11/gnome/user-docs: Makefile distinfo 
	x11/gnome/user-docs/pkg: PLIST 

Log message:
Update to gnome-user-docs-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 01:44:22

Modified files:
	net/librest    : Makefile 
Added files:
	net/librest/patches: patch-rest_rest-proxy-call-private_h 
	                     patch-rest_rest-proxy-call_c 

Log message:
add patch from upstream to fix a crasher


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:47:14

Modified files:
	devel/py-gobject3: Makefile distinfo 
	devel/py-gobject3/pkg: PLIST-main 

Log message:
Update to py-gobject3-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:48:11

Modified files:
	x11/gnome/tweak-tool: Makefile distinfo 
	x11/gnome/tweak-tool/pkg: PLIST 

Log message:
Update to gnome-tweak-tool-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:50:44

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Bump MODGNOME_BUILD_DEPENDS requirements.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 01:53:16

Modified files:
	x11/gnome/libgnome-keyring: Makefile distinfo 

Log message:
Update to libgnome-keyring-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 01:53:20

Modified files:
	x11/gnome/common: Makefile distinfo 
	x11/gnome/common/pkg: PLIST 

Log message:
update to gnome-common-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/09/26 01:58:46

Modified files:
	lang/cython    : Makefile distinfo 
	lang/cython/pkg: PLIST 

Log message:
Update cython to 0.19.1.

ok bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:00:17

Modified files:
	x11/gnome/libcryptui: Makefile distinfo 

Log message:
Update to libcryptui-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:05:31

Modified files:
	x11/gnome/gcr  : Makefile distinfo 
	x11/gnome/gcr/patches: patch-ui_Makefile_in 
	x11/gnome/gcr/pkg: PLIST 

Log message:
Update to gcr-3.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/26 02:12:40

Modified files:
	usr.sbin/snmpd : smi.c 

Log message:
smi is an SNMP term that means "Structure of Managed Information".  I
thought about renaming the functions to just "snmp", but "smi" totally
makes sense.  So add a comment that explains the meaning of SMI (not life).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:13:40

Modified files:
	x11/gnome/keyring: Makefile distinfo 

Log message:
Update to gnome-keyring-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:16:01

Modified files:
	net/gssdp      : Makefile distinfo 

Log message:
update to gssdp-0.14.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:16:22

Modified files:
	net/gupnp/core : Makefile distinfo 
	net/gupnp/core/pkg: PLIST 

Log message:
update to gupnp-0.20.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:16:38

Modified files:
	net/gupnp/tools: Makefile distinfo 
	net/gupnp/tools/pkg: PLIST 

Log message:
update to gupnp-tools-0.8.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:17:59

Modified files:
	devel/libsoup  : Makefile distinfo 
	devel/libsoup/pkg: PLIST-main 

Log message:
Update to libsoup-2.44.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:22:01

Modified files:
	sysutils/d-feet: Makefile distinfo 
	sysutils/d-feet/patches: patch-data_Makefile_in 
	                         patch-src_dfeet_bus_watch_py 
	sysutils/d-feet/pkg: PLIST 

Log message:
Update to d-feet-0.3.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:23:26

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Update to gnome-desktop-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:23:33

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:26:15

Log message:
    import geocode-glib-3.10.0
    
    geocode-glib is a convenience library for the geocoding (finding
    longitude, and latitude from an address) and reverse geocoding (finding
    an address from coordinates). It uses Nominatim service to achieve that.
    It also caches (reverse-)geocoding requests for faster results and to
    avoid unnecessary server load.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132609
    
    N ports/geo/geocode-glib/distinfo
    N ports/geo/geocode-glib/Makefile
    N ports/geo/geocode-glib/pkg/PLIST
    N ports/geo/geocode-glib/pkg/DESCR
    N ports/geo/geocode-glib/patches/patch-geocode-glib_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:27:25

Modified files:
	geo            : Makefile 

Log message:
add geocode-glib


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:37:42

Modified files:
	devel/libgee   : Makefile distinfo 

Log message:
Update to libgee-0.12.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:41:47

Log message:
    import geoclue-2.0.0 which is a rewrite of the current geo/geoclue
    and dependant ports (most notably webkit) cannot handle this newness yet
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132609
    
    N ports/geo/geoclue2/Makefile
    N ports/geo/geoclue2/distinfo
    N ports/geo/geoclue2/pkg/DESCR
    N ports/geo/geoclue2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 02:42:25

Modified files:
	geo            : Makefile 

Log message:
add geoclue2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 02:50:49

Modified files:
	graphics/simple-scan: Makefile distinfo 
	graphics/simple-scan/patches: patch-configure_ac 
	                              patch-src_simple-scan_c 
	graphics/simple-scan/pkg: PLIST 

Log message:
Update to simple-scan-3.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/09/26 02:53:17

Modified files:
	sys/netinet    : in.c 

Log message:
Move the logic for deleting an IPv4 address to its own function.
No functional change.

ok henning@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/09/26 03:11:31

Modified files:
	usr.sbin/snmpd : smi.c snmpd.h snmpe.c trap.c usm.c 
	usr.sbin/snmpctl: Makefile 

Log message:
shuffle some snmpd functions to make them visible in smi.c for snmpctl.

ok gerhard@ blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/26 03:16:52

Modified files:
	x11/kde/graphics3: Makefile 

Log message:
put REVISION-* block into a place where it's visible, and actually bump
REVISION-main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/26 03:27:51

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
Disable webp in CONFIGURE_ARGS, we weren't intentionally trying to build it,
but autoconf picks it up if present at configure time. Discussed with aja@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 03:32:44

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
Added files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsbackend_h 

Log message:
Update to gvfs-1.18.0.
Do not build support for goa at the moment since it requires an updated
gnome-online-accounts which requires a new webkit which depends on landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 03:33:57

Modified files:
	x11/gnome/libgweather: Makefile distinfo 
	x11/gnome/libgweather/pkg: PLIST 
Added files:
	x11/gnome/libgweather/patches: patch-libgweather_weather_c 

Log message:
update to libgweather-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 03:57:45

Modified files:
	devel/liblouis : Makefile distinfo 
	devel/liblouis/patches: patch-python_louis_Makefile_in 
	devel/liblouis/pkg: PLIST 

Log message:
Update to liblouis-2.5.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 03:59:28

Modified files:
	x11/gnome/alacarte: Makefile distinfo 

Log message:
update to alacarte-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 04:18:59

Modified files:
	devel/py-gobject3: Makefile 

Log message:
Make sure we depend on -common from the same version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 04:22:52

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 

Log message:
Update to orca-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 04:30:54

Modified files:
	x11/gnome/mousetweaks: Makefile distinfo 

Log message:
Update to mousetweaks-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 04:59:59

Modified files:
	x11/gnome/weather: Makefile distinfo 
	x11/gnome/weather/pkg: PLIST 

Log message:
Update to gnome-weather-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 05:23:18

Modified files:
	x11/gnome/seahorse: Makefile distinfo 
	x11/gnome/seahorse/pkg: PLIST 
Added files:
	x11/gnome/seahorse/patches: patch-libseahorse_seahorse-object_h 
	                            patch-libseahorse_seahorse-util_h 
Removed files:
	x11/gnome/seahorse/patches: patch-gkr_seahorse-gkr-actions_c 
	                            patch-gkr_seahorse-gkr-backend_c 

Log message:
Update to seahorse-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 05:23:27

Modified files:
	devel/iso-codes: Makefile 

Log message:
take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 05:27:01

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 

Log message:
Update to gnome-backgrounds-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 05:41:24

Modified files:
	x11/gnome/gcr  : Makefile 
	x11/gnome/libcryptui: Makefile 

Log message:
No need for CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 05:41:50

Modified files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsbackend_h 

Log message:
committed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 05:45:13

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 

Log message:
update to telepathy-spec-0.27.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 05:48:09

Modified files:
	devel/libglade2: Makefile 

Log message:
Regen WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 05:48:15

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 

Log message:
update to telepathy-mission-control-5.14.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 06:33:45

Modified files:
	x11/gnome/yelp : Makefile distinfo 
	x11/gnome/yelp/patches: patch-configure 
	x11/gnome/yelp/pkg: PLIST 

Log message:
Update to yelp-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 06:34:00

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_Makefile_in 

Log message:
update to telepathy-glib-0.20.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 06:48:02

Modified files:
	x11/gnome/settings-daemon: Makefile 
	devel/libgtop2 : Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/power-manager: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/controlcenter: Makefile 

Log message:
Add some longstanding issues with an XXX that jasper and I used to
maintain in a separate file. It will make it easier for people who want to
help to just 'grep -r XXX' under x11/gnome/ etc...

discussed with jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/26 07:08:17

Modified files:
	share/man/man5 : port-modules.5 

Log message:
document how to handle python3 PLISTs; based on a diff from rpointel@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/09/26 07:09:38

Modified files:
	sbin/iked      : ikev2_msg.c 

Log message:
After some manipulations with the buffer, ike message header (hdr)
might no longer point to the same memory as before.

The bug was reported and fix was tested by LEVAI Daniel.  Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/26 07:22:48

Modified files:
	net/gupnp/dlna : Makefile 

Log message:
regen WANTLIB to fix intermittent pkg failure with dpb junking (no path to orc-0.4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 07:25:34

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 
	x11/gnome/online-accounts/pkg: PLIST 
Added files:
	x11/gnome/online-accounts/patches: patch-configure_ac 
	                                   patch-src_goabackend_goaflickrprovider_c 
	                                   patch-src_goabackend_goagoogleprovider_c 

Log message:
update to gnome-online-accounts-3.10.0
* add a patch to lower the webkit dependency for now


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/26 07:46:28

Modified files:
	mail/claws-mail: Makefile 

Log message:
unbreak WANTLIB/LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:11:13

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: patch-configure 
	databases/evolution-data-server/pkg: PLIST 
Removed files:
	databases/evolution-data-server/patches: 
	                                         patch-addressbook_backends_file_e-book-backend-file_c 
	                                         patch-addressbook_backends_ldap_e-book-backend-ldap_c 
	                                         patch-calendar_libedata-cal_e-cal-backend-intervaltree_c 
	                                         patch-camel_camel-lock_c 
	                                         patch-camel_camel-search-sql-sexp_c 
	                                         patch-camel_providers_local_camel-maildir-summary_c 
	                                         patch-camel_providers_pop3_camel-pop3-folder_c 
	                                         patch-tests_libedata-cal_test-cal-backend-sexp_c 
	                                         patch-tests_libedata-cal_test-intervaltree_c 

Log message:
Update to evolution-data-server-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:11:56

Modified files:
	x11/gnome/gvfs : Makefile distinfo 
Removed files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsbackend_h 

Log message:
Update to gvfs-1.18.1.
Re-enable goa and smb support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 08:14:54

Modified files:
	net/telepathy/telepathy-idle: Makefile distinfo 
	net/telepathy/telepathy-idle/patches: 
	                                      patch-tests_twisted_Makefile_in 

Log message:
update to telepathy-idle-0.1.16


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:29:56

Modified files:
	x11/gnome/baobab: Makefile distinfo 
	x11/gnome/baobab/patches: patch-src_Makefile_in 
	x11/gnome/baobab/pkg: PLIST 

Log message:
Update to baobab-3.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:34:20

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
Sync upstream SHARED_LIBS, no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/09/26 08:35:36

Modified files:
	www/moinmoin   : Makefile distinfo 
	www/moinmoin/pkg: PLIST 

Log message:
Update to moinmoin 1.9.7.
See http://hg.moinmo.in/moin/1.9/file/1.9.7/docs/CHANGES for details.
jca@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/26 08:38:52

Modified files:
	sys/arch/amd64/amd64: identcpu.c 

Log message:
Use the cpuid vendor string instead of the model string when enabling
VIA specific amd64 code.  Makes the code work with Eden X2 processors
which have the same model/family as a Nano but don't claim to be one
in the model string.

from bytevolcano at Safe-mail.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:44:38

Modified files:
	x11/gnome/nautilus: Makefile distinfo 
	x11/gnome/nautilus/pkg: PLIST 

Log message:
Update to nautilus-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:51:44

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 
	x11/gnome/settings-daemon/pkg: PLIST 

Log message:
Update to gnome-settings-daemon-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 08:55:02

Modified files:
	graphics/clutter: Makefile.inc 

Log message:
bump MAJOR to 1.16


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 08:55:31

Modified files:
	graphics/clutter/cogl: Makefile distinfo 
	graphics/clutter/cogl/patches: 
	                               patch-cogl_winsys_cogl-winsys-egl-kms_c 
	graphics/clutter/cogl/pkg: PLIST 

Log message:
update to cogl-1.16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 08:56:14

Modified files:
	graphics/clutter/core: Makefile distinfo 
	graphics/clutter/core/patches: patch-clutter_Makefile_in 
	                               patch-configure 
	graphics/clutter/core/pkg: PLIST 

Log message:
update to clutter-1.16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 08:58:58

Modified files:
	x11/gnome/nautilus-sendto: Makefile distinfo 
	x11/gnome/nautilus-sendto/pkg: PLIST 

Log message:
Update to nautilus-sendto-3.8.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:01:10

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 
	x11/gnome/gucharmap/pkg: PLIST 

Log message:
update to gucharmap-3.9.99


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:03:43

Modified files:
	x11/gnome/font-viewer: Makefile distinfo 
	x11/gnome/font-viewer/pkg: PLIST 

Log message:
gnome-font-viewer-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:11:24

Modified files:
	x11/gnome/user-share: Makefile distinfo 
Removed files:
	x11/gnome/user-share/patches: patch-configure_ac 
	                              patch-src_Makefile_am 
	                              patch-src_share-extension_c 
	                              patch-src_user_share_c 

Log message:
Update to gnome-user-share-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:11:47

Modified files:
	x11/gnome/session: Makefile distinfo 
	x11/gnome/session/pkg: PLIST 

Log message:
Update to gnome-session-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:14:15

Modified files:
	x11/gnome/screenshot: Makefile distinfo 
	x11/gnome/screenshot/pkg: PLIST 

Log message:
update to gnome-screenshot-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:15:04

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
CONFIGURE_ARGS not needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/09/26 09:31:14

Modified files:
	sbin/isakmpd   : isakmpd.c 

Log message:
Removed a break of a switch-case, which had not been removed in the last commit.
No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:37:05

Modified files:
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/pkg: PLIST 

Log message:
update to gnome-terminal-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:49:34

Log message:
    Import gnome-maps-3.10.0.
    
    Maps is a map application for GNOME.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20100926
    
    N ports/x11/gnome/maps/distinfo
    N ports/x11/gnome/maps/Makefile
    N ports/x11/gnome/maps/pkg/DESCR
    N ports/x11/gnome/maps/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:50:05

Modified files:
	x11/gnome      : Makefile 

Log message:
+maps


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:53:07

Modified files:
	net/quvi       : Makefile.inc 

Log message:
Set EXTRACT_SUFX globally.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:53:51

Modified files:
	net/quvi/libquvi: Makefile distinfo 
	net/quvi/libquvi/pkg: PLIST 
Added files:
	net/quvi/libquvi/patches: patch-src_Makefile_in 
Removed files:
	net/quvi/libquvi/pkg: PFRAG.shared 

Log message:
Update to libquvi-0.9.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:54:20

Modified files:
	net/quvi/scripts: Makefile distinfo 
	net/quvi/scripts/pkg: PLIST 

Log message:
Update to libquvi-scripts-0.9.20130903.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 09:54:42

Modified files:
	net/quvi/quvi  : Makefile distinfo 
	net/quvi/quvi/pkg: PLIST 

Log message:
Update to quvi-0.9.3.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:56:26

Modified files:
	x11/gnome/libgweather: Makefile 
	x11/gnome/libgweather/patches: patch-libgweather_weather_c 

Log message:
Apply proposed patch from upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:58:22

Modified files:
	x11/gnome/file-roller: Makefile distinfo 
	x11/gnome/file-roller/pkg: PLIST 

Log message:
update to file-roller-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 09:59:42

Modified files:
	www/epiphany   : Makefile 

Log message:
mark epiphany broken as the hobbits didn't get an epiphany in trying to
work around the webkit2 dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/26 10:06:48

Modified files:
	graphics/evince: Makefile distinfo 
	graphics/evince/pkg: PLIST-main 

Log message:
update to evince-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 10:09:19

Modified files:
	x11/gnome/totem-pl-parser: Makefile distinfo 
	x11/gnome/totem-pl-parser/pkg: PLIST 

Log message:
Update to totem-pl-parser-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 10:12:52

Modified files:
	www/cclive     : Makefile 

Log message:
Temporarily mark BROKEN.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 10:23:53

Modified files:
	x11/gnome/color-manager: Makefile distinfo 
	x11/gnome/color-manager/pkg: PLIST 

Log message:
Update to gnome-color-manager-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 10:24:55

Modified files:
	x11/gnome/clocks: Makefile distinfo 
	x11/gnome/clocks/pkg: PLIST 

Log message:
Update to gnome-clocks-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 10:32:06

Modified files:
	x11/gnome/power-manager: Makefile distinfo 
	x11/gnome/power-manager/pkg: PLIST 

Log message:
Update to gnome-power-manager-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 11:14:17

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_user-accounts_Makefile_in 
	x11/gnome/controlcenter/pkg: PLIST 
Removed files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_sharing_cc-sharing-panel_c 

Log message:
Update to gnome-control-center-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 11:21:13

Modified files:
	x11/gnome/maps : Makefile 

Log message:
No need for gi.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 12:14:57

Modified files:
	x11/gnome/grilo: Makefile 
	x11/gnome/grilo/pkg: PLIST 

Log message:
Own the grilo plugins directory to prevent warnings that this directory
does not exist when no plugin is installed.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/26 12:37:07

Modified files:
	sys/arch/aviion/aviion: m8820x.c 

Log message:
Tinkering with the cache diagnostic registers have told me enough information
to figure out the addressing split scheme used by DG in their 6:1 CMMU designs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 12:51:52

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Regen WANTLIB to unbreak.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/26 13:02:07

Modified files:
	sys/arch/aviion/dev: syscon.c 
	sys/arch/mvme88k/dev: syscon.c 

Log message:
Clear SYSFAIL upon boot, for real.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/09/26 15:52:36

Modified files:
	net/ipv6-toolkit: Makefile 
	net/ipv6-toolkit/patches: patch-tools_icmp6_c 
Added files:
	net/ipv6-toolkit/patches: patch-tools_addr6_c 
	                          patch-tools_flow6_c 
	                          patch-tools_frag6_c 
	                          patch-tools_jumbo6_c patch-tools_na6_c 
	                          patch-tools_ni6_c patch-tools_ns6_c 
	                          patch-tools_ra6_c patch-tools_rd6_c 
	                          patch-tools_rs6_c patch-tools_scan6_c 
	                          patch-tools_tcp6_c 

Log message:
Shut up the compiler and linker warnings in ipv6-toolkit.
- use arc4random(3)
- make include fix smaller
- silence uninitialized variable warning
- replace strncat with strlcat
OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/26 19:35:52

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-doc_example-config_Makefile_in 
	                      patch-doc_example-config_conf_d_Makefile_in 
	                      patch-src_master_master-settings_c 
	mail/dovecot/pkg: PLIST-server 
Removed files:
	mail/dovecot/patches: patch-src_lib_ipwd_c 

Log message:
Update to Dovecot 2.2.6.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/26 19:37:55

Modified files:
	mail/dovecot-antispam: Makefile 

Log message:
Update after update to Dovecot 2.2.6.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/26 19:38:10

Modified files:
	mail/dovecot-pigeonhole: Makefile 

Log message:
Update after update to Dovecot 2.2.6.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 23:50:01

Modified files:
	net/quvi       : Makefile.inc 

Log message:
This is AGPL now -- noticed by bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/26 23:51:17

Modified files:
	x11/gnome/seahorse-nautilus: Makefile distinfo 

Log message:
Update to seahorse-nautilus-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 00:17:57

Modified files:
	devel/libpeas  : Makefile 
	devel/libpeas/patches: patch-loaders_gjs_peas-extension-gjs_c 

Log message:
unbreak after gjs update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 00:29:13

Added files:
	net/gupnp/igd/patches: patch-libgupnp-igd_gupnp-simple-igd_c 

Log message:
unbreak after gupnp update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 00:30:44

Modified files:
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-main PLIST-nautilus 
Removed files:
	graphics/evince/pkg: DESCR-djvu PLIST-djvu 

Log message:
Merge -djvu into -main ; it is a small dependency and renders packaging
less complex.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 00:31:14

Modified files:
	x11/gnome/settings-daemon: Makefile 

Log message:
Missing build+run depend on geoclue2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 00:32:53

Modified files:
	x11/gnome/settings-daemon: Makefile 

Log message:
Human-being readable -- no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 00:45:28

Modified files:
	x11/gnome/photos: Makefile distinfo 
	x11/gnome/photos/pkg: PLIST 

Log message:
Update to gnome-photos-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:06:19

Modified files:
	x11/gnome/libgda: Makefile 

Log message:
Renmove outdated comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:09:11

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
Remove comment; that is why sqlports, pkglocate... are for.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:16:22

Modified files:
	x11/gnome/vino : Makefile distinfo 
	x11/gnome/vino/pkg: PLIST 
Added files:
	x11/gnome/vino/patches: patch-configure_ac 

Log message:
Update to vino-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:22:37

Modified files:
	x11/gnome/vinagre: Makefile distinfo 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
Update to vinagre-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:30:27

Modified files:
	mail/evolution-ews: Makefile 
	mail/evolution-rss: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/grilo-plugins: Makefile 
	x11/gnome/photos: Makefile 
	x11/gnome/rygel: Makefile 

Log message:
Remove SUBST_VARS when not needed.
Move the dependant ports versions at the top.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 01:38:45

Modified files:
	x11/gtksourceview3: Makefile distinfo 
	x11/gtksourceview3/pkg: PLIST 

Log message:
update to gtksourceview-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:39:35

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-main PLIST-plugins 
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Unmess variable names, and subst_vars.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 01:45:03

Modified files:
	x11/gnome/gedit: Makefile distinfo 
	x11/gnome/gedit/pkg: PLIST 
Removed files:
	x11/gnome/gedit/patches: patch-gedit_gedit-metadata-manager_c 

Log message:
update to gedit-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 01:47:54

Modified files:
	mail/evolution : Makefile 
	x11/gnome/tracker: Makefile 

Log message:
Forgot in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 02:08:02

Modified files:
	x11/gnome/vino/patches: patch-configure_ac 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 02:09:16

Modified files:
	converters/libpst: Makefile distinfo 
	converters/libpst/patches: patch-configure 

Log message:
Update to libpst-0.6.61.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/27 02:23:11

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y util.c 

Log message:
typo in macro name; no md5 change


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 02:40:58

Modified files:
	graphics/simple-scan: Makefile 
	graphics/simple-scan/patches: patch-configure_ac 
Added files:
	graphics/simple-scan/patches: patch-src_simple-scan_vala 
Removed files:
	graphics/simple-scan/patches: patch-src_simple-scan_c 

Log message:
Much easier to just patch the vala file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 03:30:40

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure patch-mail_Makefile_in 
	mail/evolution/pkg: PLIST-main PLIST-plugins 
Removed files:
	mail/evolution/patches: patch-calendar_alarm-notify_alarm_c 
	mail/evolution/pkg: README-main 

Log message:
Update to evolution-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 03:39:32

Modified files:
	geo/memphis    : Makefile 
	geo/memphis/pkg: PLIST 

Log message:
Enable vala.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 03:46:37

Modified files:
	mail/evolution-ews: Makefile distinfo 
	mail/evolution-ews/pkg: PLIST 

Log message:
Update to evolution-ews-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 03:47:12

Modified files:
	mail/evolution-rss: Makefile distinfo 
Removed files:
	mail/evolution-rss/patches: 
	                            patch-src_e-mail-formatter-evolution-rss_c 
	                            patch-src_rss-config-factory_c 

Log message:
Update to evolution-rss-0.3.94.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 03:53:07

Modified files:
	x11/gnome/eog  : Makefile distinfo 
	x11/gnome/eog/pkg: PLIST 
Added files:
	x11/gnome/eog/patches: patch-src_eog-jobs_h 

Log message:
update to eog-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 03:53:07

Modified files:
	x11/gnome/eog-plugins: Makefile distinfo 

Log message:
update to eog-plugins-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 03:59:47

Modified files:
	x11/gnome/totem: Makefile distinfo 
	x11/gnome/totem/pkg: PLIST 
Removed files:
	x11/gnome/totem/patches: patch-configure 
	                         patch-src_plugins_zeitgeist-dp_Makefile_in 
	                         patch-src_plugins_zeitgeist-dp_bacon-video_vapi 
	                         patch-src_plugins_zeitgeist-dp_totem-zeitgeist-dp-plugin_vala 

Log message:
Update to totem-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:16:57

Modified files:
	x11/gnome/gdm  : Makefile distinfo 
	x11/gnome/gdm/patches: patch-daemon_Makefile_in 
	                       patch-data_Makefile_in 
	x11/gnome/gdm/pkg: PLIST 
Removed files:
	x11/gnome/gdm/patches: 
	                       patch-data_gdm-shell-with-fallback_session_in 
	                       patch-gui_simple-greeter_extensions_smartcard_gdm-smartcard-worker_c 
	                       patch-gui_simple-greeter_gdm-remote-login-window_c 

Log message:
Update to gdm-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:19:32

Modified files:
	x11/gnome/grilo-plugins: Makefile 
	x11/gnome/grilo-plugins/pkg: PLIST 

Log message:
Regen WANTLIB/DEPENDS to unbreak.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/27 04:20:09

Modified files:
	sys/net        : pf.c 

Log message:
IPv6 atomic fragments must not go the reassembly queue, but be
processed immediately.  Let pf step over an atomic fragment header
and handle the packet like an unfragmented.
OK mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 04:25:20

Modified files:
	x11/gnome/ghex : Makefile distinfo 
	x11/gnome/ghex/pkg: PLIST 

Log message:
update to ghex-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 04:29:27

Modified files:
	x11/gnome/gedit-plugins: Makefile distinfo 
	x11/gnome/gedit-plugins/patches: patch-configure 
	x11/gnome/gedit-plugins/pkg: PLIST 

Log message:
update to gedit-plugins-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:37:05

Modified files:
	x11/gnome/devhelp: Makefile 

Log message:
We cannot update this since it requires webkit2.
So for now just regen WANTLIB to sync with recent changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:39:48

Log message:
    Import gnome-music-3.10.0.
    
    Music is the GNOME music playing application.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20130927
    
    N ports/x11/gnome/music/Makefile
    N ports/x11/gnome/music/distinfo
    N ports/x11/gnome/music/pkg/DESCR
    N ports/x11/gnome/music/pkg/PLIST
    N ports/x11/gnome/music/patches/patch-gnome-music_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:40:58

Log message:
    Import gnome-online-miners-3.10.0.
    
    GNOME Online Miners - crawls through your online content.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20130927
    
    N ports/x11/gnome/online-miners/distinfo
    N ports/x11/gnome/online-miners/Makefile
    N ports/x11/gnome/online-miners/pkg/PLIST
    N ports/x11/gnome/online-miners/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 04:41:48

Modified files:
	x11/gnome      : Makefile 

Log message:
+music
+online-miners


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 04:43:02

Modified files:
	devel/glade    : Makefile distinfo 
	devel/glade/pkg: PLIST 

Log message:
update to glade-3.16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 05:17:13

Modified files:
	x11/gnome/sushi: Makefile distinfo 

Log message:
Update to sushi-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 05:26:10

Modified files:
	x11/gnome/documents: Makefile distinfo 
	x11/gnome/documents/pkg: PLIST 

Log message:
Update to gnome-documents-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 05:31:35

Modified files:
	x11/gnome/themes-standard: Makefile distinfo 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
Update to gnome-themes-standard-3.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/27 05:43:20

Modified files:
	sys/scsi       : cd.c scsi_base.c scsiconf.h 

Log message:
scsi_size() is now used only by cd(4). So move it from scsi_base.c
to cd.c and call it cd_size(), like sd_size() lives in sd.c.

Tweak some daddr_t variables to u_int64_t on the way, when they are
for disk sector numbers, not 512-byte block numbers.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/09/27 06:12:17

Modified files:
	sys/dev/ata    : wd.c 

Log message:
Try harder to ensure wddump() doesn't decrement the count
of sectors to write by one value and increment the address
the next i/o will start at by a different amount.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:17:02

Log message:
    import libgit2-glib-0.0.6
    
    libgit2-glib is a glib library which wraps libgit2 providing making it
    easier to develop manage git repositories in a GObject oriented
    application.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132709
    
    N ports/devel/libgit2/libgit2-glib/distinfo
    N ports/devel/libgit2/libgit2-glib/Makefile
    N ports/devel/libgit2/libgit2-glib/pkg/PLIST
    N ports/devel/libgit2/libgit2-glib/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:17:44

Modified files:
	devel/libgit2  : Makefile 

Log message:
+libgit2-glib


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:27:55

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/pkg: PLIST 

Log message:
update to folks-0.9.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:28:08

Modified files:
	x11/gnome/contacts: Makefile distinfo 
	x11/gnome/contacts/pkg: PLIST 

Log message:
update to gnome-contract-3.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 06:37:21

Modified files:
	x11/gnome/planner: Makefile distinfo 
	x11/gnome/planner/patches: patch-libplanner_mrp-time_c 
	x11/gnome/planner/pkg: PLIST 

Log message:
Use a regular release and bring all patches from Fedora.
Unbreak by fixing DEPENDS/WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:38:44

Modified files:
	x11/gnome/rygel: distinfo 
	x11/gnome/rygel/pkg: PLIST 

Log message:
update to rygel-0.20.0

ok taylor


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:40:27

Modified files:
	x11/gnome/rygel: Makefile 

Log message:
tweak


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 06:46:14

Modified files:
	x11/gnome/rygel: Makefile 

Log message:
cvs eated my Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 07:00:24

Modified files:
	multimedia/ming: Makefile 

Log message:
missing bump in giflib switch


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 07:24:56

Modified files:
	x11/gnome/clocks: Makefile 

Log message:
Missing dependency on geoclue2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 07:26:21

Modified files:
	x11/gnome/clocks: Makefile 

Log message:
Comment,


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 07:40:15

Modified files:
	audio/rhythmbox: Makefile 

Log message:
Regen WANTLIB to unbreak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 07:46:31

ports/www/cclive/patches

Update of /cvs/ports/www/cclive/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20865/patches

Log Message:
Directory /cvs/ports/www/cclive/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 07:47:35

Modified files:
	www/cclive     : Makefile distinfo 
Added files:
	www/cclive/patches: patch-src_cc_error_h 

Log message:
Unbreak by updating to cclive-0.9.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 08:03:21

Modified files:
	x11/gnome/online-miners: Makefile 

Log message:
Update to x11/gnome/grilo-plugins.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:03:31

Modified files:
	net/telepathy/telepathy-gabble: Makefile distinfo 
	net/telepathy/telepathy-gabble/pkg: PLIST 

Log message:
update to telepathy-gabble-0.18.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:03:45

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
update to empathy-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:04:23

Modified files:
	x11/gnome/mutter: Makefile distinfo 
	x11/gnome/mutter/pkg: PLIST 

Log message:
update to mutter-3.10.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:04:47

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/patches: patch-configure_ac 
	                         patch-docs_reference_shell_Makefile_am 
	                         patch-js_ui_panel_js 
	                         patch-js_ui_sessionMode_js 
	                         patch-src_Makefile_am 
	x11/gnome/shell/pkg: PLIST 

Log message:
update to gnome-shell-3.10.0.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:05:10

Modified files:
	x11/gnome/shell-extensions: Makefile distinfo 
	x11/gnome/shell-extensions/pkg: PLIST 

Log message:
update to gnome-shell-extensions-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:09:58

Modified files:
	x11/gnome/anjuta: Makefile distinfo 
	x11/gnome/anjuta/patches: 
	                          patch-plugins_project-wizard_templates_pygtk_src_main_py 
	                          patch-plugins_project-wizard_templates_python_src_main_py 
	x11/gnome/anjuta/pkg: PLIST 

Log message:
update to anjuta-3.10.0


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/27 08:10:01

Modified files:
	sys/net        : if_enc.c 

Log message:
The error return codes for the enc interface were inconsistent.
Always return the appropriate errno.
OK reyk@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:10:10

Modified files:
	x11/gnome/anjuta-extras: Makefile distinfo 
	x11/gnome/anjuta-extras/pkg: PLIST 

Log message:
update to anjuta-extras-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:32:20

ports/devel/libgit2/libgit2-glib/patches

Update of /cvs/ports/devel/libgit2/libgit2-glib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19436/patches

Log Message:
Directory /cvs/ports/devel/libgit2/libgit2-glib/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 08:36:20

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile 
	multimedia/gstreamer1/plugins-good/pkg: PLIST-main 

Log message:
Register conflict with gstreamer1-plugins-bad-<1.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:36:30

Modified files:
	devel/libgit2/libgit2-glib: Makefile 
Added files:
	devel/libgit2/libgit2-glib/patches: patch-libgit2-glib-1_0_pc_in 

Log message:
fix pkgconfig file so it can actually be used.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 08:40:03

Modified files:
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gedit-plugins/pkg: PLIST 

Log message:
enable git plugin


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/27 09:56:40

Added files:
	x11/rxvt-unicode/patches: patch-libev_ev_c 

Log message:
sync bundled libev with devel/libev (miod's patch to add support
for m68k, m88k and sh)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:03:49

Modified files:
	x11/gnome/settings-daemon: Makefile 

Log message:
Add comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:07:59

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
Missing BDEP+RDEP on geo/geoclue2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 10:08:05

Log message:
    import bijiben-3.10.0
    
    Bijiben is an attempt to design an intuitive note editor with strong
    desktop integration.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132709
    
    N ports/x11/gnome/bijiben/Makefile
    N ports/x11/gnome/bijiben/distinfo
    N ports/x11/gnome/bijiben/pkg/DESCR
    N ports/x11/gnome/bijiben/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 10:09:53

Modified files:
	x11/gnome      : Makefile 

Log message:
+bijiben


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:25:52

Modified files:
	x11/gnome/bijiben: Makefile 
	x11/gnome/bijiben/pkg: PLIST 

Log message:
CONFIGURE_ENV is not needed.
Uncomment yelp and regen PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:30:03

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 

Log message:
Install bijiben, gnome-maps, gnome-music and gnome-online-miners by
default.
Remove gnote from -extra.
Add commented www/epiphany.
Small README tweak.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:31:28

Modified files:
	www/epiphany   : Makefile 

Log message:
Small comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 10:33:59

Modified files:
	meta/gnome     : Makefile 

Log message:
Bye bye devel/gconf2,-polkit.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/09/27 10:52:03

Modified files:
	.              : orders.html 

Log message:
Fix spelling mistakes identified by Maxime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 11:29:33

Modified files:
	devel/libgit2/libgit2-glib/patches: patch-libgit2-glib-1_0_pc_in 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 11:32:51

Modified files:
	devel/spidermonkey: Makefile 

Log message:
Remove devel/gconf2 from comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 11:33:21

Modified files:
	devel/gconf2   : Makefile 
	devel/gconf2/pkg: PLIST-main 
Removed files:
	devel/gconf2/pkg: DESCR-polkit PLIST-polkit 

Log message:
Drop the -polkit subpackage, it makes no sense nowadays.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/27 11:34:43

Modified files:
	net/telepathy  : Makefile.inc 
	net/telepathy/telepathy-farstream: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 

Log message:
move gtkdoc related bits into Makefile.inc


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 11:48:33

Modified files:
	devel/gconf2   : Makefile 
Added files:
	devel/gconf2/pkg: DESCR PLIST 
Removed files:
	devel/gconf2/pkg: DESCR-main PLIST-main 

Log message:
Drop -main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/27 11:49:13

Modified files:
	audio/grip     : Makefile 
	audio/soundtracker: Makefile 
	comms/gmfsk    : Makefile 
	databases/mdbtools/snapshot: Makefile 
	devel/gconf-editor: Makefile 
	devel/goffice08: Makefile 
	editors/emacs  : Makefile 
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 
	games/atomix   : Makefile 
	games/gamine   : Makefile 
	games/gnome-mastermind: Makefile 
	games/grhino   : Makefile 
	games/gtetrinet: Makefile 
	games/pioneers : Makefile 
	geo/foxtrotgps : Makefile 
	geo/osm2go     : Makefile 
	graphics/amide : Makefile 
	graphics/comix : Makefile 
	graphics/rawstudio: Makefile 
	lang/classpath : Makefile 
	misc/redshift  : Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/ogmrip: Makefile 
	net/etherape   : Makefile 
	net/gnaughty   : Makefile 
	net/libsocialweb: Makefile 
	net/pidgin     : Makefile 
	net/twitux     : Makefile 
	net/xchat      : Makefile 
	productivity/gnucash: Makefile 
	productivity/rubrica2: Makefile 
	productivity/workrave: Makefile 
	sysutils/apcupsd: Makefile 
	www/chromium   : Makefile 
	www/gtkhtml3   : Makefile 
	x11/compiz/core: Makefile 
	x11/fsv        : Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/mono-gnome: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tweak-tool: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gpointing-device-settings: Makefile 
	x11/wxWidgets  : Makefile 

Log message:
Bump after devel/gconf2,-main is gone.


CVSROOT:	/cvs
Module name:	www
Changes by:	patrick@cvs.openbsd.org	2013/09/27 13:02:08

Added files:
	.              : armv7.html 

Log message:
Add initial page for armv7.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/09/27 13:23:15

Modified files:
	build          : support.dat 

Log message:
Removed on request from Saad on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2013/09/27 13:24:13

Modified files:
	.              : support.html 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/28 00:43:42

Modified files:
	sys/dev/sbus   : zx.c 
	sys/arch/sparc/dev: zx.c 

Log message:
Fix use of uninitialized variable, found by Maxime Villard.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 00:52:03

Modified files:
	x11/gnome/music: Makefile 

Log message:
Missing BDEP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 01:06:49

Modified files:
	x11/gnome/tweak-tool: Makefile 

Log message:
Missing BDEP+RDEP on gtk+3.
Missing RDEP on gnome-shell.
Drop dependency on gconf2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 01:25:08

Modified files:
	x11/gnome/gdl  : Makefile distinfo 
	x11/gnome/gdl/pkg: PLIST 

Log message:
Update to gdl-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 01:30:44

Modified files:
	sysutils/accountsservice: Makefile 

Log message:
Add XXX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/28 01:34:00

Modified files:
	x11/gnome/calculator: Makefile distinfo 
	x11/gnome/calculator/pkg: PLIST 

Log message:
update to gnome-calculator-3.10.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 02:16:58

Modified files:
	x11/gnome/clocks: Makefile 

Log message:
Missing yelp in MODGNOME_TOOLS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/28 02:33:24

Modified files:
	sysutils/monit : Makefile distinfo 

Log message:
update to monit-5.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 02:47:58

Modified files:
	x11/gnome      : Makefile.inc gnome.port.mk 

Log message:
Set HOMEPAGE within the x11/gnome MODULE for GNOME_PROJECT ports
instead of Makefile.inc.
discussed with jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 02:50:46

Modified files:
	x11/gtkglarea  : Makefile 
	x11/xdg-user-dirs-gtk: Makefile 
	net/libsocialweb: Makefile 
	devel/libgtop2 : Makefile 
	devel/libwnck  : Makefile 
	devel/libwnck3 : Makefile 
	devel/goffice  : Makefile 
	devel/goffice08: Makefile 
	devel/gsettings-desktop-schemas: Makefile 
	devel/dconf    : Makefile 
	x11/gob2       : Makefile 
	x11/gtk-engines2: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/gtksourceview3: Makefile 
	x11/gtksourceviewmm3: Makefile 
	net/twitux     : Makefile 
	sysutils/d-feet: Makefile 
	textproc/gtranslator: Makefile 
	www/epiphany   : Makefile 
	www/gtkhtml3   : Makefile 
	www/gtkhtml4   : Makefile 
	math/gnumeric  : Makefile 
	net/gssdp      : Makefile 
	net/libepc     : Makefile 
	graphics/gthumb: Makefile 
	graphics/lasem : Makefile 
	graphics/pdfmod: Makefile 
	lang/vala      : Makefile 
	mail/evolution : Makefile 
	mail/evolution-ews: Makefile 
	geo/libchamplain: Makefile 
	graphics/dia   : Makefile 
	graphics/evince: Makefile 
	graphics/goocanvas: Makefile 
	graphics/goocanvas2: Makefile 
	devel/libpeas  : Makefile 
	devel/libsoup  : Makefile 
	devel/libunique: Makefile 
	devel/libunique3: Makefile 
	devel/vte      : Makefile 
	devel/vte3     : Makefile 
	devel/ORBit2   : Makefile 
	devel/atk      : Makefile 
	devel/gconf-editor: Makefile 
	devel/gconf2   : Makefile 
	devel/giggle   : Makefile 
	devel/gobject-introspection: Makefile 
	devel/hyena    : Makefile 
	devel/json-glib: Makefile 
	devel/libIDL   : Makefile 
	devel/libgdata : Makefile 
	devel/libgee   : Makefile 
	devel/libgee06 : Makefile 
	devel/libglade2: Makefile 
	devel/libgsf   : Makefile 
	audio/rhythmbox: Makefile 
	databases/evolution-data-server: Makefile 

Log message:
Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 02:51:33

Modified files:
	x11/gnome/alacarte: Makefile 
	x11/gnome/backgrounds: Makefile 
	x11/gnome/baobab: Makefile 
	x11/gnome/bijiben: Makefile 
	x11/gnome/calculator: Makefile 
	x11/gnome/caribou: Makefile 
	x11/gnome/clocks: Makefile 
	x11/gnome/color-manager: Makefile 
	x11/gnome/common: Makefile 
	x11/gnome/contacts: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/dictionary: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog-plugins: Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/font-viewer: Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/gdl  : Makefile 
	x11/gnome/gdlmm: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-code-assistance: Makefile 
	x11/gnome/gedit-cossa: Makefile 
	x11/gnome/gedit-latex: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/getting-started-docs: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gjs  : Makefile 
	x11/gnome/gnote: Makefile 
	x11/gnome/grilo: Makefile 
	x11/gnome/grilo-plugins: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gvfs : Makefile 
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme-extras: Makefile 
	x11/gnome/icon-theme-symbolic: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/latexila: Makefile 
	x11/gnome/libbonobo: Makefile 
	x11/gnome/libbonoboui: 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/libgweather: Makefile 
	x11/gnome/librsvg: Makefile 
	x11/gnome/libsecret: Makefile 
	x11/gnome/libzapojit: Makefile 
	x11/gnome/maps : Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/mime-data: Makefile 
	x11/gnome/moserial: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/music: Makefile 
	x11/gnome/mutter: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nemiver: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/online-miners: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/photos: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/power-manager: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/screenshot: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-nautilus: Makefile 
	x11/gnome/seahorse-sharing: Makefile 
	x11/gnome/search-tool: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/shell: Makefile 
	x11/gnome/shell-extensions: Makefile 
	x11/gnome/sushi: Makefile 
	x11/gnome/system-log: Makefile 
	x11/gnome/system-monitor: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/themes-standard: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/tweak-tool: Makefile 
	x11/gnome/user-docs: Makefile 
	x11/gnome/user-share: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/weather: Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/yelp-tools: Makefile 
	x11/gnome/yelp-xsl: Makefile 
	x11/gnome/zenity: Makefile 

Log message:
Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/28 02:51:39

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Another puc(4) device based on Oxford chipset, found in a Startech
expresscard serial card


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/28 02:52:37

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/28 02:53:41

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
Another puc(4) device based on Oxford chipset found in a Startech
expresscard serial card


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 03:06:58

Modified files:
	x11/gnome      : Makefile.inc 

Log message:
No need for condiitonals.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 03:24:44

Removed files:
	x11/gnome/vino/patches: patch-server_libvncserver_rfbserver_c 

Log message:
Forgot to cvs rm...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 03:37:45

Modified files:
	x11/gtk+3      : Makefile 
Added files:
	x11/gtk+3/patches: patch-gdk_x11_gdkwindow-x11_c 
	                   patch-gtk_gtkheaderbar_c 

Log message:
Merge a couple of fixes including for a crash (upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/28 04:05:37

Modified files:
	sys/arch/armish/stand/boot: devopen.c 

Log message:
Use of uninitialized variable. Found by Maxime Villard

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 04:47:45

Modified files:
	x11/gnome/gcr  : Makefile 
	x11/gnome/keyring: Makefile 

Log message:
Drop uneeded BDEP.


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/09/28 05:22:09

Modified files:
	sys/dev/usb    : uthum.c 

Log message:
Fix the message of uthum(4)'s calibration offset is incorrect
when the offset is -1 < degC < 0.

ok by yuo@ and mpi@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 05:33:12

Modified files:
	astro/stellarium: Makefile distinfo 
	astro/stellarium/pkg: PLIST 

Log message:
Update to stellarium-0.12.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/09/28 06:18:05

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
Resolve the uncertainty in the REFID assignment.

Previously, when there is an even number of offsets, we did the average
of the two middle offets but would set the REFID from one of them.
Instead, we simply select the middle offset with the lowest delay.

diff from Mike Miller <mmiller mgm51 com> (many thanks!)

OK phessler@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 06:40:33

Modified files:
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/armv7/imx: imx_machdep.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/landisk/landisk: machdep.c 
	sys/arch/loongson/loongson: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/octeon/octeon: machdep.c 
	sys/arch/sgi/sgi: machdep.c 
	sys/arch/socppc/socppc: machdep.c 
	sys/arch/solbourne/solbourne: machdep.c 
	sys/arch/sparc/sparc: machdep.c 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/vax: machdep.c 

Log message:
In boot(), do not iterate over alldevs if it's empty (i.e. halting from ddb
with ddb entered early with boot -d or from UKC).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 08:00:00

Modified files:
	sys/arch/sgi/hpc: hpc.c 

Log message:
Correctly probe for the Ethernet chip on HPC 1.5 expansion boards. Gets rid of
false sq positives ("sq not configured" since rejected by the sq driver) in
dmesg, for SCSI HPC boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 08:03:13

Modified files:
	sys/arch/sgi/gio: gio.c 

Log message:
Refine the frame buffer probe again, to correctly detect a newport frame buffer
on Indy if an HPC SCSI board is plugged in either expansion slots, as this
somehow affects pipelined reads of the newport space.

The framebuffer detection is slowly becoming an ISA-like mess...

Thanks to Alain Tauch for giving me an HPC SCSI board (wrapped in yet another
Indy)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 08:16:42

Modified files:
	sys/arch/armish/armish: armish_machdep.c 
	sys/arch/armv7/imx: imx_machdep.c 
	sys/arch/armv7/omap: beagle_machdep.c 
	sys/arch/zaurus/zaurus: zaurus_machdep.c 

Log message:
A few missing config_suspend(, DVACT_POWERDOWN) constructs after
doshutdownhooks() calls.
XXX arm-based ports ought to really share their reboot code.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/28 09:21:55

Modified files:
	sys/kern       : sys_socket.c 

Log message:
poll(2) on a socket should set POLLHUP on EOF.  This makes the
behavior of socketpair(2) match that of pipe(2) when the other end
is closed.  OK guenther@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 09:36:36

Modified files:
	xserver        : ChangeLog aclocal.m4 configure configure.ac 
	xserver/Xext   : saver.c 
	xserver/Xi     : exevents.c ungrdevb.c ungrdevk.c 
	                 xipassivegrab.c xiqueryversion.c 
	xserver/dix    : cursor.c devices.c dispatch.c events.c 
	                 getevents.c grabs.c main.c pixmap.c touch.c 
	                 window.c 
	xserver/fb     : fbpixmap.c 
	xserver/glx    : glxdri.c 
	xserver/hw/kdrive/src: kinput.c 
	xserver/hw/xfree86/common: xf86platformBus.c 
	xserver/hw/xfree86/modes: xf86Crtc.c xf86Cursors.c 
	xserver/hw/xfree86/ramdac: xf86Cursor.c 
	xserver/include: cursor.h dixgrabs.h eventstr.h input.h 
	                 inputstr.h 
	xserver/render : animcur.c 
	xserver/test/xi2: protocol-xiqueryversion.c 
	xserver/xfixes : cursor.c 

Log message:
Update to xserver 1.14.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 09:37:15

Modified files:
	util/makedepend: ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 autogen.sh config.guess config.sub configure 
	                 configure.ac cppsetup.c def.h depcomp 
	                 imakemdep.h include.c install-sh main.c 
	                 makedepend-config.h.in missing parse.c pr.c 
Added files:
	util/makedepend: compile test-driver 

Log message:
Update to makedepend 1.0.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 09:51:19

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Make stop/restart work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/28 10:22:40

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Make starting less of a hack.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 10:23:02

Modified files:
	app/xman       : COPYING ChangeLog Makefile.in ScrollByL.c 
	                 ScrollByL.h ScrollByLP.h aclocal.m4 buttons.c 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac defs.h depcomp globals.c globals.h 
	                 handler.c help.c icon_help.h icon_open.h 
	                 iconclosed.h install-sh main.c man.c man.h 
	                 misc.c missing search.c tkfuncs.c vendor.c 
	                 vendor.h 
	app/xman/app-defaults: Xman 
	app/xman/man   : Makefile.in xman.man 
Added files:
	app/xman       : compile 

Log message:
Update to xman 1.1.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 10:34:20

xenocara/lib/libX11/nls/km_KH.UTF-8

Update of /cvs/xenocara/lib/libX11/nls/km_KH.UTF-8
In directory cvs.openbsd.org:/tmp/cvs-serv14810/nls/km_KH.UTF-8

Log Message:
Directory /cvs/xenocara/lib/libX11/nls/km_KH.UTF-8 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 10:34:39

xenocara/lib/libX11/nls/sr_CS.UTF-8

Update of /cvs/xenocara/lib/libX11/nls/sr_CS.UTF-8
In directory cvs.openbsd.org:/tmp/cvs-serv26448/nls/sr_CS.UTF-8

Log Message:
Directory /cvs/xenocara/lib/libX11/nls/sr_CS.UTF-8 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:03:24

Modified files:
	lib/libX11     : ChangeLog Makefile.am aclocal.m4 configure 
	                 configure.ac 
	lib/libX11/include/X11: Xregion.h 
	lib/libX11/modules/im/ximcp: imCallbk.c imDefIc.c imDefIm.c 
	                             imDefLkup.c imDispch.c imExten.c 
	                             imInsClbk.c imInt.c imLcIc.c 
	                             imLcIm.c imLcPrs.c imRm.c 
	                             imRmAttr.c imThaiIc.c imThaiIm.c 
	                             imTrX.c imTrans.c imTransR.c 
	lib/libX11/modules/lc/def: lcDefConv.c 
	lib/libX11/modules/lc/gen: lcGenConv.c 
	lib/libX11/modules/lc/xlocale: lcEuc.c lcJis.c lcSjis.c 
	lib/libX11/modules/om/generic: omGeneric.c 
	lib/libX11/nls/en_US.UTF-8: Compose.pre 
	lib/libX11/src : Context.c FetchName.c Font.c FontInfo.c 
	                 FontNames.c FreeEData.c FreeGC.c GetFPath.c 
	                 GetHints.c GetNrmHint.c GetRGBCMap.c 
	                 GetStCmap.c GetWMCMapW.c GetWMProto.c ImUtil.c 
	                 InitExt.c IntAtom.c KeyBind.c ListExt.c 
	                 Makefile.am Makefile.in ModMap.c OpenDis.c 
	                 PolyReg.c PutImage.c QuColors.c Quarks.c 
	                 RdBitF.c Region.c RegstFlt.c SetFPath.c 
	                 SetHints.c SetRGBCMap.c StBytes.c TextToStr.c 
	                 VisUtil.c Xrm.c locking.c 
	lib/libX11/src/xcms: CCC.c CvCols.c IdOfPr.c LRGB.c SetGetCols.c 
	                     StCols.c cmsCmap.c cmsColNm.c cmsInt.c 
	lib/libX11/src/xkb: XKB.c XKBAlloc.c XKBBell.c XKBBind.c 
	                    XKBCompat.c XKBCtrls.c XKBCvt.c XKBExtDev.c 
	                    XKBGAlloc.c XKBGeom.c XKBGetByName.c 
	                    XKBGetMap.c XKBList.c XKBMAlloc.c XKBMisc.c 
	                    XKBNames.c XKBRdBuf.c XKBSetGeom.c 
	                    XKBSetMap.c XKBUse.c XKBleds.c XKBlibint.h 
	lib/libX11/src/xlibi18n: ICWrap.c IMWrap.c XDefaultIMIF.c 
	                         XDefaultOMIF.c XlcDL.c XlcPubI.h lcCT.c 
	                         lcCharSet.c lcConv.c lcDB.c lcDynamic.c 
	                         lcFile.c lcGeneric.c lcPrTxt.c 
	                         lcPubWrap.c lcPublic.c lcRM.c lcTxtPr.c 
	                         lcUTF8.c lcWrap.c mbWMProps.c mbWrap.c 
	                         utf8WMProps.c utf8Wrap.c 
	lib/libX11/src/xlibi18n/lcUniConv: 8bit_tab_to_h.c 
	                                   cjk_tab_to_h.c 
Added files:
	lib/libX11/nls/km_KH.UTF-8: Compose.pre XI18N_OBJS 
	                            XLC_LOCALE.pre 
	lib/libX11/nls/sr_CS.UTF-8: Compose.pre XI18N_OBJS 
	                            XLC_LOCALE.pre 

Log message:
Update to libX11 1.6.2. No API change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:25:11

Modified files:
	lib/libXaw     : ChangeLog Makefile.in aclocal.m4 compile 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp install-sh missing 
	lib/libXaw/include: Makefile.in 
	lib/libXaw/man : Makefile.in 
	lib/libXaw/specs: Makefile.in 
	lib/libXaw/src : Actions.c AsciiSrc.c DisplayList.c Label.c 
	                 Makefile.in MultiSrc.c Pixmap.c TextAction.c 
	                 Vendor.c 

Log message:
Update to libXaw 1.0.12


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:31:53

Modified files:
	lib/libXmu     : COPYING ChangeLog Makefile.in aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp install-sh missing 
	lib/libXmu/doc : Makefile.in 
	lib/libXmu/include: Makefile.in 
	lib/libXmu/src : CrCmap.c CvtStdSel.c LocBitmap.c Lower.c 
	                 Makefile.in RdBitF.c StrToGrav.c WidgetNode.c 
Added files:
	lib/libXmu     : compile 

Log message:
Update to libXmu 1.1.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:40:35

Modified files:
	lib/libXpm     : COPYING ChangeLog Makefile.in aclocal.m4 
	                 config.guess config.h.in config.sub configure 
	                 configure.ac depcomp install-sh missing 
	lib/libXpm/cxpm: Makefile.in 
	lib/libXpm/doc : Makefile.in 
	lib/libXpm/include: Makefile.in 
	lib/libXpm/include/X11: xpm.h 
	lib/libXpm/man : Makefile.in cxpm.man 
	lib/libXpm/src : Makefile.in RdFToBuf.c RdFToDat.c RdFToI.c 
	                 RdFToP.c WrFFrBuf.c WrFFrDat.c WrFFrI.c 
	                 WrFFrP.c 
	lib/libXpm/sxpm: Makefile.in sxpm.c 
Added files:
	lib/libXpm     : compile 

Log message:
Update to libXpm 3.5.11


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:47:02

Modified files:
	lib/libXrandr  : COPYING ChangeLog Makefile.in aclocal.m4 
	                 configure configure.ac 
	lib/libXrandr/src: Xrandr.c XrrProvider.c 
Added files:
	lib/libXrandr  : compile 

Log message:
Update to libXrandr 1.4.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/28 11:50:08

Modified files:
	share/man/man4 : video.4 

Log message:
correct description of v4l2_fmtdesc; from Remco
ok miod


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:51:21

Modified files:
	lib/libXv      : ChangeLog Makefile.in aclocal.m4 config.h.in 
	                 configure configure.ac 
	lib/libXv/include/X11/extensions: Xvlib.h 
	lib/libXv/src  : Xv.c Xvlibint.h 
Added files:
	lib/libXv      : compile 

Log message:
Update to libXv 1.0.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/09/28 11:52:15

Modified files:
	www/py-jinja2  : Makefile distinfo 
	www/py-jinja2/pkg: PLIST 

Log message:
Update to Jinja2 2.7.1.
maintainer ok.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/09/28 11:54:31

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/09/28 12:49:32

Modified files:
	usr.bin/sndiod : dev.h midi.c siofile.h 

Log message:
Fix condition to check if a midi port is referenced. Remove unused bits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/28 13:06:20

Modified files:
	games/manaplus : Makefile distinfo 

Log message:
Update to 1.3.9.29


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 13:25:25

Modified files:
	sys/arch/aviion/aviion: disksubr.c 
	sys/arch/aviion/include: disklabel.h 

Log message:
The first step in being able to share disks with DG/UX: recognize VDM/VDIT
disk layout, and if a vdmpart instance named "OpenBSD" is found (but not a
vdmaggr!!!), assume this is the OpenBSD part of the disk and the native label
is found within it.

Native DG/UX partitions (vdmpart or vdmaggr) will NOT be reported in the
spoofed label of a shared disk.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 13:56:47

Modified files:
	sys/arch/aviion/aviion: locore.S machdep.c prom.c 

Log message:
Make sure the stack is 1:1 mapped before attempting to give control back
to the PROM at halt/reboot time; this lets systems reboot again.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 15:10:58

Modified files:
	sys/arch/hp300/dev: diofb.c topcat.c 

Log message:
Model 332 has a monochrome 98542 on-board, instead of the expected 98544;
that particular model lacks the colormap chips (likely due to physical space
constraints) and lies about its visible geometry, in pure old HP frame buffer
style (before HP engineers realized the usefulness of providing correct data
to the operating system).

Work done by Andrew Gillham (last name on gmail), with unsignificant tweaks
by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 15:34:11

Modified files:
	etc/etc.aviion : Makefile.inc 

Log message:
Muild bsd.mp when baking a release.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/28 15:59:39

Modified files:
	sys/arch/aviion/stand: Makefile Makefile.inc 
	sys/arch/aviion/stand/libprom: getc.c getenaddr.c prom.h putc.c 
	sys/arch/aviion/stand/netboot: Makefile crt.c 

Log message:
belatedly adjust to gcc 3 and ELF


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/09/28 16:02:04

Modified files:
	sys/conf       : GENERIC 

Log message:
enable mpath, rdac, and sym to see what will happen.

discussed with and ok deraadt. we expect a problem will appear which will
cause it to be disabled again, but unless we try this we wont see the
problems.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/29 03:32:57

Modified files:
	x11/p5-Gtk2-Ex-FormFactory: Makefile distinfo 
	x11/p5-Gtk2-Ex-FormFactory/pkg: PLIST 

Log message:
Update to p5-Gtk2-Ex-FormFactory-0.67.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/09/29 04:11:14

Modified files:
	share/man/man8 : rc.d.8 

Log message:
Instead of demonstrating the method to override rc.d variables with a
(relatively uncommon) change of uid, demonstrate changing flags instead,
as this is more common (and hoping that this reduces the chance of users
editing the rc.d script directly which can cause problems at upgrade time).
Feedback from jmc, tweaks from schwarze, ok jmc schwarze ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/09/29 04:45:40

Modified files:
	usr.bin/netstat: route.c 

Log message:
Prepare netstat for printing 64 bit route expire time.
OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/29 06:06:41

Modified files:
	devel/gconf-editor: Makefile 

Log message:
Drop RDEP on devel/gconf2,-polkit.

spotted by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 06:17:59

Modified files:
	sys/arch/aviion/aviion: disksubr.c 
	sys/arch/aviion/include: disklabel.h 

Log message:
Perform more consistency checks when walking the VDIT.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/09/29 06:56:32

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/dev        : cninit.c cons.h 
	sys/arch/i386/i386: bios.c 

Log message:
Get rid of cnset().  It is only used on amd64/i386 and doesn't really do
anything useful there.  Switching from glass console to serial console is
already done by cninit(), and the reinitializaton of cn_tab by cnset()
breaks the conseleness checks in the wsdisplay code.

Tested on various amd64/i386 systems with both glass and serial console.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/29 07:17:43

Modified files:
	share/man/man8 : rc.d.8 

Log message:
fix some formatting warnings;


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/09/29 08:00:03

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
2 new libX11 locale


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 08:08:54

Modified files:
	sys/arch/aviion/aviion: m8820x.c 

Log message:
Test whether the WHOAMI register exists before using it. Apparently, models
100/200/300 would lack it. They are single-processor systems anyway.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 08:47:30

www/papers/eurobsdcon_2013_time_t

Update of /cvs/www/papers/eurobsdcon_2013_time_t
In directory cvs.openbsd.org:/var/www/www/papers/eurobsdcon_2013_time_t

Log Message:
Directory /cvs/www/papers/eurobsdcon_2013_time_t added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 08:52:17

Modified files:
	.              : events.html 
Added files:
	papers/eurobsdcon_2013_time_t: index.html mgp00001.html 
	                               mgp00001.idx.jpg mgp00001.jpg 
	                               mgp00001.txt mgp00002.html 
	                               mgp00002.idx.jpg mgp00002.jpg 
	                               mgp00002.txt mgp00003.html 
	                               mgp00003.idx.jpg mgp00003.jpg 
	                               mgp00003.txt mgp00004.html 
	                               mgp00004.idx.jpg mgp00004.jpg 
	                               mgp00004.txt mgp00005.html 
	                               mgp00005.idx.jpg mgp00005.jpg 
	                               mgp00005.txt mgp00006.html 
	                               mgp00006.idx.jpg mgp00006.jpg 
	                               mgp00006.txt mgp00007.html 
	                               mgp00007.idx.jpg mgp00007.jpg 
	                               mgp00007.txt mgp00008.html 
	                               mgp00008.idx.jpg mgp00008.jpg 
	                               mgp00008.txt mgp00009.html 
	                               mgp00009.idx.jpg mgp00009.jpg 
	                               mgp00009.txt mgp00010.html 
	                               mgp00010.idx.jpg mgp00010.jpg 
	                               mgp00010.txt mgp00011.html 
	                               mgp00011.idx.jpg mgp00011.jpg 
	                               mgp00011.txt mgp00012.html 
	                               mgp00012.idx.jpg mgp00012.jpg 
	                               mgp00012.txt mgp00013.html 
	                               mgp00013.idx.jpg mgp00013.jpg 
	                               mgp00013.txt mgp00014.html 
	                               mgp00014.idx.jpg mgp00014.jpg 
	                               mgp00014.txt mgp00015.html 
	                               mgp00015.idx.jpg mgp00015.jpg 
	                               mgp00015.txt mgp00016.html 
	                               mgp00016.idx.jpg mgp00016.jpg 
	                               mgp00016.txt mgp00017.html 
	                               mgp00017.idx.jpg mgp00017.jpg 
	                               mgp00017.txt mgp00018.html 
	                               mgp00018.idx.jpg mgp00018.jpg 
	                               mgp00018.txt mgp00019.html 
	                               mgp00019.idx.jpg mgp00019.jpg 
	                               mgp00019.txt mgp00020.html 
	                               mgp00020.idx.jpg mgp00020.jpg 
	                               mgp00020.txt mgp00021.html 
	                               mgp00021.idx.jpg mgp00021.jpg 
	                               mgp00021.txt mgp00022.html 
	                               mgp00022.idx.jpg mgp00022.jpg 
	                               mgp00022.txt mgp00023.html 
	                               mgp00023.idx.jpg mgp00023.jpg 
	                               mgp00023.txt mgp00024.html 
	                               mgp00024.idx.jpg mgp00024.jpg 
	                               mgp00024.txt mgp00025.html 
	                               mgp00025.idx.jpg mgp00025.jpg 
	                               mgp00025.txt mgp00026.html 
	                               mgp00026.idx.jpg mgp00026.jpg 
	                               mgp00026.txt mgp00027.html 
	                               mgp00027.idx.jpg mgp00027.jpg 
	                               mgp00027.txt mgp00028.html 
	                               mgp00028.idx.jpg mgp00028.jpg 
	                               mgp00028.txt mgp00029.html 
	                               mgp00029.idx.jpg mgp00029.jpg 
	                               mgp00029.txt mgp00030.html 
	                               mgp00030.idx.jpg mgp00030.jpg 
	                               mgp00030.txt mgp00031.html 
	                               mgp00031.idx.jpg mgp00031.jpg 
	                               mgp00031.txt mgp00032.html 
	                               mgp00032.idx.jpg mgp00032.jpg 
	                               mgp00032.txt mgp00033.html 
	                               mgp00033.idx.jpg mgp00033.jpg 
	                               mgp00033.txt mgp00034.html 
	                               mgp00034.idx.jpg mgp00034.jpg 
	                               mgp00034.txt mgp00035.html 
	                               mgp00035.idx.jpg mgp00035.jpg 
	                               mgp00035.txt mgp00036.html 
	                               mgp00036.idx.jpg mgp00036.jpg 
	                               mgp00036.txt mgp00037.html 
	                               mgp00037.idx.jpg mgp00037.jpg 
	                               mgp00037.txt mgp00038.html 
	                               mgp00038.idx.jpg mgp00038.jpg 
	                               mgp00038.txt mgp00039.html 
	                               mgp00039.idx.jpg mgp00039.jpg 
	                               mgp00039.txt mgp00040.html 
	                               mgp00040.idx.jpg mgp00040.jpg 
	                               mgp00040.txt mgp00041.html 
	                               mgp00041.idx.jpg mgp00041.jpg 
	                               mgp00041.txt mgp00042.html 
	                               mgp00042.idx.jpg mgp00042.jpg 
	                               mgp00042.txt mgp00043.html 
	                               mgp00043.idx.jpg mgp00043.jpg 
	                               mgp00043.txt mgp00044.html 
	                               mgp00044.idx.jpg mgp00044.jpg 
	                               mgp00044.txt mgp00045.html 
	                               mgp00045.idx.jpg mgp00045.jpg 
	                               mgp00045.txt 

Log message:
start bringing in eurobsdcon 2013 talks


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 08:52:57

Modified files:
	.              : events.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 08:54:08

Modified files:
	include        : Makefile 

Log message:
remove bogus comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 09:42:25

Modified files:
	usr.bin/awk    : run.c 

Log message:
use a more clearly named variable for the srandom case in the code
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/29 09:47:36

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Print out the compressed image size during unhibernate, for diagnostic
purposes and to give the user an idea as to how much is going to be read
in.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 10:24:22

Modified files:
	usr.sbin/pppd  : chap.c magic.c 

Log message:
purge compat junk related to drand48; ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/09/29 10:28:36

Modified files:
	sys/sys        : hibernate.h 

Log message:
Removed some unused code


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 10:29:21

Modified files:
	openssh        : index.html 

Log message:
link to SSH Mastery book


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 10:32:26

Modified files:
	sys/arch/aviion/aviion: disksubr.c 

Log message:
Split the VDIT label code into VDM "label" (which only defines non-MBR
partitioning, and an optional boot area) and real VDIT.

If a VDM label is found, but no VDIT is found, search for a native label in
sector 1 (where VDIT would start).

In either case, make sure the OpenBSD area of the disk does not enclose the
boot area.

This allows PROM bootable disks, not shared with DG/UX, to be set up with
minimal hassle. To be done by the upcoming installboot(8) soon.


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2013/09/29 10:35:03

www/papers/eurobsdcon_2013_kde4

Update of /cvs/www/papers/eurobsdcon_2013_kde4
In directory cvs.openbsd.org:/tmp/cvs-serv24108/eurobsdcon_2013_kde4

Log Message:
Directory /cvs/www/papers/eurobsdcon_2013_kde4 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/29 10:48:36

Modified files:
	x11/gnome/getting-started-docs: Makefile 

Log message:
No need to RDEP on multimedia/gstreamer1/plugins-libav, plugins-good is
enough.


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2013/09/29 10:56:53

Added files:
	papers/eurobsdcon_2013_kde4: img0.html img0.png img1.html 
	                             img1.png img10.html img10.png 
	                             img11.html img11.png img12.html 
	                             img12.png img13.html img13.png 
	                             img14.html img14.png img15.html 
	                             img15.png img16.html img16.png 
	                             img17.html img17.png img18.html 
	                             img18.png img19.html img19.png 
	                             img2.html img2.png img20.html 
	                             img20.png img21.html img21.png 
	                             img22.html img22.png img23.html 
	                             img23.png img24.html img24.png 
	                             img25.html img25.png img26.html 
	                             img26.png img27.html img27.png 
	                             img28.html img28.png img29.html 
	                             img29.png img3.html img3.png 
	                             img30.html img30.png img31.html 
	                             img31.png img32.html img32.png 
	                             img33.html img33.png img34.html 
	                             img34.png img35.html img35.png 
	                             img36.html img36.png img37.html 
	                             img37.png img38.html img38.png 
	                             img39.html img39.png img4.html 
	                             img4.png img40.html img40.png 
	                             img41.html img41.png img42.html 
	                             img42.png img43.html img43.png 
	                             img44.html img44.png img45.html 
	                             img45.png img46.html img46.png 
	                             img47.html img47.png img48.html 
	                             img48.png img49.html img49.png 
	                             img5.html img5.png img50.html 
	                             img50.png img51.html img51.png 
	                             img52.html img52.png img53.html 
	                             img53.png img54.html img54.png 
	                             img55.html img55.png img56.html 
	                             img56.png img57.html img57.png 
	                             img58.html img58.png img59.html 
	                             img59.png img6.html img6.png 
	                             img60.html img60.png img61.html 
	                             img61.png img62.html img62.png 
	                             img63.html img63.png img64.html 
	                             img64.png img65.html img65.png 
	                             img66.html img66.png img67.html 
	                             img67.png img68.html img68.png 
	                             img69.html img69.png img7.html 
	                             img7.png img8.html img8.png 
	                             img9.html img9.png index.html 
	                             text0.html text1.html text10.html 
	                             text11.html text12.html text13.html 
	                             text14.html text15.html text16.html 
	                             text17.html text18.html text19.html 
	                             text2.html text20.html text21.html 
	                             text22.html text23.html text24.html 
	                             text25.html text26.html text27.html 
	                             text28.html text29.html text3.html 
	                             text30.html text31.html text32.html 
	                             text33.html text34.html text35.html 
	                             text36.html text37.html text38.html 
	                             text39.html text4.html text40.html 
	                             text41.html text42.html text43.html 
	                             text44.html text45.html text46.html 
	                             text47.html text48.html text49.html 
	                             text5.html text50.html text51.html 
	                             text52.html text53.html text54.html 
	                             text55.html text56.html text57.html 
	                             text58.html text59.html text6.html 
	                             text60.html text61.html text62.html 
	                             text63.html text64.html text65.html 
	                             text66.html text67.html text68.html 
	                             text69.html text7.html text8.html 
	                             text9.html thumb0.png thumb1.png 
	                             thumb10.png thumb11.png thumb12.png 
	                             thumb13.png thumb14.png thumb15.png 
	                             thumb16.png thumb17.png thumb18.png 
	                             thumb19.png thumb2.png thumb20.png 
	                             thumb21.png thumb22.png thumb23.png 
	                             thumb24.png thumb25.png thumb26.png 
	                             thumb27.png thumb28.png thumb29.png 
	                             thumb3.png thumb30.png thumb31.png 
	                             thumb32.png thumb33.png thumb34.png 
	                             thumb35.png thumb36.png thumb37.png 
	                             thumb38.png thumb39.png thumb4.png 
	                             thumb40.png thumb41.png thumb42.png 
	                             thumb43.png thumb44.png thumb45.png 
	                             thumb46.png thumb47.png thumb48.png 
	                             thumb49.png thumb5.png thumb50.png 
	                             thumb51.png thumb52.png thumb53.png 
	                             thumb54.png thumb55.png thumb56.png 
	                             thumb57.png thumb58.png thumb59.png 
	                             thumb6.png thumb60.png thumb61.png 
	                             thumb62.png thumb63.png thumb64.png 
	                             thumb65.png thumb66.png thumb67.png 
	                             thumb68.png thumb69.png thumb7.png 
	                             thumb8.png thumb9.png 

Log message:
Add my EuroBSDCon 2013 KDE4 presentation.


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2013/09/29 11:03:03

Modified files:
	papers         : index.html 

Log message:
Add links to EuroBSDCon 2013 presentations already there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/29 11:11:45

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile 

Log message:
Needs gnu libtool.


CVSROOT:	/cvs
Module name:	www
Changes by:	bluhm@cvs.openbsd.org	2013/09/29 11:17:01

Modified files:
	papers         : index.html 
Added files:
	papers         : eurobsdcon_2013_sosplice-slides.pdf 

Log message:
Add my EuroBSDCon 2013 Socket Splicing presentation.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/29 11:20:04

Modified files:
	de             : anoncvs.html octeon.html orders.html 
	                 stable.html 
	fr             : aviion.html donations.html orders.html 
	ja             : index.html 
	nl             : orders.html 
	openssh/fr     : donations.html list.html 
	openssh/ja     : donations.html ftp.html index.html list.html 
	                 openbsd.html portable.html 
	openssh/nl     : list.html 
	openssh/ru     : list.html 
	porting/de     : update.html 
	porting/fr     : update.html 
	ru             : goals.html report.html smp.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 11:24:03

Modified files:
	.              : events.html 

Log message:
links


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/09/29 11:41:40

Modified files:
	faq            : current.html 

Log message:
standardize...  ports/pkg changes are marked with [ports].


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 11:47:41

src/sys/arch/aviion/stand/installboot

Update of /cvs/src/sys/arch/aviion/stand/installboot
In directory cvs.openbsd.org:/tmp/cvs-serv2716/installboot

Log Message:
Directory /cvs/src/sys/arch/aviion/stand/installboot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 11:51:34

Modified files:
	sys/arch/aviion/stand: Makefile 
Added files:
	sys/arch/aviion/stand/installboot: Makefile installboot.8 
	                                   installboot.c 

Log message:
Simple installboot(8) for aviion. Awaiting boot blocks...


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/29 12:36:30

Modified files:
	www            : Makefile 

Log message:
unlink twiki


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/09/29 12:37:48

Removed files:
	www/twiki      : Makefile distinfo 
	www/twiki/files: httpd-twiki.conf 
	www/twiki/patches: patch-bin_LocalLib_cfg 
	                   patch-lib_TWiki_Client_TemplateLogin_pm 
	www/twiki/pkg  : DESCR MESSAGE PLIST 

Log message:
Remove TWiki
- is unmaintained/outdated for years
- has a lot of PLISTed files that change during usage
- @comment no checksum or @sample don't help here

suggested by and ok aja@, ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2013/09/29 13:02:17

Modified files:
	papers         : index.html 
Added files:
	papers         : eurobsdcon2013-mpath.pdf 

Log message:
my slides from eurobsdcon 2013


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/09/29 13:04:08

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-base_base_gypi 
	                      patch-base_debug_debugger_posix_cc 
	                      patch-base_process_util_openbsd_cc 
	                      patch-build_all_gyp 
	                      patch-build_common_gypi 
	                      patch-chrome_app_chrome_main_delegate_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_extensions_api_system_info_system_info_api_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_speech_tts_controller_cc 
	                      patch-chrome_browser_ui_webui_about_ui_cc 
	                      patch-chrome_chrome_browser_extensions_gypi 
	                      patch-chrome_chrome_browser_gypi 
	                      patch-chrome_chrome_gyp 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_renderer_printing_print_web_view_helper_h 
	                      patch-chrome_test_automation_proxy_launcher_cc 
	                      patch-chrome_test_ui_ui_test_cc 
	                      patch-content_app_content_main_runner_cc 
	                      patch-content_browser_browser_main_loop_cc 
	                      patch-content_content_browser_gypi 
	                      patch-content_content_common_gypi 
	                      patch-content_renderer_renderer_main_platform_delegate_linux_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_media_gyp 
	                      patch-net_disk_cache_disk_format_h 
	                      patch-net_http_http_network_session_cc 
	                      patch-net_third_party_nss_ssl_bodge_secitem_array_c 
	                      patch-printing_printing_gyp 
	                      patch-skia_skia_gyp 
	                      patch-third_party_WebKit_Source_WebKit_chromium_WebKit_gyp 
	                      patch-third_party_WebKit_Source_core_features_gypi 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h 
	                      patch-third_party_leveldatabase_env_chromium_cc 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc 
	                      patch-third_party_webrtc_build_common_gypi 
	                      patch-third_party_webrtc_modules_audio_device_audio_device_gypi 
	                      patch-third_party_webrtc_modules_video_capture_video_capture_gypi 
	                      patch-third_party_webrtc_system_wrappers_source_atomic32_posix_cc 
	                      patch-third_party_webrtc_system_wrappers_source_cpu_info_cc 
	                      patch-third_party_webrtc_system_wrappers_source_thread_posix_cc 
	                      patch-third_party_webrtc_video_engine_test_auto_test_vie_auto_test_gypi 
	                      patch-third_party_webrtc_voice_engine_voice_engine_defines_h 
	                      patch-tools_gyp_pylib_gyp_generator_ninja_py 
	                      patch-ui_base_l10n_l10n_util_cc 
	                      patch-ui_base_strings_app_locale_settings_grd 
	                      patch-ui_gfx_codec_png_codec_cc 
	                      patch-ui_gl_gl_gyp patch-v8_src_sampler_cc 
	                      patch-webkit_plugins_npapi_plugin_list_posix_cc 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/patches: 
	                      patch-base_process_process_iterator_openbsd_cc 
	                      patch-base_process_process_metrics_openbsd_cc 
	                      patch-base_threading_platform_thread_posix_cc 
	                      patch-chrome_browser_media_galleries_scoped_mtp_device_map_entry_cc 
	                      patch-chrome_common_pref_names_cc 
	                      patch-chrome_common_pref_names_h 
	                      patch-gpu_gpu_config_gypi 
	                      patch-third_party_WebKit_Source_core_core_gyp 
	                      patch-third_party_usrsctp_usrsctp_gyp 
	                      patch-third_party_webrtc_modules_desktop_capture_desktop_capture_gypi 
Removed files:
	www/chromium/patches: patch-content_content_gpu_gypi 
	                      patch-ppapi_proxy_pdf_resource_cc 
	                      patch-third_party_WebKit_Source_core_core_gyp_core_gyp 

Log message:
update to 29.0.1547.76


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/29 13:36:09

Modified files:
	emulators/sdlmame: Makefile distinfo 
	emulators/sdlmame/patches: patch-makefile 
	                           patch-src_osd_sdl_sdl_mak 

Log message:
Update to MAME 0.150.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/29 13:37:18

Modified files:
	emulators/sdlmess: Makefile distinfo 
	emulators/sdlmess/patches: patch-makefile 
	                           patch-src_osd_sdl_sdl_mak 

Log message:
Update to Mess 0.150.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/09/29 13:42:45

Added files:
	faq            : upgrade54.html 

Log message:
5.3 -> 5.4 upgrade guide


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/09/29 14:34:52

Modified files:
	www/chromium/patches: 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h 

Log message:
update ffmpeg patches for i386 as well


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/29 15:30:50

Modified files:
	sys/arch/aviion/stand/installboot: installboot.8 installboot.c 
	sys/arch/mvme68k/stand/installboot: installboot.8 installboot.c 
	sys/arch/mvme88k/stand/installboot: installboot.8 installboot.c 
	sys/arch/sparc/stand/installboot: installboot.8 installboot.c 
	sys/arch/sparc64/stand/installboot: installboot.8 installboot.c 

Log message:
various fixes to sync usage() with SYNOPSIS, and make these pages a bit
more consistent;

feedback/ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/29 16:38:29

Modified files:
	security/clamav: Makefile 
Added files:
	security/clamav/patches: patch-unit_tests_Makefile_in 

Log message:
- fix gnuism in unit_tests/Makefile
- allow running tests twice (don't fail if can't create symlink to python)

no pkg change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/29 16:57:57

Modified files:
	multimedia/get_iplayer: Makefile 
	multimedia/get_iplayer/patches: patch-get_iplayer 
Added files:
	multimedia/get_iplayer/patches: patch-get_iplayer_1 

Log message:
sync with upstream; mostly handle new subtitle format, and some fixes for radio


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/29 17:29:24

Modified files:
	devel/libmagic : Makefile distinfo 
	devel/libmagic/patches: patch-configure 
	devel/libmagic/pkg: PLIST 
Removed files:
	devel/libmagic/pkg: PFRAG.shared 

Log message:
Update libmagic to 5.15. Bump major.
ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/29 17:40:31

Modified files:
	.              : events.html 

Log message:
link to dlg


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/09/29 20:43:34

Modified files:
	faq            : upgrade54.html 

Log message:
extra letter and a dyslexo (and to think of all the times I said downgrades
were not supported!) from tj at mrsk dot me and mitja at muzenic dot net.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 21:26:21

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
drmclose: don't unref objects with a mutex locked.
Some free functions (radeon) grab sleeping locks. Instead when we ahve
taken the object off the tree we unlock and unref, then regrab before
looking again.

from oga in bitrig, ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 21:55:46

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add ISY IWL 2000, another RTL8188CUS/urtwn(4)
from Maximilian Fillinger


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 21:58:19

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 21:59:56

Modified files:
	sys/dev/usb    : if_urtwn.c 

Log message:
Add ISY IWL 2000, another RTL8188CUS/urtwn(4)
from Maximilian Fillinger


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/29 22:30:03

Modified files:
	sys/arch/vax/stand/boot: if_le.c 

Log message:
Unbreak after am7990/lance split.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/09/29 23:06:06

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2013/09/29 23:06:48

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 23:16:24

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add some additional run(4)/urtwn(4) devices found in FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 23:17:03

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/29 23:18:57

Modified files:
	share/man/man4 : run.4 urtwn.4 
	sys/dev/usb    : if_run.c if_urtwn.c 

Log message:
add some additional run(4)/urtwn(4) devices found in FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/29 23:37:50

ports/devel/p5-EV/patches

Update of /cvs/ports/devel/p5-EV/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12198/patches

Log Message:
Directory /cvs/ports/devel/p5-EV/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/29 23:43:39

Added files:
	devel/p5-EV/patches: patch-libev_ev_c 

Log message:
As suggested by miod@, add his patch here too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/09/30 00:47:48

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_trace.h 

Log message:
move the read/write functions and macros closer to linux
noteably this uses the gt lock and force wake in some cases
and includes a gen5/ironlake errata.
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/30 00:48:48

Modified files:
	games/spacezero: Makefile distinfo 

Log message:
Minor bugfix update to 0.84.02


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 01:03:54

Modified files:
	x11/p5-Gtk2    : Makefile distinfo 

Log message:
Update to p5-Gtk2-1.248.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/30 01:06:24

Modified files:
	usr.bin/calendar/calendars: calendar.music 

Log message:
jj cale; From: Matthew Clarke


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/30 02:06:11

Modified files:
	www/minitube   : Makefile distinfo 
	www/minitube/patches: patch-src_utils_cpp 
	www/minitube/pkg: PLIST 
Added files:
	www/minitube/patches: patch-src_aggregatevideosource_cpp 

Log message:
Update to minitube-2.1.3; fix WANTLIB

pirofti@ (maintainer) timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/30 02:08:43

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2013.09.29

pirofti@ (maintainer) timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 03:05:17

Modified files:
	x11/gnome/totem: Makefile distinfo 

Log message:
Update to totem-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 03:23:13

Added files:
	www/chromium/patches: 
	                      patch-content_browser_accessibility_browser_accessibility_manager_gtk_cc 

Log message:
add #pragma suggested by robert@ to unbreak build with newer atk


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/30 03:46:13

Modified files:
	x11/mlterm     : Makefile distinfo 
	x11/mlterm/patches: patch-kiklib_src_Makefile_in 
	                    patch-mkf_lib_Makefile_in 
	x11/mlterm/pkg : PLIST 
Added files:
	x11/mlterm/patches: patch-configure_in patch-mlterm_Makefile_in 
	                    patch-xwindow_fb_x_display_c 
	                    patch-xwindow_fb_x_h 
	                    patch-xwindow_fb_x_window_c 
	                    patch-xwindow_x_h patch-xwindow_x_screen_c 
	                    patch-xwindow_xlib_x_window_c 
Removed files:
	x11/mlterm/patches: patch-kiklib_configure_in 
	                    patch-kiklib_src_kik_pty_streams_c 
	                    patch-xwindow_x_imagelib_gdk_c 
	x11/mlterm/pkg : PFRAG.shared 

Log message:
Update to mlterm-3.2.2

maintainer's M.I.A.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/09/30 04:40:01

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Bugfix update to 4.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 04:40:27

Modified files:
	geo/geocode-glib: Makefile 

Log message:
bump; HOMEPAGE changed


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/30 05:18:10

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: patch-Modules_FindTCL_cmake 

Log message:
FindTCL: Add OpenBSD paths for Tcl/Tk 8.6


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/30 06:02:36

Modified files:
	sys/sys        : swap.h 
	lib/libc/compat-43: getwd.c 
	lib/libc/db/btree: bt_open.c 
	lib/libc/db/hash: hash_page.c ndbm.c 
	lib/libc/gen   : auth_subr.c authenticate.c basename.3 
	                 basename.c dirname.3 dirname.c exec.c fts.c 
	                 getcwd.3 getcwd.c getlogin.c getusershell.c 
	                 glob.3 glob.c readdir_r.c 
	lib/libc/net   : ruserok.c 
	lib/libc/stdio : tempnam.c 
	lib/libc/string: strlcpy.3 
	lib/libc/sys   : intro.2 swapctl.2 
	lib/libc/yp    : yp_bind.c 

Log message:
Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,
MAXNAMLEN or MAXLOGNAME where possible.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 06:31:20

Modified files:
	x11/gnome/music: Makefile 

Log message:
gettext MODULE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 06:37:24

Modified files:
	x11/wxWidgets  : Makefile 

Log message:
wrong subpkg bumped for gconf ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/09/30 07:04:06

Modified files:
	devel/lua-penlight: Makefile distinfo 

Log message:
bugfix update to Penlight-1.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 07:29:39

Log message:
    Import gnome-initial-setup-3.10.0.1.
    
    After acquiring or installing a new system there are a few essential
    things to set up before use. gnome-initial-setup aims to provide a
    simple, easy, and safe way to prepare a new system.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot_20130930
    Release Tags:	ajacoutot
    
    N ports/x11/gnome/initial-setup/distinfo
    N ports/x11/gnome/initial-setup/Makefile
    N ports/x11/gnome/initial-setup/patches/patch-configure_ac
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_pages_Makefile_in
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_Makefile_in
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_gis-driver_h
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_gis-page_h
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_gis-assistant_h
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_pages_account_um-realm-manager_c
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_pages_account_Makefile_in
    N ports/x11/gnome/initial-setup/patches/patch-gnome-initial-setup_gnome-initial-setup_c
    N ports/x11/gnome/initial-setup/pkg/DESCR
    N ports/x11/gnome/initial-setup/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 07:30:20

Modified files:
	x11/gnome      : Makefile 

Log message:
+initial-setup


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 07:31:16

Modified files:
	meta/gnome     : Makefile 

Log message:
gnome-getting-started-docs -> gnome-initial-setup


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/09/30 08:21:47

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: 
	                      patch-content_browser_accessibility_browser_accessibility_manager_gtk_cc 

Log message:
use the official fix for the atk issue which was commited to the chromium git repo yesterday


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/09/30 09:31:34

Modified files:
	gnu/usr.bin/binutils/ld: ldmisc.c 

Log message:
Make stderr buffered in einfo().  Speeds up display of error messages
on slower platforms.  Idea from espie@, OK espie@ deraadt@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/09/30 09:49:48

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile 
Added files:
	multimedia/gstreamer1/plugins-libav/patches: 
	                                             patch-gst-libs_ext_libav_libavcodec_Makefile 
	                                             patch-gst-libs_ext_libav_libavutil_Makefile 

Log message:
Hack to allow building with our own libtool which in turn unbreaks
runtime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 10:08:27

Modified files:
	textproc/the_silver_searcher: Makefile distinfo 

Log message:
update to the_silver_searcher-0.17, from maintainer Florian Stinglmayr,
and thanks to upstream for generating proper tar.gz releases when I requested :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/30 11:17:36

Modified files:
	textproc/the_silver_searcher: Makefile 
Added files:
	textproc/the_silver_searcher/patches: patch-configure 

Log message:
Fix configure so it finds pthread.h
Bump REVISION
ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/30 11:37:55

Log message:
    my presentation V0
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	eurobsd
    
    N www/papers/eurobsd_con_2013_squiggles/mgp00001.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00001.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00001.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00001.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00002.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00002.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00002.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00002.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00003.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00003.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00003.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00003.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00004.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00004.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00004.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00004.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00005.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00005.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00005.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00005.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00006.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00006.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00006.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00006.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00007.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00007.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00007.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00007.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00008.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00008.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00008.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00008.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00009.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00009.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00009.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00009.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00010.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00010.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00010.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00010.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00011.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00011.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00011.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00011.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00012.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00012.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00012.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00012.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00013.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00013.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00013.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00013.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00014.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00014.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00014.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00014.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00015.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00015.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00015.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00015.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00016.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00016.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00016.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00016.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00017.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00017.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00017.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00017.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00018.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00018.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00018.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00018.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00019.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00019.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00019.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00019.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00020.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00020.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00020.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00020.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00021.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00021.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00021.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00021.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00022.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00022.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00022.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00022.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00023.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00023.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00023.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00023.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00024.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00024.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00024.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00024.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00025.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00025.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00025.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00025.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00026.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00026.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00026.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00026.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00027.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00027.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00027.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00027.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00028.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00028.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00028.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00028.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00029.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00029.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00029.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00029.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00030.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00030.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00030.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00030.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00031.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00031.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00031.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00031.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00032.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00032.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00032.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00032.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00033.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00033.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00033.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00033.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00034.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00034.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00034.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00034.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00035.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00035.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00035.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00035.txt
    N www/papers/eurobsd_con_2013_squiggles/mgp00036.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00036.idx.jpg
    N www/papers/eurobsd_con_2013_squiggles/mgp00036.html
    N www/papers/eurobsd_con_2013_squiggles/mgp00036.txt
    N www/papers/eurobsd_con_2013_squiggles/index.html
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/30 11:45:34

Modified files:
	papers         : index.html 

Log message:
+squiggles


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/09/30 11:47:07

Modified files:
	papers         : index.html 

Log message:
oops typoed


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/30 12:27:17

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
netbsd recognise "CODE REFERENCES" section header; from wiz@netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/30 13:01:03

Modified files:
	devel/spice-protocol: Makefile distinfo 

Log message:
update to spice-protocol-0.12.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/30 13:01:21

Modified files:
	x11/spice-gtk  : Makefile distinfo 

Log message:
update to spice-gtk-0.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/09/30 13:01:29

Modified files:
	x11/virt-viewer: Makefile distinfo 
	x11/virt-viewer/patches: patch-data_remote-viewer_desktop_in 
	x11/virt-viewer/pkg: PLIST 

Log message:
update to virt-viewer-0.5.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/09/30 13:08:36

Modified files:
	infrastructure/lib/DPB: Reporter.pm 

Log message:
oops, fix -x case.
reported by rd@thrush.com and seen on mirror-maker's emails...


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/30 13:26:09

Modified files:
	www/lighttpd   : Makefile distinfo 
Removed files:
	www/lighttpd/patches: patch-src_connections_c 
	                      patch-src_http-header-glue_c 
	                      patch-src_http_auth_c patch-src_log_c 
	                      patch-src_log_h patch-src_mod_fastcgi_c 
	                      patch-src_request_c 

Log message:
Update to lighttpd 1.4.33.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/09/30 13:27:03

Modified files:
	sys/arch/loongson/stand/boot: machdep.c 

Log message:
typo in snarky message


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 13:35:53

Modified files:
	www/trac       : Makefile 
	www/trac/pkg   : PLIST 

Log message:
install contrib scripts etc. to examples/


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2013/09/30 13:38:42

Modified files:
	.              : events.html 

Log message:
Link to my slides at eurobsdcon.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/09/30 13:46:44

Modified files:
	.              : events.html 

Log message:
link to another


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/09/30 14:10:27

Modified files:
	mail/mozilla-thunderbird: Makefile 
	www/seamonkey  : Makefile 

Log message:
Allow this to package the enigmail subpackage on sparc64 by defining XPCOM_ABI.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/09/30 14:32:07

Modified files:
	mail/dovecot-pigeonhole: Makefile distinfo 
	mail/dovecot-pigeonhole/patches: 
	                                 patch-src_managesieve-login_Makefile_in 

Log message:
Update to Dovecot-pigeonhole 0.4.2.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/09/30 14:37:51

Modified files:
	x11/kde4/base-artwork: Makefile 
	x11/kde4/wallpapers: Makefile 

Log message:
Unbreak fetching those.

Noticed by Fabian Raetz on openbsd-kde mailing list, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 15:10:30

Added files:
	audio/gimmix/patches: patch-src_gimmix-playlist_c 

Log message:
patch audio/gimmix to s/DIR/DIRECTORY/ to avoid a conflict with dirent.h
fixing build. (appears to now be pulled in via atk->glib->gdir.h->dirent.h)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/09/30 16:43:31

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 
Removed files:
	multimedia/get_iplayer/patches: patch-get_iplayer_1 

Log message:
update to get_iplayer-2.84


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/09/30 18:48:22

Modified files:
	multimedia/livestreamer: Makefile distinfo 
	multimedia/livestreamer/pkg: PLIST 

Log message:
Update multimedia/livestreamer to 1.6.0.
Use the tarball hosted on PyPi. Not only is it a smaller download, it
simplifies the Makefile.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/09/30 23:49:41

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/01 00:13:23

Modified files:
	x11/mlterm     : Makefile 
	x11/mlterm/patches: patch-xwindow_fb_x_h 
	x11/mlterm/pkg : PLIST 

Log message:
Damn you, update-plist.

Also, minor style nitpicking in a patch


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/01 00:57:25

Modified files:
	sys/conf       : GENERIC 

Log message:
as predicted, problems have been found with mpath. disabling it while they
get figured out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/01 01:12:49

Modified files:
	lang/smlnj     : Makefile 
Added files:
	lang/smlnj/patches: patch-base_runtime_include_ml-timer_h 

Log message:
Unbreak after the time_t / struct timeval bump.
ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/01 01:34:54

ports/net/openmdns/patches

Update of /cvs/ports/net/openmdns/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31631/patches

Log Message:
Directory /cvs/ports/net/openmdns/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/01 01:36:06

Modified files:
	net/openmdns   : Makefile 
Added files:
	net/openmdns/patches: patch-mdnsctl_mdnsl_c 

Log message:
msgbuf_write() returns 1 on success.
From upstream via Dimitri Sokolyuk (demon at dim13 dot org), thanks!
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/01 02:25:35

Modified files:
	sys/netinet6   : in6.c 

Log message:
Do not pass the SIOCSIF{DSTADDR,BRDADDR,NETMASK} ioctls down to the
driver when using an AF_INET6 socket without checking for permission.

From Loganaden Velvindron, ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/01 02:59:12

Modified files:
	graphics/sane-backends: Makefile distinfo 
	graphics/sane-backends/patches: patch-backend_Makefile_in 
	                                patch-backend_kodakaio_c 
	                                patch-configure 
	                                patch-doc_saned_man 
	                                patch-tools_openbsd_attach 
Removed files:
	graphics/sane-backends/patches: patch-Makefile_in 
	                                patch-backend_magicolor_c 
	                                patch-include_sane_sane_h 

Log message:
Update to sane-backends-1.0.24.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/01 03:07:19

Modified files:
	databases/dbic++: Makefile 
	emulators/pcsxr: Makefile 
	fonts/ecoliercourt-fonts: Makefile 
	games/frogatto : Makefile 
	japanese/skk-jisyo: Makefile 
	mail/evolution-rss: Makefile 
	misc/ccze      : Makefile 
	print/foo2zjs  : Makefile 
	print/foomatic-db: Makefile 
	shells/ksh93   : Makefile 
	www/mod_bandwidth: Makefile 
	www/myreview   : Makefile 
	x11/slim-themes: Makefile 
	editors/abiword: Makefile 
	fonts/farsi-bfonts-ttf: Makefile 
	graphics/inkscape: Makefile 
	lang/fpc       : Makefile 
	lang/gcc/4.8   : Makefile 
	print/py-reportlab/reportlab: Makefile 
	security/tempwatch: Makefile 

Log message:
distfiles.bsdfrog.org: http -> https


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/01 04:09:52

Log message:
    Import celt07-0.7.1.
    
    The CELT codec is an experimental audio codec for use in low-delay
    speech and audio communication. It's meant to close the gap between
    Vorbis and Speex for applications where both high quality audio and
    low delay are desired.
    
    This package contains the celt 0.7 API.
    
    A requirement for the upcoming audio/mumble port.
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131001
    
    N ports/audio/celt07/Makefile
    N ports/audio/celt07/distinfo
    N ports/audio/celt07/patches/patch-configure
    N ports/audio/celt07/patches/patch-tools_Makefile_in
    N ports/audio/celt07/patches/patch-tools_celtdec_c
    N ports/audio/celt07/patches/patch-libcelt_Makefile_in
    N ports/audio/celt07/patches/patch-Makefile_in
    N ports/audio/celt07/pkg/DESCR
    N ports/audio/celt07/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/01 04:20:34

Modified files:
	audio/celt     : Makefile distinfo 
	audio/celt/pkg : PLIST 
Removed files:
	audio/celt/pkg : PFRAG.shared 

Log message:
Rollback to version 0.11.1, as this is the only version that works
reliably with mumble.
Both consumers (audio/jack, net/opal) are still happy.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/01 04:28:45

Log message:
    Import mumble-1.2.4
    
    Mumble is an open source, low-latency, high quality voice chat
    application for groups.
    
    Mumble is the client for the (u)Murmur VoIP communication server.
    
    With help from pascal@ and zhuk@.
    Feedback from pascal@, zhuk@, Gregor Best, Jonathon Sisson.
    
    OK zhuk@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131001
    
    N ports/audio/mumble/distinfo
    N ports/audio/mumble/Makefile
    N ports/audio/mumble/pkg/DESCR
    N ports/audio/mumble/pkg/PLIST
    N ports/audio/mumble/patches/patch-main_pro
    N ports/audio/mumble/patches/patch-compiler_pri
    N ports/audio/mumble/patches/patch-src_Net_cpp
    N ports/audio/mumble/patches/patch-src_mumble_ServerHandler_cpp
    N ports/audio/mumble/patches/patch-src_mumble_mumble_pro
    N ports/audio/mumble/patches/patch-src_mumble_GlobalShortcut_unix_h
    N ports/audio/mumble/patches/patch-src_mumble_Audio_cpp
    N ports/audio/mumble/patches/patch-src_mumble_AudioWizard_cpp
    N ports/audio/mumble/patches/patch-src_mumble_CELTCodec_cpp
    N ports/audio/mumble/patches/patch-src_mumble_mumble_pch_hpp
    N ports/audio/mumble/patches/patch-src_mumble_GlobalShortcut_unix_cpp
    N ports/audio/mumble/patches/patch-src_mumble_TextToSpeech_unix_cpp
    N ports/audio/mumble/patches/patch-src_mumble_Settings_cpp
    N ports/audio/mumble/patches/patch-src_mumble_AudioOutputSpeech_h
    N ports/audio/mumble/patches/patch-src_mumble_CELTCodec_h
    N ports/audio/mumble/patches/patch-plugins_link_link_pro
    N ports/audio/mumble/patches/patch-src_mumble_ConnectDialog_cpp
    N ports/audio/mumble/patches/patch-src_mumble_ConnectDialog_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/01 04:33:08

Modified files:
	audio          : Makefile 

Log message:
+celt07
+mumble


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 05:09:40

Modified files:
	usr.sbin/snmpd : mib.h 

Log message:
Add some PENs and sync the declarations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/01 05:56:45

Modified files:
	audio/celt     : Makefile 

Log message:
add an XXX comment about mumble's tight version requirement


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/01 06:00:34

Modified files:
	usr.sbin/ypldap: yp.c 

Log message:
avoid a fd_set overflow by calling a different rpc svc function
ok jmatthew millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/01 06:04:36

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
rename some Xeon E3-1200v2 ids that are actually generic 3rd gen core ids


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/01 06:05:16

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/10/01 06:28:04

Modified files:
	cad/xcircuit   : Makefile distinfo 

Log message:
Update to 3.7.52.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 06:41:49

Modified files:
	usr.sbin/snmpd : ber.c ber.h mib.c smi.c snmpd.h snmpe.c trap.c 
	usr.sbin/snmpctl: Makefile parser.c parser.h snmpctl.8 snmpctl.c 
Added files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
Add initial SNMP client utility to snmpctl(8).
For example, snmpctl snmp walk 127.0.0.1

commit it deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 06:44:31

Modified files:
	usr.sbin/snmpd : smi.c 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 06:48:27

Modified files:
	usr.sbin/snmpd : ber.3 

Log message:
add ber_oid_cmp() to the list


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 07:14:19

Modified files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
better error handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2013/10/01 07:33:36

Modified files:
	databases/openldap: Makefile distinfo 

Log message:
Update to 2.4.36

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 07:46:04

Modified files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
Reorganize the code a bit to adjust it for an async I/O model.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 08:16:20

Modified files:
	usr.sbin/snmpctl: parser.c snmpctl.8 

Log message:
Add shorter alias "snmpctl walk".

Requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/01 08:53:57

Modified files:
	usr.sbin/snmpctl: snmpctl.8 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 09:06:01

Modified files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
Drop privileges when running as root to mitigate the risk.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 09:19:13

Modified files:
	usr.sbin/snmpd : smi.c 

Log message:
Tell strvisx() to encode newlines found in octet-strings to avoid ugly
line wraps.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/01 09:37:34

Removed files:
	usr.bin/make   : util.c 

Log message:
in truth, noone uses these backwards compat stubs to compile make on other
systems.  the replacements in here are the least of their worries, and they
shouldn't rely on these things from the 80's.  time for make to grow up,
and use whatever is common today.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/01 09:53:08

Modified files:
	www/c-icap/c-icap: Makefile distinfo 
	www/c-icap/c-icap/patches: patch-cfg_param_c 

Log message:
update to c-icap 0.2.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/01 09:53:37

Modified files:
	www/c-icap/modules: Makefile distinfo 

Log message:
update to c-icap-modules 0.2.5


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/01 10:47:42

Modified files:
	lib/libutil    : pidfile.c 

Log message:
Fix FILE * leak in error path if fprintf fails.  Found by and OK gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 11:20:40

Modified files:
	usr.sbin/snmpctl: parser.c parser.h snmpclient.c snmpctl.8 
	                  snmpctl.c 

Log message:
Initial support for the "bulkwalk" command.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 11:32:21

Modified files:
	usr.sbin/snmpctl: snmpclient.c snmpctl.8 

Log message:
Accept "oid all" for the complete SNMP tree (as an alias to "oid 1.0").


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/10/01 12:34:57

Modified files:
	lib/libc/crypt : arc4random.c 
Added files:
	lib/libc/crypt : chacha_private.h 

Log message:
replace rc4 with ChaCha20; inspired by Nick Mathewson's work on libottery;
feedback and ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/01 12:58:21

Modified files:
	www/silverstripe: Makefile 
Added files:
	www/silverstripe/patches: patch-framework_forms_FormField_php 
	                          patch-framework_forms_Form_php 
	                          patch-framework_forms_TreeDropdownField_php 

Log message:
apply several security fixes from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 13:24:46

Modified files:
	usr.sbin/snmpd : mib.h 

Log message:
Add net-snmp's PEN.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/01 13:33:50

Modified files:
	sys/dev/ic     : if_wi.c 

Log message:
Don't claim the interrupt if none of the interrupt status bits were set.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/01 13:36:25

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
format string fix

to_arg is void *


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/01 13:41:33

Modified files:
	sys/arch/i386/pci: pci_addr_fixup.c 

Log message:
format string fix: it's u_long *addr


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/01 14:06:03

Modified files:
	sys/arch/i386/pci: pcibios.c 
	sys/dev/ic     : bwi.c pgt.c ti.c 
	sys/dev/pci    : amdiic.c amdpm.c if_iwi.c if_iwn.c if_lge.c 
	                 if_nge.c if_tl.c if_wb.c if_wpi.c piixpm.c 
	                 yds.c 
	sys/dev/usb    : if_urndis.c 

Log message:
Use %z* for size_t

while there, fix a few %d into %u


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/01 14:06:58

Modified files:
	sys/dev/pci/drm: drm_atomic.h 

Log message:
Emulate 64-bit atomic operations on 32-bit architectures by using a mutex.

ok mpi@, jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/01 14:09:12

src/sys/arch/aviion/stand/vdmtool

Update of /cvs/src/sys/arch/aviion/stand/vdmtool
In directory cvs.openbsd.org:/tmp/cvs-serv31011/vdmtool

Log Message:
Directory /cvs/src/sys/arch/aviion/stand/vdmtool added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/01 14:15:57

Modified files:
	sys/kern       : vfs_subr.c 
	sys/miscfs/procfs: procfs_status.c 
	sys/net        : pf_norm.c 

Log message:
Format string fixes: Cast time_t to long long

and mnt_stat.f_ctime is long long, too


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/01 14:22:14

Modified files:
	sys/arch/i386/i386: bios.c ioapic.c 
	sys/arch/i386/pci: pcibios.c 
	sys/kern       : vfs_cluster.c 
	sys/msdosfs    : msdosfs_conv.c msdosfs_denode.c msdosfs_vnops.c 
	sys/net        : if_spppsubr.c 

Log message:
Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t

- despite the name, ntohl returns uint32_t, not long
- also fix some %d into %u


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/01 14:32:31

Modified files:
	sys/arch/aviion/stand: Makefile 
	sys/arch/aviion/stand/installboot: installboot.c 
Added files:
	sys/arch/aviion/stand/vdmtool: Makefile vdmtool.8 vdmtool.c 

Log message:
Add the simple vdm/vdit dumper I wrote 3 years ago. Turn it into something
a bit worthwhile (yet crude), and give it the ability to initialize the boot
area, instead of having installboot do it - we will need the boot area set up
before attempting to invoke disklabel on the root disk.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/01 14:55:25

Modified files:
	usr.sbin/snmpctl: snmpclient.c 

Log message:
Remove incorret check for bulk walks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/01 15:12:44

Modified files:
	sys/arch/aviion/aviion: disksubr.c 

Log message:
If a valid VDM signature is found, but neither a VDIT nor a native label are
found, do not attempt to check for any other label scheme: the VDM signature
implies the disk doesn't use MBR or whole-disk partitionining.

This makes sure that, once a boot area has been set up on a disk without any
form a label yet, the bounding constraint it creates will not be cleared by
readdoslabel().

It is now possible to correctly set up and label a vnd image with a boot area.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/01 15:21:17

Modified files:
	inputmethods/ibus: Makefile distinfo 
	inputmethods/ibus/patches: patch-client_gtk2_ibusimcontext_c 
	                           patch-client_gtk3_ibusimcontext_c 
	                           patch-engine_Makefile_in 
	                           patch-tools_Makefile_in 
	                           patch-ui_gtk3_Makefile_in 
	inputmethods/ibus/pkg: PLIST 
Added files:
	inputmethods/ibus/patches: patch-bus_Makefile_in 
	                           patch-setup_Makefile_in 

Log message:
update to ibus 1.5.4.
prodded by and ok ajacoutot and jasper.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/01 15:22:09

Modified files:
	inputmethods/ibus-anthy: Makefile distinfo 
	inputmethods/ibus-anthy/pkg: PLIST 

Log message:
update to ibus-anthy 1.5.4
prodded by and ok ajacoutot and jasper.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/01 15:56:56

Modified files:
	x11/kde4/libs  : Makefile 

Log message:
Update dependency after giflib switch.

Noticed and initial patch by Fabian Raetz on openbsd-kde mailing list, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/01 16:24:53

Modified files:
	sys/arch/aviion/stand/vdmtool: vdmtool.8 vdmtool.c 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2013/10/01 22:09:33

Modified files:
	.              : 54.html 

Log message:
- OpenBSD/beagle
- divert(4) checksum recalculation
- ldpd(8) improvements
- pkill(1) now accepts -I
- vmx(4)
- remove additional statement about manpage improvements, since that's
already mentioned in the "standard" part of the page
- fix a minor HTML formatting issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 01:34:46

Modified files:
	infrastructure/templates: Makefile.template 

Log message:
Missing closing bracket.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/02 01:55:06

Log message:
    import devel/py-futures, ok dcoppa@ benoit@
    
    This is a backport of the concurrent.futures package from Python 3.2 which
    provides a high-level interface for asynchronously executing callables.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131002
    
    N ports/devel/py-futures/Makefile
    N ports/devel/py-futures/distinfo
    N ports/devel/py-futures/pkg/PLIST
    N ports/devel/py-futures/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/02 01:55:31

Modified files:
	devel          : Makefile 

Log message:
+py-futures


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/02 01:55:57

Log message:
    import ports/www/urlwatch, ok dcoppa@ benoit@
    
    This script is intended to help you watch URLs and get notified (via
    email or in your terminal) of any changes. The change notification will
    include the URL that has changed and a unified diff of what has changed.
    
    The script supports the use of a filtering hook function to strip
    trivially-varying elements of a webpage.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131002
    
    N ports/www/urlwatch/Makefile
    N ports/www/urlwatch/distinfo
    N ports/www/urlwatch/pkg/PLIST
    N ports/www/urlwatch/pkg/DESCR
    N ports/www/urlwatch/patches/patch-setup_py
    N ports/www/urlwatch/patches/patch-urlwatch
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/02 01:56:29

Modified files:
	www            : Makefile 

Log message:
+urlwatch


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 02:37:21

Removed files:
	graphics/sane-frontends: Makefile distinfo 
	graphics/sane-frontends/patches: patch-lib_getopt_c 
	                                 patch-src_xscanimage_c 
	graphics/sane-frontends/pkg: DESCR PFRAG.gimp PLIST 

Log message:
Remove sane-frontends; upstream hasn't put out a new release in >8 years
and Xsane is the de-facto SANE frontend nowadays.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 02:37:46

Modified files:
	graphics       : Makefile 

Log message:
-sane-frontends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:00:35

Modified files:
	infrastructure/bin: dpb 
Added files:
	infrastructure/lib/DPB: State.pm 

Log message:
clean-up code a bit, move state into its own file


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:02:40

Modified files:
	infrastructure/lib/DPB: Reporter.pm 
Added files:
	infrastructure/lib/DPB: MiniCurses.pm 

Log message:
split off most of the term display code to be able to reuse it


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:09:22

Added files:
	infrastructure/bin: dpb-replay 

Log message:
fast replay of term log.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:13:28

Modified files:
	infrastructure/lib/DPB: Config.pm Reporter.pm 

Log message:
turn on recorder by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:14:29

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
exec even with !env


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/02 03:16:01

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
gc dead code


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/02 03:36:21

Modified files:
	usr.sbin/snmpd : mps.c 

Log message:
Fix GETBULK mode that got broken with r1.14.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 04:45:26

Modified files:
	devel/ptlib    : Makefile distinfo 
	devel/ptlib/patches: patch-make_common_mak patch-make_lib_mak 
	                     patch-ptlib_m4 
	devel/ptlib/pkg: PLIST 

Log message:
Update to ptlib-2.10.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 04:46:14

Modified files:
	net/h323plus   : Makefile 
	net/h323plus/patches: patch-src_h323_cxx 

Log message:
Regen WANTLIB after ptlib upgrade.
Clean up this port while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 04:46:37

Modified files:
	net/opal       : Makefile distinfo 
	net/opal/patches: patch-plugins_video_H_264_h264-x264_cxx 
	net/opal/pkg   : PLIST 

Log message:
Update to opal-3.10.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 04:47:06

Modified files:
	net/gnugk      : Makefile 

Log message:
Regen WANTLIB after ptlib upgrade.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 04:48:55

Modified files:
	x11/gnome/ekiga: Makefile 

Log message:
Regen WANTLIB after ptlib upgrade.
Note that this port will probably be removed soon -- it does not play well
with our threads and I dont't think sndio can do input+output --  at least
it never worked for me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/02 05:49:00

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-awesomerc_lua_in 
Added files:
	x11/awesome/patches: patch-common_util_c patch-screen_c 

Log message:
Bugfixes from upstream:

- Calling movetotag method threw an error on a blank screen
- Use $PATH when starting $SHELL
- screen: Make sure we always have a screen


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/10/02 07:14:38

Modified files:
	textproc/p5-Text-MultiMarkdown: Makefile distinfo 
	textproc/p5-Text-MultiMarkdown/patches: patch-t_03podspelling_t 

Log message:
update to 1.000034

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/02 08:29:27

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
cleanup the VMware entries and add AHCI/HD Audio/xHCI
ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/02 08:30:48

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/02 08:42:10

Modified files:
	lang/seed7     : Makefile distinfo 

Log message:
Update Seed7 to 20130929 release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/02 08:45:54

Modified files:
	net/p5-IO-Socket-IP: Makefile distinfo 

Log message:
Bugfix update to 0.24


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 10:07:47

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Sync stsp@'s patch with what was committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/02 10:37:55

Modified files:
	inputmethods/ibus: Makefile 

Log message:
add mising dependency.
spotted by nigel, ok ajacoutot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/02 10:38:57

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update again, 2013.10.01.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/02 11:34:20

ports/net/ifmcstat/patches

Update of /cvs/ports/net/ifmcstat/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10108/patches

Log Message:
Directory /cvs/ports/net/ifmcstat/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/02 12:59:04

Modified files:
	sys/scsi       : sd.c sdvar.h 

Log message:
Use u_int64_t instead of daddr_t parameters to sd_cmd_rw*() functions.
Ditto disksize field of sd_softc and a couple of local calculation
variables.

scsi/* now daddr_t clean except where they really are 512-byte
blocks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/02 13:04:14

Modified files:
	graphics/xsane : Makefile distinfo 
	graphics/xsane/pkg: PLIST 
Removed files:
	graphics/xsane/patches: patch-lib_Makefile_in patch-src_xsane_c 

Log message:
Update to xsane-0.999.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/02 13:30:39

Modified files:
	www/linkchecker: Makefile distinfo 
	www/linkchecker/pkg: PLIST 

Log message:
update to linkchecker 8.4

ok MAINTAINER (who submitted the same diff some time ago)


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/10/02 13:49:15

Modified files:
	shells/zsh     : Makefile distinfo 
	shells/zsh/patches: patch-Completion_Unix_Command__find 
	shells/zsh/pkg : PFRAG.shared PLIST 

Log message:
update zsh to 5.0.2; OK pea@ (maintainer)

release notes at:
http://zsh.sourceforge.net/releases.html


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:03:21

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
Format string fix: Use %td for pointer difference


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:06:17

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/pci: pci_addr_fixup.c 

Log message:
Format string fixes: Use %l* for paddr_t


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:17:33

Modified files:
	sys/kern       : kern_proc.c 

Log message:
format string fix: p_*ticks are u_int


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:20:22

Modified files:
	sys/arch/amd64/amd64: db_disasm.c 

Log message:
Format string fixes
- cast void * before using as %s
- imm2 is int


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:28:12

Modified files:
	sys/nfs        : nfs_vnops.c 

Log message:
format string fix: int64_t


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/10/02 15:29:21

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
format string fix: b_flags is long


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/02 21:51:16

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Adds DPRINTF/DNPRINTF macros to hibernate, and adds invocation of said
macros in various places to assist in debugging "failure to hibernate"
errors.

Macros are disabled by default - Uncomment #define HIB_DEBUG if you want
more verbose messages during hibernate.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/03 00:12:44

Modified files:
	x11/gnome/menus: Makefile distinfo 
	x11/gnome/menus/pkg: PLIST 

Log message:
Update to gnome-menus-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 02:02:55

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
maybe want less long command lines eventually, push that out to be able
to specialize on each task


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 02:03:27

Modified files:
	infrastructure/lib/DPB: Engine.pm 
Added files:
	infrastructure/lib/DPB: ErrorList.pm SubEngine.pm 

Log message:
The "Engine" code is quite daunting, but in reality there are 3 things in
there.

Finally split them for less confusing files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 03:47:10

Modified files:
	.              : INDEX 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 03:49:04

Modified files:
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gedit-plugins/pkg: PLIST 
Added files:
	x11/gnome/gedit-plugins/patches: patch-configure_ac 
	                                 patch-plugins_terminal_terminal_py 
Removed files:
	x11/gnome/gedit-plugins/patches: patch-configure 

Log message:
re-enable terminal plugin


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 04:09:53

Modified files:
	x11/gnome/gedit-plugins/patches: patch-configure_ac 
	                                 patch-plugins_terminal_terminal_py 

Log message:
- patch-configure_ac submitted upstream
- turns out upstream pushed the same fix for terminal.py already so add the
git blurb to it


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 04:53:00

Modified files:
	sysutils/upower: Makefile 
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 

Log message:
Two fixes for the OpenBSD-backend:
- Recognize a battery not being present (and reset various metrics accordingly)
- Recognize a fully charged battery

as discussed with and OK landry@ (MAINTAINER), aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 05:03:41

Modified files:
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 

Log message:
add link to upstream bz


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 05:35:57

Modified files:
	net/telepathy/telepathy-haze: Makefile distinfo 

Log message:
update to telepathy-haze-0.8.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 05:42:09

Modified files:
	net/telepathy/telepathy-mission-control: Makefile distinfo 

Log message:
update to telepathy-mission-control-5.16.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/03 05:42:55

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_Makefile_in 

Log message:
update to telepathy-glib-0.22.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/03 06:36:28

Modified files:
	x11/gnome/gvfs : Makefile distinfo 

Log message:
Update to gvfs-1.18.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 06:46:51

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 

Log message:
disentangle some of the specific "build" code (installation and rebuild info)
from the fetch subengine (in order to make it simpler to track the Fetch issue)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 06:55:44

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 

Log message:
code is now specialized enough


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 07:12:28

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 

Log message:
rearrange order of functions


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/10/03 07:12:52

Modified files:
	sysutils/firmware/radeondrm: Makefile distinfo 
	sysutils/firmware/radeondrm/pkg: PLIST 

Log message:
update to a newer version of radeon firmware
adds smc firmware for bonaire and kaveri firmware

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/03 07:42:18

Modified files:
	sysutils/upower: Makefile 
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 
Added files:
	sysutils/upower/patches: patch-src_up-backend_h 
	                         patch-src_up-main_c 

Log message:
Assorted fixes on top of jasper's:

- use --enable-deprecated instead of passing -DENABLE_DEPRECATED via the
configure env, and add a comment explaining that it is about
deprecated featureset (the linux implem now uses logind APIs for
suspend/hibernate calls), nothing related to the G*DEPRECATED macros.
From ajacoutot@, also prodded by giovanni@ a while ago.
- backport upstream 7933b0e55234fca86809dad1dee53f0d8e2b96ec,
g_type_init() is deprecated with glib 2.36.
- use g_thread_try_new instead of deprecated g_thread_create (prodded by
ajacoutot@ too)
- include config.h in up-backend.h to reach ENABLE_DEPRECATED #define
The two last patches reported upstream in bug #70071


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/03 07:52:00

Modified files:
	app/cwm        : calmwm.h client.c group.c xutil.c 

Log message:
unify type; no change


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/03 08:07:43

Modified files:
	sys/scsi       : cd.c sd.c st.c 

Log message:
Print daddr_t variables with %lld, u_int64_t variables with %llu.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 09:01:13

Modified files:
	usr.bin/mandoc : lib.in 

Log message:
sync with NetBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2013/10/03 09:35:45

Modified files:
	openssh        : specs.html 
Added files:
	openssh/txt    : rfc6668.txt 

Log message:
Add RFC6668 (hmac-sha2-256 and hmac-sha2-512)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 10:12:05

Modified files:
	infrastructure/man/man1: dpb.1 
Added files:
	infrastructure/man/man1: dpb-replay.1 

Log message:
document dpb-replay, fairly obvious


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/03 10:28:00

Modified files:
	lang/python    : python.port.mk 

Log message:
Run '${MODPY_CMD} egg_info' at pre-build stage for setuptools-based
python ports and get rid of MODPY_BADEGGS

initial idea by me, better solution suggested by espie@
ok espie@, landry@, rpointel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 10:33:08

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
explain about non-integral squiggles


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/03 10:37:18

Modified files:
	databases/py-redis: Makefile 
	devel/git-cvs  : Makefile 
	devel/py-buildbot: Makefile 
	devel/py-cheetah: Makefile 
	devel/py-dulwich: Makefile 
	devel/py-hg-git: Makefile 
	devel/py-urwid : Makefile 
	devel/py-wbem  : Makefile 
	geo/tilecache  : Makefile 
	math/py-numpy  : Makefile 
	math/py-scipy  : Makefile 
	multimedia/livestreamer: Makefile 
	net/py-ftpdlib : Makefile 
	security/py-pefile: Makefile 
	www/youtube-dl : Makefile 
	www/py-httplib2: Makefile 
	www/trac-ldapplugin: Makefile 

Log message:
Bye bye MODPY_BADEGGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 11:34:45

Modified files:
	infrastructure/lib/DPB: Core.pm 
	infrastructure/lib/DPB/Core: Distant.pm Init.pm 

Log message:
move the "Hosts" status line to Core::Init, so that localhost gets an entry.
(will allow us to display extra core status, like tainted and such)
(this also pleases landry's sense of symetry)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 11:42:58

Modified files:
	infrastructure/lib/DPB: PortInfo.pm SubEngine.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
scaffolding for some cool work happening.
NO SERVICEABLE USER PARTS INSIDE! this is a dirty hack to make inroads
on a fairly complicated issue.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/03 12:12:18

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Another fix from Linux that ended up being packported to the 3.8.13 stable
branche maintained by the Ubuntu folks.  Original linux commit message:
'Fix incoherence with fence updates on Sandybridge+'.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 12:16:54

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
ouch, remove "tainted" property only if junk REALLY occurred


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/03 12:21:16

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
okay, junk is sneaky enough this warrants a few comments


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/03 12:50:31

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
Print u_int64_t variables with %llu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/03 13:13:35

Modified files:
	devel/nspr     : Makefile distinfo 

Log message:
Bugfix update to nspr 4.10.1.

Went in a bulk build without fallout.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 13:32:25

Modified files:
	usr.bin/mandoc : libmandoc.h mdoc.c mdoc_validate.c roff.c 

Log message:
Support setting arbitrary roff(7) number registers,
preserving read support for the ".nr nS" SYNOPSIS state register;
read support for arbitrary registers is still not available.

Inspired by NetBSD roff.c rev. 1.18 (Christos Zoulas, March 21, 2013),
but implemented differently.  I don't want to have yet another different
implementation of a hash table in mandoc - it would be the second one
in roff.c alone and the fifth one in mandoc grand total.
Instead, i designed and implemented roff_setreg() and roff_getreg()
to be similar to roff_setstrn() and roff_getstrn().

Once we feel the need to optimize, we can introduce one common
hash table implementation for everything in mandoc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/03 14:21:03

Modified files:
	graphics/lcms2 : Makefile distinfo 
Removed files:
	graphics/lcms2/patches: patch-include_lcms2_h patch-src_cmsio0_c 
	                        patch-src_cmstypes_c patch-src_lcms2_def 
	                        patch-src_lcms2_internal_h 

Log message:
Update to lcms2 2.5.

ok kili@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 15:48:10

src/regress/usr.bin/mandoc/roff/nr

Update of /cvs/src/regress/usr.bin/mandoc/roff/nr
In directory cvs.openbsd.org:/tmp/cvs-serv22720/nr

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/roff/nr added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 16:04:08

Modified files:
	regress/usr.bin/mandoc/roff: Makefile 
	usr.bin/mandoc : libmandoc.h roff.c 
Added files:
	regress/usr.bin/mandoc/roff/nr: Makefile int.in int.out_ascii 

Log message:
Expand references to number registers in exactly the same way as
references to user-defined strings.  While here, make number registers
signed int, like in groff.

Inspired by NetBSD roff.c rev. 1.8 and read.c rev. 1.7
written by Christos Zoulas on March 21, 2013, but implemented
in a completely different way, without hacking into read.c,
where this functionality really doesn't belong.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 16:50:03

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Avoid code duplication in roff_parseln() as suggested by
Christos Zoulas in NetBSD rev. 1.11;
i'm even going a step further and making this yet a bit shorter.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 16:56:18

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange the
two entries in enum roffrule; no functional change.
From Christos Zoulas, NetBSD rev. 1.11, April 4, 2013.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/03 19:28:54

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 20:01:59

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Support simple numerical conditions.

Original code from Christos Zoulas, NetBSD rev. 1.11-1.13, April 3, 2013.

I tweaked the code as follows:
* In roff_getnum(), don't skip a minus that isn't followed by a digit.
* In roff_getop(), do not handle "!=", groff doesn't support it either.
* In roff_evalcond(), treat negative numbers as false, like groff.
Besides, make the interfaces of roff_getnum() and roff_getop() more
similar to each other and simplify parts of the code a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/03 20:19:47

Modified files:
	regress/usr.bin/mandoc/roff/cond: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/cond: numeric.in numeric.out_ascii 

Log message:
Test numerical conditions; related to roff.c rev. 1.56.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/03 21:31:17

Modified files:
	lib/librthread : rthread_cancel.c 

Log message:
_thread_sys_tcdrain() doesn't exist and isn't used


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/03 23:36:57

Log message:
    Import hs-BoundedChan-1.0.1.0
    
    BoundedChan is a Haskell library providing bounded (limited capacity)
    channels.
    BoundedChans differ from Chans in that channels are guaranteed to
    contain no more than a certain number of elements.
    
    A prerequisite of the upcoming databases/hs-hedis
    
    OK kili@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131004
    
    N ports/devel/hs-BoundedChan/Makefile
    N ports/devel/hs-BoundedChan/distinfo
    N ports/devel/hs-BoundedChan/pkg/DESCR
    N ports/devel/hs-BoundedChan/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/03 23:49:56

Log message:
    Import hs-bytestring-lexing-0.4.3
    
    bytestring-lexing is a Haskell library for parsing and producing
    literals efficiently from strict or lazy bytestrings.
    
    A prerequisite of the upcoming databases/hs-hedis
    
    OK kili@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131004
    
    N ports/textproc/hs-bytestring-lexing/Makefile
    N ports/textproc/hs-bytestring-lexing/distinfo
    N ports/textproc/hs-bytestring-lexing/pkg/DESCR
    N ports/textproc/hs-bytestring-lexing/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/03 23:54:39

Log message:
    Import hs-resource-pool-0.2.1.1
    
    resource-pool is a high-performance striped pooling abstraction for
    managing flexibly-sized collections of resources such as database
    connections.
    
    A prerequisite of the upcoming databases/hs-hedis
    
    OK kili@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131004
    
    N ports/databases/hs-resource-pool/Makefile
    N ports/databases/hs-resource-pool/distinfo
    N ports/databases/hs-resource-pool/pkg/DESCR
    N ports/databases/hs-resource-pool/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 00:03:00

Modified files:
	devel          : Makefile 
	textproc       : Makefile 

Log message:
+hs-BoundedChan
+hs-bytestring-lexing


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 00:07:55

Log message:
    Import hs-hedis-0.6.2
    
    The hedis library is a Haskell client for the Redis datastore.
    Compared to other Haskell client libraries it has some advantages:
    
    Complete Redis 2.6 command set
    Automatic optimal pipelining
    Enforced Pub/Sub semantics
    Connect via TCP or Unix Domain Socket
    
    OK kili@
    
    Status:
    
    Vendor Tag:	dcoppa
    Release Tags:	dcoppa_20131004
    
    N ports/databases/hs-hedis/Makefile
    N ports/databases/hs-hedis/distinfo
    N ports/databases/hs-hedis/pkg/DESCR
    N ports/databases/hs-hedis/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 00:19:24

Modified files:
	databases      : Makefile 
Removed files:
	databases/hs-redis: Makefile distinfo 
	databases/hs-redis/pkg: DESCR PLIST 

Log message:
Bye hs-redis, superseded by hs-hedis.
Unlink it and link hs-hedis.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 00:25:09

Modified files:
	databases      : Makefile 

Log message:
+hs-resource-pool


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/04 01:02:27

Modified files:
	lib/libc/crypt : chacha_private.h 

Log message:
a couple of warning fixes and an RCS marker; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 01:09:18

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-sql_sql_parse_cc 
	databases/mysql/pkg: PLIST-tests 

Log message:
Update to 5.1.72,
some innodb related bugs has been fixed.
Full changelog available at:
http://dev.mysql.com/doc/relnotes/mysql/5.1/en/news-5-1-72.html

ok brad@ (Mantainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 01:15:10

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
ouch: if junk gets called while LISTING/UPDATING DISTFILES HISTORY is
running, some jobs may not have a v yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 01:18:38

Modified files:
	infrastructure/lib/DPB: Core.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
actually, this is a more general problem, so just skip cores where
there's no useful job for us.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/04 01:25:31

Modified files:
	textproc/gtkspell3: Makefile distinfo 

Log message:
Update to gtkspell3-3.0.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/10/04 01:27:36

Modified files:
	sys/dev/pci/bktr: bktr_core.c 

Log message:
Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30.

Pointed out by Pedro
ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/04 01:40:43

Modified files:
	net/telepathy/telepathy-idle: Makefile distinfo 
	net/telepathy/telepathy-idle/patches: 
	                                      patch-tests_twisted_Makefile_in 

Log message:
update to telepathy-idle-0.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 02:25:09

Modified files:
	audio/umurmur  : Makefile distinfo 
	audio/umurmur/patches: patch-src_client_c patch-src_conf_c 
	                       patch-src_messagehandler_c 
	                       patch-umurmur_conf_example 
Removed files:
	audio/umurmur/patches: patch-src_client_h patch-src_ssl_c 

Log message:
Update to umurmur-0.2.13, featuring support for Mumble protocol
1.2.4 and the new Opus codec.

maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/04 02:40:32

Modified files:
	sys/net        : if_tun.c 

Log message:
SIOCSIFBRDADDR is not passed to the per-driver ioctl function, so it
makes no sense to let tun(4) handle it.

ok claudio@, haesbaert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/04 02:44:04

Modified files:
	editors/vim    : Makefile distinfo 
	editors/vim/pkg: PLIST-lang PLIST-main 
	editors/vim/patches: patch-runtime_autoload_tar_vim 
	                     patch-runtime_filetype_vim 
	                     patch-runtime_syntax_c_vim 
	                     patch-src_auto_configure patch-src_vim_h 

Log message:
update to vim 7.4.45 and move non-English tutor files to the -lang subpackage.
drop ckuethe as maintainer (mail bounces).
earlier version ok jung@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/04 02:44:32

Modified files:
	editors/vim/patches: sup-vax-src_Makefile 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/04 02:45:21

Modified files:
	editors/vim    : Makefile 
Added files:
	editors/vim/patches: patch-src_option_c 

Log message:
Disable vim's new NFA regexp engine for now, it interacts badly with
malloc flag 'J' (approx 10x slower in syntax highlighting).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/04 03:13:29

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_gnu_rb 

Log message:
remove two options our tar(1) doesn't understand; unbreaks 'puppet module install'


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 03:20:14

Log message:
    Import net/py-ipaddr, a Python IP manipulation library.
    This library is used to create/poke/manipulate IPv4 and IPv6 addresses and prefixes.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni_20131004
    
    N ports/net/py-ipaddr/Makefile
    N ports/net/py-ipaddr/distinfo
    N ports/net/py-ipaddr/pkg/DESCR
    N ports/net/py-ipaddr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 03:26:28

Modified files:
	net            : Makefile 

Log message:
+py-ipaddr


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 03:28:31

Modified files:
	mail/py-authres: Makefile distinfo 

Log message:
Bugfix update to 0.602
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 03:33:03

Modified files:
	mail/py-spf    : Makefile distinfo 
Removed files:
	mail/py-spf/patches: patch-spf_py 

Log message:
Bugfix update to 2.0.8
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/04 03:37:43

Modified files:
	mail/py-policyd-spf: Makefile distinfo 
	mail/py-policyd-spf/pkg: DESCR PLIST 

Log message:
Update to 1.2 and remove trailing spaces from DESCR
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 05:17:33

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
refactor the junk decision code to be able to force junking


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/10/04 05:20:19

Modified files:
	devel/cppcheck : Makefile distinfo 

Log message:
update to 1.61; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 05:26:15

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 

Log message:
make it possible to forcibly junk mismatch tags, so that bulks will work
if junk=0 by forcing junk eventually.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/04 07:15:42

Modified files:
	x11/qt4        : Makefile distinfo 
	x11/qt4/patches: patch-configure patch-mkspecs_features_qt_prf 
	                 patch-src_3rdparty_javascriptcore_JavaScriptCore_wtf_Platform_h 
	                 patch-src_corelib_global_qglobal_h 
	                 patch-src_dbus_qdbusintegrator_cpp 
	                 patch-src_gui_itemviews_qlistview_cpp 
	                 patch-src_network_ssl_qsslsocket_cpp 
	                 patch-src_tools_moc_main_cpp 
	x11/qt4/pkg    : PLIST-examples PLIST-html PLIST-main 
Added files:
	x11/qt4/patches: patch-src_gui_dialogs_qprintdialog_unix_cpp 
	                 patch-src_gui_painting_qcosmeticstroker_cpp 
	                 patch-src_gui_painting_qcosmeticstroker_p_h 
	                 patch-src_gui_painting_qprinter_cpp 
	                 patch-src_network_access_qhttpmultipart_cpp 

Log message:
Maintenance update to qt-4.8.5 (plus three bugfixes from upstream
via Arch Linux).
Feedback from zhuk@, espie@, and Amit Kulkarni.
ABI/API compatibility analysis done with abi-compliance-checker.

ok espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/04 08:28:17

Modified files:
	usr.sbin/ntpd  : Makefile client.c ntp.c ntpd.8 ntpd.c ntpd.h 
	                 sensors.c 
Added files:
	usr.sbin/ntpd  : control.c ntpctl.8 

Log message:
Add ntpctl(8), which allows us to query the locally running ntpd(8) process

diff from Mike Miller <mmiller mgm51 com> (many thanks!)

OK phessler@, henning@, todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/04 10:32:53

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.0.39.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 11:48:25

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
log whether we're still tainted...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/04 11:52:55

Modified files:
	sys/kern       : tty.c tty_pty.c 

Log message:
poll(2) on a closed tty should return POLLIN|POLLHUP in revents
when events is set to POLLIN and POLLHUP when events is set to
POLLOUT.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/04 12:12:09

Modified files:
	games/valyriatear: Makefile distinfo 
	games/valyriatear/pkg: PLIST 

Log message:
Update games/valyriatear to 0.6.0
Use gcc-4.6 due to a compiler bug with gcc-4.2
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/04 12:26:48

Removed files:
	games/valyriatear/files: FindOgg.cmake FindVorbis.cmake 
	games/valyriatear/patches: patch-src_CMakeLists_txt 
	                           patch-src_engine_video_image_cpp 
	                           patch-src_main_cpp 

Log message:
Forgot to remove these, all of this stuff was committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/04 12:34:46

Modified files:
	sys/arch/hppa/hppa: autoconf.c 

Log message:
Fix boot device matching in the presence of mpath(4).

ok dlg@, jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/04 12:46:07

Modified files:
	sys/arch/hppa64/hppa64: autoconf.c 

Log message:
Fix boot device matching in the presence of mpath(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/04 14:28:41

Modified files:
	infrastructure/lib/DPB: Locks.pm PortBuilder.pm 
	infrastructure/lib/DPB/Core: Init.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
really need to store tags in locks, as dependencies in there will kill
me when restarting dpb...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/04 14:30:38

Modified files:
	usr.sbin/ntpd  : ntpctl.8 ntpd.c 

Log message:
Tweak previous:
* For time_t values, use the printf("%lld", (long long)t) idiom.
* Don't print "Invalid program name" in usage() when main() just runs ntpd.
* Make "Show/Shows" consistent in the manual, sort .Xr and correct .Ox.
OK phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/04 16:49:09

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/patches: patch-ConfigureChecks_cmake 
Added files:
	x11/kde4/workspace/patches: 
	                            patch-kcontrol_screensaver_CMakeLists_txt 
	                            patch-ksmserver_CMakeLists_txt 

Log message:
Couple of fixes for kde-workspace:
- Avoid picking up OpenGL ES, this breaks builds of dependant ports
after recent Mesa update.
- Fix some checks in CMake files related to X11 and OpenGL.
- Use Ruby 1.9 instead of 1.8, as other KDE parts do.
- Add a note about struct ucred checks in Makefile, to save time on
investigations later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/04 17:26:51

Modified files:
	www/rawdog     : Makefile distinfo 
	www/rawdog/patches: patch-setup_py 
	www/rawdog/pkg : PLIST 

Log message:
Update www/rawdog to 2.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/04 19:39:03

Modified files:
	x11/kde4/network: Makefile 
	x11/kde4/network/patches: patch-kget_CMakeLists_txt 
	x11/kde4/network/pkg: PLIST 
Added files:
	x11/kde4/network/patches: 
	                          patch-kopete_plugins_otr_authenticationwizard_cpp 
	                          patch-kopete_plugins_otr_kopete_otr_config_desktop 
	                          patch-kopete_plugins_otr_kopete_otr_desktop 
	                          patch-kopete_plugins_otr_otrlchatinterface_cpp 
	                          patch-kopete_plugins_otr_otrlchatinterface_h 
	                          patch-kopete_plugins_otr_otrlconfinterface_cpp 
	                          patch-kopete_plugins_otr_otrplugin_cpp 

Log message:
kdenetwork-4.x tweaks:
- Make sure -fexceptions flag is propagated correctly.
- Backport libotr-4.x support from upstream.
- Install Strigi torrent analyzer: we always happy to provide your
foot with a gun, and it was built anyway.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/05 00:44:57

Log message:
    The Silver theme is a theme for GNUstep with silvered controls and
    scrollbars at the right side.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131005
    
    N ports/x11/gnustep/silver-theme/Makefile
    N ports/x11/gnustep/silver-theme/distinfo
    N ports/x11/gnustep/silver-theme/pkg/DESCR
    N ports/x11/gnustep/silver-theme/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/05 00:45:37

Log message:
    The Neos theme closely follows the original NeXT look and feel. The
    controls and the user interface have the same guidelines, the menus,
    scrollbars and general impression are familiar to the old-style user.
    The Shades are more subtle, several controls look the same, but are made
    less intrusive, more subtle. Some icons are smoother.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131005
    
    N ports/x11/gnustep/neos-theme/Makefile
    N ports/x11/gnustep/neos-theme/distinfo
    N ports/x11/gnustep/neos-theme/pkg/DESCR
    N ports/x11/gnustep/neos-theme/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/05 00:47:22

Modified files:
	x11/gnustep    : Makefile 

Log message:
+ neos-theme
+ silver-theme


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/05 00:48:19

Modified files:
	meta/gnustep   : Makefile 

Log message:
add silver and neos themes


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/05 01:11:24

src/usr.bin/ssh/moduli-gen

Update of /cvs/src/usr.bin/ssh/moduli-gen
In directory cvs.openbsd.org:/tmp/cvs-serv17431/moduli-gen

Log Message:
Directory /cvs/src/usr.bin/ssh/moduli-gen added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/05 01:30:07

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_context.c 
	                      i915_gem_execbuffer.c i915_gem_gtt.c 

Log message:
add and use gtt mapping flags, further reduces the diff to linux
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/05 01:34:44

Modified files:
	audio/amarok   : Makefile 
	cad/klogic     : Makefile 
	databases/keximdb: Makefile 
	devel/kdbg     : Makefile 
	editors/kile   : Makefile 
	editors/kxmleditor: Makefile 
	editors/libreoffice: Makefile 
	games/kbilliards: Makefile 
	games/kslide   : Makefile 
	games/taxipilot: Makefile 
	graphics/digikam-doc: Makefile 
	graphics/digikam: Makefile 
	graphics/gwenview-i18n: Makefile 
	graphics/gwenview: Makefile 
	graphics/kimdaba: Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/libkdcraw: Makefile 
	graphics/libkexif: Makefile 
	graphics/libkexiv2: Makefile 
	graphics/libkipi: Makefile 
	inputmethods/uim: Makefile 
	mail/kbiff     : Makefile 
	math/kst       : Makefile 
	misc/ktimeclock: Makefile 
	multimedia/k3b : Makefile 
	multimedia/kaffeine: Makefile 
	multimedia/kguitar: Makefile 
	net/ktorrent   : Makefile 
	net/libktorrent: Makefile 
	productivity/taskjuggler: Makefile 
	sysutils/filelight: Makefile 
	sysutils/knutclient: Makefile 
	sysutils/krename: Makefile 
	x11/kde        : kde.port.mk 
	x11/kde/accessibility3: Makefile 
	x11/kde/addons3: Makefile 
	x11/kde/admin3 : Makefile 
	x11/kde/artwork3: Makefile 
	x11/kde/base3  : Makefile 
	x11/kde/bindings3: Makefile 
	x11/kde/edu3   : Makefile 
	x11/kde/games3 : Makefile 
	x11/kde/graphics3: Makefile 
	x11/kde/i18n3  : Makefile.inc 
	x11/kde/libs3  : Makefile 
	x11/kde/multimedia3: Makefile 
	x11/kde/network3: Makefile 
	x11/kde/office-i18n3: Makefile.inc 
	x11/kde/office3: Makefile 
	x11/kde/okle   : Makefile 
	x11/kde/pim3   : Makefile 
	x11/kde/sdk3   : Makefile 
	x11/kde/toys3  : Makefile 
	x11/kde/utils3 : Makefile 
	x11/kde/webdev : Makefile 
	x11/kdirstat   : Makefile 
	x11/kmplayer   : Makefile 
	x11/kountdown  : Makefile 
	x11/krusader   : Makefile 
	x11/qinx       : Makefile 
	x11/quadkonsole: Makefile 
	x11/tellico    : Makefile 
	x11/xfce4/thunar-archive: Makefile 
	x11/yakuake    : Makefile 

Log message:
disentangle kde3 from kde4: all kde3 with the same name get an explict
PKGSPEC.  revision bumps follow.

Also, tag all kde3 ports, those that use the module and those that do not,
with explicit kde3 tags.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/05 02:12:40

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Use open(".")/fchdir() to save and restore current directory rather than
getcwd()/chdir().


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/05 02:18:03

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-5.0.12.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/05 02:40:55

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
as tested by landry, fractional squiggles make sense on dual-core boxes.
Note the value is skewed up because squiggles spend little time building
compared to other jobs.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/10/05 03:37:04

Log message:
    Import Mesa 9.2.1
    
    Status:
    
    Vendor Tag:	mesa
    Release Tags:	v9_2_1
    
    U xenocara/dist/Mesa/aclocal.m4
    U xenocara/dist/Mesa/configure
    U xenocara/dist/Mesa/Makefile.in
    U xenocara/dist/Mesa/Android.common.mk
    U xenocara/dist/Mesa/Android.mk
    U xenocara/dist/Mesa/Makefile.am
    C xenocara/dist/Mesa/SConstruct
    U xenocara/dist/Mesa/autogen.sh
    U xenocara/dist/Mesa/common.py
    C xenocara/dist/Mesa/configure.ac
    U xenocara/dist/Mesa/bin/ar-lib
    U xenocara/dist/Mesa/bin/compile
    C xenocara/dist/Mesa/bin/config.guess
    C xenocara/dist/Mesa/bin/config.sub
    U xenocara/dist/Mesa/bin/depcomp
    U xenocara/dist/Mesa/bin/install-sh
    U xenocara/dist/Mesa/bin/ltmain.sh
    U xenocara/dist/Mesa/bin/missing
    U xenocara/dist/Mesa/bin/bugzilla_mesa.sh
    U xenocara/dist/Mesa/bin/get-pick-list.sh
    U xenocara/dist/Mesa/bin/perf-annotate-jit
    U xenocara/dist/Mesa/bin/shortlog_mesa.sh
    U xenocara/dist/Mesa/src/Makefile.in
    U xenocara/dist/Mesa/src/Makefile.am
    U xenocara/dist/Mesa/src/SConscript
    U xenocara/dist/Mesa/src/egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/common.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/glx/egl_glx.c
    U xenocara/dist/Mesa/src/egl/main/Makefile.in
    U xenocara/dist/Mesa/src/egl/main/Android.mk
    U xenocara/dist/Mesa/src/egl/main/Makefile.am
    U xenocara/dist/Mesa/src/egl/main/README.txt
    U xenocara/dist/Mesa/src/egl/main/SConscript
    U xenocara/dist/Mesa/src/egl/main/egl.def
    U xenocara/dist/Mesa/src/egl/main/egl.pc.in
    U xenocara/dist/Mesa/src/egl/main/eglapi.c
    U xenocara/dist/Mesa/src/egl/main/eglapi.h
    U xenocara/dist/Mesa/src/egl/main/eglarray.c
    U xenocara/dist/Mesa/src/egl/main/eglarray.h
    U xenocara/dist/Mesa/src/egl/main/eglcompiler.h
    U xenocara/dist/Mesa/src/egl/main/eglconfig.c
    U xenocara/dist/Mesa/src/egl/main/eglconfig.h
    U xenocara/dist/Mesa/src/egl/main/eglcontext.c
    U xenocara/dist/Mesa/src/egl/main/eglcontext.h
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.c
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.h
    U xenocara/dist/Mesa/src/egl/main/egldefines.h
    U xenocara/dist/Mesa/src/egl/main/egldisplay.c
    U xenocara/dist/Mesa/src/egl/main/egldisplay.h
    U xenocara/dist/Mesa/src/egl/main/egldriver.c
    U xenocara/dist/Mesa/src/egl/main/egldriver.h
    U xenocara/dist/Mesa/src/egl/main/eglfallbacks.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.h
    U xenocara/dist/Mesa/src/egl/main/eglimage.c
    U xenocara/dist/Mesa/src/egl/main/eglimage.h
    U xenocara/dist/Mesa/src/egl/main/egllog.c
    U xenocara/dist/Mesa/src/egl/main/egllog.h
    U xenocara/dist/Mesa/src/egl/main/eglmisc.c
    U xenocara/dist/Mesa/src/egl/main/eglmisc.h
    U xenocara/dist/Mesa/src/egl/main/eglmode.c
    U xenocara/dist/Mesa/src/egl/main/eglmode.h
    U xenocara/dist/Mesa/src/egl/main/eglmutex.h
    U xenocara/dist/Mesa/src/egl/main/eglscreen.c
    U xenocara/dist/Mesa/src/egl/main/eglscreen.h
    U xenocara/dist/Mesa/src/egl/main/eglstring.c
    U xenocara/dist/Mesa/src/egl/main/eglstring.h
    U xenocara/dist/Mesa/src/egl/main/eglsurface.c
    U xenocara/dist/Mesa/src/egl/main/eglsurface.h
    U xenocara/dist/Mesa/src/egl/main/eglsync.c
    U xenocara/dist/Mesa/src/egl/main/eglsync.h
    U xenocara/dist/Mesa/src/egl/main/egltypedefs.h
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c
    C xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
    U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface
    U xenocara/dist/Mesa/src/gallium/Android.common.mk
    U xenocara/dist/Mesa/src/gallium/Android.mk
    U xenocara/dist/Mesa/src/gallium/Automake.inc
    U xenocara/dist/Mesa/src/gallium/README.portability
    U xenocara/dist/Mesa/src/gallium/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/auxiliary/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_xsp.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/i915/TODO
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30-40_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_clear.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragtex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_verttex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_defs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_texture.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_driver.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_emit_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3ddefs.xml.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_graph_macros.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_stateobj.h
    C xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_ppp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_p2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvf0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_streamout.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/README
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/trace/README
    U xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/base.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compat.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/geometry.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/compat-api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_crtc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_driver.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_winsys.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xvmc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/SConscript.dri
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/vmw_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.h
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/unit/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/graw/clear.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h
    U xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
    C xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/docs/Makefile
    U xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt
    U xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt
    U xenocara/dist/Mesa/src/gallium/docs/make.bat
    U xenocara/dist/Mesa/src/gallium/docs/source/conf.py
    U xenocara/dist/Mesa/src/gallium/docs/source/context.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/distro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/format.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/index.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt
    U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/screen.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_decoder.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h
    C xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh
    U xenocara/dist/Mesa/src/gallium/tools/trace/README.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/format.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/model.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/parse.py
    U xenocara/dist/Mesa/src/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gbm/backends/dri/driver_name.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h
    U xenocara/dist/Mesa/src/gbm/main/backend.c
    U xenocara/dist/Mesa/src/gbm/main/backend.h
    U xenocara/dist/Mesa/src/gbm/main/common.c
    U xenocara/dist/Mesa/src/gbm/main/common.h
    U xenocara/dist/Mesa/src/gbm/main/common_drm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.c
    U xenocara/dist/Mesa/src/gbm/main/gbm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.pc.in
    U xenocara/dist/Mesa/src/gbm/main/gbmint.h
    C xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_parser.cpp
    C xenocara/dist/Mesa/src/glsl/glsl_parser.h
    U xenocara/dist/Mesa/src/glsl/Makefile.in
    U xenocara/dist/Mesa/src/glsl/Android.gen.mk
    U xenocara/dist/Mesa/src/glsl/Android.mk
    U xenocara/dist/Mesa/src/glsl/Makefile.am
    U xenocara/dist/Mesa/src/glsl/Makefile.sources
    U xenocara/dist/Mesa/src/glsl/README
    U xenocara/dist/Mesa/src/glsl/SConscript
    U xenocara/dist/Mesa/src/glsl/TODO
    U xenocara/dist/Mesa/src/glsl/ast.h
    U xenocara/dist/Mesa/src/glsl/ast_array_index.cpp
    U xenocara/dist/Mesa/src/glsl/ast_expr.cpp
    U xenocara/dist/Mesa/src/glsl/ast_function.cpp
    C xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp
    U xenocara/dist/Mesa/src/glsl/ast_type.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_type_macros.h
    U xenocara/dist/Mesa/src/glsl/builtin_types.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_variables.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.ll
    C xenocara/dist/Mesa/src/glsl/glsl_parser.yy
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h
    U xenocara/dist/Mesa/src/glsl/glsl_types.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_types.h
    U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp
    U xenocara/dist/Mesa/src/glsl/ir.cpp
    U xenocara/dist/Mesa/src/glsl/ir.h
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.h
    U xenocara/dist/Mesa/src/glsl/ir_builder.cpp
    U xenocara/dist/Mesa/src/glsl/ir_builder.h
    U xenocara/dist/Mesa/src/glsl/ir_clone.cpp
    U xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h
    U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp
    U xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp
    U xenocara/dist/Mesa/src/glsl/ir_optimization.h
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_reader.cpp
    U xenocara/dist/Mesa/src/glsl/ir_reader.h
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp
    U xenocara/dist/Mesa/src/glsl/ir_uniform.h
    U xenocara/dist/Mesa/src/glsl/ir_validate.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h
    U xenocara/dist/Mesa/src/glsl/ir_visitor.h
    C xenocara/dist/Mesa/src/glsl/link_functions.cpp
    U xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniforms.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.h
    U xenocara/dist/Mesa/src/glsl/linker.cpp
    U xenocara/dist/Mesa/src/glsl/linker.h
    U xenocara/dist/Mesa/src/glsl/list.h
    U xenocara/dist/Mesa/src/glsl/loop_analysis.cpp
    U xenocara/dist/Mesa/src/glsl/loop_analysis.h
    U xenocara/dist/Mesa/src/glsl/loop_controls.cpp
    U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp
    U xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp
    U xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_instructions.cpp
    U xenocara/dist/Mesa/src/glsl/lower_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp
    U xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/lower_noise.cpp
    U xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp
    U xenocara/dist/Mesa/src/glsl/main.cpp
    U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp
    U xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp
    U xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp
    U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp
    U xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp
    U xenocara/dist/Mesa/src/glsl/program.h
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.c
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp
    U xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp
    U xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp
    U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.h
    U xenocara/dist/Mesa/src/glsl/s_expression.cpp
    U xenocara/dist/Mesa/src/glsl/s_expression.h
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h
    U xenocara/dist/Mesa/src/glsl/strtod.c
    U xenocara/dist/Mesa/src/glsl/strtod.h
    U xenocara/dist/Mesa/src/glsl/test.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.h
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.in
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.am
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/builtin_stubs.cpp
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c
    C xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h
    U xenocara/dist/Mesa/src/glsl/glcpp/README
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h
    U xenocara/dist/Mesa/src/glsl/glcpp/pp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/determinant.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/inverse.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/ir/abs.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/all.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/any.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitCount.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldExtract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldInsert.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldReverse.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ceil.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/clamp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cross.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdx.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdy.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/degrees.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/distance.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dot.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/equal.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/faceforward.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findLSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findMSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToInt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToUint.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floor.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ftransform.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fwidth.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/intBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/inversesqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isinf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isnan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/length.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/matrixCompMult.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/max.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/min.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mix.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mod.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/modf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise1.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise3.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise4.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/normalize.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/not.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/notEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/outerProduct.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/pow.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/radians.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/reflect.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/refract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/round.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/roundEven.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sign.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/smoothstep.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/step.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/transpose.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/trunc.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/uintBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_gpu_shader5.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_bit_encoding.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shading_language_packing.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_multisample.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_query_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_rectangle.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_EGL_image_external.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_standard_derivatives.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.vert
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_builtins.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_matrixCompMultGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_outerProductGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_transposeGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/texture_builtins.py
    U xenocara/dist/Mesa/src/glsl/tests/compare_ir
    U xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/optimization-test
    U xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp
    U xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/sexps.py
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glx/Makefile.in
    U xenocara/dist/Mesa/src/glx/Makefile.am
    U xenocara/dist/Mesa/src/glx/SConscript
    U xenocara/dist/Mesa/src/glx/XF86dri.c
    U xenocara/dist/Mesa/src/glx/applegl_glx.c
    U xenocara/dist/Mesa/src/glx/clientattrib.c
    U xenocara/dist/Mesa/src/glx/clientinfo.c
    U xenocara/dist/Mesa/src/glx/compsize.c
    U xenocara/dist/Mesa/src/glx/create_context.c
    U xenocara/dist/Mesa/src/glx/dri2.c
    U xenocara/dist/Mesa/src/glx/dri2.h
    C xenocara/dist/Mesa/src/glx/dri2_glx.c
    C xenocara/dist/Mesa/src/glx/dri_common.c
    U xenocara/dist/Mesa/src/glx/dri_common.h
    U xenocara/dist/Mesa/src/glx/dri_glx.c
    C xenocara/dist/Mesa/src/glx/drisw_glx.c
    U xenocara/dist/Mesa/src/glx/eval.c
    U xenocara/dist/Mesa/src/glx/glx_error.c
    U xenocara/dist/Mesa/src/glx/glx_error.h
    U xenocara/dist/Mesa/src/glx/glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/glx_query.c
    U xenocara/dist/Mesa/src/glx/pixel.c
    U xenocara/dist/Mesa/src/glx/glxclient.h
    U xenocara/dist/Mesa/src/glx/glxcmds.c
    U xenocara/dist/Mesa/src/glx/glxconfig.c
    U xenocara/dist/Mesa/src/glx/glxconfig.h
    U xenocara/dist/Mesa/src/glx/glxcurrent.c
    U xenocara/dist/Mesa/src/glx/glxext.c
    U xenocara/dist/Mesa/src/glx/glxextensions.c
    U xenocara/dist/Mesa/src/glx/glxextensions.h
    U xenocara/dist/Mesa/src/glx/glxhash.c
    U xenocara/dist/Mesa/src/glx/glxhash.h
    U xenocara/dist/Mesa/src/glx/indirect_glx.c
    U xenocara/dist/Mesa/src/glx/indirect_init.h
    U xenocara/dist/Mesa/src/glx/indirect_texture_compression.c
    U xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_program.c
    U xenocara/dist/Mesa/src/glx/indirect_window_pos.c
    U xenocara/dist/Mesa/src/glx/packrender.h
    U xenocara/dist/Mesa/src/glx/packsingle.h
    U xenocara/dist/Mesa/src/glx/pixelstore.c
    U xenocara/dist/Mesa/src/glx/render2.c
    U xenocara/dist/Mesa/src/glx/renderpix.c
    U xenocara/dist/Mesa/src/glx/single2.c
    U xenocara/dist/Mesa/src/glx/singlepix.c
    U xenocara/dist/Mesa/src/glx/vertarr.c
    U xenocara/dist/Mesa/src/glx/xf86dri.h
    U xenocara/dist/Mesa/src/glx/xf86dristr.h
    U xenocara/dist/Mesa/src/glx/xfont.c
    U xenocara/dist/Mesa/src/glx/tests/Makefile.in
    U xenocara/dist/Mesa/src/glx/tests/Makefile.am
    U xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h
    U xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp
    U xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h
    U xenocara/dist/Mesa/src/glx/apple/Makefile
    U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES
    U xenocara/dist/Mesa/src/glx/apple/TODO
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.c
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glapi.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.h
    U xenocara/dist/Mesa/src/glx/apple/appledristr.h
    U xenocara/dist/Mesa/src/glx/apple/glx_empty.c
    U xenocara/dist/Mesa/src/glx/apple/glxreply.c
    U xenocara/dist/Mesa/src/gtest/Makefile.in
    U xenocara/dist/Mesa/src/gtest/Makefile.am
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
    U xenocara/dist/Mesa/src/gtest/src/gtest-all.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h
    U xenocara/dist/Mesa/src/gtest/src/gtest-port.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest_main.cc
    U xenocara/dist/Mesa/src/mapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/Android.mk
    U xenocara/dist/Mesa/src/mapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/entry.c
    U xenocara/dist/Mesa/src/mapi/entry.h
    U xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h
    U xenocara/dist/Mesa/src/mapi/mapi.c
    U xenocara/dist/Mesa/src/mapi/mapi.h
    U xenocara/dist/Mesa/src/mapi/mapi_abi.py
    U xenocara/dist/Mesa/src/mapi/mapi_glapi.c
    U xenocara/dist/Mesa/src/mapi/mapi_tmp.h
    U xenocara/dist/Mesa/src/mapi/stub.c
    U xenocara/dist/Mesa/src/mapi/stub.h
    U xenocara/dist/Mesa/src/mapi/table.c
    U xenocara/dist/Mesa/src/mapi/table.h
    U xenocara/dist/Mesa/src/mapi/u_compiler.h
    U xenocara/dist/Mesa/src/mapi/u_current.c
    U xenocara/dist/Mesa/src/mapi/u_current.h
    U xenocara/dist/Mesa/src/mapi/u_execmem.c
    U xenocara/dist/Mesa/src/mapi/u_execmem.h
    U xenocara/dist/Mesa/src/mapi/u_macros.h
    U xenocara/dist/Mesa/src/mapi/u_thread.h
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es1api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es2api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.h
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.c
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.h
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_doc.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk
    U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh
    U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/vgapi/SConscript
    U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in
    U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv
    U xenocara/dist/Mesa/src/mesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/Android.gen.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk
    U xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk
    U xenocara/dist/Mesa/src/mesa/Android.mk
    U xenocara/dist/Mesa/src/mesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/SConscript
    U xenocara/dist/Mesa/src/mesa/gl.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drisw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h
    C xenocara/dist/Mesa/src/mesa/drivers/common/meta.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.in
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/accum.c
    U xenocara/dist/Mesa/src/mesa/main/accum.h
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h
    U xenocara/dist/Mesa/src/mesa/main/api_exec.h
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.c
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.h
    U xenocara/dist/Mesa/src/mesa/main/api_validate.c
    U xenocara/dist/Mesa/src/mesa/main/api_validate.h
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.c
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.h
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.c
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.h
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.c
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.h
    U xenocara/dist/Mesa/src/mesa/main/attrib.c
    U xenocara/dist/Mesa/src/mesa/main/attrib.h
    U xenocara/dist/Mesa/src/mesa/main/bitset.h
    U xenocara/dist/Mesa/src/mesa/main/blend.c
    U xenocara/dist/Mesa/src/mesa/main/blend.h
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.c
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.h
    U xenocara/dist/Mesa/src/mesa/main/buffers.c
    U xenocara/dist/Mesa/src/mesa/main/buffers.h
    U xenocara/dist/Mesa/src/mesa/main/clear.c
    U xenocara/dist/Mesa/src/mesa/main/clear.h
    U xenocara/dist/Mesa/src/mesa/main/clip.c
    U xenocara/dist/Mesa/src/mesa/main/clip.h
    U xenocara/dist/Mesa/src/mesa/main/colormac.h
    U xenocara/dist/Mesa/src/mesa/main/colortab.c
    U xenocara/dist/Mesa/src/mesa/main/colortab.h
    U xenocara/dist/Mesa/src/mesa/main/compiler.h
    U xenocara/dist/Mesa/src/mesa/main/condrender.c
    U xenocara/dist/Mesa/src/mesa/main/condrender.h
    U xenocara/dist/Mesa/src/mesa/main/config.h
    U xenocara/dist/Mesa/src/mesa/main/context.c
    U xenocara/dist/Mesa/src/mesa/main/context.h
    U xenocara/dist/Mesa/src/mesa/main/convolve.c
    U xenocara/dist/Mesa/src/mesa/main/convolve.h
    U xenocara/dist/Mesa/src/mesa/main/core.h
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.c
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.h
    U xenocara/dist/Mesa/src/mesa/main/dd.h
    U xenocara/dist/Mesa/src/mesa/main/debug.c
    U xenocara/dist/Mesa/src/mesa/main/debug.h
    U xenocara/dist/Mesa/src/mesa/main/depth.c
    U xenocara/dist/Mesa/src/mesa/main/depth.h
    U xenocara/dist/Mesa/src/mesa/main/dlist.c
    U xenocara/dist/Mesa/src/mesa/main/dlist.h
    U xenocara/dist/Mesa/src/mesa/main/dlopen.h
    U xenocara/dist/Mesa/src/mesa/main/drawpix.c
    U xenocara/dist/Mesa/src/mesa/main/drawpix.h
    U xenocara/dist/Mesa/src/mesa/main/drawtex.c
    U xenocara/dist/Mesa/src/mesa/main/drawtex.h
    U xenocara/dist/Mesa/src/mesa/main/enable.c
    U xenocara/dist/Mesa/src/mesa/main/enable.h
    U xenocara/dist/Mesa/src/mesa/main/enums.h
    U xenocara/dist/Mesa/src/mesa/main/errors.c
    U xenocara/dist/Mesa/src/mesa/main/errors.h
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.c
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.h
    U xenocara/dist/Mesa/src/mesa/main/eval.c
    U xenocara/dist/Mesa/src/mesa/main/eval.h
    U xenocara/dist/Mesa/src/mesa/main/execmem.c
    C xenocara/dist/Mesa/src/mesa/main/extensions.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.h
    U xenocara/dist/Mesa/src/mesa/main/fbobject.c
    U xenocara/dist/Mesa/src/mesa/main/fbobject.h
    U xenocara/dist/Mesa/src/mesa/main/feedback.c
    U xenocara/dist/Mesa/src/mesa/main/feedback.h
    U xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h
    U xenocara/dist/Mesa/src/mesa/main/fog.c
    U xenocara/dist/Mesa/src/mesa/main/fog.h
    U xenocara/dist/Mesa/src/mesa/main/format_pack.c
    U xenocara/dist/Mesa/src/mesa/main/format_pack.h
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.c
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.h
    U xenocara/dist/Mesa/src/mesa/main/formatquery.c
    U xenocara/dist/Mesa/src/mesa/main/formatquery.h
    U xenocara/dist/Mesa/src/mesa/main/formats.c
    U xenocara/dist/Mesa/src/mesa/main/formats.h
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.c
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.h
    C xenocara/dist/Mesa/src/mesa/main/get.c
    U xenocara/dist/Mesa/src/mesa/main/get.h
    U xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py
    U xenocara/dist/Mesa/src/mesa/main/get_hash_params.py
    U xenocara/dist/Mesa/src/mesa/main/getstring.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.h
    C xenocara/dist/Mesa/src/mesa/main/glheader.h
    U xenocara/dist/Mesa/src/mesa/main/hash.c
    U xenocara/dist/Mesa/src/mesa/main/hash.h
    U xenocara/dist/Mesa/src/mesa/main/hash_table.c
    U xenocara/dist/Mesa/src/mesa/main/hint.c
    U xenocara/dist/Mesa/src/mesa/main/hash_table.h
    U xenocara/dist/Mesa/src/mesa/main/hint.h
    U xenocara/dist/Mesa/src/mesa/main/histogram.c
    U xenocara/dist/Mesa/src/mesa/main/histogram.h
    U xenocara/dist/Mesa/src/mesa/main/image.c
    U xenocara/dist/Mesa/src/mesa/main/image.h
    U xenocara/dist/Mesa/src/mesa/main/imports.c
    U xenocara/dist/Mesa/src/mesa/main/imports.h
    U xenocara/dist/Mesa/src/mesa/main/light.c
    U xenocara/dist/Mesa/src/mesa/main/light.h
    U xenocara/dist/Mesa/src/mesa/main/lines.c
    U xenocara/dist/Mesa/src/mesa/main/lines.h
    U xenocara/dist/Mesa/src/mesa/main/macros.h
    U xenocara/dist/Mesa/src/mesa/main/matrix.c
    U xenocara/dist/Mesa/src/mesa/main/matrix.h
    U xenocara/dist/Mesa/src/mesa/main/mipmap.c
    U xenocara/dist/Mesa/src/mesa/main/mipmap.h
    U xenocara/dist/Mesa/src/mesa/main/mm.c
    U xenocara/dist/Mesa/src/mesa/main/mm.h
    U xenocara/dist/Mesa/src/mesa/main/mtypes.h
    U xenocara/dist/Mesa/src/mesa/main/multisample.c
    U xenocara/dist/Mesa/src/mesa/main/multisample.h
    U xenocara/dist/Mesa/src/mesa/main/pack.c
    U xenocara/dist/Mesa/src/mesa/main/pack.h
    U xenocara/dist/Mesa/src/mesa/main/pack_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/pbo.c
    U xenocara/dist/Mesa/src/mesa/main/pbo.h
    U xenocara/dist/Mesa/src/mesa/main/pixel.c
    U xenocara/dist/Mesa/src/mesa/main/pixel.h
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.c
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.h
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h
    U xenocara/dist/Mesa/src/mesa/main/points.c
    U xenocara/dist/Mesa/src/mesa/main/points.h
    U xenocara/dist/Mesa/src/mesa/main/polygon.c
    U xenocara/dist/Mesa/src/mesa/main/polygon.h
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.c
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.h
    U xenocara/dist/Mesa/src/mesa/main/queryobj.c
    U xenocara/dist/Mesa/src/mesa/main/queryobj.h
    U xenocara/dist/Mesa/src/mesa/main/rastpos.c
    U xenocara/dist/Mesa/src/mesa/main/rastpos.h
    U xenocara/dist/Mesa/src/mesa/main/readpix.c
    U xenocara/dist/Mesa/src/mesa/main/readpix.h
    U xenocara/dist/Mesa/src/mesa/main/remap.c
    U xenocara/dist/Mesa/src/mesa/main/remap.h
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.c
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.h
    U xenocara/dist/Mesa/src/mesa/main/scissor.c
    U xenocara/dist/Mesa/src/mesa/main/scissor.h
    U xenocara/dist/Mesa/src/mesa/main/set.c
    U xenocara/dist/Mesa/src/mesa/main/set.h
    U xenocara/dist/Mesa/src/mesa/main/shader_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.c
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.h
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.c
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.h
    U xenocara/dist/Mesa/src/mesa/main/shared.c
    U xenocara/dist/Mesa/src/mesa/main/shared.h
    U xenocara/dist/Mesa/src/mesa/main/simple_list.h
    U xenocara/dist/Mesa/src/mesa/main/state.c
    U xenocara/dist/Mesa/src/mesa/main/state.h
    U xenocara/dist/Mesa/src/mesa/main/stencil.c
    U xenocara/dist/Mesa/src/mesa/main/stencil.h
    C xenocara/dist/Mesa/src/mesa/main/syncobj.c
    U xenocara/dist/Mesa/src/mesa/main/syncobj.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c
    U xenocara/dist/Mesa/src/mesa/main/texenv.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h
    U xenocara/dist/Mesa/src/mesa/main/texenv.h
    U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h
    C xenocara/dist/Mesa/src/mesa/main/texformat.c
    U xenocara/dist/Mesa/src/mesa/main/texformat.h
    U xenocara/dist/Mesa/src/mesa/main/texgen.c
    U xenocara/dist/Mesa/src/mesa/main/texgen.h
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.c
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.h
    U xenocara/dist/Mesa/src/mesa/main/teximage.c
    U xenocara/dist/Mesa/src/mesa/main/teximage.h
    U xenocara/dist/Mesa/src/mesa/main/texobj.c
    U xenocara/dist/Mesa/src/mesa/main/texobj.h
    U xenocara/dist/Mesa/src/mesa/main/texparam.c
    U xenocara/dist/Mesa/src/mesa/main/texparam.h
    U xenocara/dist/Mesa/src/mesa/main/texstate.c
    U xenocara/dist/Mesa/src/mesa/main/texstate.h
    U xenocara/dist/Mesa/src/mesa/main/texstorage.c
    U xenocara/dist/Mesa/src/mesa/main/texstorage.h
    U xenocara/dist/Mesa/src/mesa/main/texstore.c
    U xenocara/dist/Mesa/src/mesa/main/texstore.h
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.c
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h
    U xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/uniforms.c
    U xenocara/dist/Mesa/src/mesa/main/uniforms.h
    U xenocara/dist/Mesa/src/mesa/main/varray.c
    U xenocara/dist/Mesa/src/mesa/main/varray.h
    U xenocara/dist/Mesa/src/mesa/main/version.c
    U xenocara/dist/Mesa/src/mesa/main/version.h
    U xenocara/dist/Mesa/src/mesa/main/viewport.c
    U xenocara/dist/Mesa/src/mesa/main/viewport.h
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.c
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.h
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c
    C xenocara/dist/Mesa/src/mesa/program/lex.yy.c
    U xenocara/dist/Mesa/src/mesa/program/Makefile.in
    C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c
    C xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h
    U xenocara/dist/Mesa/src/mesa/program/Android.mk
    U xenocara/dist/Mesa/src/mesa/program/Makefile.am
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.c
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.h
    U xenocara/dist/Mesa/src/mesa/program/hash_table.h
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.c
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.h
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.c
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.h
    U xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.h
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.c
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.h
    U xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h
    U xenocara/dist/Mesa/src/mesa/program/prog_print.c
    U xenocara/dist/Mesa/src/mesa/program/prog_print.h
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.c
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.h
    U xenocara/dist/Mesa/src/mesa/program/program.c
    U xenocara/dist/Mesa/src/mesa/program/program.h
    U xenocara/dist/Mesa/src/mesa/program/program_lexer.l
    U xenocara/dist/Mesa/src/mesa/program/program_parse.y
    U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c
    U xenocara/dist/Mesa/src/mesa/program/program_parser.h
    U xenocara/dist/Mesa/src/mesa/program/programopt.c
    U xenocara/dist/Mesa/src/mesa/program/programopt.h
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.c
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.h
    U xenocara/dist/Mesa/src/mesa/program/sampler.cpp
    U xenocara/dist/Mesa/src/mesa/program/sampler.h
    U xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.c
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.h
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h
    U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.c
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.h
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86/assyntax.h
    U xenocara/dist/Mesa/src/mesa/x86/clip_args.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86.c
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h
    U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c
    U xenocara/dist/Mesa/src/mesa/x86/mmx.h
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h
    U xenocara/dist/Mesa/src/mesa/x86/norm_args.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.c
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.h
    U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.c
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.h
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/xform_args.h
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h
    U xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_util.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_eval.c
    U xenocara/dist/Mesa/src/mesa/math/m_eval.h
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.c
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.h
    U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_translate.c
    U xenocara/dist/Mesa/src/mesa/math/m_translate.h
    U xenocara/dist/Mesa/src/mesa/math/m_vector.c
    U xenocara/dist/Mesa/src/mesa/math/m_vector.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_xform.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h
    U xenocara/dist/Mesa/src/mesa/sparc/norm.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.c
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.h
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h
    U xenocara/dist/Mesa/src/mesa/sparc/xform.S
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h
    U xenocara/dist/Mesa/src/mesa/swrast/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_blit.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_chan.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_clear.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texture.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h
    U xenocara/dist/Mesa/src/mesa/swrast/swrast.h
    U xenocara/dist/Mesa/src/mesa/tnl/NOTES
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_draw.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h
    U xenocara/dist/Mesa/src/mesa/tnl/tnl.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c
    U xenocara/dist/Mesa/src/getopt/SConscript
    U xenocara/dist/Mesa/src/getopt/getopt.h
    U xenocara/dist/Mesa/src/getopt/getopt_long.c
    U xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt
    U xenocara/dist/Mesa/docs/COPYING
    U xenocara/dist/Mesa/docs/GL3.txt
    U xenocara/dist/Mesa/docs/README.CYGWIN
    U xenocara/dist/Mesa/docs/README.MITS
    U xenocara/dist/Mesa/docs/README.QUAKE
    U xenocara/dist/Mesa/docs/README.THREADS
    U xenocara/dist/Mesa/docs/README.UVD
    U xenocara/dist/Mesa/docs/README.WIN32
    U xenocara/dist/Mesa/docs/VERSIONS
    U xenocara/dist/Mesa/docs/application-issues.html
    U xenocara/dist/Mesa/docs/autoconf.html
    U xenocara/dist/Mesa/docs/bugs.html
    U xenocara/dist/Mesa/docs/conform.html
    U xenocara/dist/Mesa/docs/contents.html
    U xenocara/dist/Mesa/docs/debugging.html
    U xenocara/dist/Mesa/docs/developers.html
    U xenocara/dist/Mesa/docs/devinfo.html
    U xenocara/dist/Mesa/docs/dispatch.html
    U xenocara/dist/Mesa/docs/download.html
    U xenocara/dist/Mesa/docs/egl.html
    U xenocara/dist/Mesa/docs/envvars.html
    U xenocara/dist/Mesa/docs/extensions.html
    U xenocara/dist/Mesa/docs/faq.html
    U xenocara/dist/Mesa/docs/gears.png
    U xenocara/dist/Mesa/docs/helpwanted.html
    U xenocara/dist/Mesa/docs/index.html
    U xenocara/dist/Mesa/docs/install.html
    U xenocara/dist/Mesa/docs/intro.html
    U xenocara/dist/Mesa/docs/libGL.txt
    U xenocara/dist/Mesa/docs/license.html
    U xenocara/dist/Mesa/docs/lists.html
    U xenocara/dist/Mesa/docs/llvmpipe.html
    U xenocara/dist/Mesa/docs/mangling.html
    U xenocara/dist/Mesa/docs/mesa.css
    U xenocara/dist/Mesa/docs/opengles.html
    U xenocara/dist/Mesa/docs/openvg.html
    U xenocara/dist/Mesa/docs/osmesa.html
    U xenocara/dist/Mesa/docs/patents.txt
    U xenocara/dist/Mesa/docs/perf.html
    U xenocara/dist/Mesa/docs/postprocess.html
    U xenocara/dist/Mesa/docs/precompiled.html
    U xenocara/dist/Mesa/docs/relnotes.html
    U xenocara/dist/Mesa/docs/repository.html
    U xenocara/dist/Mesa/docs/shading.html
    U xenocara/dist/Mesa/docs/sourcedocs.html
    U xenocara/dist/Mesa/docs/sourcetree.html
    U xenocara/dist/Mesa/docs/systems.html
    U xenocara/dist/Mesa/docs/thanks.html
    U xenocara/dist/Mesa/docs/utilities.html
    U xenocara/dist/Mesa/docs/versions.html
    U xenocara/dist/Mesa/docs/viewperf.html
    U xenocara/dist/Mesa/docs/vmware-guest.html
    U xenocara/dist/Mesa/docs/webmaster.html
    U xenocara/dist/Mesa/docs/xlibdriver.html
    U xenocara/dist/Mesa/docs/relnotes/3.1
    U xenocara/dist/Mesa/docs/relnotes/3.2
    U xenocara/dist/Mesa/docs/relnotes/3.2.1
    U xenocara/dist/Mesa/docs/relnotes/3.3
    U xenocara/dist/Mesa/docs/relnotes/3.4
    U xenocara/dist/Mesa/docs/relnotes/3.4.1
    U xenocara/dist/Mesa/docs/relnotes/3.4.2
    U xenocara/dist/Mesa/docs/relnotes/3.5
    U xenocara/dist/Mesa/docs/relnotes/4.0
    U xenocara/dist/Mesa/docs/relnotes/4.0.1
    U xenocara/dist/Mesa/docs/relnotes/4.0.2
    U xenocara/dist/Mesa/docs/relnotes/4.0.3
    U xenocara/dist/Mesa/docs/relnotes/4.1
    U xenocara/dist/Mesa/docs/relnotes/5.0
    U xenocara/dist/Mesa/docs/relnotes/5.0.1
    U xenocara/dist/Mesa/docs/relnotes/5.0.2
    U xenocara/dist/Mesa/docs/relnotes/5.1
    U xenocara/dist/Mesa/docs/relnotes/6.0
    U xenocara/dist/Mesa/docs/relnotes/6.0.1
    U xenocara/dist/Mesa/docs/relnotes/6.1
    U xenocara/dist/Mesa/docs/relnotes/6.2
    U xenocara/dist/Mesa/docs/relnotes/6.2.1
    U xenocara/dist/Mesa/docs/relnotes/6.3
    U xenocara/dist/Mesa/docs/relnotes/6.3.1
    U xenocara/dist/Mesa/docs/relnotes/6.3.2
    U xenocara/dist/Mesa/docs/relnotes/6.4
    U xenocara/dist/Mesa/docs/relnotes/6.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.3.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.html
    U xenocara/dist/Mesa/docs/relnotes/7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.html
    U xenocara/dist/Mesa/docs/relnotes/7.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.5.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.4.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.5.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.6.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.html
    U xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec
    U xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec
    U xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec
    U xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec
    U xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec
    U xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec
    U xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec
    U xenocara/dist/Mesa/docs/specs/enums.txt
    U xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec
    U xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec
    U xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec
    U xenocara/dist/Mesa/doxygen/Makefile
    U xenocara/dist/Mesa/doxygen/README
    U xenocara/dist/Mesa/doxygen/common.doxy
    U xenocara/dist/Mesa/doxygen/core_subset.doxy
    U xenocara/dist/Mesa/doxygen/doxy.bat
    U xenocara/dist/Mesa/doxygen/gallium.doc
    U xenocara/dist/Mesa/doxygen/gallium.doxy
    U xenocara/dist/Mesa/doxygen/gbm.doxy
    U xenocara/dist/Mesa/doxygen/glapi.doxy
    U xenocara/dist/Mesa/doxygen/glsl.doxy
    U xenocara/dist/Mesa/doxygen/header.html
    U xenocara/dist/Mesa/doxygen/header_subset.html
    U xenocara/dist/Mesa/doxygen/main.doxy
    U xenocara/dist/Mesa/doxygen/math.doxy
    U xenocara/dist/Mesa/doxygen/math_subset.doxy
    U xenocara/dist/Mesa/doxygen/radeon_subset.doxy
    U xenocara/dist/Mesa/doxygen/shader.doxy
    U xenocara/dist/Mesa/doxygen/swrast.doxy
    U xenocara/dist/Mesa/doxygen/swrast_setup.doxy
    U xenocara/dist/Mesa/doxygen/tnl.doxy
    U xenocara/dist/Mesa/doxygen/tnl_dd.doxy
    U xenocara/dist/Mesa/doxygen/vbo.doxy
    U xenocara/dist/Mesa/include/c99_compat.h
    U xenocara/dist/Mesa/include/CL/cl.h
    U xenocara/dist/Mesa/include/CL/cl.hpp
    U xenocara/dist/Mesa/include/CL/cl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_gl.h
    U xenocara/dist/Mesa/include/CL/cl_gl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_platform.h
    U xenocara/dist/Mesa/include/CL/opencl.h
    U xenocara/dist/Mesa/include/EGL/egl.h
    U xenocara/dist/Mesa/include/EGL/eglext.h
    U xenocara/dist/Mesa/include/EGL/eglmesaext.h
    U xenocara/dist/Mesa/include/EGL/eglplatform.h
    U xenocara/dist/Mesa/include/GL/gl.h
    U xenocara/dist/Mesa/include/GL/gl_mangle.h
    U xenocara/dist/Mesa/include/GL/glext.h
    U xenocara/dist/Mesa/include/GL/glx.h
    U xenocara/dist/Mesa/include/GL/glx_mangle.h
    U xenocara/dist/Mesa/include/GL/glxext.h
    U xenocara/dist/Mesa/include/GL/osmesa.h
    U xenocara/dist/Mesa/include/GL/wglext.h
    U xenocara/dist/Mesa/include/GL/wmesa.h
    U xenocara/dist/Mesa/include/GL/internal/dri_interface.h
    U xenocara/dist/Mesa/include/GL/internal/sarea.h
    U xenocara/dist/Mesa/include/GLES/egl.h
    U xenocara/dist/Mesa/include/GLES/gl.h
    U xenocara/dist/Mesa/include/GLES/glext.h
    U xenocara/dist/Mesa/include/GLES/glplatform.h
    U xenocara/dist/Mesa/include/GLES2/gl2.h
    U xenocara/dist/Mesa/include/GLES2/gl2ext.h
    U xenocara/dist/Mesa/include/GLES2/gl2platform.h
    U xenocara/dist/Mesa/include/GLES3/gl3.h
    U xenocara/dist/Mesa/include/GLES3/gl3ext.h
    U xenocara/dist/Mesa/include/GLES3/gl3platform.h
    U xenocara/dist/Mesa/include/KHR/khrplatform.h
    U xenocara/dist/Mesa/include/VG/openvg.h
    U xenocara/dist/Mesa/include/VG/vgext.h
    U xenocara/dist/Mesa/include/VG/vgplatform.h
    U xenocara/dist/Mesa/include/VG/vgu.h
    U xenocara/dist/Mesa/include/c99/inttypes.h
    U xenocara/dist/Mesa/include/c99/stdbool.h
    U xenocara/dist/Mesa/include/c99/stdint.h
    U xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/pci_id_driver_map.h
    U xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h
    U xenocara/dist/Mesa/m4/ax_prog_bison.m4
    U xenocara/dist/Mesa/m4/ax_prog_cc_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_cxx_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_flex.m4
    U xenocara/dist/Mesa/m4/ax_pthread.m4
    U xenocara/dist/Mesa/m4/ax_python_module.m4
    U xenocara/dist/Mesa/scons/crossmingw.py
    U xenocara/dist/Mesa/scons/custom.py
    U xenocara/dist/Mesa/scons/dxsdk.py
    U xenocara/dist/Mesa/scons/fixes.py
    U xenocara/dist/Mesa/scons/gallium.py
    U xenocara/dist/Mesa/scons/llvm.py
    U xenocara/dist/Mesa/scons/source_list.py
    U xenocara/dist/Mesa/scons/x11.py
    
    46 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/10/05 03:54:01

Modified files:
	dist/Mesa      : SConstruct configure.ac 
	dist/Mesa/bin  : config.guess config.sub 
	dist/Mesa/src/egl/wayland/wayland-egl: wayland-egl.pc.in 
	dist/Mesa/src/gallium/drivers/nouveau: nouveau_buffer.c 
	dist/Mesa/src/gallium/drivers/nv30: nv30_context.c 
	dist/Mesa/src/gallium/drivers/nvc0: nvc0_context.c 
	                                    nvc0_context.h nvc0_screen.c 
	                                    nvc0_state_validate.c 
	                                    nvc0_surface.c 
	dist/Mesa/src/gallium/include/state_tracker: st_api.h 
	dist/Mesa/src/gallium/state_trackers/dri/common: dri_drawable.c 
	dist/Mesa/src/gallium/state_trackers/dri/drm: dri2.c 
	dist/Mesa/src/gallium/state_trackers/dri/sw: drisw.c 
	dist/Mesa/src/gallium/state_trackers/egl/common: egl_g3d_api.c 
	dist/Mesa/src/gallium/state_trackers/vega: vg_manager.c 
	dist/Mesa/src/gallium/winsys/radeon/drm: radeon_drm_cs.c 
	dist/Mesa/src/glsl: ast_to_hir.cpp glsl_lexer.cpp 
	                    glsl_parser.cpp glsl_parser.h glsl_parser.yy 
	                    link_functions.cpp 
	dist/Mesa/src/glsl/glcpp: glcpp-lex.c glcpp-parse.c 
	                          glcpp-parse.h 
	dist/Mesa/src/glx: dri2_glx.c dri_common.c drisw_glx.c 
	dist/Mesa/src/mesa/drivers/common: meta.c 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_fs.cpp 
	                                     brw_fs_visitor.cpp brw_vs.c 
	                                     intel_pixel_bitmap.c 
	dist/Mesa/src/mesa/main: extensions.c get.c glheader.h syncobj.c 
	                         texformat.c 
	dist/Mesa/src/mesa/program: lex.yy.c program_parse.tab.c 
	                            program_parse.tab.h 
	dist/Mesa/src/mesa/state_tracker: st_cb_fbo.c st_manager.c 

Log message:
Merge Mesa 9.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/10/05 04:12:58

Modified files:
	lib/libEGL     : Makefile 
	lib/libGL      : Makefile 
	lib/libGL/generated/glsl: glsl_lexer.cpp glsl_parser.cpp 
	                          glsl_parser.h 
	lib/libGL/generated/glsl/glcpp: glcpp-lex.c glcpp-parse.c 
	lib/libGL/generated/main: get_hash.h 
	lib/libGL/generated/program: lex.yy.c program_parse.tab.c 
	                             program_parse.tab.h 
	lib/libGL/mesa : Makefile.inc 
	lib/libGLESv1_CM: Makefile 
	lib/libGLESv2  : Makefile 

Log message:
regen for Mesa 9.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/10/05 04:31:01

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/05 04:40:49

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Fix previous not to leak fd on failure, whoops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/05 05:50:00

Modified files:
	net/mtr        : Makefile 

Log message:
Fix build on macppc by using -Wl,-rpath instead of -R.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/05 06:30:45

Modified files:
	security/pwgen : Makefile 

Log message:
no need for groff


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/05 07:56:48

Modified files:
	usr.bin/tmux   : options-table.c tmux.1 

Log message:
Change the default for the default-path option to ~. This is a quick
change to turn off the KERN_PROC_CWD code which is unpredictable. Later
it will go away and there may be other changes to how this works.


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/10/05 09:51:09

Modified files:
	lang/luajit    : Makefile distinfo 
	lang/luajit/patches: patch-src_Makefile 
	                     patch-src_host_buildvm_asm_c 
	                     patch-src_lj_arch_h 

Log message:
Update luajit to 2.0.2 - ran update-patches

OK jturner@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/05 10:58:30

Modified files:
	sys/arch/amd64/amd64: cpu.c machdep.c 
	sys/arch/amd64/include: cpu.h cpufunc.h 

Log message:
Use monitor/mwait to idle when available.  Make cpu_unidle() do nothing
if can tell the target CPU isn't actually idling and introduce cpu_kick()
for the cases where we want to force a non-idle CPU into the kernel.

critical review of early versions by weingart@; testing by many
ok haesbaert@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/05 11:05:16

Modified files:
	sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISK_CD 

Log message:
sadly, some removals to make things fit


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/05 11:25:00

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
Revert one chunk from previous: don't need another #include here


CVSROOT:	/cvs
Module name:	src
Changes by:	brynet@cvs.openbsd.org	2013/10/05 12:47:05

Modified files:
	sys/arch/amd64/amd64: k1x-pstate.c 
	sys/arch/i386/i386: k1x-pstate.c 

Log message:
Use K1X_FID macro on msr read.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/05 13:54:47

Modified files:
	devel/orc      : Makefile distinfo 
	devel/orc/patches: patch-configure_ac 
	                   patch-orc-uninstalled_pc_in 
	devel/orc/pkg  : PLIST 
Removed files:
	devel/orc/patches: patch-orc_Makefile_in patch-orc_orcx86insn_c 
	                   patch-orc_pc_in 
	devel/orc/pkg  : PFRAG.shared 

Log message:
Update to orc 0.4.18.

Re-enable the AltiVec backend. This might need to be disabled again but
it is being enabled to receive some testing in the wild so speak.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2013/10/05 14:41:07

Modified files:
	.              : 54.html 

Log message:
More 5.4 changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/05 15:17:30

Modified files:
	usr.bin/mandoc : apropos_db.c mandoc.c mandoc.h mandocdb.c out.c 
	                 roff.c 

Log message:
Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas:
- avoid bad qualifier casting in roff.c, roff_parsetext()
by changing the mandoc_escape arguments to "const char const **"
- avoid bad qualifier casting in mandocdb.c, index_merge()
- garbage collect a few unused variables elsewhere


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/05 16:04:44

Modified files:
	graphics/png   : Makefile distinfo 

Log message:
Update to 1.6.6: fixes build on ARM, no other changes.
From: Juan Francisco Cantero Hurtado


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/05 16:59:57

Modified files:
	sys/dev/ic     : re.c 

Log message:
Disable interrupts in the interrupt handler.  This is what FreeBSD does, and
it seems to fix the occasional watchdog timeout when using MSI.

tested by many


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/05 17:05:12

Modified files:
	sys/arch/armv7/conf: GENERIC-IMX RAMDISK-IMX 
	sys/arch/armv7/imx: imx.c imx_machdep.c imxenet.c imxvar.h 

Log message:
Support for the i.MX6-based Wandboard Quad.

From Artturi Alm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/05 17:07:52

Modified files:
	devel/ruby-rake: Makefile 

Log message:
Fix TEST_DEPENDS to use correct ruby version


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/10/05 18:01:19

Modified files:
	editors/vim-spell: Makefile Makefile.inc distinfo 

Log message:
Update to match vim 7.4, restore ro files.
Ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/05 18:18:00

Modified files:
	textproc/ruby-fastri: Makefile 

Log message:
Remove test target, depends on rcov which doesn't work on newer
versions of ruby.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/05 18:18:27

Modified files:
	textproc/ruby-randexp: Makefile 

Log message:
Remove test target, depends on rcov which doesn't work on newer
versions of ruby.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/05 19:10:54

Modified files:
	sys/kern       : tty.c tty_pty.c 

Log message:
Back out POLLHUP change until a problem with xterm hanging on close
is fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/05 19:27:50

Modified files:
	sys/sys        : _time.h kernel.h 
	sys/kern       : kern_tc.c kern_time.c 
	lib/libc/sys   : clock_gettime.2 

Log message:
Add CLOCK_UPTIME, a clock which measures time-running-not-suspended, so
that mlarkin@ can fix programs that report rates-over-uptime.

ok kettenis@
manpage corrections jmc@ (which I've probably broken again)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/10/05 19:51:39

Modified files:
	mail/trojita   : Makefile distinfo 
	mail/trojita/pkg: PLIST 

Log message:
Update trojita to 0.3.96 and switch to new cmake build system.

Thanks to Amit Kulkarni <amitkulz at gmail dot com> for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/05 22:34:35

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
Replace some XXX casts with an inline function that explains what's going on

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/05 23:11:22

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Bugfix update to 0.6.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 01:08:09

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
mark we're cleaned when we enter cleanup, not when we finish,
so that dependencies can be gc'd earlier in the case we of
big ports cleanup, like libreoffice.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 03:08:19

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 
	multimedia/gstreamer1/plugins-base: Makefile 
	multimedia/gstreamer1/plugins-good: Makefile 
	multimedia/gstreamer1/plugins-libav: Makefile 
	multimedia/gstreamer1/plugins-ugly: Makefile 

Log message:
Enable orc support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 03:08:57

Modified files:
	audio/gmpc-plugins: Makefile 
	audio/rhythmbox: Makefile 
	graphics/clutter/clutter-gst: Makefile 
	mail/evolution-ews: Makefile 
	mail/evolution-rss: Makefile 
	www/epiphany   : Makefile 
	www/liferea    : Makefile 
	www/py-webkitgtk: Makefile 
	www/webkit     : Makefile 
	x11/gnome/anjuta: Makefile 
	x11/gnome/banshee: Makefile 
	x11/gnome/controlcenter: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/documents: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/online-accounts: Makefile 
	x11/gnome/rygel: Makefile 
	x11/gnome/sushi: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/yelp : Makefile 

Log message:
Regen WANTLIB after orc got put back into gstreamer1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 04:23:38

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
automoc4 is needed for KDE4 "resources" ports, too.

spotted by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/10/06 04:46:24

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
Add quirk for ALC260 found on Acer Extensa 6700.

ok ratchov@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 04:50:04

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
explain about the kde3/kde4 tag.
Document a few more new things.
(some of these are NOT YET committed)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 04:51:48

Modified files:
	x11/kde4       : kde4.port.mk 
	x11/kde4/libs  : Makefile 

Log message:
Mark kdelibs-4.x and all dependers with DPB_PROPERTIES+=tag:kde4.

okay espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 04:54:02

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
better phrasing


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 04:54:53

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
nits


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 04:58:20

Modified files:
	infrastructure/man/man1: dpb.1 

Log message:
well, turns out awaiting-locks can be fairly useful


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 06:36:13

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
Nigel saw dpb burp out because of missing job name...
allow it to continue, no real idea what's wrong yet. :(


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 06:37:06

Modified files:
	infrastructure/lib/DPB: Affinity.pm 

Log message:
extend affinity info to also include memory consumption for in-memory ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 06:38:24

Modified files:
	infrastructure/lib/DPB: Heuristics.pm PortBuilder.pm 

Log message:
rename "special" parameter to what it really is, building in memory.
return actual size for affinity files.

assume affinity files record previous choice and reuse it


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 06:40:45

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
create a special 'in-between' task that runs (setup only actually)
between checksum and extract: that's when we're truely committed to
building the port there.

create the affinity markers at that point, and not sooner.
since we know whether we're building in memory, we can record that.

if we're building in-memory, always ask for size, since it's very very
fast.

special treatment for tagged ports on error: mark them as "cleaned" so
the host gets untainted eventually.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:08:14

ports/infrastructure/lib/DPB/Heuristics

Update of /cvs/ports/infrastructure/lib/DPB/Heuristics
In directory cvs.openbsd.org:/tmp/cvs-serv16418/Heuristics

Log Message:
Directory /cvs/ports/infrastructure/lib/DPB/Heuristics added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:08:25

ports/infrastructure/lib/DPB/SubEngine

Update of /cvs/ports/infrastructure/lib/DPB/SubEngine
In directory cvs.openbsd.org:/tmp/cvs-serv24082/SubEngine

Log Message:
Directory /cvs/ports/infrastructure/lib/DPB/SubEngine added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:08:33

ports/infrastructure/lib/DPB/Reporter

Update of /cvs/ports/infrastructure/lib/DPB/Reporter
In directory cvs.openbsd.org:/tmp/cvs-serv32444/Reporter

Log Message:
Directory /cvs/ports/infrastructure/lib/DPB/Reporter added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:22:24

Modified files:
	infrastructure/lib/DPB: Engine.pm Heuristics.pm Reporter.pm 
	                        SubEngine.pm 
Added files:
	infrastructure/lib/DPB/Heuristics: FetchQueue.pm 
	infrastructure/lib/DPB/Reporter: Tty.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm Fetch.pm 

Log message:
split some code into separate files, so that it doesn't get
loaded if it's not needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:24:16

ports/infrastructure/lib/DPB/PortBuilder

Update of /cvs/ports/infrastructure/lib/DPB/PortBuilder
In directory cvs.openbsd.org:/tmp/cvs-serv32124/PortBuilder

Log Message:
Directory /cvs/ports/infrastructure/lib/DPB/PortBuilder added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:25:16

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm 
Added files:
	infrastructure/lib/DPB/PortBuilder: Rebuild.pm 

Log message:
and portbuilder too


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/06 07:27:49

Modified files:
	usr.bin/mandoc : mdoc_validate.c 
	regress/usr.bin/mandoc/mdoc/Bl: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bl: noIt.in noIt.out_ascii 

Log message:
If there is random stuff inside a .Bl block body before the first .It,
do not throw a FATAL error and do not die, but just throw a WARNING
and move the stuff out of the .Bl block.

This bug felt completely 2008-ish; meanwhile, such bugs from the
Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era
are becoming rare, but this was one of the last survivors.

Thanks to bentley@ for reminding me to finally fix this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:33:39

Modified files:
	infrastructure/bin: dpb 
	infrastructure/man/man1: dpb.1 
	infrastructure/lib/DPB: Affinity.pm BasePkgPath.pm Clock.pm 
	                        Config.pm Core.pm Engine.pm ErrorList.pm 
	                        Fetch.pm Grabber.pm Heuristics.pm Job.pm 
	                        Limiter.pm Locks.pm Logger.pm 
	                        MiniCurses.pm PkgPath.pm PortBuilder.pm 
	                        PortInfo.pm Reporter.pm Signature.pm 
	                        State.pm SubEngine.pm Util.pm Vars.pm 
	infrastructure/lib/DPB/Core: Distant.pm Init.pm 
	infrastructure/lib/DPB/Heuristics: FetchQueue.pm 
	infrastructure/lib/DPB/Job: Port.pm 
	infrastructure/lib/DPB/PortBuilder: Rebuild.pm 
	infrastructure/lib/DPB/Reporter: Tty.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm Fetch.pm 

Log message:
update my copyright to 2013


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:48:28

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
NoBuild actually requires one piece out of Build...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 07:53:12

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
provide hostcount, to be used to make some decisions later, like
whether we want to trigger affinity, or if we want listing job to be extra.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 08:01:52

Modified files:
	infrastructure/lib/DPB: Core.pm 
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
name tricky construct


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 08:03:07

Modified files:
	infrastructure/bin: dpb 

Log message:
special-case single core/single job: create a clone so that we start
building stuff in parallel with LISTING, and fold back LISTING at end.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 08:03:45

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	                    patch-Source_JavaScriptCore_assembler_MacroAssemblerX86Common_h 
	                    patch-Source_JavaScriptCore_jit_ExecutableAllocator_h 
	                    patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm 
	                    patch-Source_JavaScriptCore_llint_LowLevelInterpreter_asm 
	                    patch-Source_WTF_wtf_Atomics_h 
	                    patch-Source_WTF_wtf_Platform_h 
	                    patch-configure 
	www/webkit/pkg : PFRAG.gtk3 PLIST 
Added files:
	www/webkit/patches: 
	                    patch-Source_ThirdParty_gtest_include_gtest_internal_gtest-port_h 
	                    patch-Source_WTF_wtf_DisallowCType_h 
	                    patch-Source_WTF_wtf_MathExtras_h 
	                    patch-Source_WebKit2_PluginProcess_unix_PluginProcessMainUnix_cpp 
	                    patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk_cpp 
	                    patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix_cpp 
	                    patch-Source_WebKit2_WebProcess_soup_WebKitSoupRequestInputStream_h 
	                    patch-Tools_MiniBrowser_gtk_main_c 
Removed files:
	www/webkit/patches: 
	                    patch-Source_JavaScriptCore_llint_LowLevelInterpreter_cpp 
	                    patch-Source_JavaScriptCore_offlineasm_cloop_rb 
	                    patch-Source_WTF_wtf_Atomics_cpp 
	                    patch-Source_WTF_wtf_StackBounds_cpp 

Log message:
Update to webkit 2.2.0.

- Now depends on newer gcc, use 4.6 by default.
- Enable webkit2 api in the gtk3 FLAVOR. Still broken/erratic behaviour at
runtime, but at least this will allow people to debug it, and it's
required by newer GNOMEs anyway. Provide MiniBrowser for debugging purposes.
- add hack from bug #118732 to workaround the fact that our binutils
doesnt support 'ar T'
- update patches from #103128 to tentatively fix powerpc runtime
- force-disable YARR_JIT & ASSEMBLE on archs without JIT (ie anything
besides i386/amd64) via Platform.h patch instead of JSC_CPPFLAGS (which
doesnt work anymore anyway)
- add a bunch of patches to fix build (missing includes etc) in the WebKit2
source tree

Tested in an amd64 bulk build, runtime-tested previous betas on
i386/amd64, test-built on powerpc and sparc64. Things might still be
broken at runtime on powerpc, but at least it allows more GNOME things
to be updated.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 08:04:41

Modified files:
	mail/geary/patches: patch-src_client_geary-application_vala 
Added files:
	mail/geary/patches: patch-bindings_gir_WebKit-3_0_gir 

Log message:
Fix build with webkit 2.2, JSCore was renamed to JavaScriptCore


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 08:18:22

Modified files:
	www/webkit     : Makefile 

Log message:
Add ajacoutot@ as co-maintainer, webkit is such a monster that you need
two crazy frogs to tackle the beast.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 08:23:04

Added files:
	www/webkit/patches: 
	                    patch-Source_JavaScriptCore_llint_LLIntOfflineAsmConfig_h 

Log message:
Add forgotten patch taken from
https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651 to
blindly fix powerpc (maybe)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/06 08:29:23

Modified files:
	net/cgo        : Makefile distinfo 
	net/cgo/pkg    : PLIST 

Log message:
Minor update to cgo-20131006. Adds a man page for cgo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 08:42:25

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
Make darn sure KDE4 ports look at the KDE4-specific places first. Won't
change a thing as of now but will be meaningful in the near future, when
KDE3 and KDE4 packages will start co-existing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 08:42:39

Added files:
	www/webkit/patches: 
	                    patch-Source_WebKit2_UIProcess_StatisticsRequest_cpp 

Log message:
Add patch to fix the build on sparc64, adding a reinterpret_cast copied
from Source/WebKit2/Platform/CoreIPC/Connection.cpp


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 08:48:51

Modified files:
	x11/kde4/libs  : Makefile 
Added files:
	x11/kde4/libs/files: FindKexiv2.cmake 

Log message:
Rewrite FindKexiv2.cmake specially for OpenBSD. Kexiv2 users are happy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 09:05:49

Modified files:
	x11/gnome/devhelp: Makefile distinfo 

Log message:
Update to devhelp-3.10.0.
-> webkit2 support; as mentionned by landry@ in his recent webkit update
to 2.2.0, webkit2 is heratic but we need an external application to help
us debug the issues


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 09:32:11

Modified files:
	graphics/gthumb: Makefile 
	graphics/gthumb/pkg: PLIST 

Log message:
webkit2gtk-3.0 gets picked up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 09:44:50

Modified files:
	x11/gnome/anjuta: Makefile 

Log message:
webkit2gtk-3.0 gets picked up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 09:46:19

Modified files:
	x11/gnome/online-accounts: Makefile 
Removed files:
	x11/gnome/online-accounts/patches: patch-configure_ac 
	                                   patch-src_goabackend_goaflickrprovider_c 
	                                   patch-src_goabackend_goagoogleprovider_c 

Log message:
Remove patches now that we have webkit 2.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 09:47:04

Modified files:
	x11/gnome/online-accounts: Makefile 
	x11/gnome/anjuta: Makefile 

Log message:
Meh, I forgot to bump...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 09:49:23

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Engine.pm SubEngine.pm 

Log message:
fix -F mode... subengine not yet ready to be split,
and we DON'T want an extra build job.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/06 10:27:26

Modified files:
	www/webkit     : Makefile 

Log message:
Some Makefile cleanup:
* use the x11/gnome MODULE
* group variables
* drop ONLY_FOR_ARCHS since we use the gcc4 MODULE

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/06 10:52:32

Modified files:
	usr.sbin/ntpd  : ntpctl.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/10/06 10:59:35

Modified files:
	regress/sys/crypto/aesxts: Makefile aes_xts.c 

Log message:
Rework the AES XTS regress so that we compile and test the sys/crypto code
directly, rather than trying to use the crypto dev, which is disabled by
default.

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/06 11:06:26

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Fix an .Lb example in two respects:
As noticed by Sascha Wildner (DragonFly), .Lb wants a "lib" prefix.
And mdoc(3) was merged into mandoc(3) long ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 11:21:53

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
funny


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/06 11:28:20

Modified files:
	sysutils/god   : Makefile 

Log message:
Use specific ruby version in RUN_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/06 11:33:22

Removed files:
	graphics/libgphoto2: patch-libgphoto2_port_Makefile_in 

Log message:
remove bogus patch file

OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/06 11:40:31

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Make ruby 2.0 the default ruby if FLAVOR or MODRUBY_REV is not
specified.

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/06 11:41:57

Modified files:
	games/easyrpg  : Makefile 

Log message:
Bump after change to default ruby version


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/10/06 11:45:04

Modified files:
	share/man/man5 : ruby-module.5 

Log message:
Document that the default ruby version in ports is now 2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 11:57:11

Modified files:
	lib/libc/gen   : opendir.c 

Log message:
fdopendir() needs to set dd_curpos so that an immediate telldir() works.

pointed out by and ok matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 11:57:54

Modified files:
	lib/libc/gen   : readdir.c 

Log message:
Remove an unnecessary (void *) cast


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/10/06 12:17:19

Modified files:
	faq            : faq12.html index.html 

Log message:
ARMv7 quirks, with lots of help from patrick@, thanks!
Note: due to the changes taking place in this platform, *this* section
should be kept current with -current, rather than release for a while.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/10/06 12:43:42

Log message:
    Import OptiPNG 0.7.4, from Kyle Isom.
    
    OptiPNG is a PNG optimizer that recompresses image files to a smaller
    size, without losing any information. This program also converts
    external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs
    PNG integrity checks and corrections.
    
    Tested by Kyle Isom (amd64 and sgi), bcallah@ and myself (loongson).
    Help/feedback from abieber@, bcallah@, sthen@, and Dmitrij D. Czarkoff.
    
    OK bcallah@
    
    Status:
    
    Vendor Tag:	lteo
    Release Tags:	lteo_20131006
    
    N ports/graphics/optipng/Makefile
    N ports/graphics/optipng/distinfo
    N ports/graphics/optipng/pkg/PLIST
    N ports/graphics/optipng/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/10/06 12:46:27

Modified files:
	graphics       : Makefile 

Log message:
+optipng


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/06 12:47:35

Modified files:
	x11/kde4       : Makefile 

Log message:
enable kde4 for bulk builds, as discussed with Vadim.

The packages are somewhat beta still, but a full bulk should proceed
correctly now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 12:53:15

Modified files:
	x11/kde4/palapeli: Makefile 

Log message:
Missing MODKDE4_USE, noticed by espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/10/06 13:12:09

Modified files:
	archivers/rzip : Makefile 
	net/iperf      : Makefile 
	telephony/libosip2: Makefile 
	telephony/siproxd: Makefile 
	x11/parcellite : Makefile 

Log message:
update my email address


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/10/06 13:22:03

Modified files:
	.              : plat.html 

Log message:
point to armv7 instead of beagle.html, in discussion with patrick@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/10/06 13:22:54

Modified files:
	.              : beagle.html 

Log message:
beagle has left the platforms, see armv7.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/06 13:32:50

Removed files:
	x11/kde/pim3/pkg: DESCR-kpilot PLIST-kpilot 

Log message:
Zap cruely old leftovers, okay espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 13:44:42

Modified files:
	sys/kern       : kern_sig.c 

Log message:
Tweak comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/06 13:56:42

Modified files:
	www/webkit     : Makefile 

Log message:
Restore EXTRACT_SUFX, this doesnt use GNOME_PROJECT/GNOME_VERSION so it
doesnt default to .tar.xz.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 14:05:31

Modified files:
	regress/misc/objc: Makefile 

Log message:
Prefer -lpthread over -pthread


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/06 14:38:52

Modified files:
	multimedia/x264: Makefile distinfo 
	multimedia/x264/patches: patch-Makefile patch-configure 

Log message:
Update to x264-20131002.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/06 14:45:16

Modified files:
	graphics/xv    : Makefile 
	graphics/xv/pkg: DESCR 

Log message:
Fix path to documentation.

Noticed bt Kyle R W Milz.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/06 14:54:28

Modified files:
	www/ruby-passenger: Makefile 

Log message:
Restrict passenger to ruby18 and ruby19 (default) FLAVORs


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/06 15:35:48

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 23-29.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/06 15:36:20

Modified files:
	build          : mirrors.dat 

Log message:
reinstate piotrkosoft.net mirror


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/06 15:36:38

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/06 15:37:12

Modified files:
	distrib/notes  : mirrors 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 15:46:11

Modified files:
	regress/lib/libpthread/cancel: cancel.c 

Log message:
Add a test to verify that disabling cancelation defers it until reenabled.
Add missing pthread_cleanup_pop() calls (they're required to be matched).


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/06 15:49:32

Modified files:
	net/netatalk   : Makefile distinfo 
Added files:
	net/netatalk/patches: patch-include_atalk_acl_h 

Log message:
Update to netatalk 2.2.5.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/06 15:50:23

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
daddr_t comment tweak and whitespace fix.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/06 16:00:48

Modified files:
	net/samba      : Makefile 
Added files:
	net/samba/patches: patch-source3_smbd_nttrans_c 

Log message:
Add a DoS fix.. Missing integer wrap protection in EA list reading can cause
server to loop with DoS. CVE-2013-4124

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/06 16:13:26

Modified files:
	sbin/newfs     : newfs.c 

Log message:
daddr_t tweaks. %lld -> %llu, intermediate disk sector calculation
variable, drop pointless casts, vax-only sector variable to u_int64_t.

No intentional functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/06 16:39:24

Modified files:
	net/mirmon     : Makefile distinfo 

Log message:
minor update to mirmon 2.9


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/06 16:45:13

Modified files:
	usr.bin/mandoc : mdoc_validate.c 
	regress/usr.bin/mandoc/mdoc/Nd: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Nd: hyph.in hyph.out_ascii 

Log message:
We don't do hyphenation, but we allow breaking the line at hyphens that are
already there in the middle of words.  So far, we only allowed this on text
lines.  Now it turns out some macros allow this for their arguments, too,
in particular .Nd and most of the .%? citation macros.

Issue found by Franco Fichtner <franco at lastsummer dot de> while doing
systematic groff-mandoc comparisons in the DragonFly base system, THANKS!

While here, garbage collect two empty prevalidator function pointer lists
and sort a couple of function declarations.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/06 17:59:59

Modified files:
	usr.bin/mandoc : Makefile 

Log message:
Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too.
No merging is needed; basically, mandoc is developed here and mdocml.bsd.lv
is not really "upstream", but just OpenBSD plus compatibility goo.  All the
same, the exercise is far from useless: NetBSD, FreeBSD, and DragonFly have
mandoc in base, NetBSD uses it by default to show manuals, and FreeBSD and
DragonFly have finally come close to switching away from groff as well.
Useful bug reports come in and help making our mandoc better.
Maybe we should list mandoc as an OpenBSD associated project on index.html.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/06 19:50:27

Modified files:
	lib/libc/gen   : directory.3 
	lib/libc/sys   : Makefile.inc 
	share/man/man5 : dir.5 
	share/man/man9 : VOP_LOOKUP.9 
Added files:
	lib/libc/sys   : getdents.2 
Removed files:
	lib/libc/sys   : getdirentries.2 

Log message:
getdirentries(2) is dead; long live getdents(2)!

confirmation that getdirentries(2) is unused by ports from sthen@ and naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	guenther@cvs.openbsd.org	2013/10/06 19:56:15

Modified files:
	.              : lyrics.html 

Log message:
Correct a lyric


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/10/06 23:28:47

Modified files:
	regress/sys/kern/main-thread-exited: Makefile 

Log message:
Prefer -lpthread over -pthread.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/10/06 23:37:41

Modified files:
	sys/dev/usb    : files.usb 
Added files:
	sys/dev/usb    : if_axen.c if_axenreg.h 

Log message:
add device driver for ASIX AX88178a and AX88179 Ethernet interface.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/10/06 23:39:12

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/10/06 23:56:58

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : axen.4 

Log message:
first manpage for axen(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/10/07 00:29:14

Modified files:
	sys/dev/usb    : if_axen.c 

Log message:
remove some debug printf.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 00:40:21

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
also protect there...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 00:49:55

Log message:
    tesseract does not fit MULTI_PACKAGES: independent stuff bundled together.
    clean it up, move the langs elsewhere
    reluctant okay from aja@
    
    Status:
    
    Vendor Tag:	tesseract
    Release Tags:	aja
    
    N ports/graphics/tesseract-langs/Makefile.inc
    N ports/graphics/tesseract-langs/Makefile
    N ports/graphics/tesseract-langs/bul/Makefile
    N ports/graphics/tesseract-langs/bul/distinfo
    N ports/graphics/tesseract-langs/cat/Makefile
    N ports/graphics/tesseract-langs/cat/distinfo
    N ports/graphics/tesseract-langs/ces/Makefile
    N ports/graphics/tesseract-langs/ces/distinfo
    N ports/graphics/tesseract-langs/chi_sim/Makefile
    N ports/graphics/tesseract-langs/chi_sim/distinfo
    N ports/graphics/tesseract-langs/chi_tra/Makefile
    N ports/graphics/tesseract-langs/chi_tra/distinfo
    N ports/graphics/tesseract-langs/dan-frak/Makefile
    N ports/graphics/tesseract-langs/dan-frak/distinfo
    N ports/graphics/tesseract-langs/dan/Makefile
    N ports/graphics/tesseract-langs/dan/distinfo
    N ports/graphics/tesseract-langs/deu/Makefile
    N ports/graphics/tesseract-langs/deu/distinfo
    N ports/graphics/tesseract-langs/ell/Makefile
    N ports/graphics/tesseract-langs/ell/distinfo
    N ports/graphics/tesseract-langs/fin/Makefile
    N ports/graphics/tesseract-langs/fin/distinfo
    N ports/graphics/tesseract-langs/fra/Makefile
    N ports/graphics/tesseract-langs/fra/distinfo
    N ports/graphics/tesseract-langs/hun/Makefile
    N ports/graphics/tesseract-langs/hun/distinfo
    N ports/graphics/tesseract-langs/ind/Makefile
    N ports/graphics/tesseract-langs/ind/distinfo
    N ports/graphics/tesseract-langs/ita/Makefile
    N ports/graphics/tesseract-langs/ita/distinfo
    N ports/graphics/tesseract-langs/jpn/Makefile
    N ports/graphics/tesseract-langs/jpn/distinfo
    N ports/graphics/tesseract-langs/kor/Makefile
    N ports/graphics/tesseract-langs/kor/distinfo
    N ports/graphics/tesseract-langs/lav/Makefile
    N ports/graphics/tesseract-langs/lav/distinfo
    N ports/graphics/tesseract-langs/lit/Makefile
    N ports/graphics/tesseract-langs/lit/distinfo
    N ports/graphics/tesseract-langs/nld/Makefile
    N ports/graphics/tesseract-langs/nld/distinfo
    N ports/graphics/tesseract-langs/nor/Makefile
    N ports/graphics/tesseract-langs/nor/distinfo
    N ports/graphics/tesseract-langs/pol/Makefile
    N ports/graphics/tesseract-langs/pol/distinfo
    N ports/graphics/tesseract-langs/por/Makefile
    N ports/graphics/tesseract-langs/por/distinfo
    N ports/graphics/tesseract-langs/ron/Makefile
    N ports/graphics/tesseract-langs/ron/distinfo
    N ports/graphics/tesseract-langs/rus/Makefile
    N ports/graphics/tesseract-langs/rus/distinfo
    N ports/graphics/tesseract-langs/slk/Makefile
    N ports/graphics/tesseract-langs/slk/distinfo
    N ports/graphics/tesseract-langs/slv/Makefile
    N ports/graphics/tesseract-langs/slv/distinfo
    N ports/graphics/tesseract-langs/spa/Makefile
    N ports/graphics/tesseract-langs/spa/distinfo
    N ports/graphics/tesseract-langs/srp/Makefile
    N ports/graphics/tesseract-langs/srp/distinfo
    N ports/graphics/tesseract-langs/swe/Makefile
    N ports/graphics/tesseract-langs/swe/distinfo
    N ports/graphics/tesseract-langs/tgl/Makefile
    N ports/graphics/tesseract-langs/tgl/distinfo
    N ports/graphics/tesseract-langs/tur/Makefile
    N ports/graphics/tesseract-langs/tur/distinfo
    N ports/graphics/tesseract-langs/ukr/Makefile
    N ports/graphics/tesseract-langs/ukr/distinfo
    N ports/graphics/tesseract-langs/vie/Makefile
    N ports/graphics/tesseract-langs/vie/distinfo
    N ports/graphics/tesseract-langs/pkg/DESCR-bul
    N ports/graphics/tesseract-langs/pkg/DESCR-cat
    N ports/graphics/tesseract-langs/pkg/DESCR-ces
    N ports/graphics/tesseract-langs/pkg/DESCR-chi_sim
    N ports/graphics/tesseract-langs/pkg/DESCR-chi_tra
    N ports/graphics/tesseract-langs/pkg/DESCR-dan
    N ports/graphics/tesseract-langs/pkg/DESCR-dan-frak
    N ports/graphics/tesseract-langs/pkg/DESCR-deu
    N ports/graphics/tesseract-langs/pkg/DESCR-ell
    N ports/graphics/tesseract-langs/pkg/DESCR-fin
    N ports/graphics/tesseract-langs/pkg/DESCR-fra
    N ports/graphics/tesseract-langs/pkg/DESCR-hun
    N ports/graphics/tesseract-langs/pkg/DESCR-ind
    N ports/graphics/tesseract-langs/pkg/DESCR-ita
    N ports/graphics/tesseract-langs/pkg/DESCR-jpn
    N ports/graphics/tesseract-langs/pkg/DESCR-kor
    N ports/graphics/tesseract-langs/pkg/DESCR-lav
    N ports/graphics/tesseract-langs/pkg/DESCR-lit
    N ports/graphics/tesseract-langs/pkg/DESCR-nld
    N ports/graphics/tesseract-langs/pkg/DESCR-nor
    N ports/graphics/tesseract-langs/pkg/DESCR-pol
    N ports/graphics/tesseract-langs/pkg/DESCR-por
    N ports/graphics/tesseract-langs/pkg/PLIST
    N ports/graphics/tesseract-langs/pkg/DESCR-ron
    N ports/graphics/tesseract-langs/pkg/DESCR-rus
    N ports/graphics/tesseract-langs/pkg/DESCR-slk
    N ports/graphics/tesseract-langs/pkg/DESCR-slv
    N ports/graphics/tesseract-langs/pkg/DESCR-spa
    N ports/graphics/tesseract-langs/pkg/DESCR-srp
    N ports/graphics/tesseract-langs/pkg/DESCR-swe
    N ports/graphics/tesseract-langs/pkg/DESCR-tgl
    N ports/graphics/tesseract-langs/pkg/DESCR-tur
    N ports/graphics/tesseract-langs/pkg/DESCR-ukr
    N ports/graphics/tesseract-langs/pkg/DESCR-vie
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 00:50:59

Modified files:
	graphics/tesseract: Makefile distinfo 

Log message:
say goodbye to the langs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 00:51:30

Modified files:
	graphics       : Makefile 

Log message:
+tesseract-langs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 00:52:49

Removed files:
	graphics/tesseract/pkg: DESCR-bul DESCR-cat DESCR-ces 
	                        DESCR-chi_sim DESCR-chi_tra DESCR-dan 
	                        DESCR-dan-frak DESCR-deu DESCR-ell 
	                        DESCR-fin DESCR-fra DESCR-hun DESCR-ind 
	                        DESCR-ita DESCR-jpn DESCR-kor DESCR-lav 
	                        DESCR-lit DESCR-nld DESCR-nor DESCR-pol 
	                        DESCR-por DESCR-ron DESCR-rus DESCR-slk 
	                        DESCR-slv DESCR-spa DESCR-srp DESCR-swe 
	                        DESCR-tgl DESCR-tur DESCR-ukr DESCR-vie 
	                        PLIST-bul PLIST-cat PLIST-ces 
	                        PLIST-chi_sim PLIST-chi_tra PLIST-dan 
	                        PLIST-dan-frak PLIST-deu PLIST-ell 
	                        PLIST-fin PLIST-fra PLIST-hun PLIST-ind 
	                        PLIST-ita PLIST-jpn PLIST-kor PLIST-lav 
	                        PLIST-lit PLIST-nld PLIST-nor PLIST-pol 
	                        PLIST-por PLIST-ron PLIST-rus PLIST-slk 
	                        PLIST-slv PLIST-spa PLIST-srp PLIST-swe 
	                        PLIST-tgl PLIST-tur PLIST-ukr PLIST-vie 

Log message:
byebye, moved to tesseract-langs


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/07 00:53:11

Modified files:
	faq            : upgrade54.html 

Log message:
In 5.4, bgplg looks for bgpd's control socket in /var/www/run not /var/www/logs.
ok nick@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/07 01:01:46

Modified files:
	build          : mirrors.dat 

Log message:
disable mirror.cdmon.com (60+ days out-of-date, reported by bcallah@ and
Juan Francisco Cantero Hurtado) and openbsd.mirrors.pair.com (30+ days
out-of-date).


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/07 01:02:08

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/07 01:18:36

Modified files:
	share/man/man4 : axen.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/07 01:19:49

Modified files:
	share/man/man4 : usb.4 

Log message:
+axen


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/07 01:32:36

Modified files:
	de             : 36.html 54.html events.html luna88k.html 
	                 octeon.html 
	opensmtpd/pt   : index.html 
	openssh/de     : index.html 
	openssh/nl     : index.html 
	papers/de      : index.html 
	papers/pt      : index.html 
	pt             : donations.html plus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/07 03:26:20

Added files:
	x11/kde4/pim-runtime/patches: patch-plugins_CMakeLists_txt 
	                              patch-plugins_tests_CMakeLists_txt 

Log message:
More missing build target dependencies (as usual with KDE4, in tests).
Should fix the breakage seen by landry@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/07 04:05:25

Modified files:
	sbin/newfs     : newfs.c 

Log message:
Oops. Too mechanical -- can't use DL_SECTOBLK() to set fssize, since
command line sector size overrides disk label sector size. Add a comment
to make sure I don't do it again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 04:20:29

Modified files:
	x11/gmtk       : Makefile distinfo 
	x11/gmtk/patches: patch-src_gmtk_media_player_c 
Added files:
	x11/gmtk/patches: patch-src_gmtk_pc_in 
Removed files:
	x11/gmtk/patches: patch-src_gm_parse_c 
	                  patch-src_gmtk_media_player_h 

Log message:
Update to gmtk-1.0.9alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 04:22:38

Modified files:
	x11/gnome-mplayer: Makefile distinfo 
	x11/gnome-mplayer/patches: 
	                           patch-apps_gnome-mplayer_preferences_gschema_xml 
	                           patch-src_dbus-interface_c 
	                           patch-src_gui_c patch-src_main_c 
Added files:
	x11/gnome-mplayer/patches: patch-configure_in 
Removed files:
	x11/gnome-mplayer/patches: patch-src_support_c 

Log message:
Update to gnome-mplayer-1.0.9alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 04:24:18

Modified files:
	www/gecko-mediaplayer: Makefile distinfo 

Log message:
Update to gecko-mediaplayer-1.0.9alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 04:37:57

Modified files:
	x11/gnome-mplayer: Makefile 

Log message:
Add '--disable-nemo' along with '--disable-nautilus'


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/07 05:40:10

Modified files:
	usr.sbin/snmpctl: parser.c parser.h snmpclient.c snmpctl.8 

Log message:
Allow to specify the "oid" option multiple times, eg.
snmpctl walk 127.0.0.1 oid system oid ifName


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/07 05:51:11

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
Show number of sectors, not the number of 512-byte blocks, when
saying "n sectors of m bytes".

Issue pointed out by David Vasek on misc@. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/10/07 05:54:28

Modified files:
	security/gnupg2: Makefile distinfo 

Log message:
SECURITY update to GnuPG 2.0.22.  Fixes CVE-2013-4402, see:

http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000333.html

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/10/07 06:04:47

Modified files:
	security/gnupg2: Tag: OPENBSD_5_4 Makefile distinfo 
	security/gnupg2/patches: Tag: OPENBSD_5_4 patch-scd_Makefile_in 
	security/gnupg2/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
SECURITY update to GnuPG 2.0.22.  Fixes CVE-2013-4402, see:

http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000333.html

ok pea@ (maintainer), jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/10/07 06:13:30

Modified files:
	security/gnupg2: Tag: OPENBSD_5_3 Makefile distinfo 
	security/gnupg2/patches: Tag: OPENBSD_5_3 patch-scd_Makefile_in 
	security/gnupg2/pkg: Tag: OPENBSD_5_3 PLIST 

Log message:
SECURITY update to GnuPG 2.0.22.  Fixes CVE-2013-4402, see:

http://lists.gnupg.org/pipermail/gnupg-announce/2013q4/000333.html

ok pea@ (maintainer), jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/10/07 06:46:57

Modified files:
	usr.sbin/ndp   : ndp.c 

Log message:
Fix a segfault in ndp -A by not freeing the buffer when not in repeat
mode.  Input from and ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/10/07 07:34:17

Modified files:
	devel/py-test  : Makefile distinfo 

Log message:
Update py-test to 2.3.5, based on a diff from edd.
ok edd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/10/07 07:39:53

Modified files:
	databases/py-redis: Makefile distinfo 

Log message:
update py-redis to 2.8.0.
ok dcoppa@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/07 07:40:26

Modified files:
	app/cwm        : conf.c 

Log message:
trying parsing a XLFD string first, then by pattern


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 07:47:42

Modified files:
	databases/py-redis: Makefile 

Log message:
Add 'databases/redis' to TEST_DEPENDS, mark test as TEST_IS_INTERACTIVE
because it wants a redis server running on localhost.

ok rpointel@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/10/07 07:57:21

Modified files:
	faq            : faq14.html 

Log message:
bit of left-over cruft that shouldn't have been there.  Spotted by Maurice
Janssen (Maurice at z74 dot net).  Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/07 08:27:15

Modified files:
	x11/gnome/shell: Makefile 
Added files:
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
Implement shell_global_reexec_self() so that alt-f2 + 'r' properly
re-execture the shell (one of the brazillions "no /proc here" patches).
Remove non-existent CONFIGURE_ARGS while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/07 08:28:52

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-awesome_c patch-lib_naughty_lua_in 
	                     patch-objects_client_c 
	                     patch-objects_client_h patch-property_c 
	                     patch-screen_c 
Added files:
	x11/awesome/patches: patch-lib_awful_client_lua_in 
	                     patch-lib_awful_screen_lua_in 
	                     patch-lib_wibox_layout_fixed_lua_in 
	                     patch-screen_h 

Log message:
Bunch of bugfixes from upstream:

Fix possible deadlock during startup
awful.client.tiled: Ignore fullscreen clients
awful.screen.focus: Don't move mouse to (0, 0) first
naughty: Verify image parameters coming from dbus
wibox.layout.fixed: Fix fill space
Revert "client: add a limit to the loop"
client: Ignore transient_for causing loops
screen: Fix screen equality comparison


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/10/07 09:48:24

src/regress/sys/kern/sigprof

Update of /cvs/src/regress/sys/kern/sigprof
In directory cvs.openbsd.org:/tmp/cvs-serv1160/sigprof

Log Message:
Directory /cvs/src/regress/sys/kern/sigprof added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/10/07 09:52:18

Modified files:
	regress/sys/kern: Makefile 
Added files:
	regress/sys/kern/sigprof: Makefile sigprof.c 

Log message:
Add a regression test that ensures profiling signals are delivered to the
thread whose execution consumed the CPU time and resulted in the profiling
timer expiring. This test currently fails and will be fixed shortly.

Feedback from guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/10/07 10:32:26

Modified files:
	papers         : index.html 

Log message:
link my eurobsdcon slides


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 10:57:30

Modified files:
	x11/kde4       : kde4.port.mk 
	x11/kde4/graphics-strigi-analyzer: Makefile 
	x11/kde4/kimono: Makefile 

Log message:
fucked-up heuristics. Still need to be able to finetune, as
graphics-strigi-analyzer and kimono ARE kde4 only


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/07 11:07:16

Modified files:
	archivers/gtar : Makefile distinfo 
	archivers/gtar/patches: patch-configure 
	archivers/gtar/pkg: PLIST 
Removed files:
	archivers/gtar/patches: patch-tests_sparse04_at 

Log message:
Update to 1.27.  Small changes:
https://lists.gnu.org/archive/html/bug-tar/2013-10/msg00002.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/07 11:30:15

Modified files:
	x11/kde4/kimono: Makefile 

Log message:
Actually, this one should have MODKDE4_USE=libs. Sorry for breakage, though.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 11:50:29

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
move decision to run show-size to PortBuilder, as we really need to know
whether we have a filehandle.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/07 11:53:57

Modified files:
	sys/dev/ic     : mc68681.c 
	sys/arch/mvme68k/dev: cl.c wl.c 
	sys/arch/mvme88k/dev: cl.c 

Log message:
Do not invoke ttymodem() directly, but l_modem from the current linedisc.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/07 11:54:23

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 12:01:33

Modified files:
	infrastructure/lib/DPB: Engine.pm SubEngine.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
okay, fixed version where NoBuild subengine gets only what it actually
needs


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 12:02:07

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
debug scaffolding, abort early... I expect mark_ready gets called at the
wrong location or something :(


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:04:54

Modified files:
	sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c 
	                 fuse_vnops.c fusebuf.c 
	sys/sys        : fusebuf.h 

Log message:
Rework fuseread() and fusewrite().


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:07:04

Modified files:
	sys/miscfs/fuse: fuse_device.c fusefs.h 

Log message:
Add new ioctl for handling FUSE buffers


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:08:51

Modified files:
	lib/libfuse    : fuse.c fuse_ops.c 

Log message:
Adapt libfuse to FUSE kernel changes


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:09:58

Modified files:
	sys/miscfs/fuse: fusebuf.c 

Log message:
Allocate fb_dat in fb_setup(9)


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:11:25

Modified files:
	sys/miscfs/fuse: fusebuf.c 

Log message:
Use full 64-bit UUIDs in FUSE.

Thanks to Pedro Martelletto.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/07 12:14:15

Modified files:
	faq            : upgrade54.html 

Log message:
talk about setrlimit posix-compliance change which I discovered the
hard way by having openfiles-cur higher than the implicit default of
openfiles-max; ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:15:22

Modified files:
	sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_lookup.c 
	                 fuse_vfsops.c fuse_vnops.c fusebuf.c 
	sys/sys        : fusebuf.h 

Log message:
Introduce fb_delete() helper and use it in FUSE code.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:16:43

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Remove useless debug code from libfuse


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:20:31

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Refactor fb_len and fb_err handling in libfuse.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:22:18

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Remove an unused variable and a useless bzero


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:24:12

Modified files:
	sys/miscfs/fuse: fuse_vnops.c 

Log message:
Add kqueue's support for FUSE.

tested with ajacoutot@ on gvfs+nautilus.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:25:32

Modified files:
	sys/miscfs/fuse: fuse_device.c fuse_file.c fuse_vfsops.c 
	                 fuse_vnops.c 

Log message:
use printf(9) consistently in FUSE


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/07 12:41:01

Modified files:
	lib/libfuse    : fuse_ops.c fuse_private.h fuse_subr.c 

Log message:
Fix some different signedness error. this commit make clang happier.

Thanks to Pedro Martelletto.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/07 12:47:55

Modified files:
	www/webkit     : Makefile 

Log message:
Add a whole bunch of WANTLIB from mesa update and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/07 12:55:49

Modified files:
	www/icedtea-web: Makefile distinfo 
	www/icedtea-web/pkg: PLIST 

Log message:
Update to icedtea-web 1.4.1.

Fixes CVE-2012-4540: Heap-based buffer overflow after triggering event attached to applet


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/07 13:09:11

Modified files:
	sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c 
	                        machdep.c 
	sys/arch/aviion/include: board.h 

Log message:
Split the 64-bit interrupt source mask code into two 32-bit `interrupt' and
`extended interrupt' masks. This is how the hardware works, and this makes the
code simpler than attempting to aggregate them.

No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/07 13:10:50

Modified files:
	sys/arch/aviion/aviion: locore.S machdep.c prom.c 
	sys/arch/m88k/m88k: m88k_machdep.c 

Log message:
Put the kernel VBR page at the beginning of the kernel text, as done on
mvme88k, to be able to unmap the page at address zero in the kernel, and have
the vbr page read-only after being initialized.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/07 13:11:42

Modified files:
	sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c 
	                        machdep.c rtc_clock.c 
	sys/arch/aviion/include: board.h 

Log message:
Have platform->bootstrap() return the machine speed in MHz, which is used to
set up the delay constant.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/07 13:23:12

Log message:
    Import salt-testing 0.5.1, needed by an upcoming salt update for regress
    tests.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131007
    
    N ports/sysutils/salt-testing/Makefile
    N ports/sysutils/salt-testing/distinfo
    N ports/sysutils/salt-testing/pkg/PLIST
    N ports/sysutils/salt-testing/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/07 13:23:42

Modified files:
	sysutils       : Makefile 

Log message:
+salt-testing


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 13:27:25

Modified files:
	infrastructure/lib/DPB: Config.pm 

Log message:
no need to give back the extra job in fetch_only now,
as it's not going to get used by the builder.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 13:49:56

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 14:01:56

Modified files:
	infrastructure/lib/DPB: Config.pm SubEngine.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
revisit, fetch cores MUST be pre-emptable for rebuilding-info,
otherwise pure -F fetch engine loses !


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 14:23:13

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
don't mark_ready a core that runs something (seen by nigel and rpe).
replace the dirty trick I did to reuse start with an intermediate
method that's more "reentrant" (use_core) by not fiddling with core's
status.
(bug appeared thanks to over-eager refactoring and shoddy code...)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 14:23:39

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
remove some scaffolding. Still exit violently if the former issue happens
again...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/07 14:36:27

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
we no longer create specific local cores. Let install happen again by fixing
the test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/07 14:56:53

Modified files:
	databases/ruby-bdb: Makefile 
Added files:
	databases/ruby-bdb/patches: patch-src_features_rb 

Log message:
Allow building with the ruby20 FLAVOR.  Reminder by nigel@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/07 15:00:45

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
Say 'fragments' where fragments are meant. Divide by DEV_BSIZE
to convert from bytes to DEV_SIZE.

ok otto@ zhuk@ (for his chunk)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/07 15:35:00

Modified files:
	x11/xlogout    : Makefile 

Log message:
no need for groff


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/07 16:11:50

Modified files:
	sys/kern       : subr_disk.c 

Log message:
disk sizes, partition sizes and partition offsets are u_int64_t
values rather than daddr_t values. So use u_int64_t to store them
and %llu to print them in checkdisklabel().


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/07 16:21:57

Modified files:
	usr.bin/mandoc : mdoc_man.c 

Log message:
Printf size_t vars with %zu, not %ld;
from Antonio Huete Jimenez <tuxillo at quantumachine dot net>
via Franco Fichtner (both DragonFly).


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 21:04:17

Modified files:
	usr.bin/vmstat : vmstat.c 

Log message:
Obtain the uptime of the running system using the new CLOCK_UPTIME,
so that averages/rates are over the actual time-running-not-suspended.
For kernel cores, peek at the 'time_uptime' and 'naptime' variables.

original report by and ok mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 21:10:36

Modified files:
	bin/pax        : file_subs.c 

Log message:
POSIX specifies that when the pax input file requests a hardlink
to a symlinks, that it be exactly that and not a hardlink to the
file pointed to by the symlink.  Use linkat() to get what we want.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 21:36:48

Modified files:
	sys/kern       : kern_sig.c 

Log message:
If a thread sends a signal to its own process, then have that thread
take the signal by preference if it's eligible (unblocked or sigwaiting).

ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 21:50:08

Modified files:
	sys/sys        : proc.h resourcevar.h 
	sys/kern       : kern_clock.c kern_exit.c kern_fork.c kern_sig.c 
	                 kern_time.c 
	bin/ps         : ps.1 

Log message:
Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having
hardclock() set a flag on the running thread and force AST processing,
and then have the thread signal itself from userret().

idea and flag names from FreeBSD
ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 22:57:39

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
1) our dirent entries are now 8 byte aligned.
2) d_type isn't the file's st_mode, but rather a type that can be derived
from the file's mode.
3) the readdir callback should be setting d_off.  Assume for now that
fuse-based filesystems can operate with length based offsets
4) if the file type is unknown, use DT_UNKNOWN explictly instead
of assuming that's equal to zero

ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/10/07 23:09:49

Modified files:
	devel/py-pexpect: Makefile distinfo 
	devel/py-pexpect/pkg: PLIST 

Log message:
update pexpect to 2.4.
ok dcoppa@.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/07 23:13:35

Modified files:
	share/man/man9 : syscall.9 

Log message:
Reference mi_syscall() and mi_syscall_return() and syscall_mi.h
Update userret() arguments


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/08 00:02:09

Log message:
    Import wizznic-0.9.9.
    
    Wizznic is a brick-matching puzzle-game, an improved version of Puzznic.
    The challenge is to clear each level of bricks by moving the bricks next
    to each other, this sounds a lot easier than it is. The bricks are
    heavy, so you can only push them, not lift them up.
    
    ok landry@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131007
    
    N ports/games/wizznic/Makefile
    N ports/games/wizznic/distinfo
    N ports/games/wizznic/pkg/DESCR
    N ports/games/wizznic/pkg/PLIST
    N ports/games/wizznic/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/08 00:04:55

Modified files:
	games          : Makefile 

Log message:
+wizznic


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/08 00:25:59

Modified files:
	mail/libspf2   : Makefile 

Log message:
use -Wl,-rpath instead of -R to unbreak on powerpc


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/08 01:02:36

Modified files:
	sysutils/salt  : Makefile distinfo 
	sysutils/salt/patches: patch-setup_py 
	                       patch-tests_integration_files_conf_master 
	                       patch-tests_runtests_py 
	sysutils/salt/pkg: PLIST 

Log message:
Update to salt 0.17.0.

See http://salt.readthedocs.org/en/latest/topics/releases/0.17.0.html
for the changelog.
Depend on salt-testing for regress tests, most of them pass.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/08 01:22:51

Modified files:
	security/gnupg2: Tag: OPENBSD_5_3 distinfo 

Log message:
unbreak; distinfo was missing rmd160/md5 sums..


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/08 01:35:10

Modified files:
	infrastructure/lib/DPB/Core: Distant.pm Init.pm 

Log message:
possibly allow us to taint cores near startup
stringize pids differently, so that we don't append an extra " " to localhost


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/08 01:40:02

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : vmwpvs.c 

Log message:
vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.

i got it working on the eurostar while bored, and its at a point where it
will work given a bit more attention rather than just being a way to occupy
my time.

there's some cool use after frees and a lack of hotplug support to work on

ok krw@ jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/08 02:45:19

Log message:
    import ports/games/dd2, from Juan Francisco Cantero Hurtado, tweaks from myself
    and bcallah, ok kirby
    
    Little shoot'em up arcade game for one or two players. It aims to be an
    'old school' arcade game with low resolution graphics, top-down scroll
    action, energy based gameplay and different weapons with several levels
    of power.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131008
    
    N ports/games/dd2/Makefile
    N ports/games/dd2/distinfo
    N ports/games/dd2/patches/patch-src_data_Makefile_in
    N ports/games/dd2/patches/patch-src_main_c
    N ports/games/dd2/patches/patch-src_data_dd2_cfg
    N ports/games/dd2/pkg/DESCR
    N ports/games/dd2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/08 02:45:48

Modified files:
	games          : Makefile 

Log message:
+dd2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 03:19:18

Modified files:
	devel/goffice  : Makefile distinfo 
	devel/goffice/pkg: PLIST 

Log message:
Update to goffice-0.10.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 03:21:15

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/pkg: PLIST 

Log message:
Update to gnumeric-1.12.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/10/08 03:37:44

Modified files:
	www/ruby-jekyll/pkg: PLIST 

Log message:
Update PLIST for ruby20 correct update-plist generated entries
Ok jeremy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/08 04:48:10

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
youtube-dl-2013.10.07


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 04:58:25

Modified files:
	devel/glade    : Makefile 

Log message:
Missing BDEP on textproc/docbook-xsl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/08 05:18:58

Modified files:
	x11/openbox    : Makefile distinfo 
	x11/openbox/patches: patch-obt_xml_c patch-openbox_moveresize_c 
	x11/openbox/pkg: PLIST 
Added files:
	x11/openbox/patches: patch-obrender_test_c 
	                     patch-openbox_client_c 
	                     patch-openbox_menuframe_c 
	                     patch-openbox_screen_c 
Removed files:
	x11/openbox/pkg: PFRAG.shared 

Log message:
Update to openbox-3.5.2
Bump SHARED_LIBS (checked with abi-compliance-checker)
Fix LIB_DEPENDS and WANTLIB
Merge pkg/PFRAG.shared into pkg/PLIST

OK benoit@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/08 05:42:13

Modified files:
	usr.bin/ssh    : dh.c dh.h 

Log message:
Increase the size of the Diffie-Hellman groups requested for a each symmetric
key size.  New values from NIST Special Publication 800-57 with the upper
limit specified by RFC4419.  Pointed out by Peter Backes, ok djm@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/08 05:48:58

Modified files:
	x11/awesome/patches: patch-awesome_c patch-event_c 
	                     patch-objects_client_c 

Log message:
Add a couple of missing comments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 05:58:08

Modified files:
	audio/pulseaudio: Makefile 

Log message:
Set HOME=${WRKDIST} for tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 07:33:21

Modified files:
	audio/pulseaudio: Makefile 

Log message:
gtk2->gtk3


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/08 08:16:31

Modified files:
	.              : INDEX 

Log message:
sync, with KDE4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 09:37:26

Modified files:
	misc/shared-mime-info: Makefile distinfo 

Log message:
Update to shared-mime-info-1.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/08 09:44:49

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : vmwpvs.4 

Log message:
basic manpage for a basic driver


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/08 09:45:44

Modified files:
	sbin/fdisk     : mbr.c 

Log message:
Keep disk sector calcuations in u_int64_t as long as possible, and
avoid using a daddr_t variable to hold a disk sector value even
temporarily.

No intentional functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/08 10:37:14

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
ring producers and consumers are 32bit counters, while the ring
sizes are much much smaller. you need to mask the req ring producer
with its size to get its actual entry. also stops scribbling over
memory you dont really own.

lets esxi guests boot without panicking now. maybe itll fix jsgs
workstation panic too. fusion and esxi can do some io now, but not
get I/O errors writing to write an mbr with fdisk -i.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 11:27:03

Log message:
    Import toad-0.3.
    
    toad(8) (Toad Opens All Devices) is a utility meant to be started from
    the OpenBSD hotplugd(8) attach and detach scripts. It will try to mount
    all partitions found on the device under /run/media/username/device.
    Where username is the active user login name and device is the type of
    the device: usb or cd, followed by its number (from 0 to 9).
    This follows the udev hierarchy in Linux which allows interaction with
    GLib/GIO's GUnixMount.
    
    That means it interacts natively with file managers like Thunar and
    Nautilus (where you can directly unmount/eject devices).
    
    It comes with toadd(8), a small daemon that will detect the insertion of
    a medium in the optical drives of the machine by periodically reading
    their disklabel(8) (every 8 seconds) and call toad(8) with the attach or
    detach argument respectively.
    
    NOTE: this is somewhat still a WIP and a moving target for sure
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131008
    
    N ports/sysutils/toad/distinfo
    N ports/sysutils/toad/Makefile
    N ports/sysutils/toad/files/hotplug-scripts
    N ports/sysutils/toad/pkg/toadd.rc
    N ports/sysutils/toad/pkg/PLIST
    N ports/sysutils/toad/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/08 11:27:47

Modified files:
	sysutils       : Makefile 

Log message:
+toad


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/08 11:40:42

Modified files:
	infrastructure/lib/DPB: Locks.pm 

Log message:
on restart, if we find old locks with tags, those hosts start tainted


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/08 12:38:12

Modified files:
	x11            : Makefile 

Log message:
-{g,}devilspie


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/08 12:40:15

Removed files:
	x11/devilspie  : Makefile distinfo 
	x11/devilspie/patches: patch-src_Makefile_in patch-src_xutils_h 
	x11/devilspie/pkg: DESCR PLIST 
	x11/gdevilspie : Makefile distinfo 
	x11/gdevilspie/patches: patch-gdevilspie patch-setup_py 
	x11/gdevilspie/pkg: DESCR PLIST 

Log message:
remove unmaintained cruft that's using deprecated libs.

no objections raised on ports@; if someone was still using it devilspie2
uses the modern libwnck3..

maintainer timed-out
ok aja@ rfreeman@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/08 13:11:34

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
set xs->resid to 0 on successful command completion. makes things work.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/08 13:26:10

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/08 13:52:50

Modified files:
	usr.bin/mg     : theo.c 

Log message:
backwards compatibility is king, and will remain king, until 2038.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/08 14:44:08

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
all the chips rings are protected by a single mutex, which is used in both
the scsi_cmd and intr paths. scsi_done can restart io though, which means
the mutex will be tried recursively which panics.

defer scsi_done calls after mtx_leave by putting completed ccbs on a list
on the stack that we can walk.

i hate locks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/08 15:46:10

src/sys/arch/aviion/stand/boot

Update of /cvs/src/sys/arch/aviion/stand/boot
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/aviion/stand/boot

Log Message:
Directory /cvs/src/sys/arch/aviion/stand/boot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/08 15:49:40

Modified files:
	sys/arch/aviion/stand/a2coff: Makefile a2coff.c 

Log message:
Try to be a bit more cross-compile friendly.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/08 15:52:16

src/sys/arch/aviion/stand/boot/obj

Update of /cvs/src/sys/arch/aviion/stand/boot/obj
In directory cvs.openbsd.org:/tmp/cvs-serv17417/obj

Log Message:
Directory /cvs/src/sys/arch/aviion/stand/boot/obj added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/08 15:55:22

Modified files:
	sys/arch/aviion/stand: Makefile Makefile.inc 
	sys/arch/aviion/stand/libsa: Makefile clock.c libsa.h 
	                             parse_args.c 
	sys/arch/aviion/stand/netboot: Makefile boot.c 
Added files:
	sys/arch/aviion/stand/boot: Makefile boot.c conf.c crt.c 
	                            devopen.c oosiop.c oosiop.h sd.c 
	                            version.c 
	sys/arch/aviion/stand/libsa: delay.S exec.c fault.c setjmp.S 
Removed files:
	sys/arch/aviion/stand/libsa: exec_aout.c 

Log message:
Early stages of a working disk bootloader for OpenBSD/aviion.
Currently limited to oosiop(4) controllers, and thus models 4600 and 530.
There are some rough edges to polish to avoid manual interaction (kernel
currently can't figure its boot device when booted from disk), but the hard
(and hair-pulling) work is over.
And we can have kernel symbols again!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/10/08 16:13:31

Modified files:
	mail/trojita   : Makefile 
Added files:
	mail/trojita/patches: patch-cmake_FindLinguistForTrojita_cmake 

Log message:
When both qt4 and qt3 are installed make sure lconvert, lrelease and
lupdate from qt4 are used. Found out the hard way during a bulk by
naddy@. Bump.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/08 18:30:11

Modified files:
	.              : plus.html 

Log message:
plus.html for Sept 30 to Oct 6. Fixes schwarze@, ok schwarze@ & jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/08 19:48:41

Modified files:
	sys/arch/i386/i386: cpu.c machdep.c 
	sys/arch/i386/include: cpu.h cpufunc.h 

Log message:
Use monitor/mwait to idle when available.  Make cpu_unidle() do nothing
if it can tell the target CPU isn't actually idling and introduce cpu_kick()
for the cases where we want to force a non-idle CPU into the kernel.

just a port of the amd64 version; testing by many


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/08 20:39:32

Modified files:
	www/liferea    : Makefile distinfo 
	www/liferea/pkg: PLIST 

Log message:
Update liferea to 1.10.3 - updates TinyTinyRSS support.
Resort WANTLIB while here before it gets out of hand.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/08 20:59:28

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Make sure that pfctl_state_store() frees the inbuf pointer and closes
the state file before returning.

ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2013/10/08 21:06:55

Modified files:
	openssh        : specs.html 

Log message:
Fix the link text for rfc6668.txt

From Bryan Vyhmeister, thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/08 23:37:57

Modified files:
	xserver/dix    : dixfonts.c 

Log message:
Fix from upstreams for CVE-2013-4396
Use after free in Xserver handling of ImageText requests


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/09 00:20:57

Modified files:
	infrastructure/lib/DPB: Engine.pm SubEngine.pm 

Log message:
have start return useful information, like whether it started something
or not, and propagate it thru the engine


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/09 00:21:38

Modified files:
	infrastructure/bin: dpb 

Log message:
this should work around the spinning loop in fetch.
I still don't understand how it happens, since the queue
ought to be empty ?


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/10/09 01:06:16

Modified files:
	.              : 54.html 

Log message:
opensmtpd bits


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/09 01:33:41

Modified files:
	net/mosh       : Makefile 
Added files:
	net/mosh/patches: patch-src_crypto_ocb_cc 

Log message:
On ARM, use generic C code (as on !amd64) instead of inline asm which
fails to build.  While here, enable tests.  No bump since no change on
other archs.  Reported by Juan Francisco Cantero Hurtado, thanks!
ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/09 01:56:27

Modified files:
	security/gnupg2: Tag: OPENBSD_5_3 Makefile distinfo 
	security/gnupg2/patches: Tag: OPENBSD_5_3 patch-scd_Makefile_in 
	security/gnupg2/pkg: Tag: OPENBSD_5_3 PLIST 
Added files:
	security/gnupg2/patches: Tag: OPENBSD_5_3 patch-common_iobuf_c 
	                         patch-g10_mainproc_c 

Log message:
revert previous which changed way too many things.

while here, apply the actual fix for the issue.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/09 02:56:38

Modified files:
	usr.sbin/bgpctl: bgpctl.8 bgpctl.c parser.c parser.h 

Log message:
Allow us to bulk add / delete routes with the same attributes.  Really
useful for distributing IP lists.

OK beck@, claudio@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	weerd@cvs.openbsd.org	2013/10/09 03:10:08

Modified files:
	usr.sbin/nginx/conf: nginx.conf 

Log message:
Move the (commented out) syslog directive above the error_log lines.
Prevents "nginx: [emerg] You must set the syslog directive and enable
it first."

OK sthen@ and ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2013/10/09 03:32:02

Modified files:
	sys/net        : pf.c 

Log message:
Don't leak ruleitems from match rules when hitting a per-rule max state limit.

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/09 03:33:43

Modified files:
	sys/net        : if.c 
	sys/netinet    : in.c in.h 

Log message:
Introduce in_ifdetach() a function to remove all the IPv4 addresses
of an interface, named after its IPv6 equivalent.

Make use of it instead of removing addresses by hand when detaching
or destroying an interface.  As a bonus, multicast records linked
to the just divorced^Wdetached interface are no longer leaked.

No objection from the gang, ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2013/10/09 03:40:01

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
Include the 'state of health' field in the bbu ok sensor value.
The dell perc 6/i sets this to zero (meaning bad) when it
decides the battery doesn't have enough capacity for it to
allow write back mode, but doesn't set any of the other flags
to tell us why.

ok dlg@, tested by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/09 03:44:19

Modified files:
	sys/netinet6   : ip6_mroute.c 

Log message:
Fix a possible mbuf leak, from NetBSD via Loganaden Velvindron.

ok claudio@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/09 04:55:55

Modified files:
	net/smokeping  : Makefile 
	net/smokeping/pkg: PLIST 

Log message:
install @sample'd smokeping_secrets file with mode 640, it must not be
world-readable (enforced at startup)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/09 05:10:49

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-dbus_Makefile_in 
	                  patch-dbus_dbus-sysdeps-util-unix_c 
	                  patch-test_Makefile_in patch-tools_Makefile_in 
Removed files:
	x11/dbus/patches: patch-dbus_dbus-address_c 
	                  patch-dbus_dbus-errors_c 
	                  patch-dbus_dbus-spawn_c 
	                  patch-dbus_dbus-string_c 
	                  patch-dbus_dbus-string_h 
	                  patch-dbus_dbus-sysdeps-unix_c 

Log message:
Update to dbus-1.6.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/09 05:11:49

Added files:
	x11/dbus/patches: patch-dbus_dbus-sysdeps-unix_c 

Log message:
Missed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/09 05:56:38

Modified files:
	devel/scons    : Makefile 
Added files:
	devel/scons/patches: patch-engine_SCons_Tool___init___py 

Log message:
Add patch committed upstream to fix scons shared library handling on OpenBSD.
ok landry dcoppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/09 05:57:43

Modified files:
	net/serf       : Makefile distinfo 
	net/serf/pkg   : PLIST 

Log message:
Update to serf 1.3.2. Pre-requisite for Subversion 1.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/09 06:34:13

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
shorten output; ok henning phessler


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/09 06:54:17

Modified files:
	www/apache-httpd: Makefile 
Added files:
	www/apache-httpd/patches: patch-modules_dav_main_mod_dav_c 
	                          patch-modules_dav_main_mod_dav_h 
	                          patch-modules_dav_main_util_c 

Log message:
Add patches from upstream to fix regressions in mod_dav since httpd-2.2.25.
Unbreaks 'svn copy URL1 URL2' and restores compliance with RFC 4918 (WebDAV).
See https://issues.apache.org/bugzilla/show_bug.cgi?id=55304
and https://issues.apache.org/bugzilla/show_bug.cgi?id=55306
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/09 07:04:20

Modified files:
	x11/gnome/dictionary: Makefile distinfo 
	x11/gnome/dictionary/pkg: PLIST 

Log message:
Update to gnome-dictionary-3.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/09 07:23:17

Modified files:
	usr.sbin/bgpctl: bgpctl.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/09 07:29:35

Modified files:
	audio/libmpdclient: Makefile 

Log message:
Use '${VER:R}' here too


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/09 07:36:15

Modified files:
	www/cclive     : Makefile 
Added files:
	www/cclive/patches: patch-src_cc_options_h 

Log message:
fix the format string used for the default filenames to include the
extension, which upstream renamed from %e to %s.  even they can't keep
on top of their own stupid incompatible changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/10/09 07:52:18

Modified files:
	x11/obconf     : Makefile distinfo 
	x11/obconf/pkg : PLIST 

Log message:
Update to 2.0.4 for OpenBox 3.5.2 with help from dcoppa@

OK dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/09 08:09:39

Modified files:
	databases/p5-ldap: Makefile distinfo 
	databases/p5-ldap/patches: patch-test_cfg 
	databases/p5-ldap/pkg: PLIST 

Log message:
update to p5-ldap 0.57, from Tristan Le Guern with a few tweaks by me


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/09 10:33:05

Modified files:
	usr.sbin/syslogd: syslogd.c 

Log message:
Trim leading white space from the message before trying to extract
the program name.  Works around a problem with the ObiHai 202's
syslog client (and possibly others) where an extra space is added
to the message before the program name.  OK krw@ henning@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/10/09 10:39:30

Modified files:
	textproc/meld  : Makefile 
Added files:
	textproc/meld/patches: patch-meld_filediff_py 

Log message:
Switch meld on ThreadPool. This fixes the problem with sem_open().

ok ajacoutot@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/09 10:43:13

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-manager_c 
	                             patch-src_ck-sysdeps-unix_c 
Added files:
	sysutils/consolekit/patches: patch-tools_ck-history_c 

Log message:
Fix deprecated use of polkit_authority_get().
time_t fixe: GLib has a 'struct GTimeVal' with a long tv_sec...


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/10/09 10:52:24

Modified files:
	net/psi        : Makefile 
	net/psi/patches: patch-iris_src_jdns_jdns_sys_c 

Log message:
Now _res has minimal support: not define nsaddr_list, only nscount,
therefore psi could not determine dns server. Switch psi on resolv.conf.

tested Matthew Clarke <clamat at telus dot net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/09 11:25:40

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/pkg   : PLIST 
Removed files:
	net/curl/patches: patch-lib_cookie_c patch-lib_escape_c 
	                  patch-lib_smtp_c 
	net/curl/pkg   : PFRAG.shared 

Log message:
Update to 7.32.0.
No revolutionary changes; see http://curl.haxx.se/changes.html for
the details.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/09 11:43:50

Modified files:
	sys/arch/macppc/include: cpu.h 
	sys/arch/macppc/macppc: clock.c cpu.c 

Log message:
Initialize ns_per_tick as soon as we have read the timebase from the
device-tree to restore the behaviour present before my last change.

This fixes a regression seen on some Powerbooks where one of the two
kiic(4) would always timeout when trying to configure the audio chip.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/09 11:53:30

Modified files:
	sys/arch/macppc/dev: kiic.c kiicvar.h 

Log message:
Various fixes to make kiic(4) work on my G5s.

Only read the bus number from the "i2c-bus" child node if present,
this node exists only in some device-trees, otherwise use the bus
number encoded in the address of the device.

Fix an off-by-one when reading the data.

While here remove unused functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 12:22:06

Modified files:
	sys/dev/ic     : oosiop.c 

Log message:
Enable synch negotiation; code was there but not enabled since this driver was
ported from NetBSD.
Tested on hppa (720) and aviion (4600).


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/10/09 12:22:48

Removed files:
	x11/obconf/patches: patch-src_preview_c 

Log message:
Double check of previous commit found patch wasn't removed.
No bump as build fails if not remvoed.
Was part of changes Ok @dcoppa


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/09 13:13:18

Modified files:
	gnu/usr.bin/binutils-2.17/ld: ldmisc.c 

Log message:
Merge binutils 2.15 einfo() buffering change to binutils-2.17.
OK deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 14:03:05

Modified files:
	sys/arch/aviion/stand/boot: oosiop.c sd.c 
Added files:
	sys/arch/aviion/stand/boot: scsi.h 

Log message:
Move common SCSI defines and structs to their own header, to eventually allow
SCSI tape support.

Drop sync negotiation from oosiop code, we can run without it.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 14:04:40

Modified files:
	sys/arch/aviion/stand/libsa: parse_args.c 

Log message:
Fix parse_args() to ignore device specification and correctly append the
default kernel name if only a boot device is specified.
This makes boot paths like "sd()" auto-boot without asking for a kernel name.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 14:08:20

Modified files:
	sys/arch/aviion/stand/boot: scsi.h sd.c 

Log message:
Fix build (forgot to rerun make depend)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 14:11:41

Modified files:
	sys/arch/aviion/stand/boot: devopen.c 

Log message:
Parse (hex) partition number in boot path. For experts only.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 14:12:35

Modified files:
	sys/arch/aviion/stand/boot: boot.c 

Log message:
DIsplay fixes, also print boot path before attempting to boot it. Still not
cranking boot blocks version because it's unlikely anyone but me is running
them at the moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/09 14:23:46

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Change "physical address" to "tunnel:" in ifconfig's tunnel address
output.  This is more consistent with the current ifconfig style and
matches the "tunnel" configuration command.

ok claudio@ jmc@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 15:26:02

Added files:
	sys/arch/aviion/include: loadfile_machdep.h 

Log message:
Needed by recent libsa


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/09 15:28:33

Modified files:
	sys/arch/aviion/include: board.h 
	sys/arch/aviion/aviion: autoconf.c av400_machdep.c 
	                        av530_machdep.c 

Log message:
Quick'n'dirty code to match trivial on-disk boot paths as the boot device.
Needs more work in order to cover all cases, but enough to get internal
disks on the first controller on models 4600 and 530 to get matched.

This makes the aviion port finally self-hosting on aforementioned models,
finally! Next step: bsd.rd...


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/09 17:42:17

Modified files:
	usr.bin/ssh    : sftp-server.8 sftp-server.c 

Log message:
Add ability to whitelist and/or blacklist sftp protocol requests by name.
Refactor dispatch loop and consolidate read-only mode checks.
Make global variables static, since sftp-server is linked into sshd(8).

ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/09 17:44:14

Modified files:
	regress/usr.bin/ssh: Makefile 
Added files:
	regress/usr.bin/ssh: sftp-perm.sh 

Log message:
regression test for sftp request white/blacklisting and readonly mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/09 18:53:25

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
add -Q, -P and -p to usage() before jmc@ catches me


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/09 18:59:19

Modified files:
	etc            : Makefile 
Added files:
	usr.bin/ssh/moduli-gen: Makefile moduli moduli-gen.sh 
	                        moduli.1024 moduli.1536 moduli.2048 
	                        moduli.3072 moduli.4096 moduli.6144 
	                        moduli.8192 

Log message:
Move moduli generation to usr.bin/ssh/moduli-gen and keep track of
the fragments separately.  "No substantive objection" djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/09 19:43:04

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
bz#2139: fix re-exec fallback by ensuring that startup_pipe is correctly
updated; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/09 19:46:59

Modified files:
	etc            : moduli 
	usr.bin/ssh/moduli-gen: moduli moduli.1024 moduli.1536 
	                        moduli.2048 moduli.3072 moduli.4096 
	                        moduli.6144 moduli.8192 

Log message:
Regenerate moduli


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/09 20:08:26

Modified files:
	audio/gtkpod   : Makefile 
	audio/libgpod  : Makefile 
	audio/mp3gain  : Makefile 
	comms/minicom  : Makefile 
	databases/p5-DBD-CSV: Makefile 
	devel/avr      : Makefile.inc 
	devel/avr/binutils: Makefile 
	devel/avr/gcc  : Makefile 
	devel/avr/gdb  : Makefile 
	devel/avr/libc : Makefile 
	devel/avrdude  : Makefile 
	devel/p5-Array-Diff: Makefile 
	devel/teensyloader: Makefile 
	geo/gpsbabel   : Makefile 
	geo/gpstk      : Makefile 
	graphics/molden: Makefile 
	graphics/vid   : Makefile 
	math/cblas     : Makefile 
	misc/gpsd      : Makefile 
	net/darkstat   : Makefile 
	net/gmudix     : Makefile 
	net/spectrum-tools: Makefile 
	sysutils/memtester: Makefile 
	www/fluxbb     : Makefile 
	www/flyspray   : Makefile 
	www/p5-WWW-Tumblr: Makefile 

Log message:
Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 01:02:57

Modified files:
	archivers/libtar/patches: patch-lib_Makefile_in 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 01:15:49

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
setup of serialized tasks *is* deterministic.

The moment when we're sure we're locked in uninstall
is the right moment to revisit tainted status...
not later, because if we do that in finalize, some tainted ports
may have finished building, and we may think we're untainted now.
as seen by landry@

Note also that setup runs in the main dpb process, so not concurrently with
the engine, and so the engine can safely check for tags right after setup,
even if pkg_delete has not finished, because by the time the port can lock
and reach depends, pkg_delete must have finished.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 01:16:28

Modified files:
	archivers/libtar: Makefile 
Added files:
	archivers/libtar/patches: patch-lib_block_c 

Log message:
Security fix for CVE-2013-4397 Integer overflow in libtar


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 01:16:56

Modified files:
	archivers/libtar: Tag: OPENBSD_5_3 Makefile 
Added files:
	archivers/libtar/patches: Tag: OPENBSD_5_3 patch-lib_block_c 

Log message:
Security fix for CVE-2013-4397 Integer overflow in libtar


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 01:17:00

Modified files:
	archivers/libtar: Tag: OPENBSD_5_4 Makefile 
Added files:
	archivers/libtar/patches: Tag: OPENBSD_5_4 patch-lib_block_c 

Log message:
Security fix for CVE-2013-4397 Integer overflow in libtar


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 01:26:40

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 

Log message:
extra test for non_empty ? grasping at straws


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 02:40:34

Modified files:
	infrastructure/db: user.list 

Log message:
Add _gnome-initial-setup.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 02:41:09

Modified files:
	x11/gnome/initial-setup: Makefile 
	x11/gnome/initial-setup/pkg: PLIST 
Added files:
	x11/gnome/initial-setup/patches: 
	                                 patch-data_20-gnome-initial-setup_rules 

Log message:
Create the _gnome-initial-setup user. Not used yet but will be.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 03:08:29

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_user_c 

Log message:
Properly detect passwd entry so that screenlock under gnome-shell works.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/10 03:50:17

Modified files:
	devel/subversion: Makefile distinfo 
	devel/subversion/patches: patch-subversion_libsvn_subr_auth_c 
	devel/subversion/pkg: PFRAG.shared-main PLIST-main PLIST-python 

Log message:
Update to Apache Subversion 1.8.3. Newer, better, faster!
Existing working copies need to be upgraded with 'svn upgrade',
otherwise backwards compatible as usual.
http://subversion.apache.org/docs/release-notes/1.8.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/10 03:55:24

Modified files:
	x11/gnome/anjuta: Makefile 
Added files:
	x11/gnome/anjuta/patches: patch-configure_ac 

Log message:
Allow Anjuta to compile with Subversion 1.8. Patch submitted upstream.
ok ajacoutot jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/10 03:55:48

Modified files:
	x11/kde/sdk3   : Makefile 

Log message:
Tweak kdesvn WANTLIB for Subversion 1.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/10 03:56:13

Modified files:
	devel/rapidsvn : Makefile 

Log message:
Tweak rapidsvn WANTLIB for Subversion 1.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/10 03:56:33

Modified files:
	devel/pysvn    : Makefile distinfo 
	devel/pysvn/patches: patch-Examples_Client_svn_cmd_py 
	                     patch-Source_pysvn_svnenv_hpp 
	                     patch-Source_setup_configure_py 

Log message:
Update pysvn to version 1.7.8, which supports Subversion 1.8.


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2013/10/10 04:12:48

Modified files:
	faq            : current.html 

Log message:
Add upgrade notes for Subversion 1.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 04:19:43

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_user_c 

Log message:
Treat 'skey' password as NULL so that we can properly lock and not been
offered to change the password.
Properly detect encrypted password using getpwnam since getspnam is for
linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 04:48:36

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
explain a bit more about serialized locking.
keep track of where we last ran junk on a host, so it's faster to backtrack
thru logfiles...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/10/10 05:00:29

Modified files:
	sys/tmpfs      : tmpfs_fifoops.c tmpfs_specops.c tmpfs_vnops.c 

Log message:
A few fixes from Pedro Martelletto, adapted from
https://github.com/bitrig/bitrig/commits/pedro_tmpfs_fixes

7efd381ac3:

# mkdir -p x/y
# mv x/y/. z (or mv x/y/.. z)
(panic)

264ecd2c7b:

# mknod x b 100 100 (can be any block/character device)
# ls -lR /
(panic)

7da08d22fd:

# mkfifo x (or mknod x)
# mv x y
(panic)

af0666c65a:

# mount -t tmpfs -o -n16 tmpfs /mnt (create tmpfs with 16 inodes limit)
# cd /mnt
# touch x
# for i in `jot 100 1 100`; do ln -s x $i; done (create 100 symlinks, =
they "succeed" even though they failed)
# ls -lart

7e9296a6f8:

# mkdir x
# touch x/y
# chflags uappnd x (or sappnd)
# rm x/y

936b9cf257:

# mkdir -p x/y
# rmdir x/y/..
(panic)

de541406ef:

# touch x
# ln x y
# stat -f %c x
# sleep 10
# rm y
# stat -f %c x

okay guenther@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:45:29

Modified files:
	usr.bin/tmux   : cmd-queue.c control.c tmux.h 

Log message:
Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can
be NULL. Avoids crash when a command in a command client can't be
parsed.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:46:00

Modified files:
	usr.bin/tmux   : resize.c 

Log message:
Make recalculate_sizes() handle an empty window with no active
pane. This can happen when a window is in two sessions - it isn't
destroyed immediately when the pane goes away but is left until the last
session is destroyed. Fixes problems with grouped sessions reported by
Daniel Ralston.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:46:29

Modified files:
	usr.bin/tmux   : server-fn.c session.c 

Log message:
Grouped sessions were being leaked on destroy, correctly free them.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:46:47

Modified files:
	usr.bin/tmux   : cmd-refresh-client.c 

Log message:
Missing space in refresh-client synopsis.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:47:12

Modified files:
	usr.bin/tmux   : format.c 

Log message:
Don't add client formats when they are NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:47:28

Modified files:
	usr.bin/tmux   : format.c 

Log message:
Don't leak formats if they are added multiple times.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:47:53

Modified files:
	usr.bin/tmux   : format.c tmux.1 

Log message:
Add formats for window flags.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:49:07

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Allow the file descriptor received from the client to be -1.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:49:29

Modified files:
	usr.bin/tmux   : grid.c 

Log message:
Only include actual trailing spaces not unused cells with capturep -J,
from George Nachman.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:49:43

Modified files:
	usr.bin/tmux   : tty-keys.c 

Log message:
Handle input mouse positions <33 (we already can generate them).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:50:21

Modified files:
	usr.bin/tmux   : format.c options-table.c tmux.1 

Log message:
Add length limit operator for formats.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/10 05:50:25

Modified files:
	x11/kde4/kig   : Makefile 
	x11/kde4/kig/patches: patch-cmake_FindBoostPython_cmake 

Log message:
Linking in Kig was broken after syncing patches with upstream, fix it.
Now Kig starts fine.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:50:37

Modified files:
	usr.bin/tmux   : format.c 

Log message:
Allow nested format expansion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/10 05:53:24

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
Force disabling of tests if NO_TEST==Yes. Will be needed soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/10 05:54:46

Modified files:
	x11/kde4/pim-runtime: Makefile 

Log message:
Temporarily disable building tests until all dependency issues are resolved.
There are too many of them, and we need to have reliable builds.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:56:51

Modified files:
	usr.bin/tmux   : format.c names.c options-table.c tmux.1 tmux.h 

Log message:
Add automatic-rename-format option allowing automatic rename to use
something other than pane_current_command.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:57:15

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff from
Hayaki Saito.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/10 05:57:46

Modified files:
	x11/xlogout    : Makefile 

Log message:
oops, of course an imake port still requires groff


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:57:52

Modified files:
	usr.bin/tmux   : tty-keys.c 

Log message:
Assign mouse x/y coords before checking them. When receiving mouse
inputs, we should set the x/y coordinates earlier than we currently do,
so that we aren't off-by-one in the case when the statusbar is at the
top of the screen. By Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:58:24

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Renumber windows: Lookup lastw via window not index

When calling 'movew -r' on a session to reorder the winlinks, ensure
when adding back in the information for the lastw stack that we look up
the winlink based on the window and not its index.

Using the index doesn't make sense here because when comparing it to the
old set, it will never match since the winlink has been renumbered.

Bug reported by Ben Boeckel. Patch by Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:58:53

Modified files:
	usr.bin/tmux   : cmd-choose-tree.c window-choose.c 

Log message:
choose-tree: Reset top when toggling items

When choose-tree is told to expand/collapse items (especially when first
rendering collapsed to just show sessions), ensure that in addition to
setting the selected item, that the item itself appears on the bottom of
the screen, rather than off screen.

This was causing rendering glitches when a very small tmux window tried
to render a list of items in choose-tree much larger than itself, and
the selected item appeared off screen, and didn't show the selection
until the selection had wrapped around to the top of the screen.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 05:59:23

Modified files:
	usr.bin/tmux   : tmux.h window.c 

Log message:
Clear window->flags when clearing winlinks

When clearing WINLINK_ALERTFLAGS for all sessions, we must also, for
that window, clear the window->flags as well, otherwise sessions may
well still see flags for winlinks long since cleared.

This therefore introduces WINDOW_ALERTFLAGS to help with this.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:00:25

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd-bind-key.c 
	                 cmd-break-pane.c cmd-capture-pane.c 
	                 cmd-choose-buffer.c cmd-choose-client.c 
	                 cmd-choose-list.c cmd-choose-tree.c 
	                 cmd-clear-history.c cmd-clock-mode.c 
	                 cmd-command-prompt.c cmd-confirm-before.c 
	                 cmd-copy-mode.c cmd-delete-buffer.c 
	                 cmd-detach-client.c cmd-display-message.c 
	                 cmd-display-panes.c cmd-find-window.c 
	                 cmd-has-session.c cmd-if-shell.c 
	                 cmd-join-pane.c cmd-kill-pane.c 
	                 cmd-kill-server.c cmd-kill-session.c 
	                 cmd-kill-window.c cmd-link-window.c 
	                 cmd-list-buffers.c cmd-list-clients.c 
	                 cmd-list-commands.c cmd-list-keys.c 
	                 cmd-list-panes.c cmd-list-sessions.c 
	                 cmd-list-windows.c cmd-load-buffer.c 
	                 cmd-lock-server.c cmd-move-window.c 
	                 cmd-new-session.c cmd-new-window.c 
	                 cmd-paste-buffer.c cmd-pipe-pane.c 
	                 cmd-refresh-client.c cmd-rename-session.c 
	                 cmd-rename-window.c cmd-resize-pane.c 
	                 cmd-respawn-pane.c cmd-respawn-window.c 
	                 cmd-rotate-window.c cmd-run-shell.c 
	                 cmd-save-buffer.c cmd-select-layout.c 
	                 cmd-select-pane.c cmd-select-window.c 
	                 cmd-send-keys.c cmd-server-info.c 
	                 cmd-set-buffer.c cmd-set-environment.c 
	                 cmd-set-option.c cmd-show-environment.c 
	                 cmd-show-messages.c cmd-show-options.c 
	                 cmd-source-file.c cmd-split-window.c 
	                 cmd-start-server.c cmd-suspend-client.c 
	                 cmd-swap-pane.c cmd-swap-window.c 
	                 cmd-switch-client.c cmd-unbind-key.c 
	                 cmd-unlink-window.c cmd-wait-for.c cmd.c tmux.h 

Log message:
Remove the barely-used and unnecessary command check() function.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:01:14

Modified files:
	usr.bin/tmux   : cmd-display-message.c grid.c 

Log message:
Trivial style and spacing nits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/10 06:01:31

Modified files:
	net/rsync      : Makefile distinfo 
	net/rsync/patches: patch-authenticate_c patch-configure_sh 
	                   patch-rsync_1 patch-rsyncd_conf_5 
	net/rsync/pkg  : DESCR 
Removed files:
	net/rsync/pkg  : SECURITY 

Log message:
Update to 3.1.0. This has various minor improvements, internal
changes, and now uses the system zlib.
https://rsync.samba.org/ftp/rsync/src/rsync-3.1.0-NEWS

Clean up some cruft:
* Dropped the -T from --with-rsh.  No tty allocation is the default
for ssh, and if somebody sets RequestTTY in .ssh/config, they should
get what they want.
* Removed pointless SECURITY file.
* Replaced the outdated DESCR text with the description from the man page.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:01:51

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
A couple of manpage fixes from Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:02:24

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
No space in lsw -a targets.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:02:56

Modified files:
	usr.bin/tmux   : cmd-wait-for.c tmux.1 

Log message:
Mark flags as optional and mutually exclusive. From Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:03:23

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Don't treat TMUX_TMPDIR as a potential file

The point of setting TMUX_TMPDIR is to then make any labels from -L go
to that directory.  In the case of makesocketpath() with no TMUX_TMPDIR
set, would set both the path and the default socket to a file.  The
checking of the permissions on the file worked fine in that case, but
when TMUX_TMPDIR is set, won't work on a directory.

This fixes the problem by ensuring the check on the permissions is
performed on directories only.

By Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:03:46

Modified files:
	usr.bin/tmux   : layout.c 

Log message:
layout-resize-pane-mouse: Consider visible panes only

When a pane is maximized, and text is selected, we end up checking if a
pane switch is needed.  This therefore means we might end up selecting
panes which aren't visible.

By Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:04:01

Modified files:
	usr.bin/tmux   : format.c 

Log message:
First period not last for host_short, from Michael Scholz.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:04:13

Modified files:
	usr.bin/tmux   : cmd-split-window.c 

Log message:
Restore missing key binding for %, from Chris Johnsen.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:04:38

Modified files:
	usr.bin/tmux   : cmd-if-shell.c cmd-queue.c cmd-source-file.c 

Log message:
Make cmdq->client_exit a tristate (-1 means "not set") so that if
explicitly set it can be copied from child to parent cmdq by if-shell
and source-file. This fixes using attach or new. From Chris Johnsen.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:07:37

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-new-window.c cmd-queue.c 
	                 cmd-split-window.c cmd.c tmux.1 tmux.h 

Log message:
Support -c for new-session, based on code from J Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:08:15

Modified files:
	usr.bin/tmux   : layout.c 

Log message:
mouse-resize-pane: Only resize on border select

The current behaviour of mouse-resize-pane is such that if the mouse
button is held down and a selection takes place within a pane, that if
the mouse pointer then hits a border edge, that pane-resize would
initiate.

This seems counter-intuitive; instead, check for a resize condition if
the border of a pane is selected, and in the case of mouse selection
within a pane, no longer resize the pane if edge of the border is hit.

By Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:09:34

Modified files:
	usr.bin/tmux   : client.c cmd-attach-session.c cmd-new-session.c 
	                 tmux.h 

Log message:
Remove CMD_SENDENVIRON.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:11:45

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Bump protocol version and add new message types.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:12:08

Modified files:
	usr.bin/tmux   : client.c server-client.c tmux.c tmux.h 

Log message:
Merge IDENTIFY_* flags with CLIENT_* flags.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:12:55

Modified files:
	usr.bin/tmux   : cmd-queue.c server-client.c tmux.h 

Log message:
retcode -> retval for exit message.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:13:30

Modified files:
	usr.bin/tmux   : client.c server-client.c server-fn.c tmux.h 

Log message:
Instead of fixed size buffers for some messages, send only the string
length.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:13:57

Modified files:
	usr.bin/tmux   : client.c server-client.c server-fn.c tmux.h 

Log message:
Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:14:10

Modified files:
	usr.bin/tmux   : cmd-string.c 

Log message:
Make tilde expansion in command strings work even if it isn't terminated by /.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:26:37

Modified files:
	usr.bin/tmux   : client.c cmd-attach-session.c cmd-load-buffer.c 
	                 cmd-new-session.c cmd-new-window.c cmd-queue.c 
	                 cmd-save-buffer.c cmd-split-window.c format.c 
	                 options-table.c server-client.c server-fn.c 
	                 session.c tmux.1 tmux.c tmux.h window.c 

Log message:
Alter how tmux handles the working directory to internally use file
descriptors rather than strings.

- Each session still has a current working directory.

- New sessions still get their working directory from the client that
created them or its attached session if any.

- New windows are created by default in the session working directory.

- The -c flag to new, neww, splitw allows the working directory to be
overridden.

- The -c flag to attach let's the session working directory be changed.

- The default-path option has been removed.

To get the equivalent to default-path '.', do:

bind c neww -c $PWD

To get the equivalent of default-path '~', do:

bind c neww -c ~

This also changes the client identify protocol to be a set of messages rather
than one as well as some other changes that should make it easier to make
backwards-compatible protocol changes in future.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:27:38

Modified files:
	usr.bin/tmux   : client.c server-client.c 

Log message:
Don't look at string[length - 1] if length == 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:28:08

Modified files:
	usr.bin/tmux   : client.c cmd-attach-session.c 
	                 cmd-detach-client.c 

Log message:
Show session name in detached message. Requested by somebody a few
months ago who didn't bother testing it. But it works for me anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:28:38

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-new-window.c 
	                 cmd-split-window.c 

Log message:
Don't boke when figuring out working directory from configuration file.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:28:56

Modified files:
	usr.bin/tmux   : cmd.c 

Log message:
Remove now unused cmd_get_default_path.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:29:35

Modified files:
	usr.bin/tmux   : client.c cmd.c server-client.c tmux.c tmux.h 

Log message:
We accidentally haven't been using $TMUX to work out the session for a
while and in fact it is less useful that using the client ttyname. So
don't bother and don't pass it from the client. If we need it in future
it is in c->environ.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:29:54

Modified files:
	usr.bin/tmux   : cmd-respawn-pane.c cmd-respawn-window.c 

Log message:
Pass -1 for cwd now not NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:35:31

Modified files:
	usr.bin/tmux   : client.c format.c job.c 

Log message:
Use format_get_command() and some spacing tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 06:39:25

Modified files:
	usr.bin/tmux   : format.c procname.c tmux.1 tmux.h 

Log message:
Remove the KERN_PROC_CWD the proc_current_path format (which is the only
thing that uses it now).


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2013/10/10 07:30:40

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to version 2013.10.09.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 09:07:47

Modified files:
	x11/gnome/shell: Makefile 

Log message:
Add comment about sysutils/accountsservice.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 09:21:33

Modified files:
	x11/gnome/keyring/patches: 
	                           patch-pkcs11_secret-store_gkm-secret-binary_c 
	                           patch-pkcs11_secret-store_tests_dump-keyring0-format_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/10 09:40:41

Modified files:
	graphics/shotwell: Makefile distinfo 
	graphics/shotwell/patches: patch-Makefile patch-configure 
	                           patch-src_camera_CameraTable_vala 
	graphics/shotwell/pkg: PLIST 
Removed files:
	graphics/shotwell/patches: patch-src_AppWindow_vala 
	                           patch-src_Dialogs_vala 
	                           patch-thumbnailer_shotwell-video-thumbnailer_vala 

Log message:
Update to shotwell-0.15.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 09:48:16

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
oops, reversed value while copying test.
do the nojunk check in setup (so that we don't untaint if we're
not gonna run), and since we're testing in setup, use that to bypass
running altogether in such a case.

sorry landry, previous one was pretty bad... the reversed test result
is a stinker...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 10:00:34

Added files:
	graphics/libcaca/patches: patch-configure 

Log message:
force PANGOFT2 to NO.
Otherwise, it may vanish while building leading to errors.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/10 10:29:10

Modified files:
	.              : 54.html 

Log message:
some cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/10 10:34:58

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_handlers_c 

Log message:
Reply to _NET_REQUEST_FRAME_EXTENTS correctly.
Reply to _NET_REQUEST_FRAME_EXTENTS by settings _NET_FRAME_EXTENTS
property of the window to the widths of the respective borders added
by i3.
(upstream git commit 05e46848f07460f18574d51eba0b182b177ab2d2)


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/10/10 10:44:18

Modified files:
	.              : 54.html 

Log message:
dpb has changed between 5.3 and 5.4, actually


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/10/10 10:56:20

Modified files:
	.              : 54.html 

Log message:
fix two typos.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 11:04:07

Modified files:
	productivity/when: Makefile distinfo 

Log message:
update to when-1.1.31


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/10/10 11:07:27

Modified files:
	.              : 54.html 

Log message:
a better fix for this typo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 11:10:36

Modified files:
	devel/ruby-rspec/core: Makefile distinfo 

Log message:
update to rspec-2.14.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 11:10:53

Modified files:
	devel/ruby-rspec/expectations: Makefile distinfo 
	devel/ruby-rspec/expectations/pkg: PLIST 

Log message:
update to rspec-expectations-2.14.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 11:11:08

Modified files:
	devel/ruby-rspec/mocks: Makefile distinfo 

Log message:
update to rspec-mocks-2.14.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/10 11:31:44

Modified files:
	cad/gtkwave    : Makefile distinfo 
	cad/gtkwave/patches: patch-share_applications_Makefile_in 

Log message:
update to gtkwave-3.3.49


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/10 13:40:03

Modified files:
	sys/arch/armv7/omap: am335x.c am335x_prcmreg.h files.omap omap.c 
	                     omapvar.h prcm.c prcmvar.h 
Added files:
	sys/arch/armv7/omap: edma.c edmareg.h edmavar.h 

Log message:
Add edma driver. This driver add support for am335x edma3 controller.

With some more work, it will allow us to speed-up ommmc driver.

ok patrick@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/10 13:50:00

Modified files:
	lib/freetype   : ChangeLog Jamfile Makefile README shlib_version 
	lib/freetype/builds/amiga/src/base: ftdebug.c ftsystem.c 
	lib/freetype/builds/mac: ftmac.c 
	lib/freetype/builds/unix: configure.ac configure.raw ftconfig.h 
	                          ftconfig.in ftsystem.c install.mk 
	lib/freetype/builds/vms: ftsystem.c 
	lib/freetype/builds/win32: ftdebug.c 
	lib/freetype/builds/win32/vc2005: freetype.vcproj index.html 
	lib/freetype/builds/win32/vc2008: freetype.vcproj index.html 
	lib/freetype/builds/win32/vc2010: freetype.vcxproj index.html 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj 
	                                    index.html 
	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/devel: ftoption.h 
	lib/freetype/docs: CHANGES VERSION.DLL 
	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-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-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-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/include/freetype: Makefile freetype.h ftadvanc.h 
	                               ftautoh.h ftbitmap.h ftcache.h 
	                               ftcffdrv.h ftchapters.h ftimage.h 
	                               ftmodapi.h tttags.h 
	lib/freetype/include/freetype/config: ftconfig.h ftheader.h 
	                                      ftoption.h 
	lib/freetype/include/freetype/internal: ftcalc.h ftdebug.h 
	                                        ftdriver.h ftmemory.h 
	                                        ftobjs.h ftserv.h 
	                                        ftstream.h ftvalid.h 
	                                        internal.h sfnt.h 
	                                        t1types.h tttypes.h 
	lib/freetype/src/autofit: afcjk.c afglobal.c 
	lib/freetype/src/base: ftbitmap.c ftcalc.c ftdbgmem.c ftdebug.c 
	                       ftgloadr.c ftmac.c ftobjs.c ftrfork.c 
	                       ftutil.c 
	lib/freetype/src/bdf: bdfdrivr.c bdflib.c 
	lib/freetype/src/cache: ftcbasic.c ftccache.c ftccache.h 
	                        ftccback.h ftccmap.c ftcmanag.c 
	                        ftcmanag.h 
	lib/freetype/src/cff: cf2arrst.c cf2font.c cf2font.h cf2ft.c 
	                      cf2hints.c cf2intrp.c cf2read.c cffdrivr.c 
	                      cffgload.c cffgload.h cffobjs.c 
	lib/freetype/src/cid: cidparse.c cidriver.c 
	lib/freetype/src/gxvalid: gxvkern.c gxvmod.c gxvmort.c gxvmorx.c 
	lib/freetype/src/gzip: ftgzip.c 
	lib/freetype/src/lzw: ftlzw.c 
	lib/freetype/src/pcf: pcfdrivr.c pcfread.c 
	lib/freetype/src/pfr: pfrdrivr.c 
	lib/freetype/src/psaux: afmparse.c psobjs.c 
	lib/freetype/src/pshinter: pshalgo.c pshrec.c 
	lib/freetype/src/raster: ftraster.c 
	lib/freetype/src/sfnt: rules.mk sfdriver.c sfnt.c sfobjs.c 
	                       ttmtx.c ttsbit.c ttsbit.h 
	lib/freetype/src/smooth: ftgrays.c ftsmooth.c 
	lib/freetype/src/tools: apinames.c test_trig.c 
	lib/freetype/src/tools/ftrandom: ftrandom.c 
	lib/freetype/src/truetype: ttdriver.c ttgload.c ttgxvar.c 
	                           ttinterp.c ttobjs.c ttobjs.h ttpic.h 
	                           ttsubpix.c ttsubpix.h 
	lib/freetype/src/type1: t1afm.c t1driver.c t1load.c t1parse.c 
	lib/freetype/src/type42: t42drivr.c t42objs.c 
	lib/freetype/src/winfonts: winfnt.c 
Added files:
	lib/freetype/docs/reference: ft2-tt_driver.html 
	lib/freetype/include/freetype: ftttdrv.h 
	lib/freetype/src/sfnt: pngshim.c pngshim.h 
Removed files:
	lib/freetype/include/freetype/internal: Makefile 
	lib/freetype/include/freetype/internal/services: Makefile 
	lib/freetype/src/sfnt: ttsbit0.c 

Log message:
Update to freetype 2.5.0.1. Tested by many.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/10 13:51:44

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
-update


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/10/10 14:08:39

Modified files:
	www/elinks/patches: patch-src_scripting_lua_core_c 

Log message:
regen (ok sthen@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/10/10 14:10:51

Modified files:
	www/elinks     : Makefile 
Added files:
	www/elinks/patches: patch-src_util_time_h 

Log message:
Unbreak elinks on arches using 4-byte longs.

Bug exposed by time64 changes.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/10 14:30:18

Removed files:
	archivers/star/patches: patch-RULES_cc-gcc_rul 
	devel/cil/patches: patch-bin_cilly 
	devel/pysvn/patches: patch-Source_pysvn_svnenv_hpp 
	devel/subversion/patches: patch-subversion_libsvn_subr_auth_c 
	lang/mawk/patches: patch-configure 

Log message:
remove empty patch files


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/10 14:52:04

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
well, setup doesn't redirect, so print in the right location instead
of on console...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/10 15:22:07

Modified files:
	sys/arch/aviion/stand/boot: Makefile boot.c crt.c devopen.c 
	                            oosiop.c scsi.h sd.c version.c 
	sys/arch/aviion/stand/libsa: exec.c libsa.h parse_args.c 
Added files:
	sys/arch/aviion/stand/boot: scsi.c 

Log message:
Misc cleanups and small fixes. Boot controller/unit/lun information passed
to the kernel will now match the device the kernel is loaded from, not the
device the boot blocks are loaded from (this allows one to netboot the
boot blocks to boot a kernel from a local disk).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/10 15:24:59

Modified files:
	sys/arch/aviion/aviion: autoconf.c av400_machdep.c 
	                        av530_machdep.c locore.S machdep.c 
	sys/arch/aviion/include: autoconf.h av400.h board.h prom.h 

Log message:
Better boot device detection code. Board-specific code will now return the
address of a controller only know by its SCM name and number, and the boot
device detection code will now attempt to match the controller first, and
then grandchildren of it (if the boot device is a disk or a tape).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 17:31:03

Modified files:
	usr.bin/tmux   : format.c 

Log message:
Fix leak in format_get_command.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/10 17:31:29

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Bracket in the wrong place in description of c0-change-trigger.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/10 18:34:04

Modified files:
	share/man/man4 : pci.4 

Log message:
reference vmwpvs.

jmc pointed out i missed this


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/10 18:46:06

Modified files:
	multimedia/livestreamer: Makefile distinfo 

Log message:
Bugfix update to 1.6.1 - Fixes un-quoted player paths containing
backslashes being broken.
While here, add NO_TEST=Yes. PyPi sources do not include the tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/10 20:45:36

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
rename flag arguments to be more clear and consistent.
reorder some internal function arguments to make adding additional flags
easier.

no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/10 20:52:23

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
missed one arg reorder


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/10 20:53:45

Modified files:
	usr.bin/ssh    : sftp-client.h 

Log message:
obsolete comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 00:33:19

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in 
	x11/gtk+3/pkg  : PLIST-main 
Removed files:
	x11/gtk+3/patches: patch-gdk_x11_gdkwindow-x11_c 
	                   patch-gtk_gtkheaderbar_c 

Log message:
Update to gtk+3-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/11 01:34:50

Modified files:
	sys/dev/pci    : ichiic.c 

Log message:
match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)
tested by RD Thrush on Lynx Point


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/11 01:52:56

Modified files:
	x11/kde4/pim-runtime: Makefile 
	x11/kde4/pim-runtime/patches: patch-plugins_tests_CMakeLists_txt 
Added files:
	x11/kde4/pim-runtime/patches: 
	                              patch-migration_tests_CMakeLists_txt 
	                              patch-resources_imap_tests_CMakeLists_txt 

Log message:
Improved version of patches that allow to build kde4/pim-runtime tests.
Tested in a build loop on i386 about 60 times.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/11 02:01:29

Modified files:
	usr.bin/tmux   : format.c 

Log message:
Don't free the pane name by accident.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/11 02:03:44

Modified files:
	usr.bin/tmux   : format.c 

Log message:
And get it right this time... don't leak if it is an empty string either.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/11 02:06:03

Modified files:
	usr.bin/tmux   : cmd-unbind-key.c 

Log message:
Remove stray return, from Chris Johnsen.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/11 02:07:12

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Don't leak file descriptors in the rare MSG_VERSION case. From Chris
Johnsen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/11 02:39:26

Modified files:
	math/yorick    : Makefile 
Added files:
	math/yorick/patches: patch-play_unix_files_c 
	                     patch-yorick_Makefile 

Log message:
the makefile does some crazy thing with libraries. Sometimes the timestamps
don't quite match, and all hell breaks loose.

MAKE DARN SURE it gets its file by forcing them down the problematic target.
Yep, sometimes ar will replace the same files twice. Which is always better
than 0.

this has long been an annoyance. Why do every single math guy still write
makefiles by hand that look like fortran77 code ?

(also fix an error in popen by speaking the right standardese)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/11 02:50:21

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-awesome_c patch-objects_client_c 
Added files:
	x11/awesome/patches: patch-lib_awful_tag_lua_in 

Log message:
Revert "client: Don't move clients around across restarts" commit,
it was causing more pain than gain.

Add another two bugfixes:

- event: Handle MotionNotify before ButtonPress/Release
- awful.tag.withcurrent: Also act on restarts

All from upstream git repo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/11 04:26:44

Modified files:
	infrastructure/bin: dpb 

Log message:
trying to figure out the spinning...


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/11 04:32:07

Modified files:
	net/telepathy/telepathy-qt/patches: 
	                                    patch-cmake_modules_FindQt_cmake 

Log message:
Fix compilation with the upcoming cmake-2.8.12.
CMake 2.8.12 has changed the argument count to qt4_create_moc_command.
(from upstream git commit 05fe3f4980bbc6b016e25dcf07e44afe29e377c0)

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 04:54:28

Modified files:
	x11/x2x        : Makefile 
	x11/x2x/patches: patch-Imakefile 

Log message:
Just let imake handle the man page instead of running it through
mandoc and then possibly groff.  Requires USE_GROFF.

Honor CC/CFLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 04:56:01

Modified files:
	misc/xless     : Makefile 
	misc/xtimer    : Makefile 
	x11/bclock     : Makefile 
	x11/xwit       : Makefile 
	x11/xwit/pkg   : PLIST 

Log message:
Ports building via imake require USE_GROFF.
Bump because packages may have been built with empty man pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	gerhard@cvs.openbsd.org	2013/10/11 04:58:42

Modified files:
	sys/net        : pf.c 

Log message:
Prevent non-data packets from being dropped.

ok bluhm@ mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/11 05:26:48

Modified files:
	cad/kicad      : Makefile 

Log message:
fix MASTER_SITES


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/11 05:51:04

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
fix restart issues...

first tag we see will trigger a junk, unless we already
junked on that host during this run.

that way, we can forget whether we were building kde3 or kde4,
as we start with a "clean slate".

I could have junked at start, but this is much better, as it junks
"just in time" for the tag.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 06:24:37

Modified files:
	x11/gnome/shell: Makefile 
	x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am 
	                         patch-js_misc_config_js_in 
	                         patch-js_ui_panel_js 
	                         patch-js_ui_sessionMode_js 
	                         patch-src_Makefile_am 
Removed files:
	x11/gnome/shell/patches: patch-docs_reference_shell_Makefile_am 

Log message:
Sync NM patch with Gentoo/Debian.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/11 06:44:13

Modified files:
	sys/kern       : tty.c tty_pty.c 

Log message:
poll(2) on a closed tty should return POLLIN|POLLHUP in revents
when events is set to POLLIN and POLLHUP when events is set to
POLLOUT.  In the pty case we need to be careful to only treat the
pty as closed if carrier is on.  This fixes a hang on close problem
seen with ssh and xterm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 07:25:12

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/pkg: PLIST 

Log message:
Update to glib2mm-2.38.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 07:26:13

Modified files:
	x11/gtk3mm     : Makefile distinfo 
	x11/gtk3mm/pkg : PLIST 

Log message:
Update to gtk3mm-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 07:26:52

Modified files:
	sysutils/d-feet: Makefile 

Log message:
Missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 07:52:07

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: 
	                      patch-webkit_plugins_npapi_plugin_list_posix_cc 

Log message:
Fix mozilla plugins directory, /usr/lib64 is... meh...

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/11 08:00:18

Modified files:
	sys/dev/ic     : re.c rtl81x9reg.h 

Log message:
Add initial RTL8106E and RTL8168G/8111G support.
An earlier version didn't seem to work on a machine bmercer@
had access to a few months ago but this seems to work
with the onboard Ethernet in an ASUS Z87 board RD Thrush has.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/11 08:16:57

Modified files:
	audio/deadbeef : Makefile 

Log message:
Quick fix to unbreak building deadbeef when /usr/local/include/dumb.h
from audio/dumb is installed.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 08:22:20

Modified files:
	x11/gnome/session: Makefile distinfo 

Log message:
Update to gnome-session-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 08:42:18

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
Install default gtkrc under PREFIX/share/gtk-2.0/ instead of SYSCONFDIR.
This makes it easier to do local changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/11 08:53:58

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: 
	                      patch-webkit_plugins_npapi_plugin_list_posix_cc 
Removed files:
	www/chromium/patches: 
	                      patch-build_linux_unbundle_replace_gyp_files_py 

Log message:
There're a pair of ${SUBST_CMD} at pre-configure stage, but the
paths inside the patches were already "substituted" (hardcoded).
Use MODPY_ADJ_FILES for the python one, and get rid of that patch.

ok aja@, robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 09:01:43

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
Actually do previous from gtk+ itself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 09:07:18

Modified files:
	x11/gtk+2      : Makefile distinfo 
	x11/gtk+2/pkg  : PLIST-main 

Log message:
Update to gtk+2-2.24.22.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/11 10:27:01

Modified files:
	x11/gtk+3      : Makefile 
	x11/gtk+3/pkg  : PLIST-main 

Log message:
Install PREFIX/share/gtk-3.0/settings.ini


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/11 11:23:17

Modified files:
	net/darkstat   : Makefile distinfo 
	net/darkstat/patches: patch-err_c 

Log message:
Update to darkstat 3.0.717.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/11 11:28:20

Modified files:
	audio/libmodplug: Makefile distinfo 
	audio/libmodplug/pkg: PLIST 
Removed files:
	audio/libmodplug/patches: patch-src_load_abc_cpp 
	                          patch-src_load_ams_cpp 
	                          patch-src_load_dsm_cpp 
	                          patch-src_load_it_cpp 
	                          patch-src_load_med_cpp 
	                          patch-src_load_s3m_cpp 
	                          patch-src_load_wav_cpp 
	                          patch-src_sndfile_cpp 
	audio/libmodplug/pkg: PFRAG.shared 

Log message:
Update libmodplug to 0.8.8.4 - all the patches go away.
Bump minor.
Take MAINTAINER.
ok landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/10/11 12:50:20

Modified files:
	.              : 54.html 

Log message:
there's no gcc 2.95.4.  there is s/5.3/5.4/, though.  Figured out by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/11 13:33:20

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
improve ntpctl argv parsing


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/11 14:22:16

Removed files:
	regress/usr.bin/pcc: Makefile 
	regress/usr.bin/pcc/ccom: Makefile arith001.c const001.c 
	                          darray001.c enum001.c init001.c 
	                          init002.c init003.c init004.c 
	                          mustfail0000.c mustpass0000.c 
	                          mustpass0001.c switch001.c switch002.c 
	                          switch003.c tmpalloc001.c 
	regress/usr.bin/pcc/cpp: Makefile res1 res2 res3 res4 res5 res6 
	                         res7 res8 res9 skip001.c skip001.out 
	                         test1 test2 test3 test4 test5 test6 
	                         test7 test8 test9 
	regress/usr.bin/pcc/cpp/subdir: include.h 

Log message:
tedu regress/usr.bin/pcc

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 14:36:18

Modified files:
	devel/imake-cf : Makefile 
	devel/imake-cf/patches: patch-OpenBSD_cf 

Log message:
For ports that build via imake, stop installing preformatted man
pages and instead install the source pages.

This change simply rips out OpenBSD's historical special rules for
preformatting man pages and restores imake's defaults.

ok espie@ matthieu@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 14:36:51

Modified files:
	japanese/Wnn/patches: patch-config_Project_tmpl 

Log message:
Continue to install preformatted man pages against imake's default
since these are special Japanese pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 14:37:22

Modified files:
	misc/magicpoint: Makefile 
	misc/magicpoint/pkg: PLIST 

Log message:
Fix version number using EPOCH.
Regenerate PLIST now that imake installs the source man pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/11 14:38:39

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 14:40:19

Modified files:
	astro/xearth   : Makefile 
	astro/xearth/pkg: PLIST 
	astro/xephem   : Makefile 
	astro/xephem/pkg: PLIST 
	astro/xphoon/pkg: PLIST 
	audio/ascd/pkg : PLIST 
	audio/xcdplayer: Makefile 
	audio/xcdplayer/pkg: PLIST 
	audio/xmix     : Makefile 
	audio/xmix/pkg : PLIST 
	audio/xmmix    : Makefile 
	audio/xmmix/pkg: PLIST 
	benchmarks/xengine: Makefile 
	benchmarks/xengine/pkg: PLIST 
	cad/xnecview   : Makefile 
	cad/xnecview/pkg: PLIST 
	comms/seyon/pkg: PLIST 
	editors/axe    : Makefile 
	editors/axe/pkg: PLIST 
	games/spider/pkg: PLIST 
	games/xasteroids: Makefile 
	games/xasteroids/pkg: PLIST 
	games/xbattle  : Makefile 
	games/xbattle/pkg: PLIST 
	games/xboing/pkg: PLIST 
	games/xinvaders: Makefile 
	games/xinvaders/pkg: PLIST 
	games/xjewel   : Makefile 
	games/xjewel/pkg: PLIST 
	games/xlife    : Makefile 
	games/xlife/pkg: PLIST 
	games/xmine    : Makefile 
	games/xmine/pkg: PLIST 
	games/xminesweep: Makefile 
	games/xminesweep/pkg: PLIST 
	games/xmris    : Makefile 
	games/xmris/pkg: PLIST 
	games/xonix/pkg: PLIST 
	games/xpat2/pkg: PLIST 
	games/xpilot/patches: patch-Local_config 
	games/xpilot/pkg: PLIST 
	games/xscavenger/pkg: PLIST 
	games/xskat    : Makefile 
	games/xskat/pkg: PLIST 
	graphics/mpeg_play/pkg: PLIST 
	graphics/tgif/pkg: PLIST 
	graphics/xanim : Makefile 
	graphics/xanim/pkg: PLIST 
	graphics/xbmbrowser: Makefile 
	graphics/xbmbrowser/pkg: PLIST 
	graphics/xfig/pkg: PLIST 
	graphics/xpaint: Makefile 
	graphics/xpaint/pkg: PLIST 
	japanese/kinput2: Makefile 
	japanese/kinput2/pkg: PLIST 
	japanese/kterm : Makefile 
	japanese/kterm/pkg: PLIST 
	mail/xfaces/pkg: PLIST 
	mail/xlbiff    : Makefile 
	mail/xlbiff/pkg: PLIST 
	misc/xgas      : Makefile 
	misc/xgas/pkg  : PLIST 
	misc/xless/pkg : PLIST 
	misc/xtar      : Makefile 
	misc/xtar/pkg  : PLIST 
	misc/xtimer/pkg: PLIST 
	net/wmnet      : Makefile 
	net/wmnet/pkg  : PLIST 
	plan9/9wm      : Makefile 
	plan9/9wm/pkg  : PLIST 
	plan9/larswm   : Makefile 
	plan9/larswm/pkg: PLIST 
	plan9/w9wm     : Makefile 
	plan9/w9wm/pkg : PLIST 
	print/bibview  : Makefile 
	print/bibview/pkg: PLIST 
	print/ghostview: Makefile 
	print/ghostview/pkg: PLIST 
	print/transfig/pkg: PLIST 
	textproc/mgdiff/pkg: PLIST 
	x11/asclock    : Makefile 
	x11/asclock/pkg: PLIST 
	x11/bclock/pkg : PLIST 
	x11/bricons    : Makefile 
	x11/bricons/pkg: PLIST 
	x11/ctwm       : Makefile 
	x11/ctwm/pkg   : PLIST 
	x11/emiclock   : Makefile 
	x11/emiclock/pkg: PLIST 
	x11/lupe       : Makefile 
	x11/lupe/pkg   : PLIST 
	x11/piewm      : Makefile 
	x11/piewm/pkg  : PLIST 
	x11/root-tail  : Makefile 
	x11/root-tail/pkg: PLIST 
	x11/sliderule  : Makefile 
	x11/sliderule/pkg: PLIST 
	x11/swisswatch : Makefile 
	x11/swisswatch/pkg: PLIST 
	x11/unclutter  : Makefile 
	x11/unclutter/pkg: PLIST 
	x11/viewfax    : Makefile 
	x11/viewfax/pkg: PLIST 
	x11/x2vnc      : Makefile 
	x11/x2vnc/pkg  : PLIST 
	x11/x2x/pkg    : PLIST 
	x11/xaniroc    : Makefile 
	x11/xaniroc/pkg: PLIST 
	x11/xantfarm   : Makefile 
	x11/xantfarm/pkg: PLIST 
	x11/xautolock/pkg: PLIST 
	x11/xcb        : Makefile 
	x11/xcb/pkg    : PLIST 
	x11/xco        : Makefile 
	x11/xco/pkg    : PLIST 
	x11/xcoloredit : Makefile 
	x11/xcoloredit/pkg: PLIST 
	x11/xcolors    : Makefile 
	x11/xcolors/pkg: PLIST 
	x11/xdtm       : Makefile 
	x11/xdtm/pkg   : PLIST 
	x11/xdu        : Makefile 
	x11/xdu/pkg    : PLIST 
	x11/xfed/pkg   : PLIST 
	x11/xfm/pkg    : PLIST 
	x11/xforms     : Makefile 
	x11/xforms/pkg : PLIST 
	x11/xgrab      : Makefile 
	x11/xgrab/pkg  : PLIST 
	x11/xkeycaps   : Makefile 
	x11/xkeycaps/pkg: PLIST 
	x11/xlogout    : Makefile 
	x11/xlogout/pkg: PLIST 
	x11/xmascot    : Makefile 
	x11/xmascot/pkg: PLIST 
	x11/xpostit    : Makefile 
	x11/xpostit/pkg: PLIST 
	x11/xpostitPlus: Makefile 
	x11/xpostitPlus/pkg: PLIST 
	x11/xprompt    : Makefile 
	x11/xprompt/pkg: PLIST 
	x11/xsnow      : Makefile 
	x11/xsnow/pkg  : PLIST 
	x11/xtattr     : Makefile 
	x11/xtattr/pkg : PLIST 
	x11/xtestpicture: Makefile 
	x11/xtestpicture/pkg: PLIST 
	x11/xtoolwait  : Makefile 
	x11/xtoolwait/pkg: PLIST 
	x11/xtu/pkg    : PLIST 
	x11/xvkbd/pkg  : PLIST 
	x11/xwit/pkg   : PLIST 
	x11/xzoom      : Makefile 
	x11/xzoom/pkg  : PLIST 
Removed files:
	x11/xforms/pkg : PFRAG.shared 

Log message:
Regenerate PLISTs now that imake installs the source man pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 15:01:41

Modified files:
	games/xjewel   : Makefile 
	games/xjewel/pkg: PLIST 

Log message:
Correctly install the man page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 15:21:09

Modified files:
	astro/xearth   : Makefile 
	audio/xmmix    : Makefile 
	cad/xnecview   : Makefile 
	games/xmine    : Makefile 
	games/xminesweep: Makefile 
	games/xonix    : Makefile 
	games/xscavenger: Makefile 
	graphics/mpeg_play: Makefile 
	japanese/kinput2: Makefile 
	japanese/kterm : Makefile 
	mail/xlbiff    : Makefile 
	misc/xgas      : Makefile 
	net/wmnet      : Makefile 
	x11/emiclock   : Makefile 
	x11/lupe       : Makefile 
	x11/sliderule  : Makefile 
	x11/unclutter  : Makefile 
	x11/x2x        : Makefile 
	x11/xaniroc    : Makefile 
	x11/xautolock  : Makefile 
	x11/xco        : Makefile 
	x11/xcoloredit : Makefile 
	x11/xcolors    : Makefile 
	x11/xdu        : Makefile 
	x11/xfed       : Makefile 
	x11/xfm        : Makefile 
	x11/xforms     : Makefile 
	x11/xkeycaps   : Makefile 
	x11/xlogout    : Makefile 
	x11/xsnow      : Makefile 
	x11/xtattr     : Makefile 
	x11/xtestpicture: Makefile 
	x11/xtoolwait  : Makefile 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/11 16:14:19

Modified files:
	mail/claws-mail: Makefile 
Added files:
	mail/claws-mail/pkg: DESCR-gdata PLIST-gdata 

Log message:
Assorted fixes prompted by naddy@:

- add a -gdata subpackage for the plugin interacting with google
contacts, since it picks up libgdata if present.
- add libnotify & libcanberra-gtk to LDEP-main since they're picked up
for the notification plugin if present.
- tidy WANTLIB, put the krb5 & friends only once in WANTLIB.
- remove a leftover empty WANTLIB-docs
- cleanup WANTLIB-* in the ldap FLAVOR, they made no sense


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/11 16:31:24

Modified files:
	sys/arch/aviion/stand/a2coff: a2coff.c 

Log message:
When converting an ELF file, create a dummy non-empty (8 byte) .data section,
for older PROM will fail to load BCS binaries with only a .text section,
and will also fail to load an empty .data section.

Tested on AV4300.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/11 17:51:59

Modified files:
	audio/gnomad2  : Makefile 
	audio/herrie   : Makefile 
	audio/id3ed    : Makefile 
	audio/mixer.app: Makefile 
	audio/mp3cut   : Makefile 
	audio/p5-Audio-Scrobbler: Makefile 
	audio/p5-CDDB-File: Makefile 
	audio/p5-CDDB_get: Makefile 
	audio/p5-MP3-ID3v1Tag: Makefile 
	audio/p5-Ogg-Vorbis-Header-PurePerl: Makefile 
	audio/p5-cddb  : Makefile 
	audio/p5-gnupod: Makefile 
	audio/p5-libvorbis: Makefile 
	audio/py-eyed3 : Makefile 
	audio/vagalume : Makefile 
	audio/vlorb    : Makefile 
	audio/vorbisgain: Makefile 
	audio/wmix     : Makefile 
	audio/xcd      : Makefile 
	benchmarks/blogbench: Makefile 
	cad/gnucap     : Makefile 
	comms/colrdx   : Makefile 
	comms/gpsk31   : Makefile 
	comms/jpilot   : Makefile 
	comms/scmxx    : Makefile 
	comms/xastir   : Makefile 
	comms/xdx      : Makefile 
	comms/zmtx-zmrx: Makefile 
	converters/p5-Calendar-Simple: Makefile 
	converters/p5-Convert-ASN1: Makefile 
	converters/p5-Convert-BER: Makefile 
	converters/p5-Convert-PEM: Makefile 
	converters/p5-Convert-UU: Makefile 
	converters/p5-Date-Tolkien-Shire: Makefile 
	converters/p5-Encode-IMAPUTF7: Makefile 
	converters/p5-Jcode: Makefile 
	converters/p5-Text-Iconv: Makefile 
	converters/p5-Unicode-Map: Makefile 
	converters/p5-Unicode-Map8: Makefile 
	converters/p5-Unicode-MapUTF8: Makefile 
	converters/p5-Unicode-String: Makefile 
	converters/xmltoman: Makefile 
	databases/directoryassistant: Makefile 
	databases/p5-AsciiDB-TagFile: Makefile 
	databases/p5-Class-DBI-FromForm: Makefile 
	databases/p5-Class-DBI-Loader-Relationship: Makefile 
	databases/p5-Class-DBI-Pager: Makefile 
	databases/p5-Class-DBI-Plugin-Type: Makefile 
	databases/p5-Class-DBI-mysql: Makefile 
	databases/p5-DBD-CSV: Makefile 
	databases/p5-DBD-LDAP: Makefile 
	databases/p5-DBD-SQLite2: Makefile 
	databases/p5-DBIx-DWIW: Makefile 
	databases/p5-DBIx-Migration: Makefile 
	databases/p5-DBIx-XHTML_Table: Makefile 
	databases/p5-Data-Pageset: Makefile 
	databases/p5-GDBM_File: Makefile 
	databases/p5-Ima-DBI: Makefile 
	databases/p5-pgsql: Makefile 
	devel/boehm-gc : Makefile 
	devel/catalyst : Makefile 
	devel/cpphs    : Makefile 
	devel/cvs2cl   : Makefile 
	devel/dissy    : Makefile 
	devel/libslang : Makefile 
	devel/mono-addins: Makefile 
	devel/p5-Algorithm-Annotate: Makefile 
	devel/p5-Algorithm-Permute: Makefile 
	devel/p5-AppConfig: Makefile 
	devel/p5-AppConfig-Std: Makefile 
	devel/p5-Array-Compare: Makefile 
	devel/p5-Array-Diff: Makefile 
	devel/p5-Array-RefElem: Makefile 
	devel/p5-Array-Window: Makefile 
	devel/p5-AutoXS-Header: Makefile 
	devel/p5-B-Graph: Makefile 
	devel/p5-B-Utils: Makefile 
	devel/p5-BFD   : Makefile 
	devel/p5-C-Scan: Makefile 
	devel/p5-CLASS : Makefile 
	devel/p5-Cache-Memcached: Makefile 
	devel/p5-Carp-Assert: Makefile 
	devel/p5-Carp-Assert-More: Makefile 
	devel/p5-Carp-Clan: Makefile 
	devel/p5-Class-Autouse: Makefile 
	devel/p5-Class-Base: Makefile 
	devel/p5-Class-C3-XS: Makefile 
	devel/p5-Class-Classless: Makefile 
	devel/p5-Class-Container: Makefile 
	devel/p5-Class-Default: Makefile 
	devel/p5-Class-Factory: Makefile 
	devel/p5-Class-Handle: Makefile 
	devel/p5-Class-ISA: Makefile 
	devel/p5-Class-Loader: Makefile 
	devel/p5-Class-Singleton: Makefile 
	devel/p5-Class-Std-Utils: Makefile 
	devel/p5-Class-Throwable: Makefile 
	devel/p5-Class-Trigger: Makefile 
	devel/p5-Class-WhiteHole: Makefile 
	devel/p5-Class-XPath: Makefile 
	devel/p5-Config-Simple: Makefile 
	devel/p5-Config-Tiny: Makefile 
	devel/p5-Context-Preserve: Makefile 
	devel/p5-Curses: Makefile 
	devel/p5-Data-Alias: Makefile 
	devel/p5-Data-Buffer: Makefile 
	devel/p5-Data-Flow: Makefile 
	devel/p5-Data-HexDump: Makefile 
	devel/p5-Data-Hierarchy: Makefile 
	devel/p5-Data-Lazy: Makefile 
	devel/p5-Data-Types: Makefile 
	devel/p5-Data-UUID: Makefile 
	devel/p5-Data-VString: Makefile 
	devel/p5-Data-Validate: Makefile 
	devel/p5-Date-Handler: Makefile 
	devel/p5-Date-Leapyear: Makefile 
	devel/p5-DateTime-Cron-Simple: Makefile 
	devel/p5-Devel-Cycle: Makefile 
	devel/p5-Devel-FastProf: Makefile 
	devel/p5-Devel-Leak: Makefile 
	devel/p5-Devel-SmallProf: Makefile 
	devel/p5-Devel-Symdump: Makefile 
	devel/p5-Env-PS1: Makefile 
	devel/p5-Event-Lib: Makefile 
	devel/p5-Expect-Simple: Makefile 
	devel/p5-Exporter-Lite: Makefile 
	devel/p5-Exporter-Tidy: Makefile 
	devel/p5-File-BOM: Makefile 
	devel/p5-File-BaseDir: Makefile 
	devel/p5-File-Copy-Recursive: Makefile 
	devel/p5-File-Flat: Makefile 
	devel/p5-File-Modified: Makefile 
	devel/p5-File-NCopy: Makefile 
	devel/p5-File-Next: Makefile 
	devel/p5-File-ShareDir: Makefile 
	devel/p5-File-Sync: Makefile 
	devel/p5-File-Tail: Makefile 
	devel/p5-File-Tempdir: Makefile 
	devel/p5-File-chdir: Makefile 
	devel/p5-FileHandle-Unget: Makefile 
	devel/p5-Fortran-Format: Makefile 
	devel/p5-Getargs-Long: Makefile 
	devel/p5-Guard : Makefile 
	devel/p5-Hash-AutoHash: Makefile 
	devel/p5-Hash-Merge: Makefile 
	devel/p5-Hash-NoRef: Makefile 
	devel/p5-IO-Digest: Makefile 
	devel/p5-IO-LockedFile: Makefile 
	devel/p5-IO-String: Makefile 
	devel/p5-IO-Tee: Makefile 
	devel/p5-IPC-ShareLite: Makefile 
	devel/p5-Internals: Makefile 
	devel/p5-Lchown: Makefile 
	devel/p5-Locale-Hebrew: Makefile 
	devel/p5-Locale-PGettext: Makefile 
	devel/p5-Locale-US: Makefile 
	devel/p5-Locale-gettext: Makefile 
	devel/p5-LockFile-Simple: Makefile 
	devel/p5-Log-Dispatch-FileRotate: Makefile 
	devel/p5-MLDBM-Sync: Makefile 
	devel/p5-MRO-Compat: Makefile 
	devel/p5-Module-Pluggable-Fast: Makefile 
	devel/p5-Module-Refresh: Makefile 
	devel/p5-Number-Compare: Makefile 
	devel/p5-OLE-Storage_Lite: Makefile 
	devel/p5-Object-Declare: Makefile 
	devel/p5-Object-Signature: Makefile 
	devel/p5-POE-API-Peek: Makefile 
	devel/p5-POE-Component-IKC: Makefile 
	devel/p5-POE-Loop-Event: Makefile 
	devel/p5-POE-XS-Queue-Array: Makefile 
	devel/p5-PadWalker: Makefile 
	devel/p5-Params-Coerce: Makefile 
	devel/p5-Path-Class: Makefile 
	devel/p5-Perl6-Junction: Makefile 
	devel/p5-PerlIO-via-dynamic: Makefile 
	devel/p5-PerlIO-via-symlink: Makefile 
	devel/p5-Pod-ToDemo: Makefile 
	devel/p5-Probe-Perl: Makefile 
	devel/p5-Proc-Simple: Makefile 
	devel/p5-Rcs   : Makefile 
	devel/p5-Readonly: Makefile 
	devel/p5-Readonly-XS: Makefile 
	devel/p5-Regexp-Copy: Makefile 
	devel/p5-Regexp-IPv6: Makefile 
	devel/p5-Regexp-Shellish: Makefile 
	devel/p5-Return-Value: Makefile 
	devel/p5-SUPER : Makefile 
	devel/p5-Safe-Hole: Makefile 
	devel/p5-Scalar-Defer: Makefile 
	devel/p5-Scope-Guard: Makefile 
	devel/p5-Set-Object: Makefile 
	devel/p5-Shell-Command: Makefile 
	devel/p5-Slay-Makefile: Makefile 
	devel/p5-Slay-Maker: Makefile 
	devel/p5-Spiffy: Makefile 
	devel/p5-String-CRC32: Makefile 
	devel/p5-String-Format: Makefile 
	devel/p5-String-Scanf: Makefile 
	devel/p5-Sub-Identify: Makefile 
	devel/p5-Sub-Install: Makefile 
	devel/p5-Sub-Name: Makefile 
	devel/p5-Sub-Override: Makefile 
	devel/p5-Sys-SigAction: Makefile 
	devel/p5-Taint-Runtime: Makefile 
	devel/p5-Task-Weaken: Makefile 
	devel/p5-Term-Encoding: Makefile 
	devel/p5-Term-Prompt: Makefile 
	devel/p5-Term-ReadKey: Makefile 
	devel/p5-Term-ReadLine-Gnu: Makefile 
	devel/p5-Term-ReadPassword: Makefile 
	devel/p5-Term-Screen: Makefile 
	devel/p5-Term-ScreenColor: Makefile 
	devel/p5-Term-Shell: Makefile 
	devel/p5-Test-Expect: Makefile 
	devel/p5-Test-Group: Makefile 
	devel/p5-Test-HTML-Tidy: Makefile 
	devel/p5-Test-JSON: Makefile 
	devel/p5-Test-LongString: Makefile 
	devel/p5-Test-Memory-Cycle: Makefile 
	devel/p5-Test-MockModule: Makefile 
	devel/p5-Test-NoTabs: Makefile 
	devel/p5-Test-Object: Makefile 
	devel/p5-Test-Pod-Coverage: Makefile 
	devel/p5-Test-Script: Makefile 
	devel/p5-Test-SubCalls: Makefile 
	devel/p5-Test-Taint: Makefile 
	devel/p5-Test-URI: Makefile 
	devel/p5-Test-WWW-Mechanize: Makefile 
	devel/p5-Test-use-ok: Makefile 
	devel/p5-Throwable: Makefile 
	devel/p5-Tie-CPHash: Makefile 
	devel/p5-Tie-Cache: Makefile 
	devel/p5-Tie-LLHash: Makefile 
	devel/p5-Tie-RegexpHash: Makefile 
	devel/p5-Tie-ToObject: Makefile 
	devel/p5-Time-Clock: Makefile 
	devel/p5-Time-Duration: Makefile 
	devel/p5-Time-Period: Makefile 
	devel/p5-Time-Progress: Makefile 
	devel/p5-Universal-can: Makefile 
	devel/p5-Universal-isa: Makefile 
	devel/p5-Universal-moniker: Makefile 
	devel/p5-Variable-Magic: Makefile 
	devel/p5-Want  : Makefile 
	devel/p5-WeakRef: Makefile 
	devel/p5-enum  : Makefile 
	devel/p5-prefork: Makefile 
	devel/uisp     : Makefile 
	editors/beaver : Makefile 
	editors/hnb    : Makefile 
	editors/ldapvi : Makefile 
	emulators/spectemu: Makefile 
	games/amoebax  : Makefile 
	games/angrydd  : Makefile 
	games/cgoban   : Makefile 
	games/childsplay: Makefile 
	games/chocolate-doom: Makefile 
	games/circuit  : Makefile 
	games/clines   : Makefile 
	games/cmatrix  : Makefile 
	games/connect4 : Makefile 
	games/defendguin: Makefile 
	games/dopewars : Makefile 
	games/eboard   : Makefile 
	games/freedroid: Makefile 
	games/gtetrinet: Makefile 
	games/heroes   : Makefile 
	games/icebreaker: Makefile 
	games/lincity-ng: Makefile 
	games/moon-buggy: Makefile 
	games/pathological: Makefile 
	games/sl       : Makefile 
	games/sudognu  : Makefile 
	games/warmux   : Makefile 
	games/xbill    : Makefile 
	games/xgolgo   : Makefile 
	games/xkobo    : Makefile 
	games/ztrack   : Makefile 
	geo/globe      : Makefile 
	geo/p5-Geo-Coder-US: Makefile 
	geo/p5-Geo-Constants: Makefile 
	geo/p5-Geo-Coordinates-UTM: Makefile 
	geo/p5-Geo-Ellipsoids: Makefile 
	geo/p5-Geo-Fips55: Makefile 
	geo/p5-Geo-Forward: Makefile 
	geo/p5-Geo-Functions: Makefile 
	geo/p5-Geo-Inverse: Makefile 
	geo/p5-Geo-METAR: Makefile 
	geo/qgis       : Makefile 
	geo/qlandkarte : Makefile 
	graphics/autopano-sift-c: Makefile 
	graphics/comix : Makefile 
	graphics/gwenview: Makefile 
	graphics/imlib : Makefile 
	graphics/kipi-plugins: Makefile 
	graphics/l2p   : Makefile 
	graphics/libcaca: Makefile 
	graphics/libgphoto2: Makefile 
	graphics/libmpeg2: Makefile 
	graphics/ocrad : Makefile 
	graphics/p5-Chart: Makefile 
	graphics/p5-GD-Graph3d: Makefile 
	graphics/p5-GD-TextUtil: Makefile 
	graphics/p5-Graphics-ColorNames-WWW: Makefile 
	graphics/p5-Image-EXIF: Makefile 
	graphics/p5-Image-Imlib2: Makefile 
	graphics/p5-Image-Info: Makefile 
	graphics/png2ico: Makefile 
	graphics/vcdimager: Makefile 
	graphics/videod: Makefile 
	graphics/wmgrabimage: Makefile 
	japanese/kanjips: Makefile 
	japanese/kasumi: Makefile 
	lang/icon/interp: Makefile 
	lang/icon/lib  : Makefile 
	mail/archivemail: Makefile 
	mail/bmf       : Makefile 
	mail/cmail     : Makefile 
	mail/grepmail  : Makefile 
	mail/greyscanner: Makefile 
	mail/imapsync  : Makefile 
	mail/nmzmail   : Makefile 
	mail/p5-Catalyst-Plugin-Email: Makefile 
	mail/p5-Email-Date: Makefile 
	mail/p5-Email-Filter: Makefile 
	mail/p5-Email-MessageID: Makefile 
	mail/p5-Email-Reply: Makefile 
	mail/p5-Email-Valid: Makefile 
	mail/p5-Log-Procmail: Makefile 
	mail/p5-MIME-Charset: Makefile 
	mail/p5-MIME-Lite-HTML: Makefile 
	mail/p5-MIME-Types: Makefile 
	mail/p5-Mail-SPF-Query: Makefile 
	mail/sqlgrey   : Makefile 
	mail/teapop    : Makefile 
	mail/vrfy      : Makefile 
	math/aamath    : Makefile 
	math/p5-AI-Perceptron: Makefile 
	math/p5-Chart-Math-Axis: Makefile 
	math/p5-Data-PowerSet: Makefile 
	math/p5-Math-Bezier: Makefile 
	math/p5-Math-BigInt-GMP: Makefile 
	math/p5-Math-Calc-Units: Makefile 
	math/p5-Math-Derivative: Makefile 
	math/p5-Math-FFT: Makefile 
	math/p5-Math-Fibonacci: Makefile 
	math/p5-Math-Fibonacci-Phi: Makefile 
	math/p5-Math-GMP: Makefile 
	math/p5-Math-Round: Makefile 
	math/p5-Math-Spline: Makefile 
	math/p5-Math-VecStat: Makefile 
	math/p5-Set-IntSpan: Makefile 
	misc/bsdiff    : Makefile 
	misc/ccze      : Makefile 
	misc/clex      : Makefile 
	misc/gnuwatch  : Makefile 
	misc/gone      : Makefile 
	misc/jive      : Makefile 
	misc/logjam    : Makefile 
	misc/p5-Acme-LOLCAT: Makefile 
	misc/p5-Finance-IIF: Makefile 
	misc/p5-I18N-Charset: Makefile 
	misc/p5-User   : Makefile 
	misc/pdmenu    : Makefile 
	misc/tkinfo    : Makefile 
	misc/tpp       : Makefile 
	misc/wmmand    : Makefile 
	misc/xcdroast  : Makefile 
	multimedia/dvdstyler: Makefile 
	multimedia/libmp4v2: Makefile 
	net/aguri      : Makefile 
	net/btpd       : Makefile 
	net/clog       : Makefile 
	net/crawl      : Makefile 
	net/dlint      : Makefile 
	net/dnsreflector: Makefile 
	net/freetalk   : Makefile 
	net/httptunnel : Makefile 
	net/icmpinfo   : Makefile 
	net/iodine     : Makefile 
	net/jabberd    : Makefile 
	net/jftpgw     : Makefile 
	net/libnids    : Makefile 
	net/librsync   : Makefile 
	net/mrtd       : Makefile 
	net/nagios/cnagios: Makefile 
	net/nylon      : Makefile 
	net/oggfwd     : Makefile 
	net/oinkmaster : Makefile 
	net/onioncat   : Makefile 
	net/p5-Business-PayPal: Makefile 
	net/p5-Business-PayPal-IPN: Makefile 
	net/p5-Chatbot-Eliza: Makefile 
	net/p5-Net-DAAP-Client: Makefile 
	net/p5-Net-DAAP-DMAP: Makefile 
	net/p5-Net-Domain-TLD: Makefile 
	net/p5-Net-FTPSSL: Makefile 
	net/p5-Net-ICQ2000: Makefile 
	net/p5-Net-IPTrie: Makefile 
	net/p5-Net-IPv4Addr: Makefile 
	net/p5-Net-IRC : Makefile 
	net/p5-Net-PH  : Makefile 
	net/p5-Net-Patricia: Makefile 
	net/p5-Net-RawIP: Makefile 
	net/p5-Net-SMTP-SSL: Makefile 
	net/p5-Net-SMTP_auth: Makefile 
	net/p5-Net-SNPP: Makefile 
	net/p5-Net-Subnets: Makefile 
	net/p5-Net-TFTP: Makefile 
	net/p5-Net-Traceroute: Makefile 
	net/p5-Net-Wake: Makefile 
	net/p5-Net-Whois: Makefile 
	net/p5-POE-Component-Client-Keepalive: Makefile 
	net/p5-POE-Component-Pcap: Makefile 
	net/p5-POE-Component-Server-FTP: Makefile 
	net/p5-POE-Filter-IRCD: Makefile 
	net/p5-PlRPC   : Makefile 
	net/p5-SNMP-BridgeQuery: Makefile 
	net/p5-flowd   : Makefile 
	net/pcapmerge  : Makefile 
	net/pktstat    : Makefile 
	net/pptp       : Makefile 
	net/queso      : Makefile 
	net/sipcalc    : Makefile 
	net/sirc       : Makefile 
	net/tcptrace   : Makefile 
	net/tircd      : Makefile 
	net/trafshow   : Makefile 
	net/wmwave     : Makefile 
	net/wol        : Makefile 
	net/zabbix     : Makefile 
	news/p5-Gateway: Makefile 
	news/p5-News-Article: Makefile 
	news/p5-News-Newsrc: Makefile 
	print/gv       : Makefile 
	print/htmldoc  : Makefile 
	print/ijs      : Makefile 
	print/lilypond : Makefile 
	print/ps2eps   : Makefile 
	print/psdim    : Makefile 
	productivity/devtodo: Makefile 
	productivity/googlecl: Makefile 
	productivity/grisbi: Makefile 
	security/fcrackzip: Makefile 
	security/fragrouter: Makefile 
	security/keychain: Makefile 
	security/libnipper: Makefile 
	security/nbaudit: Makefile 
	security/nessus/libnasl: Makefile 
	security/nessus/libraries: Makefile 
	security/nipper: Makefile 
	security/p5-Crypt-Blowfish: Makefile 
	security/p5-Crypt-Blowfish_PP: Makefile 
	security/p5-Crypt-DES: Makefile 
	security/p5-Crypt-DES-EDE3: Makefile 
	security/p5-Crypt-GpgME: Makefile 
	security/p5-Crypt-OpenSSL-Bignum: Makefile 
	security/p5-Crypt-OpenSSL-Random: Makefile 
	security/p5-Crypt-PasswdMD5: Makefile 
	security/p5-Crypt-RC4: Makefile 
	security/p5-Crypt-SaltedHash: Makefile 
	security/p5-Crypt-Serpent: Makefile 
	security/p5-Crypt-SmbHash: Makefile 
	security/p5-Crypt-TripleDES: Makefile 
	security/p5-Crypt-Twofish: Makefile 
	security/p5-Digest-HMAC: Makefile 
	security/p5-Digest-MD2: Makefile 
	security/p5-Digest-MD5-M4p: Makefile 
	security/p5-Digest-Nilsimsa: Makefile 
	security/p5-Digest-SHA1: Makefile 
	security/p5-GPG: Makefile 
	security/p5-GSSAPI: Makefile 
	security/p5-MD5: Makefile 
	security/p5-PGP-Sign: Makefile 
	security/pgpdump: Makefile 
	security/qca2  : Makefile 
	security/scanssh: Makefile 
	security/steghide: Makefile 
	security/vomit : Makefile 
	security/zebedee: Makefile 
	sysutils/dcfldd: Makefile 
	sysutils/dmassage: Makefile 
	sysutils/dtpstree: Makefile 
	sysutils/dvd+rw-tools: Makefile 
	sysutils/fdupes: Makefile 
	sysutils/glastree: Makefile 
	sysutils/memtester: Makefile 
	sysutils/modlogan: Makefile 
	sysutils/p5-File-Which: Makefile 
	sysutils/p5-Filesys-Df: Makefile 
	sysutils/p5-Filesys-Virtual: Makefile 
	sysutils/p5-Filesys-Virtual-Plain: Makefile 
	sysutils/p5-Proc-Queue: Makefile 
	sysutils/p5-Quota: Makefile 
	sysutils/p5-Set-Crontab: Makefile 
	sysutils/p5-UPS-Nut: Makefile 
	sysutils/p5-Unix-Statgrab: Makefile 
	sysutils/p5-Unix-Syslog: Makefile 
	sysutils/stress: Makefile 
	sysutils/superscript: Makefile 
	sysutils/sysgen: Makefile 
	sysutils/whowatch: Makefile 
	sysutils/wmapm : Makefile 
	sysutils/xps   : Makefile 
	telephony/iaxmodem: Makefile 
	telephony/libosip2: Makefile 
	textproc/aspell/core: Makefile 
	textproc/namazu: Makefile 
	textproc/odt2txt: Makefile 
	textproc/opensp: Makefile 
	textproc/p5-Blatte: Makefile 
	textproc/p5-Catalyst-Plugin-Textile: Makefile 
	textproc/p5-Font-AFM: Makefile 
	textproc/p5-LaTeX-TOM: Makefile 
	textproc/p5-LibXML-Common: Makefile 
	textproc/p5-Lingua-EN-Inflect-Number: Makefile 
	textproc/p5-Lingua-EN-Summarize: Makefile 
	textproc/p5-Lingua-EN-Syllable: Makefile 
	textproc/p5-Lingua-Stem-Fr: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Da: Makefile 
	textproc/p5-Lingua-Stem-Snowball-No: Makefile 
	textproc/p5-Lingua-Stem-Snowball-Se: Makefile 
	textproc/p5-Lingua-Treebank: Makefile 
	textproc/p5-Number-Format: Makefile 
	textproc/p5-Object-MultiType: Makefile 
	textproc/p5-PPI-HTML: Makefile 
	textproc/p5-Pod-Spell: Makefile 
	textproc/p5-Pod-Tests: Makefile 
	textproc/p5-SWISH-API: Makefile 
	textproc/p5-Sort-Versions: Makefile 
	textproc/p5-String-Random: Makefile 
	textproc/p5-String-ShellQuote: Makefile 
	textproc/p5-Template-Plugin-Number-Format: Makefile 
	textproc/p5-Template-Timer: Makefile 
	textproc/p5-Text-ASCIIMathML: Makefile 
	textproc/p5-Text-Affixes: Makefile 
	textproc/p5-Text-Aligner: Makefile 
	textproc/p5-Text-Aspell: Makefile 
	textproc/p5-Text-CSV_XS: Makefile 
	textproc/p5-Text-Diff-HTML: Makefile 
	textproc/p5-Text-DoubleMetaphone: Makefile 
	textproc/p5-Text-German: Makefile 
	textproc/p5-Text-LevenshteinXS: Makefile 
	textproc/p5-Text-Quoted: Makefile 
	textproc/p5-Text-SimpleTable: Makefile 
	textproc/p5-Text-Table: Makefile 
	textproc/p5-Text-Textile: Makefile 
	textproc/p5-Text-Thread: Makefile 
	textproc/p5-Text-Wrapper: Makefile 
	textproc/p5-WML-Card: Makefile 
	textproc/p5-XML-Dumper: Makefile 
	textproc/p5-XML-Filter-BufferText: Makefile 
	textproc/p5-XML-Filter-ExceptionLocator: Makefile 
	textproc/p5-XML-LibXSLT: Makefile 
	textproc/p5-XML-Literal: Makefile 
	textproc/p5-XML-RSSLite: Makefile 
	textproc/p5-XML-RegExp: Makefile 
	textproc/p5-XML-SAX-Expat: Makefile 
	textproc/p5-XML-Simple: Makefile 
	textproc/p5-XML-Writer: Makefile 
	textproc/p5-sdf: Makefile 
	textproc/rxp   : Makefile 
	textproc/unrtf : Makefile 
	textproc/xmlcatmgr: Makefile 
	www/ajaxterm   : Makefile 
	www/cgiparse   : Makefile 
	www/p5-Apache-DBI: Makefile 
	www/p5-Blatte-HTML: Makefile 
	www/p5-CGI-Ajax: Makefile 
	www/p5-CGI-Application-Generator: Makefile 
	www/p5-CGI-Deurl: Makefile 
	www/p5-CGI-Lite: Makefile 
	www/p5-CGI-PSGI: Makefile 
	www/p5-CGI-SSI : Makefile 
	www/p5-CGI-XMLApplication: Makefile 
	www/p5-CSS-Minifier: Makefile 
	www/p5-CSS-Squish: Makefile 
	www/p5-CSS-Tiny: Makefile 
	www/p5-Catalyst-Plugin-Pluggable: Makefile 
	www/p5-Catalyst-Plugin-Session-FastMmap: Makefile 
	www/p5-Config-ApacheFormat: Makefile 
	www/p5-FCGI-ProcManager: Makefile 
	www/p5-HTML-CGIChecker: Makefile 
	www/p5-HTML-Clean: Makefile 
	www/p5-HTML-Copy: Makefile 
	www/p5-HTML-Format: Makefile 
	www/p5-HTML-FromText: Makefile 
	www/p5-HTML-Highlight: Makefile 
	www/p5-HTML-Lint: Makefile 
	www/p5-HTML-PopupTreeSelect: Makefile 
	www/p5-HTML-ResolveLink: Makefile 
	www/p5-HTML-SBC: Makefile 
	www/p5-HTML-SimpleParse: Makefile 
	www/p5-HTML-StripScripts: Makefile 
	www/p5-HTML-StripScripts-Parser: Makefile 
	www/p5-HTML-TagFilter: Makefile 
	www/p5-HTML-Tagset: Makefile 
	www/p5-HTML-Template: Makefile 
	www/p5-HTML-Template-Expr: Makefile 
	www/p5-HTML-Template-JIT: Makefile 
	www/p5-HTTP-GHTTP: Makefile 
	www/p5-HTTP-GetImages: Makefile 
	www/p5-HTTP-Lite: Makefile 
	www/p5-HTTP-Recorder: Makefile 
	www/p5-LWP-Authen-Wsse: Makefile 
	www/p5-Maypole-Authentication-UserSessionCookie: Makefile 
	www/p5-Rose-URI: Makefile 
	www/p5-SCGI    : Makefile 
	www/p5-WWW-Tumblr: Makefile 
	www/p5-libapreq: Makefile 
	www/p5-libapreq2: Makefile 
	www/p5-pQuery  : Makefile 
	www/polipo     : Makefile 
	www/py-nevow   : Makefile 
	www/retawq     : Makefile 
	www/wwwcount   : Makefile 
	x11/belt       : Makefile 
	x11/bgs        : Makefile 
	x11/chbg       : Makefile 
	x11/gigolo     : Makefile 
	x11/gnustep/gui: Makefile 
	x11/gtk-chtheme: Makefile 
	x11/isomaster  : Makefile 
	x11/lxrandr    : Makefile 
	x11/oroborus   : Makefile 
	x11/osd_clock  : Makefile 
	x11/p5-Tk-ProgressBar-Mac: Makefile 
	x11/p5-Tk-Splash: Makefile 
	x11/p5-Tk-Stderr: Makefile 
	x11/p5-X-Osd   : Makefile 
	x11/pbrowser   : Makefile 
	x11/pinot      : Makefile 
	x11/pwm        : Makefile 
	x11/sisctrl    : Makefile 
	x11/type1inst  : Makefile 
	x11/wm2        : Makefile 
	x11/wmcalclock : Makefile 
	x11/wmfishtime : Makefile 
	x11/wmi        : Makefile 
	x11/wmtz       : Makefile 
	x11/xarchive   : Makefile 
	x11/xcursorgen : Makefile 
	x11/xfe        : Makefile 
	x11/xpad       : Makefile 
	x11/xplanet    : Makefile 
	x11/xplot      : Makefile 
	x11/xrestop    : Makefile 
	x11/xrootconsole: Makefile 
	x11/xruskb     : Makefile 
	x11/xsel       : Makefile 
	x11/xtermset   : Makefile 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/12 02:10:14

Modified files:
	sysutils/upower: Makefile distinfo 
	sysutils/upower/patches: patch-src_openbsd_up-backend_c 
Added files:
	sysutils/upower/patches: patch-libupower-glib_up-client_c 
	                         patch-libupower-glib_up-wakeups_c 
Removed files:
	sysutils/upower/patches: patch-src_up-main_c 

Log message:
Update to upower-0.9.22.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 02:11:19

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile 

Log message:
add gtk+3 as a BUILD_DEPENDS, it's needed for tests/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 02:28:54

Modified files:
	graphics/videod: Makefile 

Log message:
This preformats manpages in Makefile with nroff, as spotted by jca, but
we don't install them.  Disable so we don't need to depend on groff.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/12 02:43:52

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_user_c 

Log message:
Fix the skey case.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/12 02:55:16

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/pkg: PLIST 
Removed files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_transaction_report_rb 
	                                patch-spec_unit_transaction_report_spec_rb 

Log message:
update to puppet-3.3.1
* note that it will complain if you're running against an older master
(see http://links.puppetlabs.com/deprecate_yaml_on_network), but it will
continue it's run.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/12 03:06:18

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_rb 
Removed files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_gnu_rb 

Log message:
Tag along with Solaris on using gtar, instead of modifying the gnu tar code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/12 03:20:21

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_rb 

Log message:
submitted upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/12 03:26:46

Modified files:
	x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am 
	                         patch-js_misc_config_js_in 
	                         patch-js_ui_panel_js 
	                         patch-js_ui_sessionMode_js 
	                         patch-src_Makefile_am 

Log message:
update bz url; no pkg change


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 04:17:14

Modified files:
	infrastructure/bin: check-conflicts 

Log message:
option -e for extra conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 04:19:20

Modified files:
	infrastructure/man/man1: check-conflicts.1 

Log message:
document -e option


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 04:23:28

Modified files:
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-main 

Log message:
De-conflict by @comment'ing manpages which are present in other packages;
many were in pre-formatted form in other packages so they didn't actually
conflict previously even though the PLIST entry was identical - recently
a number of these are now installed as unformatted pages which has caused
a real conflict. No substantial diff between texmf's versions and the
other preformatted pages (minor whitespace changes due to groff/mandoc
differences, that's all).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 04:44:24

Modified files:
	lang/php/5.3   : Makefile 
	lang/php/5.3/pkg: PLIST-fpm 
	lang/php/5.4   : Makefile 
	lang/php/5.4/pkg: PLIST-fpm 
	lang/php/5.5   : Makefile 
	lang/php/5.5/pkg: PLIST-fpm 

Log message:
no-conflict is a lie, the rcscripts conflict.
I'll let robert@ figure out whether he wants to version the scripts
or what...


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 05:39:18

Added files:
	sys/net        : hfsc.c hfsc.h 

Log message:
standalone hfsc implementation with new interface to the consumers, for
the new bandwidth shaping subsystem. looked over & tested by many,
ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 05:55:46

Modified files:
	sys/net        : if_bridge.c pf_ioctl.c pfkeyv2_convert.c 
	                 pfvar.h 

Log message:
give tagname2tag and its siblings an extra "create" parameter. if 1, it
behaves like before and creates the mapping if needed. if 0, lookup only.
looked over by many, ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:02:03

Modified files:
	sys/conf       : files 

Log message:
hook in hfsc.c/h
looked over & tested by many, ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:13:12

Modified files:
	sys/altq       : if_altq.h 
	sys/net        : if.h pf.c pf_ioctl.c pfvar.h 

Log message:
new bandwidth shaping subsystem, kernel side
uses hfsc behind the scenes; altq stays in parallel for a migration phase.
if.h even more messy for the transition, but eventuelly it should become
readable...
looked over & tested by many, ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:16:13

Modified files:
	sbin/pfctl     : Makefile parse.y pfctl.c pfctl.h pfctl_altq.c 
	                 pfctl_parser.c pfctl_parser.h pfctl_qstats.c 
Added files:
	sbin/pfctl     : pfctl_queue.c 

Log message:
config bits for the bandwidth shaping part of the new queueing subsystem
syntax worked out with many in ljubljana using a whiteboard, testing &
looking over by many, ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:17:32

Modified files:
	usr.bin/systat : pftop.c 

Log message:
adopt to queueing changes


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:18:55

Modified files:
	regress/sbin/pfctl: pf33.in pf33.ok pf35.in pf35.ok pf37.in 
	                    pf37.ok pf42.in pf42.ok pf43.in pf43.ok 
	                    pf45.in pf45.ok pf58.in pf58.ok pf59.in 
	                    pf59.ok pf62.in pf62.ok pf63.in pf63.ok 
	                    pf64.in pf64.ok pfail18.in pfail18.ok 
	                    pfail31.in pfail31.ok pfail32.in pfail32.ok 
	                    pfail35.in pfail36.in pfail44.in pfail44.ok 
	                    pfail45.in pfail45.ok pfail46.in pfail46.ok 
	                    pfail53.in pfaltq1.in pfaltq1.ok pfaltq10.in 
	                    pfaltq10.ok pfaltq11.in pfaltq11.ok 
	                    pfaltq2.in pfaltq2.ok pfaltq3.in pfaltq3.ok 
	                    pfaltq4.in pfaltq4.ok pfaltq5.in pfaltq5.ok 
	                    pfaltq6.in pfaltq6.ok pfaltq7.in pfaltq7.ok 
	                    pfaltq8.in pfaltq8.ok pfaltq9.in pfaltq9.ok 
	                    pfopt3.in pfopt3.ok pfsetup2.in pfsetup2.ok 
	                    pfsetup3.in pfsetup3.ok 

Log message:
adopt existing altq regress to queueing changes; queuespecs for altq use
"oldqueue" as keyword for the transition phase


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/12 06:31:37

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document new queueing. with lots of help from jmc. glanced over by many,
ok phessler sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/12 06:44:24

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
explicitely->explicitly


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 06:50:52

Modified files:
	x11/kde4/l10n  : Makefile.inc 
	x11/kde4/l10n/pkg: PFRAG.conflict 

Log message:
kde3 ports and dependents have their own l10n...


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/12 06:52:30

Modified files:
	faq            : current.html 

Log message:
queue->oldqueue


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 07:09:30

Modified files:
	sysutils/symon : Makefile 
Added files:
	sysutils/symon/patches: patch-platform_OpenBSD_sm_pfq_c 

Log message:
initial fix for queues; s/pfioc_qstats/pfioc_altqstats
don't USE_GROFF


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 07:11:35

Modified files:
	net/pfstat     : Makefile 
Added files:
	net/pfstat/patches: patch-pf_c 

Log message:
initial fix for queues; s/pfioc_qstats/pfioc_altqstats


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/12 07:12:44

Modified files:
	sysutils/pftop : Makefile 
	sysutils/pftop/patches: patch-pftop_c 

Log message:
initial fix for queues; s/pfioc_qstats/pfioc_altqstats


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 07:52:03

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
tweak order: if we force junk, this *must* run before depend, as
we're depending on junk to remove tagged stuff (and otherwise depend
won't run successfully).

This is different from "normal" junk, which does run after depend as
an optimization (makes little sense to remove packages we might be
reinstalling right away)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 07:53:35

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 
Added files:
	infrastructure/lib/DPB/Heuristics: SpeedFactor.pm 

Log message:
move the speedfactor special code out of the way and load it only
on demand.

Mostly for clarity, the speed/size difference isn't expected to be much.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/12 08:11:23

Modified files:
	infrastructure/lib/DPB: Heuristics.pm 
	infrastructure/lib/DPB/Heuristics: SpeedFactor.pm 

Log message:
the speedfactor case needs access to the weights.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/12 08:39:38

Modified files:
	x11/gnome/shell/patches: patch-configure_ac patch-js_Makefile_am 
	                         patch-js_misc_config_js_in 
	                         patch-js_ui_panel_js 
	                         patch-js_ui_sessionMode_js 
	                         patch-src_Makefile_am 

Log message:
Fix previous and give the correct BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/12 13:15:01

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
It's been two weeks. Time for an update of everyone's favorite MMORPG.
ManaPlus 1.3.10.12 is here!


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/12 14:04:32

Modified files:
	graphics/xv    : Makefile 
	graphics/xv/pkg: DESCR 

Log message:
${LOCALBASE} is wrong here. Use ${PREFIX} instead.

Noticed by Mikolaj Kucharski.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/12 14:45:22

Modified files:
	etc            : services 

Log message:
+vxlan; remember services is parsed for baddynamic; ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/12 15:07:00

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/10/12 15:23:51

Modified files:
	devel/cppcheck : Makefile distinfo 

Log message:
update to 1.62


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/12 15:44:58

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
i. e. -> i.e.


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/12 15:50:01

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add myself to the list.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/12 18:10:59

Modified files:
	games/wtf      : Makefile distinfo 

Log message:
Minor update of games/wtf to 20130928.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/12 20:55:04

Modified files:
	usr.bin/mandoc : lib.in 

Log message:
more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de>
dragonfly.git/commit/107cb94cae2c24ce3f6851ce0ed24b80d64e3ec8


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/12 21:09:26

Modified files:
	usr.bin/mandoc : st.in 

Log message:
sync SUSv2/SUSv3 entries with groff
reduces groff-mandoc-differences for several pthread_*(3) manuals
noticed by Franco Fichtner <franco at lastsummer dot de>
dragonfly.git/commitdiff/370c546b87777b40b5fc862491555ef71b4ee130


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/12 22:16:59

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Bugfix update to texapp 0.6.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 02:11:21

Modified files:
	editors/libreoffice: Makefile 

Log message:
Make darn sure MAKE_JOBS is heeded correctly, so that
DPB_PROPERTIES=parallel actually does something.
as checked by landry@, florian@, me.

Keep the parallel pseudo_flavor untouched.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/13 02:13:22

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
Bugfix update to thunderbird{,-i18n} 24.0.1.

See http://www.mozilla.org/en-US/thunderbird/24.0.1/releasenotes/


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/13 03:27:14

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/pkg: PLIST 
Removed files:
	audio/rhythmbox/patches: 
	                         patch-metadata_rb-metadata-dbus-service_c 

Log message:
Update to rhythmbox-3.0.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 04:10:05

Modified files:
	sbin/ifconfig  : brconfig.c ifconfig.8 ifconfig.c 
	sys/conf       : GENERIC files 
	sys/net        : if.h if_bridge.c if_bridge.h 
	sys/netinet    : udp_usrreq.c 
	sys/sys        : mbuf.h sockio.h 
Added files:
	share/man/man4 : vxlan.4 
	sys/net        : if_vxlan.c if_vxlan.h 

Log message:
Import vxlan(4), the virtual extensible local area network tunnel
interface.  VXLAN is a UDP-based tunnelling protocol for overlaying
virtualized layer 2 networks over layer 3 networks. The implementation
is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested
with other implementations in the wild.

put it in deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 04:34:55

Modified files:
	infrastructure/lib/DPB: Config.pm 

Log message:
more sensible defaults: if at least one host uses mem, turn on WANTSIZE,
unless we explicitly turn that off.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 04:41:12

Modified files:
	sys/net        : if_vxlan.c 
	share/man/man4 : vxlan.4 

Log message:
Set the default MTU to full 1500 bytes.  We do not want to encourage
running vxlan(4) with a lowered MTU of just 1450 bytes instead of
bumping the MTU of the transport interfaces to at least 1550 or
preferrably 1600 bytes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/13 04:45:34

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/13 04:52:35

Modified files:
	share/man/man4 : vxlan.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/13 05:15:03

Modified files:
	devel/p5-Devel-ptkdb: Makefile distinfo 

Log message:
Update to Devel::ptkdb 1.232 (and bump EPOCH), bringing 6 years of
changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/13 05:31:32

Modified files:
	x11/yad        : Makefile distinfo 
	x11/yad/pkg    : PLIST 

Log message:
update to yad-0.23.1


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 06:09:55

Modified files:
	sys/net        : if_bridge.c if_bridge.h 

Log message:
Just use sockaddr_union instead of a handcrafted version and rename
bridge_tunnelupdate to a more generic name bridge_copyaddr.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 06:18:19

Modified files:
	sbin/ifconfig  : brconfig.c 

Log message:
Pass NI_DGRAM to getnameinfo() to use UDP tunnel service names.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 06:19:31

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/13 06:21:54

Modified files:
	sys/net        : if_vxlan.c 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 08:44:07

Modified files:
	audio/gtkpod   : Makefile 

Log message:
multimedia/libmp4v2 is also required at build time for MP4 support


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/13 08:46:38

Modified files:
	usr.bin/mandoc : lib.in 

Log message:
add libefi and simplify some names
from FreeBSD ports SVN rev. 293734, Ulrich Spoerlein March 24, 2012
in case of conflicts with NetBSD, i keep the simpler NetBSD names


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/13 09:18:16

Removed files:
	usr.bin/make   : Makefile.boot 

Log message:
this Makefile does not really help anyone bring up make
ok espie


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/13 09:24:26

Modified files:
	usr.bin/mandoc : lib.in 

Log message:
add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/13 10:36:46

Modified files:
	sys/arch/macppc/pci: pci_machdep.c 

Log message:
Make pci_make_tag() work with ht(4) controllers, fix a regression
introduced when the macppc pci code started parsing its device tree
to enumerate devices.

"ht" nodes do not have a "bus-range" property so we need to start
iterating on their PCI bridge nodes to find our devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/13 10:38:46

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: patch-configure 
	databases/evolution-data-server/pkg: PLIST 

Log message:
Update to evolution-data-server-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/13 10:47:18

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add checks for some files having newline and EOF in MESSAGE, DESCR and such.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/13 10:51:20

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 

Log message:
Update to evolution-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/13 10:54:25

Modified files:
	infrastructure/bin: portcheck 

Log message:
Disable/improve some Python-related checks, after discussion with fgsch@
a long time ago. Namely, do not warn about .pyc/.pyo without .py, it's
perfectly legal.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/13 11:01:16

Modified files:
	mail/evolution-ews: Makefile distinfo 

Log message:
Update to evolution-ews-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/13 11:23:41

Modified files:
	usr.sbin/crunchgen: crunchide.c 

Log message:
Death to a.out bits!

ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/13 11:27:21

Modified files:
	lang/racket    : Makefile 
Added files:
	lang/racket/patches: patch-src_racket_sconfig_h 

Log message:
Increase the stack size margin. Fix crashes in code with big tail recursion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 12:23:35

Added files:
	infrastructure/lib/DPB: AffinityStub.pm 
	infrastructure/lib/DPB/Heuristics: Nosize.pm Size.pm 

Log message:
the "build-in-memory" stuff is independent from the rest of heuristics:
split it off, and provide a "stubbed" version of Heuristics::Size and
of Affinity  that do nothing, to be used on one host configuration without
in-memory builds.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 12:24:24

Modified files:
	infrastructure/lib/DPB: Affinity.pm 

Log message:
add (for now) stub code to provide a specific queue order when dealing
with affinity.


CVSROOT:	/cvs
Module name:	www
Changes by:	rpe@cvs.openbsd.org	2013/10/13 12:27:06

Modified files:
	faq            : faq4.html 

Log message:
Add missing full stop.

ok nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 12:31:51

Modified files:
	infrastructure/bin: dpb 
	infrastructure/lib/DPB: Config.pm Engine.pm Heuristics.pm 
	                        PortBuilder.pm State.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
- use separated Heuristics::Size object
- choose size/nosize in Config.
- use affinity or affinitystub
- move locker creation to State, so we can init cores right away.
- as core init has run, we can call DPB::Core->reap (event loop) while
processing size and build stats, so that the startup script may start
slightly earlier.
- setup more options in Config for Reporter to use.
- scaffolding in SubEngine/Build to be able to use affinity info right away


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 12:32:59

Modified files:
	infrastructure/lib/DPB: MiniCurses.pm 
	infrastructure/lib/DPB/Reporter: Tty.pm 

Log message:
add optional colors with -DCOLOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/13 12:39:08

Modified files:
	x11/kde4/pimlibs/patches: patch-includes_tests_CMakeLists_txt 

Log message:
One more dependency fix for KDE4 PIM, now in kdepimlibs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 13:19:54

Modified files:
	infrastructure/lib/DPB: MiniCurses.pm 

Log message:
slightly more intricate hack, better colors, that span full lines when they're
supposed to...


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 13:47:47

Modified files:
	mail/maildrop  : Makefile 
Removed files:
	mail/maildrop/patches: patch-maildir_Makefile_am 
	                       patch-maildrop_Makefile_in 

Log message:
remove various cruft that appears to have been blindly carried over
from version to version


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 13:57:07

Modified files:
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
sigh... if we force junking, we untaint.
but that's because we're tainted! so taint correctly
before we release the lock.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/13 13:59:06

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
add the fullpkgname as a comment at the end of the I: lines.
prompted by a question from miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/13 14:17:51

Modified files:
	usr.sbin/config: Makefile exec.c 
Removed files:
	usr.sbin/config: exec_ecoff.c 

Log message:
remote bits for a.out and ecoff
ok guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 14:18:09

Modified files:
	mail/maildrop  : Makefile 

Log message:
We don't include Berkeley DB support, so don't pick it up when
configuring the bdbobj test program.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/13 14:40:36

Log message:
    Import games/blockrage, a falling block puzzle game remake of the DOS
    classic, Xixit.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Oct-13
    
    N ports/games/blockrage/Makefile
    N ports/games/blockrage/distinfo
    N ports/games/blockrage/pkg/PLIST
    N ports/games/blockrage/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/13 14:40:57

Modified files:
	games          : Makefile 

Log message:
+blockrage


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 15:04:41

Modified files:
	devel/nant     : Makefile 

Log message:
BROKEN on amd64: hangs in most bulk builds; ok sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 15:13:04

Modified files:
	audio/mpg123   : Makefile distinfo 
	audio/mpg123/patches: patch-configure 
	                      patch-src_output_Makefile_in 
	audio/mpg123/pkg: PLIST 

Log message:
Update to 1.16.0:
* added mpg123-id3dump to extract meta data
* added mpg123-strip to strip dirt out of MPEG streams
* various internal improvements

amd64: AVX decoder not enabled since there is no kernel support yet.

feedback and ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/13 15:41:44

Modified files:
	math/graphviz  : Makefile 

Log message:
make very sure we pick up the intended Tcl/Tk version, otherwise Tk
detection will fail in configure


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/13 16:24:34

Modified files:
	x11/gnome/bijiben: Makefile distinfo 

Log message:
update to bijiben-3.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/13 17:30:13

Modified files:
	share/mk       : bsd.lib.mk bsd.README 
	lib/libc/sys   : Makefile.inc 

Log message:
Make it possible to build to reduced version of a library, including
just specific objects that are compiled with additional options to
reduce their size.  For use by distrib/ and crunchgen.

style and naming assistance from espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/13 17:33:15

Modified files:
	usr.sbin/crunchgen: crunchgen.c 

Log message:
Use the new DIST_LIB/DIST_OBJS hooks to make it possible to link crunched
binaries against libraries compiled with smaller objects.  Determination
of which objects to include done by linking once and checking the link map.
SRCLIBDIR must be set by the calling makefile to /usr/src/lib for this to
have any effect


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/13 17:38:30

Modified files:
	distrib/miniroot: makeconf.awk 

Log message:
libotermcap is just an alias/link to libocurses.  Use the latter so that
the library name matches the name of its src directory.  Also, include -lc
here so that the crunchgen knows to build a distrib libc.a for these


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/13 18:00:14

Modified files:
	distrib/alpha/inst-common: Makefile.inc 
	distrib/amd64/common: Makefile.inc 
	distrib/armish/ramdisk: Makefile 
	distrib/armv7/ramdisk: Makefile 
	distrib/hp300/ramdisk: Makefile.inc 
	distrib/hppa/ramdisk: Makefile 
	distrib/i386/common: Makefile.inc 
	distrib/landisk/ramdisk: Makefile 
	distrib/loongson/ramdisk: Makefile 
	distrib/luna88k/ramdisk: Makefile Makefile.inc 
	distrib/macppc/ramdisk: Makefile 
	distrib/mvme68k/ramdisk: Makefile Makefile.inc 
	distrib/mvme88k/ramdisk: Makefile Makefile.inc 
	distrib/octeon/ramdisk: Makefile 
	distrib/ramdisk: Makefile 
	distrib/sgi/ramdisk: Makefile 
	distrib/socppc/ramdisk: Makefile 
	distrib/sparc64/bsd.rd: Makefile 
	distrib/sparc64/common: Makefile.inc 
	distrib/sparc64/ramdisk: Makefile 
	distrib/sparc64/ramdiskB: Makefile 
	distrib/vax/common: Makefile.inc 
	distrib/zaurus/ramdisk: Makefile 

Log message:
Turn on the distrib lib bits in crunchgen by setting SRCLIBDIR.
Add the new files to the clean target's rm list.

"why not get it tested?" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/13 18:20:49

Modified files:
	sys/dev        : vmt.c 

Log message:
defer the first update of the sensor as late in the boot process we can
but running it from the mountroot hooks. this means the clock will be
attached and therefore better to compare the hypervisors clock against.
before we used to get ridiculous timedeltas, which if ntpd used to set the
time with on startup (ie, ntpd -s) would make us think we were in 2057 or
2104.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/13 19:42:26

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : roff.c 

Log message:
Parse and ignore the .fam (font family) request.
Fixes irunner(1) in devel/ipython and uim-xim(1) in inputmethods/uim.
Thanks to naddy@ for bringing these to my attention.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/13 20:55:47

Modified files:
	usr.bin/ssh/moduli-gen: moduli-gen.sh 

Log message:
count number of lines in moduli input file and pass to the testing
ssh-keygen process.  this will let it provide an completion time estimate.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/13 20:58:00

Modified files:
	etc            : moduli 
	usr.bin/ssh/moduli-gen: Makefile moduli 
Added files:
	usr.bin/ssh/moduli-gen: moduli.7680 

Log message:
add 7.5kbit DH groups


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/13 21:11:27

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
set openings to 64 like the linux driver sort of does. if a vendor says
something it isnt as magical as something i made up, right?


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/14 00:38:54

Modified files:
	share/man/man4 : Makefile 

Log message:
Add vxlan.4


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/14 00:55:28

Modified files:
	lib/libc/string: Makefile.inc 

Log message:
Missed the file renames for the string functions when committing the
DIST_LIB/DIST_OBJ/*.do changes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 00:59:12

Modified files:
	usr.sbin/crunchgen: crunchgen.c 

Log message:
handle DESTDIR; with guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/14 01:06:25

Modified files:
	usr.sbin/crunchgen: crunchgen.c 

Log message:
Using 'cc -o /dev/null' has weird side-effects as root, so use a real file
problem noted by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/14 01:17:22

Modified files:
	audio/dumb     : Makefile 
Added files:
	audio/dumb/patches: patch-src_it_itread_c 

Log message:
Security fix for a heap-based buffer overflow in the it_read_envelope
function (CVE-2006-3668).
Cherry-picked from Fedora.

OK brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/14 01:38:37

Modified files:
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
as opi term-report shows, 0.7 is not quite high enough for a default.
crank up to 0.8. see what changes


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/14 02:27:55

Modified files:
	sys/dev/usb    : usbdi.c 

Log message:
If a transfer terminates with an I/O error status, do not modify the
pipe to stop enquening the next transfer before the done() function
has been called.

This should fix the hangs seen when unplugging a USB keyboard attached
to uhci(4).

Problem reported by dcoppa@ and Peter Kane


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 02:41:52

Modified files:
	x11/pinot      : Makefile 
Added files:
	x11/pinot/patches: patch-UI_GTK2_src_mainWindow_cc 

Log message:
Fix build after recent gtkmm update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/10/14 04:44:07

Modified files:
	x11/pinot      : Makefile distinfo 
	x11/pinot/pkg  : PLIST 

Log message:
Update to version 1.06, add boost sprit support, and fixes.

Ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 04:56:19

Modified files:
	x11/gnome/color-manager: Makefile distinfo 
	x11/gnome/color-manager/patches: patch-configure 

Log message:
Update to gnome-color-manager-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/14 05:07:43

Modified files:
	sys/netinet    : igmp.c in_var.h 
	sys/netinet6   : in6_var.h mld6.c 

Log message:
Change the macros used to iterate over the multicast records of an
interface to not depend on the global list of addresses.

For IPv4 the IP_TO_IA() macro still depends on the global list of
addresses because we want to be sure to grab the first configured
address of an interface, where the records are linked.

Tested by sthen@, ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 05:24:10

Modified files:
	devel/py-gobject3: Makefile distinfo 
	devel/py-gobject3/pkg: PLIST-main 

Log message:
Update to py-gobject 3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 05:27:13

Modified files:
	x11/gnome/power-manager: Makefile distinfo 

Log message:
Update to gnome-power-manager-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/14 05:51:09

Modified files:
	sys/arch/macppc/stand/boot.mac: Makefile 
Added files:
	sys/arch/macppc/stand: boot.8 

Log message:
Add a boot(8) manual, issue reported by landry@

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/14 06:14:33

Modified files:
	infrastructure/lib/DPB: Config.pm SubEngine.pm 

Log message:
simplify -F mode. Now we have a specific NoBuild class, it's simpler
to just say our build queue is always empty, rather than constrain the
number of build jobs artificially.

and so, we have actual build jobs that will only rebuild info and trigger
quickly, so it's no longer necessary to allow fetch jobs to do so.

prompted by a bug-report from rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 06:38:15

Modified files:
	x11/gnome/music: Makefile distinfo 
	x11/gnome/music/pkg: PLIST 

Log message:
Update to gnome-music-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 06:51:43

Modified files:
	x11/gnome/icon-theme-symbolic: Makefile distinfo 
	x11/gnome/icon-theme-symbolic/pkg: PLIST 

Log message:
Update to gnome-icon-theme-symbolic-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/14 06:58:04

Modified files:
	devel/cmake    : Makefile distinfo 
	devel/cmake/patches: patch-Modules_CMakeUnixFindMake_cmake 
	                     patch-Modules_Compiler_GNU_cmake 
	                     patch-Modules_FindQt4_cmake 
	                     patch-Modules_FindTCL_cmake 
	                     patch-Source_CMakeLists_txt 
	                     patch-Source_CursesDialog_CMakeLists_txt 
	                     patch-Source_cmComputeLinkInformation_cxx 
	                     patch-Source_cmInstallCommand_cxx 
	                     patch-Source_cmTarget_cxx 
	                     patch-Tests_CMakeLists_txt 
	devel/cmake/pkg: PLIST 
Removed files:
	devel/cmake/patches: patch-Source_cmELF_cxx 

Log message:
Update to cmake-2.8.12.
Tested in a bulk build by the usual suspects, Thanks!

ok espie@, kili@
ok zhuk@ for kde4


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 07:02:51

Modified files:
	devel/cmake/patches: patch-Modules_FindRuby_cmake 

Log message:
Improve FindRuby.cmake and add support for Ruby 2.0.
input from and okay dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/14 07:04:26

Modified files:
	sys/net        : if_vxlan.c 

Log message:
Make use of satosin() when applicable plus a couple of style nits.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 07:42:53

Modified files:
	x11/kde4/smokekde: Makefile 
	x11/kde4/smokekde/patches: patch-CMakeLists_txt 
	x11/kde4/smokekde/pkg: PLIST 

Log message:
Disable libattica bindings. Smokegen tends to dump core there, and they
are not used in ports either in CVS or in WIP repo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 07:52:32

Modified files:
	x11/gnome/seahorse/patches: patch-libseahorse_seahorse-object_h 
	                            patch-libseahorse_seahorse-util_h 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/14 07:52:46

Modified files:
	games/easyrpg  : Makefile 
	games/easyrpg/patches: patch-builds_cmake_CMakeLists_txt 

Log message:
Unbreak build: this wants ruby=1.8 due to ruby-iconv.
Build failure reported by naddy@
OK bcallah@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 07:56:10

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 
	                             patch-src_ck-vt-monitor_c 

Log message:
Properly detect the active VT on macppc now that we have support for it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 07:59:07

Modified files:
	x11/kde4/p5-kde: Makefile 
	x11/kde4/p5-kde/pkg: PLIST 

Log message:
Oops, libattica bindings are gone here too, then.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/14 08:02:38

Modified files:
	games/bomberclone: Makefile distinfo 
	games/bomberclone/patches: patch-configure 
	games/bomberclone/pkg: PLIST 

Log message:
Bugfix update to 0.11.9.
ok juanfra@ bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 08:03:01

Modified files:
	x11/kde4/p5-kde: Makefile 

Log message:
Sigh, now tested with libattica present...


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/14 08:04:22

Modified files:
	sys/net        : if_vxlan.h 

Log message:
Remove obsolete ioctl defines and struct (I overloaded the pflow
ioctls when I started vxlan, but replaced them later with own
ifr-based ioctls).

Found by mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 08:08:58

Modified files:
	x11/gnome/photos: Makefile distinfo 
	x11/gnome/photos/pkg: PLIST 

Log message:
Update to gnome-photos-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/14 08:18:56

Modified files:
	usr.bin/ssh    : sftp-server.8 sftp-server.c 

Log message:
tweak previous;
ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 08:50:27

Modified files:
	x11/gnome/vino : Makefile distinfo 
Removed files:
	x11/gnome/vino/patches: patch-configure_ac 

Log message:
Update to vino-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 08:50:52

Modified files:
	x11/gnome/vinagre: Makefile distinfo 

Log message:
Update to vinagre-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 08:53:52

Modified files:
	x11/gnome/at-spi2-core: Makefile distinfo 

Log message:
Update to at-spi2-core-2.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/14 10:06:34

Modified files:
	sys/netinet    : if_ether.c 

Log message:
By passing invalid values in the routing message, root could crash
the kernel from user land.  Add a null pointer check as quick fix.
OK blambert@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 10:58:06

Modified files:
	usr.sbin/crunchgen: Makefile crunchide.c 
Removed files:
	usr.sbin/crunchgen: ecoff_hide.c 

Log message:
tedu ecoff support


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/14 11:38:49

Modified files:
	multimedia/xine-lib: Makefile 

Log message:
Add a dependency on libxdg-basedir as Xine-lib had a "hidden" dependency as
it will use an external copy if it exists otherwise it will fallback to an
internal copy.

pointed out and OK by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/14 12:49:19

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Tedu some heavy debug code that is not needed anymore.

No functional changes.

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/14 12:51:56

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Add some consistency using uint_t everywhere instead of mixing uint_t
and u_int_t.

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/14 12:53:52

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Fix a couple of style(9) nits.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/14 13:09:05

Modified files:
	infrastructure/bin: dpb-replay 
	infrastructure/man/man1: dpb-replay.1 

Log message:
add color support to dpb-replay, normalize options


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/14 14:09:07

Modified files:
	x11/gnome/clocks: Makefile distinfo 
	x11/gnome/clocks/pkg: PLIST 

Log message:
Update to gnome-clocks-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 14:13:04

Modified files:
	x11/kde4/workspace: Makefile 

Log message:
Make sure PAM is not picked up. In the (very unlikely) case it ever happened,
bump the REVISION.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/14 15:20:53

Modified files:
	usr.bin/ssh    : session.c session.h 

Log message:
Add logging of session starts in a useful format; ok markus@ feedback and
ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/14 15:23:37

Log message:
    Lzip is a lossless data compressor with a user interface similar to the
    one of gzip or bzip2. Lzip decompresses almost as fast as gzip and
    compresses more than bzip2, which makes it well suited for software
    distribution and data archiving.
    
    Lzip is a clean implementation of the LZMA algorithm. The lzip file
    format is designed for long-term data archiving. It is clean, provides
    very safe 4 factor integrity checking. Lzip uses the same well-defined
    exit status values used by bzip2, which makes it safer when used in
    pipes or scripts than compressors returning ambiguous warning values,
    like gzip.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	juanfra
    Release Tags:	juanfra_2013-10-14
    
    N ports/archivers/lzip/Makefile
    N ports/archivers/lzip/Makefile.inc
    N ports/archivers/lzip/clzip/Makefile
    N ports/archivers/lzip/clzip/distinfo
    N ports/archivers/lzip/clzip/pkg/DESCR
    N ports/archivers/lzip/clzip/pkg/PLIST
    N ports/archivers/lzip/lunzip/Makefile
    N ports/archivers/lzip/lunzip/distinfo
    N ports/archivers/lzip/lunzip/pkg/DESCR
    N ports/archivers/lzip/lunzip/pkg/PLIST
    N ports/archivers/lzip/lzip/Makefile
    N ports/archivers/lzip/lzip/distinfo
    N ports/archivers/lzip/lzip/pkg/DESCR
    N ports/archivers/lzip/lzip/pkg/PLIST
    N ports/archivers/lzip/lziprecover/Makefile
    N ports/archivers/lzip/lziprecover/distinfo
    N ports/archivers/lzip/lziprecover/pkg/DESCR
    N ports/archivers/lzip/lziprecover/pkg/PLIST
    N ports/archivers/lzip/lzlib/Makefile
    N ports/archivers/lzip/lzlib/distinfo
    N ports/archivers/lzip/lzlib/patches/patch-Makefile_in
    N ports/archivers/lzip/lzlib/patches/patch-configure
    N ports/archivers/lzip/lzlib/patches/patch-lzlib_h
    N ports/archivers/lzip/lzlib/pkg/DESCR
    N ports/archivers/lzip/lzlib/pkg/PLIST
    N ports/archivers/lzip/pdlzip/Makefile
    N ports/archivers/lzip/pdlzip/distinfo
    N ports/archivers/lzip/pdlzip/pkg/DESCR
    N ports/archivers/lzip/pdlzip/pkg/PLIST
    N ports/archivers/lzip/plzip/Makefile
    N ports/archivers/lzip/plzip/distinfo
    N ports/archivers/lzip/plzip/pkg/DESCR
    N ports/archivers/lzip/plzip/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/14 15:29:12

Modified files:
	archivers      : Makefile 

Log message:
+lzip


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/14 15:59:37

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update Seed7 to the 20131013 release. Bugfixes and adds libraries for TLS,
SSL, and HTTPS support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/14 16:05:06

Modified files:
	inputmethods/uim: Makefile 

Log message:
After src/usr.bin/mandoc/roff.c rev. 1.58, mandoc now longer throws ERRORs.
Formatting has been correct, anyway. Drop USE_GROFF, no PLIST change, no bump.
OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/14 16:07:26

ports/devel/p5-Carp-Datum/patches

Update of /cvs/ports/devel/p5-Carp-Datum/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31815/patches

Log Message:
Directory /cvs/ports/devel/p5-Carp-Datum/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/14 16:09:47

Modified files:
	mail/mutt      : Makefile 

Log message:
+snapshot,slang

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/14 16:13:22

Modified files:
	editors/vim    : Makefile 
	editors/vim/pkg: DESCR-main 

Log message:
Add a python3 flavor to vim.

"looks right" gsoares. ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/14 16:14:41

Modified files:
	devel/p5-Carp-Datum: Makefile 
	devel/p5-Carp-Datum/pkg: PLIST 
Added files:
	devel/p5-Carp-Datum/patches: patch-Makefile_PL 

Log message:
The script datum_strip.PL does not contain POD, so do not generate
an empty datum_strip.1 from it, do not install an empty manual,
and delete the empty manual from the PLIST.  Bump.
OK naddy@		(i will also send this upstream)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/14 16:22:05

Modified files:
	usr.bin/ssh    : readconf.c readconf.h ssh-keysign.c ssh.c 
	                 ssh_config.5 

Log message:
add a "Match" keyword to ssh_config that allows matching on hostname,
user and result of arbitrary commands. "nice work" markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/14 16:22:23

Modified files:
	editors        : Makefile 

Log message:
Add python3 flavors of vim to the build.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/14 16:31:59

Modified files:
	net/darkstat   : Makefile 
	net/darkstat/pkg: PLIST 
Added files:
	net/darkstat/pkg: README darkstat.rc 

Log message:
add an rc script for darkstat, from Remi Locherer, and a README based on
Remi's but reworded by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/14 17:26:23

Modified files:
	sys/arch/hp300/dev: hd.c 
	sys/arch/sparc/dev: xd.c xy.c 
	sys/arch/vax/vsa: hdc9224.c 
	sys/dev/ata    : wd.c 

Log message:
XXsize() returns daddr_t, so calculate the return value in a daddr_t
variable and not (usually) an int.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/14 17:28:23

Modified files:
	usr.bin/ssh    : canohost.c misc.c misc.h readconf.c 
	                 sftp-server.c ssh.c 

Log message:
refactor client config code a little:

add multistate option partsing to readconf.c, similar to servconf.c's
existing code.

move checking of options that accept "none" as an argument to readconf.c

add a lowercase() function and use it instead of explicit tolower() in
loops

part of a larger diff that was ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/14 17:31:01

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
whitespace at EOL; pointed out by markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/14 17:33:13

Modified files:
	sys/dev/ata    : wd.c 

Log message:
Use DL_SECTOBLK() instead of handrolling same calculation to get
wdsize() return value.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/14 17:35:53

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Display correct values (i.e. blocks where blocks are meant) in
diskerr() messages by doing DL_SECTOBLK() dance repeatedly.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/14 18:15:11

Modified files:
	usr.bin/tmux   : cmd-detach-client.c 

Log message:
Fix detach -a by skipping clients where the session is NULL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/10/14 19:18:01

Modified files:
	net/rbldnsd    : Makefile distinfo 
	net/rbldnsd/patches: patch-rbldnsd_c 
	net/rbldnsd/pkg: PLIST 
Added files:
	net/rbldnsd/pkg: README rbldnsd.rc 

Log message:
Update to rbldnsd-0.997a

- update MASTER_SITES
- regen patch
- setup chroot by default
- add rc script
- add README describing how to use it

help and feedback from sthen@ and ajacoutot@, thanks!

ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/14 19:41:46

Modified files:
	share/man/man4/man4.aviion: Makefile 
	sys/conf       : files 
	sys/arch/aviion/conf: GENERIC files.aviion 
Added files:
	sys/arch/aviion/dev: oaic_syscon.c 
	share/man/man4/man4.aviion: oaic.4 
	sys/dev/ic     : aic6250.c aic6250reg.h aic6250var.h 

Log message:
Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,
400 and 4300. Limited to PIO mode only for now, until the DMA controller is
tamed. Heavily based upon the MI aic(4) driver.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:18:20

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/patches: patch-src_Makefile_shlib 
	                              patch-src_interfaces_ecpg_compatlib_Makefile 
	                              patch-src_interfaces_ecpg_ecpglib_Makefile 
	                              patch-src_interfaces_ecpg_pgtypeslib_Makefile 
	                              patch-src_interfaces_libpq_Makefile 
	databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main 
	                          PLIST-server README-server 
Added files:
	databases/postgresql/patches: patch-configure 
	databases/postgresql/pkg: DESCR-plpython PLIST-plpython 
	                          README-plpython 

Log message:
Major update to 9.3.0.  As usual, a dump/restore is required.

Add plpython subpackage. Move some contrib module .so files to the
contrib subpackage.

OK pea@ (MAINTAINER), bulk testing by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:19:19

Modified files:
	databases/postgresql-plv8: Makefile 

Log message:
Update RUN_DEPENDS after PostgreSQL 9.3 update.

OK pea@ (MAINTAINER), bulk testing by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:21:14

Modified files:
	databases/postgresql-pllua: Makefile distinfo 
	databases/postgresql-pllua/patches: patch-pllua_h 
Added files:
	databases/postgresql-pllua/patches: patch-plluaapi_c 

Log message:
Update to 1.0, depend on PostgreSQL 9.3, and add patches
to build on PostgreSQL 9.3.

OK pea@, bulk testing by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:22:00

Modified files:
	databases/skytools: Makefile 
Added files:
	databases/skytools/patches: patch-sql_pgq_triggers_qbuilder_c 

Log message:
Add patch to build on PostgreSQL 9.3

OK pea@, bulk testing by landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:26:12

Modified files:
	faq            : current.html 

Log message:
Mention PostgreSQL 9.3.0 update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:26:51

Modified files:
	databases/ruby-pg: Makefile distinfo 
	databases/ruby-pg/pkg: PLIST 

Log message:
Update to pg 0.17.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:27:23

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Update to sequel 4.3.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:27:47

Modified files:
	databases/ruby-sequel_pg: Makefile distinfo 

Log message:
Update to sequel_pg-1.6.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/14 20:36:23

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 
Added files:
	lang/jruby/patches: patch-lib_ruby_shared_rubygems_package_rb 
Removed files:
	lang/jruby/patches: patch-build_xml 
	                    patch-default_build_properties 
	                    patch-jffi_build_xml 

Log message:
Update to jruby-1.7.5.  Upstream changed to a maven-based src build
system that downloads 190+ .jar files at build time.  Switch to using
the binary distribution, since there is no point compiling java source
code to java bytecode when we can use the precompiled java bytecode.

Use our custom jnr-posix distfile with 64-bit time_t support by
directly patching jruby.jar.

Add jruby-launcher gem as a separate distfile, but since we only need
the binary, compile it manually and don't install the gem.

Still keep the src distfile for the tests, because the binary distfile
doesn't include them.

Add patch to work around rubygems regression with .files in the root
of the gem not getting installed (already accepted upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 20:46:31

Modified files:
	sbin/modload   : modload.c modload.h 

Log message:
remove last bits of a.out support


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2013/10/14 20:56:55

Modified files:
	distrib/notes/octeon: hardware 

Log message:
The ERL Ethernet is supported now and can be booted over NFS. Reflect that
in the installer notes.
ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 23:15:13

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
tedu a.out support


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 23:17:32

Modified files:
	sys/arch/alpha/stand: headersize.c 

Log message:
this does not need sys/exec_ecoff.h
(bit suprising)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 23:30:54

Modified files:
	sys/kern       : exec_subr.c 

Log message:
repair typo talking about a.out


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/14 23:45:56

Modified files:
	games/hangman  : ksyms.c 

Log message:
no more a.out support here


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 23:55:01

Modified files:
	x11/kde4/ruby-qt: Makefile 

Log message:
Nothing stops us from building Ruby 2.0 bindings for Qt4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/14 23:59:46

ports/x11/kde4/kross-interpreters/patches

Update of /cvs/ports/x11/kde4/kross-interpreters/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11289/patches

Log Message:
Directory /cvs/ports/x11/kde4/kross-interpreters/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 00:52:00

Modified files:
	net/darkstat   : Makefile 
	net/darkstat/pkg: darkstat.rc 

Log message:
Do not hardcode /usr/local.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/15 01:19:37

Modified files:
	x11/kde4/sdk   : Makefile 

Log message:
Adjust shebangs in scripts. REVISION bumped.


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/15 01:37:52

Modified files:
	devel/ipython  : Makefile 
	devel/ipython/pkg: PLIST 

Log message:
After src/usr.bin/mandoc/roff.c rev. 1.58, mandoc now longer throws ERRORs.
Formatting has been correct, anyway.  Drop USE_GROFF.  While here, remove a
directory out of the PLIST as suggested by update-plist and bump.
OK naddy@ edd@  "go ahead" wcmaier@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 01:40:43

Modified files:
	x11/gnome/librsvg: Makefile distinfo 
	x11/gnome/librsvg/patches: patch-configure 
Added files:
	x11/gnome/librsvg/patches: patch-rsvg-base_c 
Removed files:
	x11/gnome/librsvg/patches: patch-gdk-pixbuf-loader_Makefile_in 
	                           patch-gdk-pixbuf-loader_io-svg_c 

Log message:
Update to librsvg-2.40.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/15 01:54:26

ports/x11/kde4/smokegen/patches

Update of /cvs/ports/x11/kde4/smokegen/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2760/smokegen/patches

Log Message:
Directory /cvs/ports/x11/kde4/smokegen/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/15 01:59:26

Modified files:
	x11/kde4/okular: Makefile 
	x11/kde4/okular/patches: patch-OkularConfig_cmake 
	x11/kde4/graphics-mobipocket: Makefile 
	x11/kde4/korundum: Makefile 
	x11/kde4/smokekde: Makefile 

Log message:
Make sure libokularcore.so is picked up from the right directory.
Bump dependers as the run-time linker search path changes, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 02:11:43

Modified files:
	devel/vte3     : Makefile distinfo 
	devel/vte3/pkg : PLIST 
Removed files:
	devel/vte3/patches: patch-src_test-vte-sh_sh patch-src_vte_h 

Log message:
Update to vte3-0.34.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 02:12:07

Added files:
	devel/vte3/patches: patch-src_vteutils_c 

Log message:
Forgot to cvs add.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 02:25:35

Modified files:
	x11/gnome/baobab: Makefile distinfo 

Log message:
Update to baobab-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 02:42:31

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 

Log message:
Update to gucharmap-3.10.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:20:50

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Add a small hack so that ports that need desktop-file-validate at build
time don't need to BDEP on desktop-file-utils.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:21:23

Modified files:
	x11/gnome/documents: Makefile 
	x11/gnome/gnote: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/photos: Makefile 
	x11/gnome/terminal: Makefile 

Log message:
No need to BDEP on desktop-file-utils.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/15 03:28:48

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-awesomeConfig_cmake patch-awesome_c 
	                     patch-awesomerc_lua_in patch-event_c 
	                     patch-lib_naughty_lua_in 
	                     patch-objects_client_c 
	                     patch-objects_client_h patch-property_c 
	                     patch-xwindow_c 
Added files:
	x11/awesome/patches: patch-common_xcursor_c 
	                     patch-common_xcursor_h patch-globalconf_h 
	                     patch-mousegrabber_c patch-objects_drawin_c 
	                     patch-root_c 
Removed files:
	x11/awesome/patches: patch-common_util_c 
	                     patch-lib_awful_client_lua_in 
	                     patch-lib_awful_screen_lua_in 
	                     patch-lib_awful_tag_lua_in 
	                     patch-lib_awful_tooltip_lua_in 
	                     patch-lib_wibox_layout_fixed_lua_in 
	                     patch-luaa_c patch-luadoc_client_lua 
	                     patch-screen_c patch-screen_h 
	                     patch-xwindow_h 

Log message:
Update to awesome-3.5.2, codename "The Fox".


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/15 03:32:18

Modified files:
	faq            : current.html 

Log message:
Add an extra warning to the time_t update notes for packages about pgsql
because the usual warning from pkg_add won't be triggered in this situation;
users need to dump the old database *before* crossing over.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:43:08

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Add a new var: MODGNOME_MIME_FILE -- used to declare a dependency on
shared-mime-info.
Add a small hack so that we do not need to BDEP on shared-mime-info and
that we do not need to pass --disable-update-mimedb and alikes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:43:55

Modified files:
	x11/gnome/anjuta: Makefile 
	x11/gnome/banshee: Makefile 
	x11/gnome/bijiben: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/gcr  : Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/vinagre: Makefile 

Log message:
Use MODGNOME_MIME_FILE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:44:21

Modified files:
	databases/gq   : Makefile 
	graphics/evince: Makefile 
	graphics/gdk-pixbuf2: Makefile 
	graphics/gthumb: Makefile 
	productivity/glabels: Makefile 
	textproc/meld  : Makefile 

Log message:
Use MODGNOME_MIME_FILE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:48:53

Modified files:
	graphics/gdk-pixbuf2: Makefile 

Log message:
Add comment about g_content_type_from_mime_type.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 03:55:30

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Add sample goos.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/15 04:01:00

Modified files:
	databases/ruby-redis: Makefile distinfo 

Log message:
Bugfix update to ruby-redis-3.0.5


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 04:06:24

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE.
Make the x11/gnome MODULE description a bit easier to read.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/15 04:24:42

Modified files:
	sys/net        : if_vxlan.c 

Log message:
Remove the multicast filter from the ``real'' interface when destroying
a vxlan(4) interface and convert some splnet() to splsoftnet() when
appropriate.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/15 04:29:46

Modified files:
	net/pmacct     : Makefile 

Log message:
fix sloppy check


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 04:54:25

Modified files:
	devel/vte3     : Makefile 
	devel/vte3/patches: patch-src_vteutils_c 

Log message:
Fix patch.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 05:03:31

Modified files:
	sys/arch/aviion/aviion: disksubr.c 

Log message:
In readvdmlabel(), be sure to have *partoffp initialized in all cases.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 05:26:57

Modified files:
	devel/vte3/patches: patch-src_vteutils_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 05:50:08

Modified files:
	x11/gnome/yelp-xsl: Makefile distinfo 

Log message:
Update to yelp-xsl-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/15 06:50:11

Modified files:
	graphics/xpaint: Makefile 
	graphics/xpaint/patches: patch-Local_config 
	graphics/xpaint/pkg: PLIST 

Log message:
Oops, correctly install the man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 07:20:53

src/distrib/aviion

Update of /cvs/src/distrib/aviion
In directory cvs.openbsd.org:/tmp/cvs-serv3348/aviion

Log Message:
Directory /cvs/src/distrib/aviion added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 07:21:18

src/distrib/aviion/ramdisk

Update of /cvs/src/distrib/aviion/ramdisk
In directory cvs.openbsd.org:/tmp/cvs-serv28399/aviion/ramdisk

Log Message:
Directory /cvs/src/distrib/aviion/ramdisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 07:28:09

Modified files:
	distrib        : Makefile 
	distrib/notes/aviion: contents features hardware install prep 
	                      upgrade xfer 
	distrib/sets/lists/base: md.aviion 
	etc/etc.aviion : Makefile.inc disktab 
	sys/arch/aviion/stand: Makefile 
Added files:
	distrib/aviion : Makefile Makefile.inc 
	distrib/aviion/ramdisk: Makefile Makefile.inc install.md list 
	sys/arch/aviion/conf: RAMDISK 
Removed files:
	sys/arch/aviion/conf: AV400 

Log message:
First shot at installation media for aviion, and updated documentation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 07:31:15

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 

Log message:
Use setttyent() for get max VT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 07:35:26

Modified files:
	misc/gtk3mm-documentation: Makefile distinfo 
	misc/gtk3mm-documentation/pkg: PLIST 

Log message:
Update to gtk3mm-documentation-3.9.1.
While it is a development version number, it is just documentation and is
much closer to gtk3mm 3.10.0 which we have in-tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 07:35:55

Modified files:
	textproc/icu4c : Makefile distinfo 
	textproc/icu4c/patches: patch-source_Makefile_in 
	                        patch-source_common_putilimp_h 
	                        patch-source_config_icu-config-bottom 
	textproc/icu4c/pkg: PLIST 

Log message:
Update to icu4c-52.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/15 07:36:36

Modified files:
	misc/xnc       : Makefile 
	misc/xnc/pkg   : PLIST 
Removed files:
	misc/xnc/pkg   : PFRAG.shared 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.
Regen PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 07:36:54

Modified files:
	x11/gnome/yelp : Makefile distinfo 
Removed files:
	x11/gnome/yelp/patches: patch-configure 

Log message:
Update to yelp-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/15 07:48:59

Modified files:
	net/natpmpd    : Makefile 
	net/natpmpd/pkg: PLIST 
	sysutils/toad  : Makefile 
	sysutils/toad/pkg: PLIST 

Log message:
Install source man pages into the correct directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/15 08:10:25

Modified files:
	usr.bin/ssh    : ssh.1 ssh_config.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 08:21:01

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in patch-base_g_py 
	                     patch-base_services_py patch-base_utils_py 
	                     patch-check_py patch-common_utils_c 
	                     patch-configure 
	                     patch-installer_core_install_py 
	                     patch-prnt_hpcups_HPCupsFilter_cpp 
	                     patch-prnt_hpijs_hpcupsfax_cpp 
	                     patch-prnt_hpijs_hpijs_cpp patch-setup_py 
	                     patch-ui4_devmgr5_py patch-ui_devmgr4_py 
	print/hplip/pkg: PLIST-hpijs PLIST-main 
Removed files:
	print/hplip/patches: patch-base_queues_py patch-check-plugin_py 

Log message:
Update to hplip-3.13.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/15 08:55:16

Modified files:
	games/qgo      : Makefile 
	games/qgo/pkg  : PLIST 

Log message:
remove mysterious cruft from PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 08:57:01

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
Update to libsoup-2.44.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 09:18:29

Modified files:
	net/glib2-networking: Makefile distinfo 

Log message:
Update to glib2-networking-2.38.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/15 10:02:10

Modified files:
	infrastructure/lib/DPB: MiniCurses.pm 
	infrastructure/lib/DPB/Reporter: Tty.pm 

Log message:
make window resize visible for dpb-replay


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/15 10:07:22

Modified files:
	infrastructure/bin: dpb-replay 

Log message:
handle window resizes correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 10:27:10

Modified files:
	x11/gnome/menus: Makefile distinfo 

Log message:
Update to gnome-menus-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 10:47:25

Modified files:
	usr.sbin/ldpd  : ldp.h packet.c 

Log message:
Ignore messages that have Unknown flag set.
OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 11:20:29

Modified files:
	x11/gnome/getting-started-docs: Makefile distinfo 
	x11/gnome/getting-started-docs/pkg: PLIST 

Log message:
Update to gnome-getting-started-docs-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 11:39:09

Modified files:
	etc/etc.aviion : MAKEDEV.md 

Log message:
ramdisk needs diskmap. Found the hard way.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 11:39:26

Modified files:
	etc/etc.aviion : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 11:41:08

Modified files:
	x11/gnome/user-docs: Makefile distinfo 
	x11/gnome/user-docs/pkg: PLIST 

Log message:
Update to gnome-user-docs-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 11:44:00

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 11:48:16

Modified files:
	distrib/aviion/ramdisk: install.md 

Log message:
it's supposed to be test first, commit afterwards


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 11:49:34

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/pkg: PLIST 
Removed files:
	x11/gnome/desktop/patches: 
	                           patch-libgnome-desktop_gnome-languages_c 

Log message:
Update to gnome-desktop-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 12:07:15

Modified files:
	x11/gnome/weather: Makefile distinfo 
	x11/gnome/weather/pkg: PLIST 

Log message:
Update to gnome-weather-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 12:13:54

Modified files:
	share/man/man4/man4.aviion: Makefile intro.4 le.4 mem.4 oaic.4 
Added files:
	share/man/man4/man4.aviion: dart.4 nvram.4 syscon.4 vme.4 

Log message:
steal manpages from mvme88k


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/15 12:15:04

Modified files:
	share/man/man4/man4.mvme88k: dart.4 

Log message:
Remove BUGS section, it got fixed a few months ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/15 12:15:45

Modified files:
	x11/kde4/ruby-qt: Makefile 
	x11/kde4/ruby-qt/pkg: PLIST 

Log message:
Add @conflict markers, reminded by jeremy@.

This would NOT create any bulk builds havoc because only one version of
ruby-qt is linked at the time. Could be deconflicted with a bit of patching
but this is not a high priority for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/15 12:38:16

Modified files:
	x11/gnome/initial-setup: Makefile distinfo 
	x11/gnome/initial-setup/patches: 
	                                 patch-gnome-initial-setup_Makefile_in 
	x11/gnome/initial-setup/pkg: PLIST 

Log message:
Update to gnome-initial-setup-3.10.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/15 13:23:32

Modified files:
	sys/ddb        : db_struct.c 
	sys/arch/alpha/conf: Makefile.alpha 
	sys/arch/amd64/conf: Makefile.amd64 
	sys/arch/armish/conf: Makefile.armish 
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/armv7/conf: Makefile.armv7 
	sys/arch/hp300/conf: Makefile.hp300 
	sys/arch/hppa/conf: Makefile.hppa 
	sys/arch/hppa64/conf: Makefile.hppa64 
	sys/arch/i386/conf: Makefile.i386 
	sys/arch/landisk/conf: Makefile.landisk 
	sys/arch/loongson/conf: Makefile.loongson 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/macppc/conf: Makefile.macppc 
	sys/arch/mvme68k/conf: Makefile.mvme68k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/octeon/conf: Makefile.octeon 
	sys/arch/sgi/conf: Makefile.sgi 
	sys/arch/socppc/conf: Makefile.socppc 
	sys/arch/solbourne/conf: Makefile.solbourne 
	sys/arch/sparc/conf: Makefile.sparc 
	sys/arch/sparc64/conf: Makefile.sparc64 
	sys/arch/vax/conf: Makefile.vax 
	sys/arch/zaurus/conf: Makefile.zaurus 
Added files:
	sys/ddb        : parse_structinfo.pl 

Log message:
Rewrite the awk script that generates the data for option DDB_STRUCT:
- switch to perl for better data structures and (thus) speed
- fix a couple glitches in the interpretation of the stabs output
- compress the strings by putting them in one big array and overlaying
suffixes
- all sizes and offsets are <64k, so use u_short for them
This results in ~60% reduction in the resulting text size and it now
takes less than a second to create on fast platforms.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/15 13:39:10

Removed files:
	sys/ddb        : parse_structinfo.awk 

Log message:
This has been rewritten in perl as parse_structinfo.pl

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 13:59:53

Modified files:
	usr.sbin/ldpd  : init.c labelmapping.c ldp.h notification.c 
	                 packet.c 

Log message:
Improve parsing of LDP messages.
Add more sanity checks and send proper notification messages on error
conditions.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/15 14:13:02

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
The disklabel variables aflag and dflag are boolean, use logical
instead of binary operators for comparison.
OK krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:13:47

Modified files:
	usr.sbin/ldpd  : adjacency.c hello.c ldpe.h parse.y 

Log message:
Since a targeted neighbor can be created both by configuration and
on runtime, the ldpd_conf structure used should be passed as an
argument to avoid segfaults.


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:21:26

Modified files:
	usr.sbin/ldpd  : accept.c adjacency.c hello.c init.c kroute.c 
	                 lde.c lde.h lde_lib.c ldpd.c ldpe.h neighbor.c 

Log message:
Fix whitespace and other style issues.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/15 14:23:52

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PkgCreate.pm 

Log message:
If the fake target of a port installed an empty (0-byte) file as a
manual page, pkg_create(1) asked groff to process the empty file,
which failed, and then decided to install the empty file as a source
manual page, which later caused mandoc(1) called from man(1) to
complain to the end-user.  Instead, detect the emptiness in time,
skip the formatting attempt, skip the file, process the packing
list to its end, then abort pkg_create(1) unsuccessfully such that
the porter sees the problem and can fix whatever the root cause is.

Problem reported by naddy@ as seen in p5-Carp-Datum during a bulk build,
solution is joint work with espie@, again tested in a bulk by naddy@;
"please commit" espie@.


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:27:41

Modified files:
	usr.sbin/ldpd  : address.c keepalive.c labelmapping.c packet.c 

Log message:
Generate the NBR_EVT_PDU_RCVD event in a single point.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:31:14

Modified files:
	usr.sbin/ldpd  : hello.c neighbor.c notification.c packet.c 

Log message:
Improve debug and error logs.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:34:03

Modified files:
	usr.sbin/ldpd  : lde.c lde.h 

Log message:
Simplify the code by avoiding direct calls to imsg_compose_event().
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/15 14:34:47

Modified files:
	share/man/man4/man4.aviion: dart.4 intro.4 nvram.4 syscon.4 
	                            vme.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/15 14:35:56

Modified files:
	usr.sbin/ntpd  : util.c 

Log message:
Remove stray (long) cast of value being assigned to tv_secs.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:36:31

Modified files:
	usr.sbin/ldpd  : lde.c lde.h neighbor.c 

Log message:
Simplify the lde_nbr_new() function.

There's no need the pass a whole lde_nbr structure as argument if we
want only the neighbor IP address.

Also, remove the lde_nbr_del() prototype on lde.h because it's a
duplicate.

OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/15 14:38:05

Modified files:
	audio/xmix     : Makefile 

Log message:
The xmix(1) manual uses the .IX macro without defining it, which
causes mandoc(1) to report an error.  However, in this particular
case, the error has no harmful consequences, formatting is correct,
and the undefined macro can safely be skipped, so drop USE_GROFF.
No PLIST change, no bump.
OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 14:41:10

Modified files:
	usr.sbin/ldpd  : interface.c neighbor.c 

Log message:
Minor fixes on if_del() and nbr_new().

if_del(): this function is always called after an IF_EVT_DOWN event so
there's no need to cleanup things here;

nbr_new(): C structs shouldn't be copied directly.

OK claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/15 14:49:59

Modified files:
	games/agm      : Makefile 
	games/agm/pkg  : PLIST 
	graphics/amide : Makefile 
	graphics/amide/pkg: PLIST 
	graphics/compface: Makefile 
	graphics/compface/pkg: PLIST 

Log message:
The manuals in these ports use the .IX macro without defining it,
which causes mandoc(1) to report errors.  However, in these particular
cases, the errors have no harmful consequences, formatting is correct,
and the undefined macro can safely be skipped, so drop USE_GROFF.
While here, update-plist and bump.
OK naddy@ benoit@ (amide MAINTAINER)


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/10/15 15:05:42

Modified files:
	.              : plat.html aviion.html 

Log message:
Move OpenBSD/aviion up the ``supported platforms'' group, finally!


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/15 15:54:19

Modified files:
	usr.sbin/ldpd  : kroute.c 

Log message:
Don't bind a label for the default route.

After discussing with claudio@ we came to the conclusion that it's
more safe to ignore the default route and don't bind a label for
it.
OK @claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/15 16:09:29

Modified files:
	games/hangman  : ksyms.c 

Log message:
remove conditionals for ELF; prodding by patrick keshishian


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/15 16:16:31

Modified files:
	sysutils/tray-app: Makefile 

Log message:
mark as only for APM_ARCHS, unless someone wants to split out the battery applet.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/15 16:40:00

Modified files:
	share/mk       : bsd.lib.mk bsd.lkm.mk bsd.prog.mk 

Log message:
We do not produce "core" files, so they do not need to be deleted.  they
have been *.core files for a very long time.  That's a lot of unlink()
calls saved.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/10/15 16:42:55

Modified files:
	mail/lumail    : Makefile distinfo 

Log message:
Update lumail to 0.23.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/15 16:46:55

Modified files:
	distrib/alpha/inst-common: Makefile.inc 
	distrib/amd64/common: Makefile.inc 
	distrib/armish/ramdisk: Makefile 
	distrib/armv7/ramdisk: Makefile 
	distrib/aviion/ramdisk: Makefile Makefile.inc 
	distrib/hp300/ramdisk: Makefile.inc 
	distrib/i386/common: Makefile.inc 
	distrib/landisk/ramdisk: Makefile 
	distrib/loongson/ramdisk: Makefile 
	distrib/luna88k/ramdisk: Makefile Makefile.inc 
	distrib/macppc/ramdisk: Makefile 
	distrib/mvme68k/ramdisk: Makefile Makefile.inc 
	distrib/mvme88k/ramdisk: Makefile Makefile.inc 
	distrib/octeon/ramdisk: Makefile 
	distrib/socppc/ramdisk: Makefile 
	distrib/sparc64/bsd.rd: Makefile 
	distrib/sparc64/common: Makefile.inc 
	distrib/sparc64/ramdisk: Makefile 
	distrib/sparc64/ramdiskB: Makefile 
	distrib/vax/common: Makefile.inc 
	distrib/zaurus/ramdisk: Makefile 

Log message:
We do not produce "core" files, so they do not need to be deleted.  they
have been *.core files for a very long time.  That's a lot of unlink()
calls saved.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/15 16:49:04

Modified files:
	regress/libexec/ld.so/subst/prog1: Makefile 
	sys/arch/vax/stand/xxboot: Makefile 
	sys/arch/vax/stand/boot: Makefile 
	sys/arch/hppa/stand/cdboot: Makefile 
	sys/arch/hppa64/stand/cdboot: Makefile 

Log message:
We do not produce "core" files, so they do not need to be deleted.  they
have been *.core files for a very long time.  That's a lot of unlink()
calls saved.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/10/15 17:06:48

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.hp300 md.hppa md.i386 md.landisk 
	                          md.loongson md.luna88k md.macppc 
	                          md.mvme68k md.mvme88k md.octeon md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/15 20:31:47

Modified files:
	usr.bin/ssh    : readconf.c readconf.h roaming_client.c ssh.1 
	                 ssh.c ssh_config.5 sshconnect.c sshconnect.h 

Log message:
Implement client-side hostname canonicalisation to allow an explicit
search path of domain suffixes to use to convert unqualified host names
to fully-qualified ones for host key matching.
This is particularly useful for host certificates, which would otherwise
need to list unqualified names alongside fully-qualified ones (and this
causes a number of problems).

"looks fine" markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/15 23:52:47

Modified files:
	devel/ninja    : Makefile distinfo 
Removed files:
	devel/ninja/patches: patch-src_build_log_cc patch-src_hash_map_h 

Log message:
Update to ninja-1.4.0

Tested in different bulk builds by naddy@, kili@, etc.

ok kili@, zhuk@
maintainer timeout.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/16 00:42:26

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 01:40:55

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST 
Removed files:
	devel/glib2/patches: patch-gio_gdbusobjectmanagerclient_c 

Log message:
Update to glib2-2.38.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 01:49:19

Modified files:
	de             : 54.html beagle.html ftp.html plat.html 
	faq/de         : faq12.html faq14.html faq3.html faq4.html 
	                 index.html 
	faq/fr         : faq12.html faq14.html 
	faq/nl         : faq12.html faq14.html faq4.html index.html 
	faq/pt         : index.html 
	fr             : ftp.html plat.html 
	lt             : anoncvs.html donations.html ftp.html index.html 
	                 landisk.html plat.html vax-simh.html vax.html 
	nl             : ftp.html orders.html plat.html 
	openbgpd/de    : ftp.html 
	openbgpd/fr    : ftp.html 
	openbgpd/pt    : ftp.html 
	openbgpd/ru    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openntpd/fr    : ftp.html portable.html 
	openntpd/pt    : ftp.html portable.html 
	openntpd/ru    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html specs.html 
	openssh/fr     : ftp.html index.html portable.html 
	openssh/nl     : ftp.html portable.html 
	openssh/ru     : ftp.html index.html list.html openbsd.html 
	                 portable.html specs.html 
	papers/de      : index.html 
	papers/fr      : index.html 
	papers/pt      : index.html 
	pt             : plat.html plus.html 
	spamd/ru       : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:19:02

Modified files:
	x11/gtk+3      : Makefile distinfo 

Log message:
Update to gtk+3-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:24:11

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 

Log message:
Update to gnome-settings-daemon-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:33:04

Modified files:
	devel/gsettings-desktop-schemas: Makefile distinfo 

Log message:
Update to gsettings-desktop-schemas-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:33:38

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 
	x11/gnome/backgrounds/pkg: PLIST 

Log message:
Update to gnome-backgrounds-3.10.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/10/16 02:35:52

Modified files:
	.              : want.html 

Log message:
I'm not necessarily interested in a X201.  I'd like to get my hands on
a ThinkPad with broken USB after resume.  Its dmesg should contain:

acpipwrres0 at acpi0: PUBS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:41:41

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
Update to mutter-3.10.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 02:44:37

Modified files:
	sysutils/accountsservice: Makefile distinfo 
	sysutils/accountsservice/patches: patch-src_Makefile_in 
	                                  patch-src_daemon_c 
	                                  patch-src_libaccountsservice_Makefile_in 
	                                  patch-src_user_c 
	sysutils/accountsservice/pkg: PLIST 
Added files:
	sysutils/accountsservice/patches: patch-src_user-classify_c 

Log message:
Update to accountsservice-0.6.35.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 03:03:55

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/patches: patch-js_ui_panel_js 
	x11/gnome/shell/pkg: PLIST 

Log message:
Update to gnome-shell-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 03:06:08

Modified files:
	x11/gnome/shell-extensions: Makefile distinfo 
	x11/gnome/shell-extensions/pkg: PLIST 

Log message:
Update to gnome-shell-extensions-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/16 04:11:26

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
unbreak ports using both of MODGNOME_MIME_FILE and MODGNOME_DESKTOP_FILE,
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 04:26:20

Modified files:
	x11/gnome/libgda: Makefile 
	x11/gnome/libgda/pkg: PLIST-main PLIST-ui 

Log message:
Get rid of MODGNOME_RUN_DEPENDS_yelp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 04:28:25

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
No need for MODGNOME_RUN_DEPENDS_yelp anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 04:29:53

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Adapt to recent gnome MODULE change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 05:30:44

Modified files:
	net/ocsync     : Makefile distinfo 

Log message:
Update to ocsync-0.90.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 05:34:44

Modified files:
	x11/gnome/documents: Makefile 

Log message:
Missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 05:35:24

Modified files:
	meta/gnome     : Makefile 

Log message:
gnome-documents already depends on  x11/gnome/online-miners.


CVSROOT:	/cvs
Module name:	www
Changes by:	mpi@cvs.openbsd.org	2013/10/16 05:58:50

Modified files:
	.              : want.html 

Log message:
I got a toy.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/16 07:41:17

Modified files:
	sys/arch/i386/i386: bios.c 

Log message:
Prefer ACPI over APM.  For years, we had a SMBIOS-probing hack to prefer
APM on machines where it suspended better.  These days, suspend/resume
works better in ACPI.  Specific machine: x40.
There is a class of very early ACPI machines which are going to break,
because of buggy AML and bugs in our acpi code.  By making this change,
we will expose those, and hopefully get them fixed.
ok many


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 09:04:09

Modified files:
	devel/libgtop2 : Makefile 
	net/ifmcstat   : Makefile 
	net/xorp       : Makefile 
	net/xorp/patches: patch-configure 
	www/chromium   : Makefile 
Added files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 
	net/ifmcstat/patches: patch-ifmcstat_c 
	www/chromium/patches: patch-net_dns_address_sorter_posix_cc 

Log message:
Including the header file netinet6/in6_var.h from netinet/in_var.h
automatically is bad.  To change that, a few ports must be adapted.
Do an explicit #include <netinet6/in6_var.h> when it is needed.
OK ajacoutot@

Commit the remaining ports that were blocked by an cvs commit error
in devel/jdk/1.7/patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 09:05:53

Modified files:
	x11/gnome/gdm  : Makefile distinfo 

Log message:
Update to gdm-3.10.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 09:11:12

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/10/16 09:24:37

Modified files:
	share/man/man4 : sdmmc.4 
	share/man/man4/man4.armv7: Makefile 
Added files:
	share/man/man4/man4.armv7: ommmc.4 

Log message:
Add a manpage for ommmc(4).

Feedback and ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/16 09:30:05

Modified files:
	x11/gnome/orca : Makefile distinfo 
	x11/gnome/orca/pkg: PLIST 

Log message:
Update to orca-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 09:36:49

Added files:
	devel/jdk/1.7/patches: 
	                       patch-jdk_src_solaris_native_java_net_NetworkInterface_c 

Log message:
Including the header file netinet6/in6_var.h from netinet/in_var.h
automatically is bad.  To change that, a few ports must be adapted.
Do an explicit #include <netinet6/in6_var.h> when it is needed.
OK ajacoutot@

Next try to commit this file after a fresh cvs -d cvs:/cvs add.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/10/16 10:05:03

Modified files:
	usr.sbin/snmpd : parse.y snmpd.8 snmpd.c snmpd.conf.5 snmpd.h 
	                 snmpe.c 

Log message:
1) move the creation of 'restricted' communication sockets
into snmpd.conf
2) add the ability to specify an alternate 'control' socket location
3) allow for the creation of multiple 'restricted' sockets (but
only one control socket, for the time being)

Committing slightly ahead of schedule in order to clear the pipeline
for a few other upcoming changes.

ok reyk@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 10:25:33

Modified files:
	devel/p5-Data-Random: Makefile distinfo 

Log message:
update p5-Data-Random to 0.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/16 10:35:15

Modified files:
	x11/kde/libs3  : Makefile 
	x11/py-gtk2    : Makefile 

Log message:
don't bother trying to build these on sgi only to fail; same reason as alpha


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 10:57:56

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 
	devel/p5-Devel-NYTProf/pkg: PLIST 
Removed files:
	devel/p5-Devel-NYTProf/patches: patch-NYTProf_xs 

Log message:
- update p5-Devel-NYTProf to 5.06
- patch-NYTProf_xs has been commited upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/16 10:59:36

Modified files:
	sys/arch/aviion/stand/boot: Makefile boot.c crt.c devopen.c 
	                            oosiop.c scsi.c scsi.h sd.c 
	                            version.c 
	sys/arch/aviion/stand/libprom: Makefile prom.h 
	sys/arch/aviion/stand/libsa: libsa.h parse_args.c 
Added files:
	sys/arch/aviion/stand/boot: oaic.c oaic.h 
	sys/arch/aviion/stand/libprom: cpuid.c 

Log message:
Support for oaic in the boot blocks. Cope with older prom putting a \r at
the end of the commandline. Clean up a few stale comments. Crank boot blocks
version to 0.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/16 11:04:32

Modified files:
	net/pear-Net-DNS2: Makefile 
	net/pear-Net-DNS2/pkg: DESCR 

Log message:
tweak DESCR


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 11:12:14

Modified files:
	net/p5-Net-IMP : Makefile distinfo 

Log message:
update p5-Net-IMP to 0.625


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/16 11:34:02

Modified files:
	sys/arch/amd64/conf: Makefile.amd64 

Log message:
Revert unintended changes.
Requested by guenther@ how is currently off net.


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/10/16 12:05:26

Log message:
    Initial import of newsbeuter, a mutt like news reader.
    
    Thanks Kyle Isom <kyle@tryfingr.is> for building the port!
    
    OK juanfra@, bcallah@
    
    Status:
    
    Vendor Tag:	abieber
    Release Tags:	abieber_20131016
    
    N ports/www/newsbeuter/Makefile
    N ports/www/newsbeuter/distinfo
    N ports/www/newsbeuter/patches/patch-mk_newsbeuter_deps
    N ports/www/newsbeuter/patches/patch-src_controller_cpp
    N ports/www/newsbeuter/patches/patch-config_sh
    N ports/www/newsbeuter/patches/patch-src_utils_cpp
    N ports/www/newsbeuter/pkg/PLIST
    N ports/www/newsbeuter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/10/16 12:06:34

Modified files:
	www            : Makefile 

Log message:
+newsbeuter


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 13:17:44

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 
	net/p5-NetAddr-IP/pkg: PLIST 

Log message:
update p5-NetAddr-IP to 4.071


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/10/16 13:22:37

Modified files:
	lang/racket    : Makefile 
	lang/racket/patches: patch-src_racket_sconfig_h 
Added files:
	lang/racket/patches: patch-src_racket_src_eval_c 
	                     patch-src_racket_src_module_c 
	                     patch-src_racket_src_mzstkchk_h 
	                     patch-src_racket_src_schpriv_h 

Log message:
Now racket manages correctly the stack size on OpenBSD.

ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 13:41:11

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.955


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/16 14:13:06

Modified files:
	sys/arch/aviion/aviion: disksubr.c 

Log message:
Correctly honour spoofonly in readvdmlabel() to avoid reading the on-disk label
when it's not welcome.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/16 15:15:33

Modified files:
	usr.sbin/snmpd : snmpd.8 snmpd.c 

Log message:
no more -r; ok blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/16 15:17:27

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 
	usr.sbin/snmpd : snmpd.conf.5 

Log message:
some .Pa;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/16 15:23:59

Modified files:
	usr.sbin/ntpd  : ntpctl.8 ntpd.c 

Log message:
tidy up the "modifier" list a little and sync usage();

NB: this utility has only one option, and it's not optional! i haven;t
marked -s as being mandatory, since hopefully someone will make
ntpctl run without arguments do something useful;


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/16 16:29:50

Added files:
	mail/p5-Mail-SpamAssassin/patches: patch-t_spamd_ssl_v23_t 

Log message:
Remove test for obsolete SSL version 2 or 3 from p5-Mail-SpamAssassin.
It always fails as SSLv2 support has been removed from OpenSSL and
Net::SSLeay.
OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/16 16:49:39

Modified files:
	usr.bin/ssh    : readconf.c readconf.h ssh.1 ssh.c ssh_config.5 

Log message:
s/canonicalise/canonicalize/ for consistency with existing spelling,
e.g. authorized_keys; pointed out by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/16 16:58:01

Modified files:
	usr.bin/ssh    : ssh.c ssh_config.5 

Log message:
one I missed in previous: s/isation/ization/


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/16 18:30:14

Modified files:
	usr.bin/ssh    : PROTOCOL sftp-client.c sftp-client.h 
	                 sftp-server.c sftp.1 sftp.c 

Log message:
fsync@openssh.com protocol extension for sftp-server
client support to allow calling fsync() faster successful transfer
patch mostly by imorgan AT nas.nasa.gov; bz#1798
"fine" markus@ "grumble OK" deraadt@ "doesn't sound bad to me" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/16 18:46:49

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
rearrange check to reduce diff against -portable


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/16 20:20:15

Modified files:
	regress/sys/net/pf_fragment: Makefile 

Log message:
Fix run-regress-fragping to use ping(8) instead of ping6(8) to send the
initial Path-MTU discovery packet.

OK bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:08:39

Modified files:
	x11/gnome/libcryptui: Makefile distinfo 

Log message:
Update to libcryptui-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:11:49

Modified files:
	x11/gnome/libgnome-keyring: Makefile distinfo 

Log message:
Update to libgnome-keyring-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:26:26

Modified files:
	x11/gnome/gcr  : Makefile distinfo 

Log message:
Update to gcr-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/17 01:35:48

Modified files:
	usr.bin/ssh    : sftp.1 sftp.c 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:37:45

Modified files:
	x11/gnome/keyring: Makefile distinfo 
	x11/gnome/keyring/pkg: PLIST 
Removed files:
	x11/gnome/keyring/patches: 
	                           patch-pkcs11_secret-store_gkm-secret-binary_c 
	                           patch-pkcs11_secret-store_tests_dump-keyring0-format_c 

Log message:
Update to gnome-keyring-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:46:12

Modified files:
	www/newsbeuter : Makefile 

Log message:
Respect CXX.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:52:39

Modified files:
	x11/gnome/seahorse: Makefile distinfo 
Removed files:
	x11/gnome/seahorse/patches: patch-libseahorse_seahorse-object_h 
	                            patch-libseahorse_seahorse-util_h 

Log message:
Update to seahorse-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 01:53:10

Modified files:
	audio/pulseaudio: Makefile 

Log message:
Don't pick up GNU m4; spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 02:01:04

Modified files:
	x11/gnome/seahorse-nautilus: Makefile distinfo 

Log message:
Update to seahorse-nautilus-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 02:02:22

Modified files:
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/alpha/include: exec.h 
	sys/arch/amd64/stand/installboot: nlist.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hppa/stand/mkboot: mkboot.c 
	sys/arch/hppa64/stand/mkboot: mkboot.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/i386/include: exec.h 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/m68k/include: exec.h 
	sys/arch/m88k/include: db_machdep.h exec.h 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/sparc/include: exec.h 
	sys/arch/vax/include: db_machdep.h exec.h 
	sys/arch/vax/vax: vm_machdep.c 
	sys/arch/zaurus/stand/zboot: loadfile.c 
	sys/conf       : files 
	sys/ddb        : db_sym.c db_sym.h 
	sys/dev        : ksyms.c 
	sys/kern       : exec_conf.c 
	sys/sys        : exec.h 
	lib/libc/gen   : nlist.c 
	lib/libkvm     : kvm.c kvm_m68k.c 
	usr.sbin/mopd/common: file.c 
	usr.sbin/mopd/mopa.out: mopa.out.c 
Removed files:
	sys/arch/alpha/include: ecoff_machdep.h 
	sys/arch/sgi/include: ecoff_machdep.h 
	sys/ddb        : db_aout.c db_aout.h 
	sys/kern       : exec_aout.c exec_ecoff.c 
	sys/sys        : exec_aout.h exec_ecoff.h 

Log message:
Remove support for a.out and ecoff.  We only do elf now.
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 02:12:17

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.alpha md.sgi mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 02:12:28

Modified files:
	infrastructure/lib/DPB: Config.pm Heuristics.pm 
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
do a few things later (preparing for -B)
Core::Init knows its hosts, so use that
knowledge to better separate Heuristics handling


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 02:31:46

Modified files:
	infrastructure/lib/DPB: State.pm 

Log message:
and move this too


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 02:32:37

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 

Log message:
now that the main loop is shorter, the "next" are more cumbersome than
readable, switch to a classic if.. elsif structure


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 02:34:03

Modified files:
	infrastructure/lib/DPB: Affinity.pm 

Log message:
Implement "affinity queuing": when we spot stuff with the right
affinity in the queue, move it upfront, so we restart old jobs
preferentially.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/17 02:42:45

Modified files:
	usr.sbin/snmpd : Makefile control.c log.c parse.y snmpd.c 
	                 snmpd.h snmpe.c 
Added files:
	usr.sbin/snmpd : proc.c 

Log message:
Update snmpd(8) to use the proc.c privsep style from iked and relayd.

ok sthen@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 02:45:03

Modified files:
	sys/lib/libsa  : loadfile.c 

Log message:
more a.out/ecoff removal; ok phessler


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 03:08:16

Added files:
	mail/alpine    : Makefile distinfo 
	mail/alpine/files: c-client.cf 
	mail/alpine/patches: patch-alpine_pine-use_c patch-configure 
	                     patch-doc_alpine_1 patch-imap_Makefile 
	                     patch-imap_src_imapd_imapd_8 
	                     patch-imap_src_ipopd_ipopd_8 
	                     patch-imap_src_mlock_mlock_c 
	                     patch-imap_src_osdep_unix_Makefile 
	                     patch-imap_src_osdep_unix_Makefile_gss 
	                     patch-imap_src_osdep_unix_env_unix_c 
	                     patch-imap_src_osdep_unix_kerb_mit_c 
	                     patch-imap_src_tmail_tmail_c 
	                     patch-pico_osdep_terminal_c 
	                     patch-pith_conf_c patch-pith_pine_hlp 
	mail/alpine/pkg: DESCR-c-client DESCR-imap DESCR-mailutil 
	                 DESCR-main DESCR-pico DESCR-pilot 
	                 PFRAG.shared-c-client PLIST-c-client PLIST-imap 
	                 PLIST-mailutil PLIST-main PLIST-pico 
	                 PLIST-pilot README-imap README-main 

Log message:
Update to alpine-2.11.
New upstream, re-alpine is dead...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 03:11:37

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.3   : Makefile 
	lang/php/5.4   : Makefile 
	telephony/asterisk: Makefile 
	mail/pine-pgp-filters: Makefile 

Log message:
Fix deps after re-alpine -> alpine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 03:12:35

Removed files:
	mail/re-alpine : Makefile distinfo 
	mail/re-alpine/files: c-client.cf 
	mail/re-alpine/patches: patch-alpine_pine-use_c patch-configure 
	                        patch-doc_alpine_1 patch-imap_Makefile 
	                        patch-imap_src_imapd_imapd_8 
	                        patch-imap_src_ipopd_ipopd_8 
	                        patch-imap_src_mlock_mlock_c 
	                        patch-imap_src_osdep_unix_Makefile 
	                        patch-imap_src_osdep_unix_Makefile_gss 
	                        patch-imap_src_osdep_unix_env_unix_c 
	                        patch-imap_src_osdep_unix_kerb_mit_c 
	                        patch-imap_src_tmail_tmail_c 
	                        patch-pico_osdep_terminal_c 
	                        patch-pith_conf_c patch-pith_pine_hlp 
	mail/re-alpine/pkg: DESCR-c-client DESCR-imap DESCR-mailutil 
	                    DESCR-main DESCR-pico DESCR-pilot 
	                    PFRAG.shared-c-client PLIST-c-client 
	                    PLIST-imap PLIST-mailutil PLIST-main 
	                    PLIST-pico PLIST-pilot README-imap 
	                    README-main 

Log message:
mail/re-alpine -> mail/alpine


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 03:13:24

Modified files:
	mail           : Makefile 

Log message:
re-alpine -> alpine


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/10/17 03:14:02

Modified files:
	usr.sbin/snmpd : snmpd.conf.5 
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Less ambiguous wording concerning control socket configuration options.

requested by and ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/17 03:17:27

Modified files:
	x11/gnustep/graphos: Makefile distinfo 

Log message:
Update Graphos to 0.5

lots of little bug fixes and some rework inside


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/17 03:30:39

Modified files:
	x11/gnustep/base: Makefile distinfo 
	x11/gnustep/base/pkg: PLIST 
Removed files:
	x11/gnustep/base/patches: patch-Source_NSCalendar_m 

Log message:
Update gnustep-base to 1.24.5

Added NSInvocationOperation class
OSX version compatibility macro improvements
various other bugfixes

requires a full library bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/17 03:44:30

Modified files:
	mail/courier-imap: Makefile 

Log message:
Add pcre to BDEP, configure checks for it and build fails later on if
dpb junks it.
from/with giovanni@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 04:22:00

Modified files:
	bin/systrace   : openbsd-syscalls.c 
	etc/etc.i386   : sysctl.conf 

Log message:
a.out emulation went away


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 04:38:28

Modified files:
	sys/kern       : exec_conf.c 

Log message:
another lurking ecoff reference is found..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 04:51:57

Modified files:
	usr.bin/gprof  : Makefile 

Log message:
pretty up


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/17 05:02:38

Modified files:
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_debug_util_posix_cc 

Log message:
Add link to upstream bz#


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/17 05:54:03

Modified files:
	sys/arch/amd64/include: loadfile_machdep.h 
	sys/arch/armish/include: loadfile_machdep.h 
	sys/arch/armv7/include: loadfile_machdep.h 
	sys/arch/hp300/include: loadfile_machdep.h 
	sys/arch/i386/include: loadfile_machdep.h 
	sys/arch/macppc/include: loadfile_machdep.h 
	sys/arch/mvme68k/include: loadfile_machdep.h 
	sys/arch/mvme88k/include: loadfile_machdep.h 
	sys/arch/socppc/include: loadfile_machdep.h 
	sys/arch/sparc/include: loadfile_machdep.h 
	sys/arch/sparc64/include: loadfile_machdep.h 
	sys/arch/vax/include: loadfile_machdep.h 
	sys/arch/zaurus/include: loadfile_machdep.h 

Log message:
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/17 06:41:03

Modified files:
	games/pokerth  : Makefile 

Log message:
broken on mips64 due to lack of atomic ops


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/17 06:46:44

Removed files:
	share/man/man8 : compat_aout.8 

Log message:
no need for this, unlinked from the build for a while anyway;
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 06:48:11

Modified files:
	infrastructure/lib/DPB: Config.pm Core.pm State.pm 

Log message:
a bit more flesh for chroot, run getvars in chroot, possibly (as root, but
we don't really care), and apply some schizophreny to stuff that runs outside
the chroot.

(probably not complete yet, ssh master trouble)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/17 07:59:10

Modified files:
	app/cwm        : group.c kbfunc.c 

Log message:
a few err->errx since we don't have error messages here; from Tiago Cunha


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 08:02:11

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm 

Log message:
more -B, fullrepo is actually needed within the chroot for pkg_add.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 08:05:42

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/17 08:05:42

Modified files:
	www/apache-httpd: Makefile 
	www/apache-httpd/patches: patch-modules_dav_main_mod_dav_c 
	                          patch-modules_dav_main_mod_dav_h 
Added files:
	www/apache-httpd/patches: patch-modules_dav_fs_repos_c 

Log message:
Add upstream patches to fix Apache HTTPD PR 55397, a regression in 2.2.25
that breaks handling of special characters in filenames for Subversion.
ok landry sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 08:20:44

Modified files:
	infrastructure/lib/DPB: Config.pm Core.pm 

Log message:
forgot to un-anchor fullrepo.
also, fetch jobs are always local and *never* chroot'd, turns out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/17 08:31:53

Modified files:
	graphics/libcaca: Makefile 
	graphics/libcaca/patches: patch-configure 
	graphics/libcaca/pkg: PLIST 
Removed files:
	graphics/libcaca/pkg: PFRAG.shared 

Log message:
Prevent unintended detection of cppunit.
While here, regen PLIST and tweak home page.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/17 09:46:18

Modified files:
	sys/arch/aviion/dev: dart.c 

Log message:
a better way to disable the speaker on AV400 family


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 09:53:47

Modified files:
	sys/arch/aviion/stand/a2coff: a2coff.c 

Log message:
the explanation for locally-defined ecoff is even simpler now that
the .h file is missing... so remove the #if 0 chunk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 09:54:11

Modified files:
	sys/arch/zaurus/stand/zboot: loadfile.c 

Log message:
zap ecoff and a.out support like in MI loadfile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/17 09:58:24

Modified files:
	sys/arch/powerpc/include: asm.h 

Log message:
remove capability to do a.out


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/17 10:27:48

Modified files:
	sbin/ifconfig  : ifconfig.c 
	sys/net        : bridgestp.c if.c if_bridge.c if_fddisubr.c 
	                 if_gif.c if_gre.c if_mpe.c if_pflog.c 
	                 if_pflow.c if_pfsync.c if_pppx.c if_tun.c pf.c 
	                 pf_if.c pf_ioctl.c pf_lb.c pf_norm.c pipex.c 
	                 route.c 
	sys/netinet    : in_pcb.c in_var.h ip_carp.c ip_gre.c ip_ipip.c 
	                 ipsec_input.c tcp_usrreq.c udp_usrreq.c 
	sys/netinet6   : dest6.c frag6.c icmp6.c in6.c in6_ifattach.c 
	                 in6_proto.c in6_src.c ip6_divert.c 
	                 ip6_forward.c ip6_input.c ip6_mroute.c 
	                 ip6_output.c mld6.c nd6_nbr.c raw_ip6.c 
	                 udp6_output.c 
	sys/netmpls    : mpls_input.c 
	sys/nfs        : nfs_vnops.c 
	usr.sbin/ppp/ppp: iface.c 
	usr.sbin/route6d: route6d.c 
	usr.sbin/rtadvd: config.c rrenum.c 

Log message:
The header file netinet/in_var.h included netinet6/in6_var.h.  This
created a bunch of useless dependencies.  Remove this implicit
inclusion and do an explicit #include <netinet6/in6_var.h> when it
is needed.
OK mpi@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/17 10:30:10

Modified files:
	sys/arch/aviion/stand: Makefile 
	sys/arch/aviion/stand/boot: Makefile conf.c version.c 
Added files:
	sys/arch/aviion/stand/boot: dev_net.c if_le.c if_lereg.h 
Removed files:
	sys/arch/aviion/stand/netboot: Makefile boot.c conf.c crt.c 
	                               dev_net.c dev_net.h devopen.c 
	                               if_le.c if_lereg.h version.c 

Log message:
Merge old netboot le(4) code into new boot, to allow for a kernel to be loaded
from the network, with symbols. This will be useful to load bsd.rd on systems
with the 3MB bootfile limit in the stupid PROM. Crank version to 0.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/17 10:44:24

Modified files:
	sys/arch/aviion/stand/boot: Makefile if_le.c 

Log message:
... and do not set up lance buffers at 3MB. Oh the irony.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/17 11:20:53

Modified files:
	x11/gnome/controlcenter: Makefile 
Added files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_common_cc-common-language_c 

Log message:
In gnome-control-center, don't append ".utf8" to locale names.
Unportable behaviour which breaks on !Linux, and should not be
needed because the codeset part of a locale name is optional.
gnome-desktop should still be able to handle the locale name.
fix requested by and ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/17 11:47:05

Modified files:
	usr.sbin/ldpd  : labelmapping.c ldpe.h neighbor.c packet.c 

Log message:
Improve parsing of label mapping messages and merge all recv_label*
functions into a single generic function.

Add a few error checks and implement parsing of optional tlvs.
Putting it all together helps avoid to code duplication and improve
maintainability.


CVSROOT:	/cvs
Module name:	src
Changes by:	renato@cvs.openbsd.org	2013/10/17 11:52:22

Modified files:
	usr.sbin/ldpd  : labelmapping.c ldp.h ldpe.c ldpe.h 

Log message:
Respect the max pdu length and merge all send_label* functions into
a single generic function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/17 12:09:42

Modified files:
	infrastructure/lib/DPB: Core.pm Fetch.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
for running !chroot'd stuff, create a modifier for the shell.
Note this modifier must come first for localhost !


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/17 13:16:01

Modified files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_common_cc-common-language_c 

Log message:
Add BZ URL.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/17 13:59:54

Modified files:
	sbin/pfctl     : parse.y pfctl.c 

Log message:
cannot have queue definitions inside anchors.
don't attempt to load them and err out if we run into one
ran into by Gregor Best <gbe@@ring0.de>, analysis & fix your's truly


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/17 14:28:06

src/regress/usr.bin/mandoc/man/UR

Update of /cvs/src/regress/usr.bin/mandoc/man/UR
In directory cvs.openbsd.org:/tmp/cvs-serv3966/UR

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/man/UR added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/17 14:51:33

Modified files:
	regress/usr.bin/mandoc/man: Makefile 
	usr.bin/mandoc : man.c man.h man_html.c man_macro.c man_term.c 
	                 man_validate.c 
Added files:
	regress/usr.bin/mandoc/man/UR: Makefile args.in args.out_ascii 

Log message:
Implement the .UR/.UE block (uniform resource identifier) introduced in the
man-ext macros by Eric S. Raymond, enabled by default in groff_man(7).
Usual disclaimer: You don't write new man(7) code, so you are not going
to use these, either.
Improves e.g. the bzr(1) and etherape(1) manuals.
Thanks to naddy@ for bringing these to my attention.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/17 14:58:29

Modified files:
	net/mosh       : Makefile 

Log message:
As tested on armish and armv7, there's something really broken, either
with the code or with our toolchain (and I think it's rather the
latter), so don't waste time building this.  Runtime problem reported
by juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/17 16:00:18

Modified files:
	regress/usr.bin/ssh: sftp-perm.sh 

Log message:
test fails when run as root - test executability instead of writability
in setstat test; reported by Tim Ruehsen


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/17 16:08:04

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
include remote port in bad banner message; bz#2162


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/18 00:34:11

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined in
sdmmcvar.h. Also remove the redundant macro HDEVNAME.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/18 01:34:05

Modified files:
	infrastructure/lib/DPB/Core: Distant.pm 

Log message:
with the code reorg, it's more likely slaves will race with the master.
Due to the way ssh works, the only way to make sure the master is first
to create the socket is for the slaves to wait until it's actually there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/18 01:45:41

Modified files:
	infrastructure/bin: dpb 

Log message:
simplify. The limiter does a good enough job of throttling the display,
so we can try to report every time, independently of the clock job.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/18 01:48:09

Modified files:
	infrastructure/bin: dpb 

Log message:
restore tracing, unintentional removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/18 02:22:58

Modified files:
	textproc/meld  : Makefile distinfo 

Log message:
Update to meld-1.8.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/18 02:38:52

Modified files:
	sbin/route     : route.c 

Log message:
Prepare the route(8) command for printing 64 bit route expire time.
Also fix the conversion between relative and absolute expire time.
OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/18 03:04:03

Modified files:
	sys/netinet    : igmp.c in.c in_var.h ip_output.c 

Log message:
Abstract the fact that IPv4 muticast records are linked to the
interface descriptor throught the first configured address in the
global list, this will help reducing the size of future diffs.

No object change.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2013/10/18 03:44:14

Modified files:
	.              : donations.html 

Log message:
Jack Enright (jack at enright com) sent me a battery for my dell
thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/18 03:59:55

Modified files:
	regress/libexec/ld.so/dlopen/libac: Makefile 

Log message:
Fix building regress outside of /usr/src where the objdir
behaviour is different.
ok deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 04:55:33

Added files:
	sys/arch/luna88k/include: loadfile_machdep.h 

Log message:
Add configuration for MI libsa loadfile, to be used soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/18 05:16:52

Modified files:
	usr.sbin/ospf6d: rde_lsdb.c 

Log message:
typo in function name in log message


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/18 05:29:42

Modified files:
	devel/flawfinder: Makefile 
	devel/splint   : Makefile 
	multimedia/ogmtools: Makefile 
	security/libotr: Makefile 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/18 05:52:18

Modified files:
	net/icinga/web : Makefile distinfo 

Log message:
update to icinga-web 1.9.2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 06:34:52

Modified files:
	sys/dev/pci/drm/radeon: radeon_device.c radeon_kms.c 

Log message:
At device attach, mark the device "shutdown", until the mountroot hook
gets to run.  In the suspend case, do nothing if we are shutdown.  This
allows hibernate to run the suspend code before mountroot.  tested by mlarkin
ok jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/10/18 07:36:04

Modified files:
	sbin/disklabel : editor.c 

Log message:
allow more space for swap with big disks, useful for hibernation;
requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/18 07:44:35

Modified files:
	usr.sbin/dhcpd : sync.c memory.c 

Log message:
%d -> %lld, add (long long) cast to time_t variables. Make guenther
and gcc happier. Found while looking at something else for dlg@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 07:54:09

Modified files:
	sys/dev/wscons : wsdisplay.c wsemul_sun.c wsemul_vt100.c wskbd.c 
	                 wsmouse.c 
Added files:
	sys/dev/wscons : wscons_features.h 

Log message:
Introduce a dedicated private header file to control the optional features
of wscons (which usually get disabled for installation kernels, to save
space), instead of duplicating parts of it to too many places.

No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 07:58:18

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
create usr/share/man/man5/macppc


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 07:59:00

Modified files:
	sys/arch/macppc/stand: Makefile.inc 

Log message:
Add a proper MANSUBDIR, to have manpages install in the proper directory.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 08:04:05

Modified files:
	distrib/alpha/bsd.rd: Makefile 
	distrib/alpha/common: Makefile.inc 
	distrib/hppa/ramdisk: Makefile 
	distrib/luna88k/ramdisk: Makefile 
	distrib/ramdisk: Makefile 
	distrib/sgi/ramdisk: Makefile 
	distrib/sparc64/bsd.rd: Makefile 
	distrib/sparc64/common: Makefile.inc 

Log message:
cleanup elfrdsetroot references; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 08:04:25

Removed files:
	distrib/common : rdsetroot.c 

Log message:
bye bye rdsetroot; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 08:12:27

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 08:17:23

Modified files:
	sys/dev/wscons : wscons_features.h wsemulvar.h 

Log message:
Add a conditional to disable most of the `abort state' code in the emulation
code. Enable this if SMALL_KERNEL, since this code is currently only really
needed for udl(4) which is not on any tight (SMALL_KERNEL) installation media.


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/10/18 08:29:17

Modified files:
	net/libtorrent : Makefile 
	math/openfst   : Makefile 

Log message:
NOT_FOR_ARCHES=${GCC3_ARCHS}, these port depend upon the C++ tr1 headers,
which are only available on gcc4 platforms.
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 08:35:21

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
the radeon suspend routine looks hairy, and feels like it should run
under DVACT_QUIESCE.  And yes, it works, so let's go with that.
ok mlarkin jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:42:18

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
set FD_CLOEXEC
OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:43:21

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Calculate correct pointer for end_request; while there initialize
reserved to zero.
OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:44:36

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Calculate correct pointer for fcgi_{begin,end}_request_body.
input / OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 08:44:40

Modified files:
	libexec/ld.so/ldconfig: ldconfig.c 

Log message:
does not need stab.h


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:46:47

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Use a dedicated socketpair for stdin, makes the code more symetric and
gets rid of shutdown(2) which might cause problems.
OK blambert


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/10/18 08:46:59

Modified files:
	databases/kyotocabinet: Makefile 

Log message:
One more port which includes <tr1/....> and thus NOT_FOR_ARCHS=${GCC3_ARCHS}


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:47:47

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Logging to syslog works better with openlog(3).
OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/18 08:48:54

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Do not fiddle with the response queue directly but go through
a new slowcgi_add_response() function. This ensures that we
always do an event_add.
OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/18 09:07:59

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 
	sys/arch/i386/i386: acpi_wakecode.S 

Log message:
Disable global page mappings before we start to unpack. This was likely
one cause of the random gzip errors and reboots we've been seeing with
hibernate as we were creating new mappings for kernel text which likely
conflicted with the non-flushed global mappings from the resuming kernel.

Also remove an unnecessary wbinvd (i386)

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/18 09:09:22

Modified files:
	sys/arch/amd64/amd64: ipifuncs.c 

Log message:
Remove an incorrect assert used in the real mode parking code for
unhibernate.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/18 09:11:07

Modified files:
	share/man/man4 : rd.4 

Log message:
do not speak of rdsetroot


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/18 09:19:40

Modified files:
	usr.sbin/dhcpd : dispatch.c pfutils.c sync.c 

Log message:
Scattering a few bcopy()'s around source using mostly memcpy() is just
asking for confusion. Replace bcopy()'s with memcpy()'s.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/18 09:23:58

Modified files:
	sys/arch/armv7/omap: am335x.c omap4.c ommmc.c 

Log message:
Move mmc base address registers workaround where it belongs.

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/18 09:25:03

Modified files:
	sys/arch/armv7/conf: GENERIC-OMAP 

Log message:
I forget to enable edma when I import it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2013/10/18 09:44:52

Modified files:
	lang/hugs      : Makefile 
	net/udns       : Makefile 

Log message:
Remove conditionals assuming m88k lacks shared libraries, it's not 2012 anymore!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/18 10:43:51

Modified files:
	sysutils/upower: Makefile distinfo 
Removed files:
	sysutils/upower/patches: patch-libupower-glib_up-client_c 
	                         patch-libupower-glib_up-wakeups_c 
	                         patch-src_openbsd_up-backend_c 
	                         patch-src_up-backend_h 

Log message:
Straightforward update to upower 0.9.23, mostly integrating our patches
before giving us the middle finger with the next release relying on
logind for hibernate/suspend code, thus deliberately breaking perfectly
working portable code, see
http://lists.freedesktop.org/archives/devkit-devel/2013-October/001519.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/18 11:07:08

ports/games/solarus/solarus/patches

Update of /cvs/ports/games/solarus/solarus/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19057/patches

Log Message:
Directory /cvs/ports/games/solarus/solarus/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/18 11:09:11

Modified files:
	www            : Makefile 

Log message:
unhook mod_dav


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/18 11:10:07

Modified files:
	games/solarus/solarus: Makefile distinfo 
Added files:
	games/solarus/solarus/patches: patch-CMakeLists_txt 

Log message:
Update games/solarus/solarus to 1.1.0
ok bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/18 11:11:25

Modified files:
	games/solarus/zsdx: Makefile distinfo 

Log message:
Update games/solarus/zsdx to 1.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/18 11:12:29

Modified files:
	games/solarus/zsxd: Makefile distinfo 

Log message:
Update games/solarus/zsxd to 1.7.0
ok bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/18 11:17:56

Removed files:
	www/mod_dav    : Makefile distinfo 
	www/mod_dav/patches: patch-dav_fs_repos_c patch-dav_opaquelock_c 
	                     patch-dav_util_c 
	www/mod_dav/pkg: DESCR MESSAGE PLIST UNMESSAGE 

Log message:
Remove www/mod_dav. It has been unmaintained since 2000 when the code was moved
to apache.org. Users should migrate to www/apache-httpd and its mod_dav which
is the actively maintained descendent of the original mod_dav.
ok sthen jung


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2013/10/18 11:25:11

Modified files:
	usr.sbin/nginx : CHANGES CHANGES.ru 
	usr.sbin/nginx/src/core: nginx.h ngx_crypt.c 
	usr.sbin/nginx/src/http: ngx_http_core_module.c ngx_http_spdy.c 
	                         ngx_http_variables.c 
	usr.sbin/nginx/src/http/modules: ngx_http_autoindex_module.c 
	                                 ngx_http_log_module.c 
	usr.sbin/nginx/src/mail: ngx_mail_smtp_module.c 
	                         ngx_mail_ssl_module.c 
	usr.sbin/nginx/src/os/unix: ngx_errno.h 

Log message:
bugfix update to 1.4.3


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 11:38:34

Modified files:
	sys/arch/sparc64/dev: pcons.c 
	sys/dev/ic     : sti.c vga.c 
	sys/dev/rasops : rasops.c 

Log message:
Make sure that, when a particular mapchar() can't find a proper glyph for the
requested character in the font it is using, it suggests a question mark
character, instead of a space, so that the existence of the non-representable
character becomes visible.

Note that this is consistent with pcdisplay which suggests a diamond for
missing glyphs.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/18 11:42:37

Modified files:
	share/man/man4 : rd.4 

Log message:
tidy this page up a little;


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/18 13:21:04

Modified files:
	infrastructure/lib/DPB: SubEngine.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
oops, zapping get_core from NoBuild will only work if there's a default
get_core in BuildBase, as experienced by rpe@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/18 14:20:29

Modified files:
	lang/php/5.3   : Makefile 

Log message:
fix the bump (REVISION was already 0 so REVISION-imap needs to be 1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/18 15:08:59

Modified files:
	mail/mutt/snapshot: Makefile distinfo 
	mail/mutt/snapshot/patches: patch-configure_ac 
	                            patch-doc_Makefile_am 
	mail/mutt/snapshot/pkg: PLIST 
Removed files:
	mail/mutt/snapshot/patches: patch-muttlib_c patch-rfc2047_c 

Log message:
Update to mutt 1.5.22 - thanks landry@, rpe@ and jung@ for tests and OKs,
and Fabian Groffen (Gentoo) for updating the sidebar patch just in time that
I didn't have to duplicate work :)

Disable groff while there, mandoc is perfectly good (only changes being
quotes and whitespace).


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/18 15:24:09

Modified files:
	net/etherape   : Makefile 
	devel/bzr      : Makefile 

Log message:
These manuals are fine with mandoc, in particular since we now support
the .UR/.UE block.  They contain a few man(7) syntax errors, but groff
doesn't help in that respect, so drop USE_GROFF.  No other change, no bump.
OK naddy@ benoit@ (etherape MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/18 15:27:28

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
In in_pcblookup() convert a hand crafted loop into a LIST_FOREACH
macro.  No binary change.
OK mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/18 15:42:56

Modified files:
	x11/kde4/l10n  : Makefile.inc 

Log message:
Small improvements to KDE4 l10n builds:
- Stop CMake warnings about non-existing CMakeLists.txt: the l10n packages
infrastructure is semi-generated and such warnings are normal.
- Allow sublanguages to add own MODULES and RUN_DEPENDS (will be used shortly).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/18 15:46:58

Modified files:
	x11/kde4/l10n/sr: Makefile 

Log message:
Serbian KDE4 localization pack is a special case: it wants (altough not requires)
Python for some build steps. KDE4 already depends on Python directly and
indirectly, so add this dependency; upstream says this should speed up loading
of l10n stuff at run-time.

Pure BUILD_DEPENDS tweak, so no need to bump.

Reported by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/18 15:52:17

Modified files:
	sysutils/cyphertite: Makefile distinfo 

Log message:
Update cyphertite to 1.6.6.

from David Hill (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 15:57:55

Modified files:
	sys/arch/i386/conf: RAMDISKB RAMDISKC 

Log message:
Comment out cd* at scsibus? from installation media which lack CD9660 support.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/18 16:06:42

Modified files:
	sys/dev/wscons : files.wscons wscons_callbacks.h 
	                 wscons_features.h wsdisplay.c wsemul_dumb.c 
	                 wsemul_sun.c wsemul_vt100.c 
	                 wsemul_vt100_chars.c wsemul_vt100_keys.c 
	                 wsemul_vt100_subr.c wsemul_vt100var.h 
	                 wsemulvar.h wskbd.c wsksymdef.h 
Added files:
	sys/dev/wscons : wsemul_subr.c 

Log message:
UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulation
will now recognize xterm-compatible escape sequences ESC % G and ESC % @ to
enter and leave UTF-8 mode, respectively.

Not enabled on SMALL_KERNEL.

Most of this written during c2k7, completed during b2k13.

Note that the value of several international keysyms change, to switch from
ISO Latin-[257] values to the real Unicode values. Be sure to update your
includes and rebuild and install wsconsctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/10/18 17:25:02

Modified files:
	usr.sbin/fw_update: fw_update.sh 

Log message:
don't silence stderr from pkg_add when running in verbose mode

suggested by Alexander Holupirek
ok rpe@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/18 18:24:55

Modified files:
	app/cwm        : client.c 

Log message:
For clients that support WM_TAKE_FOCUS in their WM_PROTOCOLS property, send
a ClientMessage event.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/19 00:29:32

Modified files:
	cs             : plat.html 
	de             : donations.html events.html plat.html 
	faq/fr         : faq4.html faq6.html 
	fr             : aviion.html donations.html events.html 
	                 plat.html want.html 
	nl             : plat.html 
	opensmtpd/de   : portable.html 
	opensmtpd/pt   : index.html 
	papers/fr      : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/19 01:07:35

Modified files:
	textproc/highlight: Makefile distinfo 
	textproc/highlight/patches: patch-src_makefile 

Log message:
Update highlight to 3.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/19 01:21:04

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile 

Log message:
Update to git-1.8.4.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/19 02:00:00

Modified files:
	sysutils/d-feet: Makefile distinfo 
	sysutils/d-feet/patches: patch-src_dfeet_bus_watch_py 
	sysutils/d-feet/pkg: PLIST 
Removed files:
	sysutils/d-feet/patches: patch-data_Makefile_in 

Log message:
Update to d-feet-0.3.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/19 02:29:31

Modified files:
	sys/dev/usb    : uhub.c usbdivar.h 

Log message:
Make uhub_explore() return an int rather than a usbd_satus.  This has
no direct impact since its return value is never checked but it allows
me to get rid of one (usless) status value.

Note that usbd_status should be used for USB transfers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/19 02:41:29

Modified files:
	infrastructure/lib/DPB: Engine.pm SubEngine.pm 

Log message:
allow the engine to rebuild_info


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 02:59:48

Modified files:
	usr.bin/nm     : nm.c 

Log message:
Remove a.out/stab knowledge from nm.
(As a side effect of this repair, the -e option no longer reports that
all weak objects are functions)
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 03:00:19

Modified files:
	include        : Makefile link.h 
	share/man/man5 : Makefile core.5 
Removed files:
	include        : link_aout.h stab.h 
	share/man/man5 : a.out.5 stab.5 

Log message:
Remove more knowledge of a.out and stab information from the tree.
ok miod


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/19 03:07:49

Modified files:
	infrastructure/lib/DPB: Engine.pm PkgPath.pm 

Log message:
when we rescan paths, we temporarily delete info. Those paths are
already in the system, and we can't take them out, so keep the "old" pkgname
around until we rescanned succesfully. This avoids race conditions if
handle_non_waiting_jobs gets called while we're still scanning.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 03:15:00

Modified files:
	x11/gnustep/projectcenter: Makefile 
Added files:
	x11/gnustep/projectcenter/patches: 
	                                   patch-Modules_Preferences_Misc_PCMiscPrefs_h 

Log message:
much better objc support in gdb from ports, so make it the default gdb
to be used and add as RDEP


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/19 03:23:59

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
In carp_set_addr6() break out of the loop after the interface address
has been found.  This makes the IPv6 code work like IPv4.
OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 03:24:57

Modified files:
	sys/kern       : kern_subr.c 

Log message:
When hooks are called, allow them to disestablish themselves by using
the safe version to traverse the TAILQ list.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/19 03:32:16

Modified files:
	sys/arch/amd64/amd64: disksubr.c 
	sys/arch/arm/arm: disksubr.c 
	sys/arch/aviion/aviion: disksubr.c 
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa64/hppa64: disksubr.c 
	sys/arch/i386/i386: disksubr.c 
	sys/arch/landisk/landisk: disksubr.c 
	sys/arch/loongson/loongson: disksubr.c 
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/octeon/octeon: disksubr.c 
	sys/arch/sgi/sgi: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 
	sys/kern       : subr_disk.c 
	sys/sys        : disklabel.h 

Log message:
Use daddr_t * instead of int * for the partoffp parameter to
readdoslabel(). Ditto all the MD variables whose addresses are passed
to readdoslabel() via partoffp.

Fix some 512-byte block vs disk sector confusion in hppa and sgi.
All the DL_GETxxxxx() defines return disk sector values. All
DL_SETxxxx() take disk sector values. These changes should be no-ops
until a drive using non-512-byte-sectors is encountered.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/19 03:33:36

Modified files:
	gnu/usr.bin/binutils/gdb: amd64obsd-tdep.c 

Log message:
Depending on wether the kernel has been compiled with or without
debug information, gdb will either see calltrap or alltraps in the
stack trace of a kernel core file.  To make the gdb backtrace command
work without debug information in the amd64 kernel, add the same
special case for alltraps as for calltrap.
OK miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/19 03:33:52

Modified files:
	infrastructure/lib/DPB: Engine.pm PkgPath.pm 

Log message:
isolate dirty details of fullpkgname remanence in its own function,
and fix a stupid bug.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/19 03:48:08

Modified files:
	net/p5-Net-Whois-RIPE: Makefile distinfo 
	net/p5-Net-Whois-RIPE/pkg: PLIST 

Log message:
Update p5-Net-Whois-RIPE to 2.005001.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 03:48:24

Modified files:
	www/sope       : Makefile 
Added files:
	www/sope/patches: 
	                  patch-sope-appserver_NGObjWeb_DynamicElements_WOComponentContent_m 
	                  patch-sope-appserver_NGObjWeb_DynamicElements_decommon_h 
	                  patch-sope-appserver_NGObjWeb_NSObject+WO_m 
	                  patch-sope-appserver_NGObjWeb_WOSession_m 
	                  patch-sope-appserver_NGObjWeb_common_h 
	                  patch-sope-core_EOControl_EOKeyValueCoding_m 
	                  patch-sope-core_EOControl_EOSortOrdering_m 
	                  patch-sope-core_EOControl_EOValidation_m 
	                  patch-sope-core_EOControl_common_h 
	                  patch-sope-core_NGExtensions_EOExt_subproj_EOQualifier+CtxEval_m 
	                  patch-sope-core_NGStreams_NGStreamCoder_m 
	                  patch-sope-gdl1_GDLAccess_common_h 
	                  patch-sope-ldap_NGLdap_EOQualifier+LDAP_m 
	                  patch-sope-mime_NGImap4_imCommon_h 
	                  patch-sope-mime_NGMime_common_h 

Log message:
prepare sope to build with upcoming libobjc2 update

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 03:49:16

Modified files:
	www/sogo       : Makefile 
Added files:
	www/sogo/patches: patch-SOPE_GDLContentStore_EOQualifier+GCS_m 
	                  patch-SOPE_GDLContentStore_GCSFolder_m 

Log message:
prepare sogo for upcoming libobjc2 update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 03:49:52

Modified files:
	net/sic        : Makefile distinfo 
	net/sic/patches: patch-Makefile patch-config_mk 
Added files:
	net/sic/patches: patch-util_c 
Removed files:
	net/sic/patches: patch-sic_c 

Log message:
update sic to 1.2

OK sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 03:51:11

Modified files:
	x11/gnustep/libobjc2: Makefile distinfo 
	x11/gnustep/libobjc2/pkg: PLIST 
Added files:
	x11/gnustep/libobjc2/patches: patch-CMakeLists_txt 
Removed files:
	x11/gnustep/libobjc2/patches: patch-Makefile 

Log message:
update to libobjc2-1.7

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 03:56:18

Modified files:
	textproc/cloc  : Makefile distinfo 

Log message:
update cloc to 1.60

OK benoit@ sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 04:02:12

Modified files:
	databases/directoryassistant: Makefile distinfo 
	databases/directoryassistant/pkg: PLIST 

Log message:
update directoryassistant to 2.1
drop myself as maintainer

OK landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 04:13:18

Modified files:
	.              : aviion.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 04:16:42

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 04:35:01

Modified files:
	print/lout     : Makefile distinfo 
	print/lout/patches: patch-doc_user_README 
Added files:
	print/lout/pkg : DESCR PLIST 
Removed files:
	print/lout/pkg : DESCR-doc DESCR-main PLIST-doc PLIST-main 

Log message:
update to lout 3.40
merge -doc and take maintainer

unfortunately this requires pkg_delete pkg_add

thanks for holding hands with this to sthen@
OK sthen@ and kili@ (to an earlier version)


CVSROOT:	/cvs
Module name:	www
Changes by:	jung@cvs.openbsd.org	2013/10/19 04:36:02

Modified files:
	faq            : current.html 

Log message:
mention lout 3.40 update


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/19 04:38:55

Modified files:
	sys/netinet    : ip_output.c tcp_output.c tcp_subr.c 
	                 udp_usrreq.c 

Log message:
make in_proto_cksum_out not rely on the pseudo header checksum to be
already there, just compute it - it's dirt cheap. since that happens
very late in ip_output, the rest of the stack doesn't have to care about
checksums at all any more, if something needs to be checksummed, just
set the flag on the pkthdr mbuf to indicate so.
stop pre-computing the pseudo header checksum and incrementally updating it
in the tcp and udp stacks.
ok lteo florian


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/19 04:47:53

Modified files:
	sys/net        : pf.c 

Log message:
pf_cksum doesn't need to compute the pseudo hdr cksum any more.
ok lteo florian


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 04:48:29

Modified files:
	x11/tabbed     : Makefile distinfo 
	x11/tabbed/patches: patch-config_def_h patch-config_mk 

Log message:
update tabbed to 0.5

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/19 04:49:31

Modified files:
	sys/net        : if_pflow.c 

Log message:
simplify: no need to muck with the pseudo hdr cksum any more
ok lteo florian


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/19 04:51:41

Modified files:
	sys/net        : pipex.c 

Log message:
simplify checksum handling. no need to compute the pseudo hdr cksum
in the v4 case any more, and computing the cksum in the v6 case isn't
needed either. ok florian lteo


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/19 05:11:24

Modified files:
	sys/net        : if.c 

Log message:
When we attach an interface, do not try to reuse the last index to
limit the possible races related to unscheduled task, or anything
else, relying on an unique index.

I say "limit" here because a race can still occurs if you run out
of indexes and jump back to 1.  A generation number can be added
later to avoid this problem.

ok deraadt@, claudio@, krw@, mikeb@, "I can live with it" reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 05:20:08

Modified files:
	sys/net        : if_vxlan.c 

Log message:
When a multicast tunnel destination is configured, we have to detect address
and link state changes on the interface that is sending out the tunnel
traffic.  Attach a link state and address hook in this case and reset the
multicast configuration.  This also fixes a problem on VMware that looses
the multicast associations when the virtual link state of the NIC is
triggered.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 05:37:20

Modified files:
	sys/net        : if_vxlan.c 

Log message:
In an ideal world, we would use splsoftnet() for all the interface
configuration steps.  But vxlan(4) has to configure the link state and
address hooks of a parent interface that potentially need splnet().
So revert everything back to use splnet() for now.

Discussed with mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 06:01:24

Modified files:
	x11/gnustep/gui: Makefile 
Added files:
	x11/gnustep/gui/patches: 
	                         patch-Tools_speech_GSSpeechSynthesizer_m 

Log message:
prepare build with clang


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/19 07:03:43

Modified files:
	sys/dev/ic     : ami.c 

Log message:
we dont fake VPD INQUIRY pages, so fail on requests for them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 07:25:06

Modified files:
	x11/gnustep    : gnustep.port.mk 
	x11/gnustep/aclock: Makefile 
	x11/gnustep/addresses: Makefile 
	x11/gnustep/affiche: Makefile 
	x11/gnustep/back: Makefile 
	x11/gnustep/base: Makefile 
	x11/gnustep/batmon: Makefile 
	x11/gnustep/cdplayer: Makefile 
	x11/gnustep/corebase: Makefile 
	x11/gnustep/cynthiune: Makefile 
	x11/gnustep/databasin: Makefile 
	x11/gnustep/dbuskit: Makefile 
	x11/gnustep/edenmath: Makefile 
	x11/gnustep/examples: Makefile 
	x11/gnustep/fisicalab: Makefile 
	x11/gnustep/ftp: Makefile 
	x11/gnustep/gemas: Makefile 
	x11/gnustep/gmastermind: Makefile 
	x11/gnustep/gmines: Makefile 
	x11/gnustep/gnumail: Makefile 
	x11/gnustep/gomoku: Makefile 
	x11/gnustep/gorm: Makefile 
	x11/gnustep/graphos: Makefile 
	x11/gnustep/grr: Makefile 
	x11/gnustep/gshisen: Makefile 
	x11/gnustep/gspdf: Makefile 
	x11/gnustep/gui: Makefile 
	x11/gnustep/gworkspace: Makefile 
	x11/gnustep/highlighterkit: Makefile 
	x11/gnustep/imageviewer: Makefile 
	x11/gnustep/jigsaw: Makefile 
	x11/gnustep/lapispuzzle: Makefile 
	x11/gnustep/laternamagica: Makefile 
	x11/gnustep/libobjc2: Makefile 
	x11/gnustep/make: Makefile 
	x11/gnustep/matharray: Makefile 
	x11/gnustep/mpdcon: Makefile 
	x11/gnustep/netclasses: Makefile 
	x11/gnustep/paje: Makefile 
	x11/gnustep/pantomime: Makefile 
	x11/gnustep/performance: Makefile 
	x11/gnustep/price: Makefile 
	x11/gnustep/projectcenter: Makefile 
	x11/gnustep/remotedesk: Makefile 
	x11/gnustep/renaissance: Makefile 
	x11/gnustep/rsskit: Makefile 
	x11/gnustep/silver-theme: Makefile 
	x11/gnustep/simpleagenda: Makefile 
	x11/gnustep/sqlclient: Makefile 
	x11/gnustep/sudoku: Makefile 
	x11/gnustep/systempreferences: Makefile 
	x11/gnustep/terminal: Makefile 
	x11/gnustep/timemon: Makefile 
	x11/gnustep/webserver: Makefile 
	x11/gnustep/webservices: Makefile 
	x11/gnustep/zipper: Makefile 

Log message:
build gnustep related packages on amd64 and i386 with clang,
macppc still stays on using gcc due to too many problems there.
On amd64 and i386 now use the non-fragile-abi.

Now that allows on amd64 and i386 to use newer objective-c 2.0
features.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 07:26:21

Modified files:
	www/sope       : Makefile 
	www/sogo       : Makefile 

Log message:
bump due to building with clang and using non-fragile-abi on i386 and amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 07:26:46

Modified files:
	games/oolite   : Makefile 

Log message:
bump due to building with clang and using non-fragile-abi on i386 and amd64


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/19 07:26:56

Modified files:
	net/quagga     : Makefile distinfo 

Log message:
update to quagga 0.9.22.4, including a security fix for an issue with
OSPF-API, and discard malformed LSAs which don't cause a problem for
quagga itself but when passed to other implementations can trigger
http://www.kb.cert.org/vuls/id/229804 (i.e. to limit the distribution
of such bad LSAs).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/19 07:29:53

Modified files:
	devel/libyubikey: Makefile distinfo 
	devel/libyubikey/pkg: PLIST 

Log message:
update to libyubikey 1.11, adding manuals


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 07:51:40

Modified files:
	usr.bin/gprof  : gprof.h 

Log message:
a.out went away


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 08:05:14

Modified files:
	sys/net        : if.c if.h if_vlan.c if_vlan_var.h 

Log message:
Bring back the if_detachhook.  We're going to have more users now.

ok mpi@ henning@ benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 08:17:52

Log message:
    import CameraKit.
    CameraKit is a simple Objective-C wrapper around libgphoto2.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131019
    
    N ports/x11/gnustep/camerakit/Makefile
    N ports/x11/gnustep/camerakit/distinfo
    N ports/x11/gnustep/camerakit/pkg/DESCR
    N ports/x11/gnustep/camerakit/pkg/PLIST
    N ports/x11/gnustep/camerakit/patches/patch-GNUmakefile
    N ports/x11/gnustep/camerakit/patches/patch-GSCamera_h
    N ports/x11/gnustep/camerakit/patches/patch-GSCamera_m
    N ports/x11/gnustep/camerakit/patches/patch-GSGPhoto2_m
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/19 08:18:36

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Keep track of which fds were closed before and only close those still
open.  Otherwise if there are parallel requests and the timing is just
right we were closing random fds from other connections.
OK blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/10/19 08:18:39

Modified files:
	usr.sbin/snmpd : trap.c 

Log message:
Fix receipt of OID varbinds when sending traps

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 08:19:33

Log message:
    Camera is a graphical frontend to libgphoto2. It lets you download
    images from many digital cameras supported by libgphoto2.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131019
    
    N ports/x11/gnustep/camera/Makefile
    N ports/x11/gnustep/camera/distinfo
    N ports/x11/gnustep/camera/pkg/DESCR
    N ports/x11/gnustep/camera/pkg/PLIST
    N ports/x11/gnustep/camera/patches/patch-CameraController_m
    N ports/x11/gnustep/camera/patches/patch-GNUmakefile
    N ports/x11/gnustep/camera/files/Camera.tif
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 08:20:19

Modified files:
	x11/gnustep    : Makefile 

Log message:
+ camera, camerakit


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 08:23:26

Modified files:
	sys/net        : if_vxlan.h 

Log message:
forgot the cookies


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/19 08:32:45

Modified files:
	share/man/man4 : vga.4 
	sys/dev/ic     : vga.c 

Log message:
Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 08:33:03

Log message:
    Import DisplayCalibrator, a frontend to xgamma.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131019
    
    N ports/x11/gnustep/displaycalibrator/Makefile
    N ports/x11/gnustep/displaycalibrator/distinfo
    N ports/x11/gnustep/displaycalibrator/pkg/DESCR
    N ports/x11/gnustep/displaycalibrator/pkg/PLIST
    N ports/x11/gnustep/displaycalibrator/patches/patch-main_m
    N ports/x11/gnustep/displaycalibrator/patches/patch-AppController_m
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 08:33:40

Modified files:
	x11/gnustep    : Makefile 

Log message:
+ displaycalibrator


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/19 08:34:20

Modified files:
	sys/dev/wsfont : wsfont.c 

Log message:
Remove Unicode to ISO-8859-7 translation tables, they would only be used if
one were to use an ISO-8859-7-encoded font on a raster display, yet none of
the fonts the kernel chooses from uses this encoding.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/19 08:46:31

Modified files:
	sys/net        : if_gif.c if_gre.c if_loop.c if_ppp.c if_pppx.c 
	                 if_sl.c if_tun.c if_vether.c if_vxlan.c 

Log message:
Uniformize drivers doing nothing with their multicast filters to make
them ignore the SIOC{ADD,DEL}MULTI ioctls.

ok reyk@, claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 08:50:22

Modified files:
	sys/netinet    : in_systm.h 

Log message:
remove confusing comments referencing the vax


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/19 08:54:18

Modified files:
	sys/net        : if.c 

Log message:
in order to make our life a tad easier and prevent rogue accesses
to the routing table from the hardware interrupt context defer the
if_link_state_change to the process context.

a token (an interface index) is passed to the workq in order to
make sure that if the interface would be gone by the time syswq
goes around to run the task it would just fall through.

ok henning, mpi, deraadt, claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/10/19 09:04:26

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 bgpd.h parse.y printconf.c 
	                 rde_filter.c util.c 

Log message:
Merge the prefix and prefixlen filter bits into one filter. Change the
filter expansion so that rules are grouped by prefixes last. The RDE will
then be able to optimize the rules into table lookups but that is a later
step. As additional goodies it is now possible to use inet and inet6
on their own and or-longer can be used as a shorthand for prefixlen >= len.
OK henning@ sthen@ florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 09:15:31

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/10/19 09:26:06

Modified files:
	etc            : crontab 

Log message:
add a random sleep of up to half an hour to distribute the server
load from spamd-setup. Brought up by phessler@ who also pointed out
that the percent sign must be escaped in the command.

ok ajacoutot@ joerg@ phessler@ and sort of @blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/10/19 09:45:33

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
Enable TX checksum offload; from brad@ with input from mikeb@.
Tested extensively by henning@ and myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/19 09:49:35

Modified files:
	sys/dev/acpi   : acpithinkpad.c 

Log message:
Support the hibernate key (Fn-F12)


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/19 10:09:54

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Now carp_set_addr() and carp_set_addr6() break out of the loop after
they have found the interface address, so we can get rid of the
additional variable ia_if.  No functional change.
OK mpi@ phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/19 10:26:57

Modified files:
	devel/xulrunner: Makefile.inc 
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/1.9/pkg: PLIST-devel PLIST-main 

Log message:
Prepare for an upcoming xulrunner/24 port, move some WANTLIB/LIB_DEPENDS
around, fix @conflict markers...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/19 10:27:37

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Prepare for a MOZILLA_PROJECT=xulrunner for xulrunner/24


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/10/19 10:33:54

Log message:
    Import ports/net/clamz. ok abieber@
    
    Clamz is a little command-line program to download MP3 files from
    Amazon.com's music store. It is intended to serve as a substitute for
    Amazon's official MP3 Downloader, which is not free software (and
    therefore is only available in binary form for a limited set of
    platforms.) Clamz can be used to download either individual songs or
    complete albums that you have purchased from Amazon.
    
    Status:
    
    Vendor Tag:	jturner
    Release Tags:	jturner_20131019
    
    N ports/net/clamz/Makefile
    N ports/net/clamz/distinfo
    N ports/net/clamz/pkg/DESCR
    N ports/net/clamz/pkg/PLIST
    N ports/net/clamz/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/10/19 10:35:25

Modified files:
	net            : Makefile 

Log message:
+clamz


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/19 10:37:26

Modified files:
	misc/nyancat   : Makefile distinfo 
	misc/nyancat/patches: patch-src_nyancat_c 

Log message:
update one of the most important and daily used ports: nycancat to 1.2.1

so much OK from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/19 10:37:33

Log message:
    Initial import of xulrunner 24.0.
    
    Based off Firefox 24 ESR engine, with 300% less patching included, and
    finally using a standard directory layout!
    - Similar split between -main & -devel as done in 1.9.
    - Can be installed alongside 1.9
    - Ports using 1.9 will gradually be migrated to 24 so that the
    unmaintained 1.9 can hit the attic..
    - Should build on ppc & sparc64, and maybe even alpha. Time will tell..
    - manually strip the sdk/lib/lib*.so libraries, otherwise that copy of
    libxul is 1Gb on amd64..
    - To be improved in-tree over time, but will be linked to the build.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131019
    
    N ports/devel/xulrunner/24/Makefile
    N ports/devel/xulrunner/24/distinfo
    N ports/devel/xulrunner/24/pkg/DESCR-devel
    N ports/devel/xulrunner/24/pkg/DESCR-main
    N ports/devel/xulrunner/24/pkg/PLIST-main
    N ports/devel/xulrunner/24/pkg/PLIST-devel
    N ports/devel/xulrunner/24/patches/patch-ipc_chromium_src_base_debug_util_posix_cc
    N ports/devel/xulrunner/24/patches/patch-xulrunner_installer_libxul-embedding_pc_in
    N ports/devel/xulrunner/24/patches/patch-ipc_chromium_src_base_dir_reader_bsd_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/19 10:38:18

Modified files:
	devel/xulrunner: Makefile 

Log message:
link xulrunner/24 to the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/19 10:51:33

Modified files:
	geo/qlandkartegt: Makefile distinfo 
Removed files:
	geo/qlandkartegt/patches: patch-3rdparty_map2jnx_main_cpp 
	                          patch-ConfigureChecks_cmake 
	                          patch-config_h_cmake 
	                          patch-src_CTrackDB_cpp 

Log message:
update qlandkartegt to 1.7.5

OK landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/19 10:53:16

Modified files:
	sbin/growfs    : growfs.8 
	share/man/man4 : atu.4 gre.4 acpitoshiba.4 

Log message:
fix obvious .An formatting errors
found while working on mandoc apropos


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/19 12:15:39

Modified files:
	bin/csh        : csh.1 
	gnu/usr.sbin/sendmail/sendmail: sendmail.8 
	usr.bin/make   : make.1 
	usr.sbin/dhcpd : dhcpd.conf.5 dhcpd.leases.5 

Log message:
fix a few obvious .Ar markup errors (unfortunately, there are many more)
found while working on mandoc apropos


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/19 12:22:37

Modified files:
	sys/net        : if_vxlan.c if_vxlan.h 

Log message:
Improve the address and linkstate hooks and add an additional detach
hook to track any changes of the parent multicast interface.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/19 12:59:22

Modified files:
	app/cwm        : client.c mousefunc.c 

Log message:
I believe we redraw the border in too many cases; likely a leftover from
the cc->pwin days - don't redraw on every unhide, resize, and mouse
move/resize Expose event (note, all Expose events trigger a redraw
anyway).

Tested with some finicky X apps I could think of, though I'm sure others
will find more - if so, and they 'lose' the border, please report!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/19 13:22:25

Modified files:
	misc/nyancat   : Makefile 

Log message:
when going from a high version number e.g. 20121007 to a low one eg. 1.2.1,
an EPOCH bump is required.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/19 13:39:35

Modified files:
	app/cwm        : calmwm.h client.c conf.c xutil.c 

Log message:
Using xu_btn_ungrab() buttons during client_leave doesn't work (error
BadValue) when the modifier is already AnyModifier .  Instead alter
xu_btn_ungrab() to ungrab AnyButton/AnyModifier and call it only when a
client is coming into focus in client_setactive(), instead of iterating
over ignore mods - matches how we handle key grabs.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/19 13:45:17

Modified files:
	sys/arch/armv7/imx: imxgpio.c 

Log message:
Wandboard also is a supported board of this driver.  Every i.MX6 based
device is.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/19 14:06:14

Modified files:
	infrastructure/bin: portcheck 

Log message:
Improve handling of icon themes:
- Make sure there is @unexec-delete rm -f %D/share/icons/foo/icon-theme.cache
for every icon theme index file; e.g., remove caches altogether with the
theme itself. Also, make sure that such line preceeds all of the icon theme
files there.
- Stop checking if the @exec/@unexec-delete line for theme is already listed:
we already take number of them into account, and those checks involve
calling the fgrep(1).


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/19 14:46:31

ports/misc/uniutils/patches

Update of /cvs/ports/misc/uniutils/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19739/patches

Log Message:
Directory /cvs/ports/misc/uniutils/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/19 14:57:20

Modified files:
	misc/uniutils  : Makefile 
	misc/uniutils/pkg: PLIST 
Added files:
	misc/uniutils/patches: patch-uniname_1 

Log message:
Fix a documentation formatting bug that made part of the text
incomprehensible with both groff and mandoc.
Issue found because naddy@ reported that mandoc complains about another
bug (unknown macro) in just the same sentence - correcting this, too.
While here, remove USE_GROFF and add @comment bin/utf8lookup.  Bump.
OK nicm@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/19 15:02:50

Modified files:
	sys/ddb        : db_struct.c parse_structinfo.pl 

Log message:
LP64 non-PMAP_DIRECT archs like sparc64 have a structure larger
than 65536 bytes, so make parse_structinfo.pl detect that and
switch to u_int for sizes and offsets when that happens.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/19 15:25:16

Modified files:
	sys/netinet6   : ip6_input.c route6.c 

Log message:
Our IPv6 stack was scanning all extension headers for routing header
type 0 and dropped the packet if it found one.  RFC 5095 demands
to handle a routing header type 0 like an unrecognised routing type.
This is enough to protect the own machine.

To protect a network as a firewall, we have pf which does the same
full scan in pf_walk_header6().  As pf is enabled by default, nothing
changes for most users.  If you turn off pf on your router, you
should not expect extra protection.

Get rid of the double scanning in ip6_input() and and the older
disabled code in route6_input().  No more special treatment of
routing header type 0 in the IPv6 stack.

OK henning@ mikeb@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/19 19:35:47

Modified files:
	app/cwm        : client.c 

Log message:
revert 1.138 (WM_TAKE_FOCUS) for now


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/19 19:55:32

Modified files:
	app/cwm        : calmwm.h conf.c xutil.c 

Log message:
wrap key ungrab like btn ungrab, for it'll be used again


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/19 20:00:03

Modified files:
	app/cwm        : xutil.c 

Log message:
shuffle


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/19 21:07:36

Modified files:
	bin/date       : date.c 

Log message:
Parse the argument the -r option with atoll() to support dates past 2038

from J Drivdal (xjd (at) rivu.net)


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/19 22:27:24

Modified files:
	share/man/man4 : pf.4 

Log message:
Document the ioctl commands of the new queueing system: DIOCADDQUEUE,
DIOCGETQUEUES, DIOCGETQUEUE, and DIOCGETQSTATS (the older version has
been renamed to DIOCGETALTQSTATS).

ok henning jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/19 22:39:29

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
document % expansions performed by "Match command ..."


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/20 00:08:16

Modified files:
	.              : plus.html 

Log message:
plus.html for Oct 7-13, ok jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/20 00:19:28

Modified files:
	usr.bin/ssh    : readconf.c ssh_config.5 

Log message:
rename "command" subclause of the recently-added "Match" keyword to
"exec"; it's shorter, clearer in intent and we might want to add the
ability to match against the command being executed at the remote end in
the future.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/20 01:40:44

Modified files:
	lib/libc/gen   : nlist.3 
	lib/libc/sys   : execve.2 
	usr.bin/nm     : nm.1 size.1 
	usr.bin/rdist  : rdist.1 
	sys/arch/sparc/stand/installboot: installboot.8 
	sys/arch/aviion/stand/a2coff: a2coff.8 
	usr.sbin/mopd/mopa.out: mopa.out.1 
	usr.sbin/mopd/mopd: mopd.8 
	bin/csh        : csh.1 

Log message:
catch up with elf(5)/stab(5) removal;
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 02:27:17

Modified files:
	distrib/alpha/bsd.rd: Makefile 

Log message:
Fix release after rdsetroot shuffle.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 02:43:44

Modified files:
	share/man/man4 : Makefile crypto.4 pci.4 
	sys/dev/pci    : files.pci 
Removed files:
	share/man/man4 : noct.4 
	sys/dev/pci    : noct.c noctreg.h noctvar.h 

Log message:
tedu noct(4). dmesglog shows no users of this device and the driver has
a bug that nobody (even the original author) knows how to fix.

"kill with fire" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 02:48:39

Modified files:
	sys/net        : bridgestp.c 

Log message:
remove irrelevant comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/20 03:07:57

Modified files:
	www/webkit/patches: patch-Source_WTF_wtf_Atomics_h 

Log message:
Shot in the dark to fix on sparc64 by providing int64_t variants of
atomicDecrement/Increment.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 03:16:36

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/20 03:21:27

Added files:
	devel/xulrunner/24/patches: patch-mfbt_Compiler_h 

Log message:
While xulrunner itself is built with a recent compiler as firefox, we don't
want to enforce its users to build with gcc >= 4.4, so transform a
#error into a #warning. Less kittens harmed.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 03:27:39

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Use a second inflate page for stream finalize, since it is possible
(though unlikely) for the end of stream marker to overflow from one page.
This should fix a few (but not all) spurious failure-to-hibernate errors.

Also remove an unnecessary cache flush during deflate.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2013/10/20 03:34:21

Modified files:
	usr.bin/mg     : theo.c 

Log message:
the safety of the internet is called into doubt

prodding and okay mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 03:35:36

Modified files:
	sys/dev/wsfont : wsfont.c 

Log message:
Replace manual list handling with a TAILQ.


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/10/20 03:36:29

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
reserve file descriptors for incoming connections so we
will be able to actually run the cgi for them later on.
mirrored on relayd.
ok florian@ blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/20 03:37:50

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
Don't turn on modifyOtherKeys by default, it is annoying if tmux is
killed and it's left on and we can't turn it on and off like we do for
attributes. It's not hard to enable in .Xresources or .Xdefaults anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 03:41:31

Modified files:
	sys/arch/i386/i386: hibernate_machdep.c 
	sys/arch/amd64/amd64: hibernate_machdep.c 

Log message:
SMEP (on Ivy Bridge and later CPUs) require page protections that include
at least one supervisor mode (U/S bit = 0) setting in higher level paging
structures. This diff removes PG_u flags from the hibernate resume time
pmap (there was really no reason we needed it), to allow hibernate to
work on Ivy Bridge and later CPUs.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 03:44:17

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Flush the cache after bouncing the inflate page to the piglet.

Fixes resume time stream corruption seen on x230 with large (16GB)
unhibernation


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/20 03:51:26

Modified files:
	usr.bin/ssh    : sftp.1 scp.1 

Log message:
add canonicalisation options to -o lists


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 04:01:29

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
DPRINTFs for various failure cases, disabled by default (uncomment
HIB_DEBUG to see these)


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 04:08:06

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Provide more debugging aids when failing to read the packed image from disk
during hibernate resume.

requested by deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/20 04:11:18

Modified files:
	sys/arch/luna88k/luna88k: disksubr.c 
	sys/arch/sparc/dev: xd.c xy.c 
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/sparc64/dev: fd.c 
	sys/arch/sparc64/sparc64: disksubr.c 
	sys/arch/sparc64/stand/ofwboot: ofdev.c 
	sys/dev        : flash.c 

Log message:
(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to
get disk size, since DL_SETDSIZE() takes disk sector values, not
512-byte block values.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 04:43:48

Modified files:
	sbin/wsconsctl : util.c 
	sys/dev/pci/drm/i915: i915_drv.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 
	sys/dev/wscons : wsconsio.h 

Log message:
WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/20 05:03:03

Modified files:
	sys/net        : pf.c 
	sys/netinet    : in_pcb.c in_pcb.h ip_carp.c ip_icmp.c 
	                 tcp_input.c tcp_subr.c tcp_usrreq.c 
	                 udp_usrreq.c 
	sys/netinet6   : frag6.c in6.c in6_pcb.c nd6.c nd6_nbr.c 
	                 nd6_rtr.c raw_ip6.c 

Log message:
Put a large chunk of the IPv6 rdomain support in-tree.

Still some important missing pieces, and this is not yet enabled.

OK bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 05:16:56

Modified files:
	sys/arch/amd64/amd64: hibernate_machdep.c 
	sys/arch/i386/i386: hibernate_machdep.c 

Log message:
Simplify definition of the side-effect-free wd io routine.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 05:50:57

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Remove Freetype internal directories.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:24:02

Modified files:
	driver/xf86-video-dummy: ChangeLog Makefile.in aclocal.m4 
	                         config.guess config.sub configure 
	                         configure.ac depcomp 
	driver/xf86-video-dummy/src: Makefile.in 

Log message:
Update to xf86-video-dummy 0.3.7


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:25:49

Modified files:
	driver/xf86-video-vesa: ChangeLog Makefile.in aclocal.m4 
	                        config.guess config.sub configure 
	                        configure.ac depcomp 
	driver/xf86-video-vesa/man: Makefile.in 
	driver/xf86-video-vesa/src: Makefile.in vesa.c 
Added files:
	driver/xf86-video-vesa: INSTALL 

Log message:
Update to xf86-video-vesa 2.3.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:27:33

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:34:21

Modified files:
	lib/freetype/include/freetype/config: ftconfig.h 

Log message:
Reduce diff with upstreams.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/10/20 06:35:48

Modified files:
	sys/net        : route.h rtsock.c 

Log message:
Make sure that the RTM_DESYNC message is not filtered out. Also ensure that
rtm_flags and rtm_fmask do not change flags that are kernel specific (e.g.
RTF_CLONED). OK henning@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:40:02

Modified files:
	lib/libXft/src : xftdpy.c xftdraw.c xftfreetype.c xftglyphs.c 

Log message:
Use arc4random()


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/10/20 06:41:08

Modified files:
	app/ico        : Makefile.in aclocal.m4 config.h.in configure 
	                 configure.ac ico.c 
	app/ico/man    : Makefile.in 

Log message:
Use arc4random


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/20 07:14:21

Modified files:
	net/py-snmp    : Makefile distinfo 
	net/py-snmp/pkg: PLIST 

Log message:
Update to py-snmp 4.2.5.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/20 07:15:35

Modified files:
	sys/kern       : subr_disk.c 

Log message:
KNF a long line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/20 07:18:03

Modified files:
	sysutils/dfc   : Makefile distinfo 

Log message:
Update to dfc 3.0.4.

ok jung@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 07:20:14

Modified files:
	sys/dev/wscons : wsdisplay.c 

Log message:
Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/10/20 07:21:57

Modified files:
	sys/net        : if.c pf.c route.c route.h rtsock.c 

Log message:
rt_mpath_next() was always called with 0 in the last argument. So drop it.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 07:22:44

Modified files:
	usr.sbin/wsfontload: wsfontload.8 wsfontload.c 

Log message:
If the font to load is not a file, compute the numbers of characters it
contains from its size, instead of assuming 256.

Default to 12x22 glyph instead of 8x16 if the display is a raster framer buffer
(as opposed to a VGA-compatible text mode).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/10/20 07:23:35

Modified files:
	sys/net        : radix_mpath.c 

Log message:
In rt_mpath_conflict() there is no need to check the priority in the loop
since rt_mpath_prio() and rt_mpath_next() ensure that this is always the
case.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/20 07:24:29

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 

Log message:
Bugfix update to webkit 2.2.1.

http://webkitgtk.org/2013/10/16/webkitgtk2.2.1-released.html


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/20 07:25:21

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/libsa: softraid.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/libsa: softraid.c 
	sys/arch/i386/stand/pxeboot: conf.c 

Log message:
Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes.

So far, only passphrase-based crypto volumes were bootable. Full disk
encryption with keydisks required a non-crypto partition to load the kernel.

The bootloader now scans all BIOS-visible disks for RAID partitions and
automatically associates keydisk partitions with their crypto volume.
Attempting to boot from a volume without its keydisk currently results
in a passphrase prompt (this might be changed in the future).

There is no need to re-create existing volumes. Moving the root partition
onto the crypto disk and running installboot(8) is all that's needed.

help & ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/20 07:32:08

Modified files:
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 

Log message:
Bump version numbers. Was supposed to be part of the keydisk boot commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/20 07:40:48

src/regress/sys/netinet6/rh0

Update of /cvs/src/regress/sys/netinet6/rh0
In directory cvs.openbsd.org:/tmp/cvs-serv28072/rh0

Log Message:
Directory /cvs/src/regress/sys/netinet6/rh0 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/20 07:42:36

Modified files:
	sys/net        : pf.c 

Log message:
in pf_cksum, set the icmp/icmp6 cksums to 0, for comsistency with tcp/udp
with & ok bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/20 07:44:24

Modified files:
	sys/netinet    : ip_output.c 
	sys/netinet6   : ip6_output.c 

Log message:
no need to make the icmp cksum "offloading" case special insofar that the
cksum needs to be 0'd before, pf does that now (just like in the tcp/udp
case) and nothing else uses the icmp "offloading" yet.
with & ok bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/20 07:45:45

Added files:
	regress/sys/netinet6/rh0: Makefile rh0_empty.py rh0_final.py 
	                          rh0_route.py 

Log message:
Use scapy to test IPv6 packets with routing header type 0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/20 08:28:24

Modified files:
	devel/xulrunner/1.9: Makefile 
	devel/xulrunner/24: Makefile 

Log message:
Sprinkle some PKGSPEC for less headaches, and bump REVISIONs.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/20 09:45:09

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c r600.c rs600.c 

Log message:
Use rdev->audio_task for hdmi audio related hotplug events.  Matches the
equivalent Linux code a bit better and was probably what jsg@ intended in
the first place.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/20 09:55:25

Modified files:
	mail/gmime     : Makefile distinfo 

Log message:
Update to gmime-2.6.19.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 10:09:25

Modified files:
	usr.sbin/wsfontload: wsfontload.c 

Log message:
Report i/o errors on stdin as occuring on "stdin" not "(null)"...


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2013/10/20 10:17:37

Modified files:
	sys/net        : radix.c radix_mpath.c radix_mpath.h 

Log message:
Rename rn_mpath_count() to rn_mpath_active_count() since it will only
return the number of active aka RTF_UP multipath routes. OK grep & gcc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 10:35:31

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
Deep inside DIOCXCOMMIT, should return a real errno instead of -1
ok henning pelikan


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 10:44:48

Modified files:
	sys/dev/rasops : rasops.c rasops.h 
	sys/dev/wsfont : wsfont.c wsfont.h 

Log message:
Add a load_font accessop to rasops, to allow for fonts to be loaded and
selected. All rasops fonts are managed by wsfont, which allows a font to be
loaded on a rasops device and used on another.

Currently not plumbed in any driver yet. This is work in progress.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 10:47:25

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
spelling, spacing, etc


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/20 11:16:00

ports/devel/intellij/patches

Update of /cvs/ports/devel/intellij/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15914/patches

Log Message:
Directory /cvs/ports/devel/intellij/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 11:16:47

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Informational message on unpack start


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/20 11:28:43

Modified files:
	usr.bin/tmux   : cfg.c server-client.c server.c tmux.h 

Log message:
Do not run any command line command from the client which starts the
server until after the configuration file completes. This prevents it
racing against run-shell or if-shell in .tmux.conf that run in the
background.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/20 11:36:09

Log message:
    Import vms-empire-1.10.
    
    Empire is a war game played between you and the computer. The world
    on which the game takes place is a square rectangle containing cities,
    land, and water. Cities are used to build armies, planes, and ships
    which can move across the world destroying enemy pieces, exploring, and
    capturing more cities. The objective of the game is to destroy all the
    enemy pieces, and capture all the cities. The computer plays by the same
    rules you do.
    
    This game was ancestral to all later expand/explore/exploit/exterminate
    games, including Civilization and Master of Orion.
    
    ok benoit@ juanfra@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131020
    
    N ports/games/vms-empire/Makefile
    N ports/games/vms-empire/distinfo
    N ports/games/vms-empire/pkg/PLIST
    N ports/games/vms-empire/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/20 11:37:37

Log message:
    Import xgalaga-sdl-2.1.1.0.
    
    XGalaga is a clone of the classic game Galaga for the X Window system.
    It is a Space Invaders-like game with additional features to produce a
    more interesting game.
    
    ok naddy@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131020
    
    N ports/games/xgalaga-sdl/Makefile
    N ports/games/xgalaga-sdl/distinfo
    N ports/games/xgalaga-sdl/pkg/DESCR
    N ports/games/xgalaga-sdl/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/20 11:38:54

Modified files:
	games          : Makefile 

Log message:
+vms-empire +xgalaga-sdl


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/20 11:46:06

Modified files:
	www            : Makefile 

Log message:
Unhook py-zine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/20 11:48:43

Removed files:
	www/py-zine    : Makefile distinfo 
	www/py-zine/pkg: DESCR MESSAGE PLIST 

Log message:
GC py-zine. No updates since 2009 and it's been broken for ETOOLONG.
landry@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/20 12:00:13

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
tweak the "exec" description, as worded by djm;


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/20 13:32:05

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
Update pypi mirrors as per https://pypi.python.org/mirrors.
sthen@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/20 14:03:03

Modified files:
	sys/arch/amd64/amd64: hibernate_machdep.c 
	sys/arch/i386/i386: hibernate_machdep.c 

Log message:
Realmode park is causing more problems than it's solving. Remove until we
have a better handle on it.

Add an assert in i386 MP hibernate quiesce cpu function to ensure we are
running on the BSP


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 14:07:31

Modified files:
	sys/arch/alpha/tc: cfb.c sfb.c 
	sys/arch/armv7/omap: omdisplay.c 
	sys/arch/hp300/dev: dvbox.c gbox.c hyper.c rbox.c topcat.c 
	                    tvrx.c 
	sys/arch/luna88k/dev: lunafb.c 
	sys/arch/macppc/pci: vgafb.c 
	sys/arch/loongson/dev: sisfb.c smfb.c 
	sys/arch/sgi/dev: gbe.c impact.c 
	sys/arch/sgi/xbow: odyssey.c 
	sys/arch/sgi/gio: newport.c 
	sys/arch/sparc/dev: agten.c bwtwo.c cgeight.c cgfour.c 
	                    cgfourteen.c cgsix.c cgthree.c cgtwelve.c 
	                    cgtwo.c mgx.c p9000.c p9100.c rfx.c tcx.c 
	                    tvtwo.c vigra.c zx.c 
	sys/arch/sparc64/dev: creator.c gfb.c gfxp.c ifb.c machfb.c 
	                      pcons.c radeonfb.c raptor.c vgafb.c 
	sys/arch/vax/mbus: legss.c 
	sys/arch/vax/vsa: gpx.c lcg.c lcspx.c smg.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 
	sys/dev/ic     : sti.c vga.c 
	sys/dev/isa    : pcdisplay.c 
	sys/dev/pci/drm/i915: i915_drv.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 
	sys/dev/pci    : tga.c 
	sys/dev/pcmcia : cfxga.c 
	sys/dev/sbus   : agten.c bwtwo.c cgsix.c cgthree.c cgtwelve.c 
	                 mgx.c rfx.c tvtwo.c vigra.c zx.c 
	sys/dev/usb    : udl.c 

Log message:
Use C99 named initializers for struct wsdisplay_accessops fields.
No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/20 15:01:20

Modified files:
	mail/dovecot   : Makefile 
	mail/dovecot/pkg: README-server 

Log message:
Don't suggest that people "might" need to add the login.conf section for
Dovecot, it is definitely required as the default number of FDs is not enough.
ok matthieu@ brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 15:16:35

Modified files:
	sys/conf       : files 

Log message:
Fix osiop.c inclusion rule.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 15:24:01

Modified files:
	sys/dev/ic     : vga.c 
	sys/dev/rasops : rasops.c rasops.h 
	sys/dev/wscons : wsdisplay.c wsdisplayvar.h 
	sys/dev/wsfont : wsfont.c wsfont.h 

Log message:
No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into the
wsdisplay softc. Instead, since the knowledge about available fonts lies in
the parent driver itself, introduce a list_font wsdisplay_accessop which
queries a font index, suitable to use within the WSDISPLAYIO_LSFONT ioctl.

With this in place:
- there is no global wsdisplay limit on the number of fonts loaded. Such a
limit will be enforced by the display drivers themselves.
- built-in kernel fonts will now appear in the list of fonts.

Grow a list_font accesop for rasops, which relies upon wsfont_enum(), which
is turned into something useful (and abortable if you do not need to iterate
further). Not used by any rasops driver yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/20 16:07:57

Modified files:
	sbin/wsconsctl : display.c util.c wsconsctl.h 

Log message:
Introduce write-only (for now) display.font parameter, which issues a
WSDISPLAYIO_USEFONT ioctl, asking the wsdisplay driver to change its
current display font to the one requested (by name).


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/20 16:28:58

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
Make the IPv4 and IPv6 code look similar to allow easy comparison.
While there fix some white space errors.  No functional change.
OK claudio@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/20 20:59:52

Modified files:
	usr.bin/nm     : nm.c 

Log message:
remove a space that snuck into the output


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/20 23:52:15

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 

Log message:
enable support for VMware ParaVirtual SCSI via vmwpvs(4).

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/10/21 01:59:35

Modified files:
	sbin/disklabel : editor.c 

Log message:
improve on last commit: take 10% for swap, with a max of physmem plus a bit


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 02:16:01

Modified files:
	x11/gnustep/camera: Makefile 

Log message:
unbreak camera, don't know how this messed up

spotted and patch by nigel@ thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/21 02:25:42

Modified files:
	sys/arch/macppc/dev: zs.c 

Log message:
Remove unused defines inherited from mac68k.
ok mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 02:27:33

Modified files:
	x11/gnustep/performance: Makefile distinfo 

Log message:
update Performance to 0.4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:42:25

Modified files:
	sys/netinet    : icmp6.h tcp_subr.c tcp_var.h 
	sys/netinet6   : icmp6.c in6_src.c 

Log message:
Sprinkle a lot more IPv6 routing domains support in the kernel.

Mostly mechanical, setting and passing the rdomain and rtable correctly.
Not yet enabled.

Lots of help and hints from claudio and bluhm

OK claudio@, bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:44:13

Modified files:
	sys/net        : if.c 
	sys/netinet6   : ip6_output.c 

Log message:
Enable IPv6 routing domain support

Started by claudio@ for IPv4, lots of heavy work by sperreault@

My part started at s2k11, continued at n2k12, g2k12, c2k12 and n2k13.

Lots of help and hints from claudio and bluhm

OK claudio@, bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:46:07

Modified files:
	usr.sbin/ndp   : ndp.8 ndp.c 
	usr.sbin/rtsold: if.c rtsol.c rtsold.c rtsold.h 

Log message:
Add rdomain support to IPv6 configuration tools

OK claudio@ and bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:47:10

Modified files:
	sbin/ping6     : ping6.8 ping6.c 
	usr.sbin/traceroute6: traceroute6.8 traceroute6.c 

Log message:
More rdomain / rtable support for useful diagnostic tools

OK claudio@ bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:48:22

Modified files:
	usr.sbin/ntpd  : client.c parse.y server.c 

Log message:
remove the IPv4-only check for rdomains, allows IPv6 to use them

OK claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 02:49:09

Modified files:
	x11/gnustep/gui: Makefile 
Added files:
	x11/gnustep/gui/patches: patch-Source_NSBitmapImageRep+PNG_m 
	                         patch-Source_NSBitmapImageRep_m 

Log message:
fix handling of 16Bit png images, fix from upstrem, problem
I reported a few days ago when I was fiddling with Camera


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 02:51:36

Modified files:
	x11/gnustep/camera: Makefile 
	x11/gnustep/camera/pkg: PLIST 
Removed files:
	x11/gnustep/camera/files: Camera.tif 
	x11/gnustep/camera/patches: patch-GNUmakefile 

Log message:
No need for a tiff app icon since gnustep-gui now has a fix for that


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 02:59:49

Modified files:
	usr.bin/nc     : netcat.c 

Log message:
Set the requested rdomain on the socket instead of only on the IPv4 part.

Also, switching to rdomain zero is a legit option so we should allow that.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 03:02:37

Modified files:
	usr.bin/telnet : commands.c 

Log message:
Allow a user to switch to rdomain zero


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/21 03:04:47

Modified files:
	databases/pkglocatedb: Makefile 
	databases/pkglocatedb/files: pkg_locate.1 

Log message:
Use .Mt for email address. No need for -nosplit.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 03:07:27

Modified files:
	meta/gnustep   : Makefile 

Log message:
make the new gnustep ports dependencies to the gnustep meta port


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 03:12:56

Modified files:
	usr.bin/nc     : netcat.c 
	usr.bin/telnet : main.c 

Log message:
Oups, a little bit overzealous.  If we "route -T4 exec telnet foo", then
make sure telnet runs in rdomain 4 as expected.  Same for nc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/21 03:15:07

Modified files:
	net/openvpn    : Makefile 
	net/openvpn/patches: patch-src_openvpn_route_c 
	                     patch-src_openvpn_tun_c 
Added files:
	net/openvpn/patches: patch-src_openvpn_route_h 

Log message:
OpenVPN copies part of the net/route.h header file into their route.c
source file.  They cannot include it, because the kernel route
structure has a name conflict with the openvpn route structure.
The obvious solution is to rename the openvpn route.  According to
the sources, NetBSD and FreeBSD and Dragonfly also suffer from that.

This change is needed for an upcoming routing message change.  We
do not want to patch the port each time when we change the system
header file.

Test and OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/21 03:34:42

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
Fix LDEP-browser to ensure it uses the old xulrunner 1.9 (for now..) and
doesnt pick up the newer one (and fail)


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/10/21 03:39:24

Modified files:
	sys/net        : pf.c 

Log message:
pf_translate: missing conditonal pf_check_proto_cksum calls before
mucking with the icmpid.
impact of the bug is quite limited, only affect icmp echo requests & reply
through nat when the natting does not actually change any address.
ok bluhm, found while hunting something else sthen is seeing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/10/21 03:47:19

Modified files:
	productivity/radicale: Makefile distinfo 
	productivity/radicale/patches: patch-config 
	                               patch-radicale_config_py 
	productivity/radicale/pkg: PLIST 

Log message:
update radicale to version 0.8

OK shen@ ian@ and Sergey (Maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2013/10/21 03:58:14

Modified files:
	usr.sbin/rtsold: rtsol.c 

Log message:
we are passing the variable, not using a global any more.

pointed out by bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 04:04:02

Modified files:
	sys/netinet6   : pim6_var.h 

Log message:
only #ifdef _KERNEL, not #ifdef KERNEL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 04:05:18

Modified files:
	sys/netinet6   : pim6.h 

Log message:
remove dangerous #ifdef BYTE_ORDER


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 04:07:04

Modified files:
	sys/netinet6   : ip6_mroute.c ip6_mroute.h 

Log message:
remove GET_TIME() wrapper


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/10/21 04:10:22

Modified files:
	sys/dev/usb    : if_axen.c 

Log message:
- trivial and/or obvious bug fix
- cosmetic changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 04:29:57

Modified files:
	x11/gnustep    : gnustep.port.mk 

Log message:
allow overriding ONLY_FOR_ARCHS, since some newer stuff may only be
buildable with clang


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/21 04:36:26

Modified files:
	sys/arch/arm/xscale: pxa2x0_lcd.c pxa2x0_lcd.h 
	sys/arch/armv7/omap: omdisplay.c 
	sys/arch/hp300/dev: diofb.c diofbvar.h dvbox.c gbox.c hyper.c 
	                    rbox.c topcat.c tvrx.c 
	sys/arch/loongson/dev: sisfb.c smfb.c 
	sys/arch/luna88k/dev: lunafb.c 
	sys/arch/macppc/pci: vgafb.c 
	sys/arch/sgi/dev: gbe.c impact.c 
	sys/arch/sgi/gio: grtwo.c newport.c 
	sys/arch/sgi/xbow: odyssey.c 
	sys/arch/sparc/dev: fb.c 
	sys/arch/sparc64/dev: fb.c 
	sys/arch/vax/mbus: legss.c 
	sys/arch/vax/vsa: gpx.c lcg.c lcspx.c smg.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 
	sys/dev/pci    : tga.c 
	sys/dev/pci/drm/i915: i915_drv.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 
	sys/dev/pcmcia : cfxga.c 
	sys/dev/usb    : udl.c 

Log message:
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Trivial except for tga(4) and gpx(4/vax) which need a bit more care setting
up a new font.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 05:06:17

Log message:
    PcapKit is a simple Objective-C wrapper around libpcap, supporting a
    large part of its functionality.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131021
    
    N ports/x11/gnustep/pcapkit/distinfo
    N ports/x11/gnustep/pcapkit/Makefile
    N ports/x11/gnustep/pcapkit/pkg/DESCR
    N ports/x11/gnustep/pcapkit/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 05:09:40

Log message:
    The ImpersonatorToolKit is sniffing ethernet traffic for web cookies, storing
    them into a sqlite3 database. Using the proxy interface in a browser will set
    the sniffed cookies into the browser.
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131021
    
    N ports/x11/gnustep/impersonatortoolkit/distinfo
    N ports/x11/gnustep/impersonatortoolkit/Makefile
    N ports/x11/gnustep/impersonatortoolkit/pkg/DESCR
    N ports/x11/gnustep/impersonatortoolkit/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/21 05:10:51

Modified files:
	x11/gnustep    : Makefile 

Log message:
+ pcapkit, impersonatortoolkit


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/21 06:02:26

Modified files:
	usr.sbin/dhcpd : confpars.c 

Log message:
Use the provided netmask on the subnet value provided in 'subnet'
statements, allowing subsequent comparisions with interface
addresses to always work properly.

Problem noted, fix tested & ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/21 06:07:48

Modified files:
	sys/conf       : GENERIC 

Log message:
enable vxlan(4). ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/21 06:14:53

Modified files:
	sys/arch/sgi/hpc: zs.c 
	sys/arch/sparc/dev: zs.c 
	sys/arch/sparc64/dev: zs.c 

Log message:
Fix lies in comments, and apply some KNF and unused or duplicate prototype
removals.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:27:17

Modified files:
	sys/netinet    : ip_icmp.c ip_input.c ip_var.h 
	sys/netinet6   : icmp6.c in6.h in6_proto.c ip6_input.c ip6_var.h 

Log message:
There are gasps of shock!  Add a pmtu delay sysctl BUTTON for netinet6,
making the code the same as netinet4 along the way.
ok bluhm phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:36:15

Modified files:
	sys/netinet6   : ip6_mroute.h 

Log message:
no more #ifdef KERNEL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:37:43

Modified files:
	sys/netinet6   : udp6_output.c 

Log message:
Janitoring.  No significant binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:40:40

Modified files:
	sys/netinet6   : ip6_output.c 

Log message:
pretty up a disgusting chunk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:40:50

Modified files:
	sys/netinet6   : ip6protosw.h 

Log message:
Remove comment regarding BSDI.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/21 06:41:52

Modified files:
	usr.sbin/ndp   : ndp.8 ndp.c 

Log message:
- -V after -t
- fix usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 06:43:18

Modified files:
	sys/netinet    : in.h 

Log message:
Remove some historical comments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/21 06:58:30

Added files:
	productivity/taskjuggler/patches: patch-docs_en_Makefile_in 

Log message:
Make taskjuggler respect kde_htmldir variable. Discovered with help from
landry@ when running bulk build.

Does not change things now (so no bump) but will be needed in the future.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:08:49

Modified files:
	x11/gnome      : Makefile 

Log message:
-gnote


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:09:36

Removed files:
	x11/gnome/gnote: Makefile distinfo 
	x11/gnome/gnote/patches: patch-src_sharp_uuid_hpp 
	x11/gnome/gnote/pkg: DESCR PLIST 

Log message:
remove bulky gnote; one may give bijiben a try for an application providing
similar behaviour.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/10/21 09:10:29

Modified files:
	sys/net        : if.h 

Log message:
nuke comment. How soon is now?
"do it" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:21:14

Modified files:
	x11/gnome/calculator: Makefile distinfo 

Log message:
update to gnome-calculator-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:25:02

Modified files:
	x11/gnome/libgweather: Makefile distinfo 
	x11/gnome/libgweather/pkg: PLIST 

Log message:
update to libgweather-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:25:11

Modified files:
	x11/gtksourceview3: Makefile distinfo 

Log message:
update to gtksourceview3-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/21 09:29:37

Modified files:
	lang/io        : Makefile 
	lang/io/pkg    : PLIST 

Log message:
Depend on libdbi and build DBI addon.  Hidden dependency on libdbi
noticed by naddy@.

OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/21 09:30:39

Modified files:
	sys/arch/armv7/imx: imxesdhc.c 

Log message:
Add SDHC card detect GPIO pins for the i.MX6 Wandboard.

From Artturi Alm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:31:50

Modified files:
	x11/gnome/terminal: Makefile distinfo 
	x11/gnome/terminal/patches: patch-src_terminal_c 

Log message:
update to gnome-terminal-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 09:32:26

Modified files:
	x11/gnome/gedit: Makefile distinfo 
	x11/gnome/gedit/pkg: PLIST 

Log message:
update to gedit-3.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/21 10:12:41

Modified files:
	sys/dev/ic     : ar9380reg.h 

Log message:
Write AR9485 initvals in the same order as Linux ath9k does.
Verified by comparing register write traces.
No currently working athn(4) devices are affected by this change.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/21 10:13:49

Modified files:
	sys/dev/ic     : athnvar.h 

Log message:
Fix values of AR9003 Rx queue software indexes. Both indexes were zero,
which is obviously not intended given how they are used in the ar9003 code.
No currently working athn(4) devices are affected by this change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/21 10:19:38

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: DESCR PLIST 

Log message:
Update to youtube-dl-2013.10.18.2.
Update COMMENT and DESCR to indicate that it actually handles quite
a wide range of sites, not just YouTube.com.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/21 10:19:49

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update texapp to 0.6.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:02:13

Modified files:
	x11/gnome/file-roller: Makefile distinfo 

Log message:
update to file-roller-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:02:52

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 
	x11/gnome/online-accounts/pkg: PLIST 

Log message:
update to gnome-online-accounts-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:28:20

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
update to rygel-0.20.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:28:40

Modified files:
	x11/gnome/contacts: Makefile distinfo 

Log message:
update to gnome-contacts-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:31:27

Modified files:
	net/gupnp/core : Makefile distinfo 

Log message:
update to gupnp-0.20.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:32:15

Modified files:
	net/gupnp/av   : Makefile distinfo 
	net/gupnp/av/patches: patch-tests_Makefile_in 

Log message:
update to gupnp-av-0.12.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 11:42:08

Modified files:
	graphics/gthumb: Makefile distinfo 
	graphics/gthumb/pkg: PLIST 

Log message:
update to gthumb-3.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 12:12:43

Modified files:
	x11/gnome/eog  : Makefile distinfo 

Log message:
update to eog-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 12:12:52

Modified files:
	x11/gnome/eog-plugins: Makefile distinfo 

Log message:
update to eog-plugins-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/21 12:16:16

Modified files:
	x11/gnome/empathy: Makefile distinfo 

Log message:
update to empathy-3.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/21 12:16:28

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
No need for volatile here.
pointed out by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/21 12:17:59

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Check for EINTR, too.
pointed out by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/21 12:19:28

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Do not leak fds in fork(2) error path.
pointed out by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/21 13:04:56

Modified files:
	usr.bin/mg     : dir.c 

Log message:
unbreak make-directory by stripping trailing '/'
OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/21 13:14:56

Modified files:
	lang/tcl/8.5   : Makefile 
	lang/tcl/8.5/pkg: PLIST 
	lang/tcl/8.6   : Makefile 
	lang/tcl/8.6/patches: patch-unix_installManPage 
	lang/tcl/8.6/pkg: PLIST 
	x11/tk/8.5     : Makefile 
	x11/tk/8.5/pkg : PLIST 
	x11/tk/8.6     : Makefile 
	x11/tk/8.6/patches: patch-unix_installManPage 
	x11/tk/8.6/pkg : PLIST 
Removed files:
	lang/tcl/8.5/patches: patch-unix_installManPage 
	x11/tk/8.5/patches: patch-unix_installManPage 

Log message:
remove local changes to generate cat man pages and instead just
install the source man pages; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/21 13:21:20

Modified files:
	mail/mutt/snapshot/patches: patch-doc_Makefile_am 

Log message:
Remove use of tbl as pointed out by kili; mandoc can handle this just fine.


CVSROOT:	/cvs
Module name:	www
Changes by:	benno@cvs.openbsd.org	2013/10/21 14:23:31

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: b2k13-s.gif b2k13.gif 

Log message:
b2k13 is over. Thanks for all the mate.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 14:33:24

Modified files:
	lib/libc       : shlib_version 
	lib/libc/crypt : Makefile.inc arc4random.c 
	include        : stdlib.h 

Log message:
Remove arc4random_stir() and arc4random_addrandom(), which none should
be using directly.  Well, a few rare people cloned it upstream and it
will take a bit of time for them to learn.
ok various


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 14:35:09

Modified files:
	lib/libc/crypt : arc4random.3 
	share/man/man9 : arc4random.9 

Log message:
update documentation for these functions.  They now state the case regarding
pthreads and chroot, and safe initialization without /dev/random and such
junk.  If you are in control of an arc4random in another library, please look
at these pages and get caught up.
ok various


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/21 14:45:05

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k 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	2013/10/21 15:25:39

Modified files:
	mail/roundcubemail: Makefile distinfo 

Log message:
Security update to Roundcube 0.9.5

"We just published new releases which fix a recently reported
vulnerability that allows an attacker to overwrite configuration
settings using user preferences. This can result in random file
access, manipulated SQL queries and even code execution. The latter
one only affects versions 0.8.6 and older."


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/21 15:26:42

Modified files:
	mail/roundcubemail: Tag: OPENBSD_5_4 Makefile distinfo 
	mail/roundcubemail/patches: Tag: OPENBSD_5_4 
	                            patch-config_main_inc_php_dist 

Log message:
MFC Security update to Roundcube 0.9.5

"We just published new releases which fix a recently reported
vulnerability that allows an attacker to overwrite configuration
settings using user preferences. This can result in random file
access, manipulated SQL queries and even code execution. The latter
one only affects versions 0.8.6 and older."


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/21 16:46:29

Modified files:
	graphics/opencv: Makefile distinfo 
	graphics/opencv/patches: patch-CMakeLists_txt 
	graphics/opencv/pkg: DESCR-docs DESCR-main PLIST-docs PLIST-main 
Added files:
	graphics/opencv/patches: patch-cmake_OpenCVFindLibsVideo_cmake 
	                         patch-cmake_OpenCVPCHSupport_cmake 
	                         patch-cmake_OpenCVUtils_cmake 
	                         patch-modules_java_CMakeLists_txt 
	                         patch-samples_ocl_CMakeLists_txt 
	graphics/opencv/pkg: DESCR-java PLIST-java 
Removed files:
	graphics/opencv/patches: patch-OpenCVPCHSupport_cmake 
	                         patch-doc_CMakeLists_txt 
	                         patch-modules_highgui_src_cap_ffmpeg_cpp 
	                         patch-modules_highgui_src_cap_libv4l_cpp 
	                         patch-modules_highgui_src_cap_v4l_cpp 
	                         patch-modules_highgui_src_grfmt_png_cpp 

Log message:
Update to 2.4.6.1. Sat in my tree until sthen@ helped me to realize that.
Key notes:

* OpenCV now has separate "opencv_nonfree" module, which contains all of
the patented algorithms. It was decided on ports@ to not create "nonfree"
FLAVOR but just set PERMIT_PACKAGE_CDROM=No, while allowing FTP
distribution.

* OpenCV now have its own Java bindings. You could avoid building them by
using the "no_java" PSEUDO_FLAVOR.

* Documentation placement was cleaned up, too.

Input from sthen@ and naddy@. Tested on i386 and amd64 with Digikam from WIP.

Okay sthen@ and Rafael Sadowski (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/21 17:32:33

Modified files:
	usr.bin/mandoc : libmdoc.h mdoc.c mdoc_macro.c mdoc_validate.c 

Log message:
There are three kinds of input lines: text lines, macros taking
positional arguments (like Dt Fn Xr) and macros taking text as
arguments (like Nd Sh Em %T An).  In the past, even the latter put
each word of their arguments into its own MDOC_TEXT node; instead,
concatenate arguments unless delimiters, keeps or spacing mode
prevent that.  Regarding mandoc(1), this is internal refactoring,
no output change intended.

Once we will switch mandocdb(8) from DB to SQLite in the future,
this is going to be required to support search expressions crossing
word boundaries, and it will reduce both database sizes and build
times by a bit more than 5% each.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/21 17:38:45

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-channels_chan_sip_c 
	telephony/asterisk/pkg: PLIST-main 
Removed files:
	telephony/asterisk/patches: patch-main_http_c 

Log message:
update to asterisk 11.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/10/21 18:15:01

Modified files:
	graphics/inkscape: Makefile distinfo 
	graphics/inkscape/patches: patch-configure_ac 
	                           patch-src_extension_implementation_script_cpp 
	graphics/inkscape/pkg: PLIST 
Removed files:
	graphics/inkscape/patches: 
	                           patch-src_extension_internal_pdfinput_pdf-parser_cpp 
	                           patch-src_extension_internal_pdfinput_svg-builder_cpp 
	                           patch-src_helper_png-write_cpp 
	                           patch-src_sp-image_cpp 

Log message:
Update to inkscape-0.48.4.

OK zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/21 23:26:24

Modified files:
	devel/py-hgtools: Makefile distinfo 

Log message:
Update to py-hgtools 4.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/22 00:03:55

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/patches: patch-configure patch-src_Makefile_in 
	                  patch-src_Resolver_cc 

Log message:
Update to lftp 4.4.10.

ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/22 00:26:09

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: PLIST-server 

Log message:
Crank the @ask-update entry in pkg/PLIST-server and add a reminder
to do so for every major update.

ok jeremy@, pea@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/22 00:40:36

Modified files:
	lib/libc/crypt : arc4random.3 

Log message:
delete extra words; Henri Kemppainen


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/22 00:51:41

Modified files:
	lib/libc/crypt : arc4random.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/22 00:51:54

Modified files:
	sys/sys        : select.h 

Log message:
kernel has memcpy/memset now


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/22 01:41:23

Modified files:
	usr.bin/mg     : file.c 

Log message:
Our man page states that it's not portable to rely on dirname(3) not
modifying the contents of the passed string. Replace dirname(3) with
mg's xdirname portability helper function (a slightly different fix
than Gentoo's).

Report and initial analysis by Marien Zwart in Gentoo bug #487758 via
Han Boetes (hboetes _AT_ gmail).
Gentoo bugfix by Ulrich Mueller (ulm _AT_ gentoo).
testing on glibc / input Ulrich Mueller; testing on glibc Han Boetes.
Thanks!

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 02:26:12

Added files:
	net/isc-bind/patches: patch-lib_isc_random_c 

Log message:
don't use arc4random_addrandom to seed


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/10/22 02:34:04

Modified files:
	sys/net        : if_vxlan.c 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 02:46:10

Added files:
	mail/exim/patches: patch-src_expand_c 

Log message:
don't use arc4random_stir to seed


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 02:50:33

Modified files:
	mail/roundcubemail: Tag: OPENBSD_5_3 Makefile distinfo 

Log message:
Security update for 5.3 to Roundcube 0.8.7, req'd+tested by Scott McEachern

"We just published new releases which fix a recently reported
vulnerability that allows an attacker to overwrite configuration
settings using user preferences. This can result in random file
access, manipulated SQL queries and even code execution. The latter
one only affects versions 0.8.6 and older."


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2013/10/22 02:53:45

Modified files:
	.              : 54.html 

Log message:
989 packages for sh


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 02:56:34

Modified files:
	security/clamav: Makefile 
Added files:
	security/clamav/patches: patch-libclamav_bignum_fast_h 

Log message:
ClamAV 0.98 moved from libtommath to tomfastmath; however word-length detection
is broken on !amd64 64-bit arch which invalidates assumptions in the code.
Workaround by taking a diff from clamav upstream. This fixes a problem reported
by Markus Lude where freshclam signature checks fail - researched by him and
port diff from him (I just added a bit of commentary to the patch file).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 03:01:14

Modified files:
	security/clamav: Tag: OPENBSD_5_4 Makefile distinfo 
	security/clamav/patches: Tag: OPENBSD_5_4 
	                         patch-clamd_Makefile_in 
	                         patch-database_Makefile_in 
	                         patch-libclamav_Makefile_in 
	                         patch-libclamav_mbox_c 
	                         patch-libclamav_ole2_extract_c 
	                         patch-libclamav_str_c 
	                         patch-libclamav_vba_extract_c 
	security/clamav/pkg: Tag: OPENBSD_5_4 PLIST 
Added files:
	security/clamav/patches: Tag: OPENBSD_5_4 
	                         patch-etc_clamd_conf_sample 
	                         patch-etc_freshclam_conf_sample 
	                         patch-libclamav_bignum_fast_h 
	                         patch-unit_tests_Makefile_in 
Removed files:
	security/clamav/patches: Tag: OPENBSD_5_4 patch-etc-clamd_conf 
	                         patch-etc-freshclam_conf 
	                         patch-etc_Makefile_in 

Log message:
Now that sparc64 is fixed, update clamav in 5.4 to 0.98 as requested by jasper@.
No direct security fixes, but improvements in the scanning engine make this a
desirable update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 03:02:51

Modified files:
	www/havp       : Tag: OPENBSD_5_4 Makefile 
	www/c-icap/modules: Tag: OPENBSD_5_4 Makefile 

Log message:
bump REVISION for libclamav users due to abi change in clamav update, to help
stable package builders.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/22 03:03:30

Modified files:
	www/havp       : Makefile 

Log message:
bump REVISION for havp in -current, to make sure it's >= REVISION of 5.4-stable.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/22 03:26:00

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
brocade devices


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/22 03:26:21

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/22 03:54:17

Modified files:
	usr.bin/mg     : file.c 

Log message:
Fix previous; ENOCOFFEE.
Move xdirname call into the right if block, pointed out by Ulrich
Mueller.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/22 05:34:27

Modified files:
	x11/kde        : Makefile.inc kde.port.mk 
	x11/kde/accessibility3: Makefile 
	x11/kde/accessibility3/pkg: PLIST 
	x11/kde/addons3: Makefile 
	x11/kde/addons3/pkg: PLIST 
	x11/kde/admin3 : Makefile 
	x11/kde/admin3/pkg: PLIST 
	x11/kde/artwork3: Makefile 
	x11/kde/artwork3/pkg: PLIST 
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-main PLIST-samba 
	x11/kde/bindings3: Makefile 
	x11/kde/bindings3/pkg: PLIST 
	x11/kde/edu3   : Makefile 
	x11/kde/edu3/pkg: PLIST 
	x11/kde/games3 : Makefile 
	x11/kde/games3/pkg: PLIST 
	x11/kde/graphics3: Makefile 
	x11/kde/graphics3/pkg: PLIST-kamera PLIST-kpov PLIST-main 
	                       PLIST-sane 
	x11/kde/i18n3  : Makefile.inc 
	x11/kde/i18n3/pkg: PLIST-bg PLIST-ca PLIST-cs PLIST-da PLIST-de 
	                   PLIST-en_GB PLIST-es PLIST-et PLIST-eu 
	                   PLIST-fi PLIST-fr PLIST-ga PLIST-he PLIST-hr 
	                   PLIST-hu PLIST-it PLIST-ja PLIST-ko PLIST-mk 
	                   PLIST-nds PLIST-nl PLIST-nn PLIST-pl PLIST-pt 
	                   PLIST-pt_BR PLIST-ro PLIST-ru PLIST-sk 
	                   PLIST-sl PLIST-sr PLIST-sr@Latn PLIST-sv 
	                   PLIST-te PLIST-tg PLIST-tr PLIST-uk 
	                   PLIST-zh_CN PLIST-zh_TW 
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST-cups PLIST-main 
	x11/kde/multimedia3: Makefile 
	x11/kde/multimedia3/pkg: PLIST 
	x11/kde/network3: Makefile 
	x11/kde/network3/pkg: PLIST 
	x11/kde/office-i18n3: Makefile.inc 
	x11/kde/office-i18n3/pkg: PLIST-ca PLIST-cs PLIST-da PLIST-de 
	                          PLIST-en_GB PLIST-es PLIST-et PLIST-fr 
	                          PLIST-hu PLIST-it PLIST-nl PLIST-nn 
	                          PLIST-pt PLIST-pt_BR PLIST-ru PLIST-sk 
	                          PLIST-sl PLIST-sv 
	x11/kde/office3: Makefile 
	x11/kde/office3/pkg: PLIST 
	x11/kde/okle   : Makefile 
	x11/kde/okle/pkg: PLIST 
	x11/kde/patches-3.1: patch-aclocal_m4 
	x11/kde/patches-3.2.3: patch-acinclude_m4 
	x11/kde/patches-3.5.7: patch-acinclude_m4 
	x11/kde/pim3   : Makefile 
	x11/kde/pim3/pkg: PLIST 
	x11/kde/sdk3   : Makefile 
	x11/kde/sdk3/pkg: PLIST-main PLIST-svn 
	x11/kde/toys3  : Makefile 
	x11/kde/toys3/pkg: PLIST 
	x11/kde/utils3 : Makefile 
	x11/kde/utils3/pkg: PLIST 
	x11/kde/webdev : Makefile 
	x11/kde/webdev/pkg: PLIST 
	audio/amarok   : Makefile 
	audio/amarok/pkg: PLIST 
	cad/klogic     : Makefile 
	cad/klogic/pkg : PLIST 
	databases/keximdb: Makefile 
	devel/kdbg     : Makefile 
	devel/kdbg/pkg : PLIST 
	editors/kile   : Makefile 
	editors/kile/pkg: PLIST 
	editors/kxmleditor: Makefile 
	editors/kxmleditor/pkg: PLIST 
	games/kbilliards: Makefile 
	games/kbilliards/pkg: PLIST 
	games/kslide   : Makefile 
	games/kslide/pkg: PLIST 
	games/taxipilot: Makefile 
	graphics/digikam: Makefile 
	graphics/digikam/pkg: PLIST 
	graphics/digikam-doc: Makefile 
	graphics/digikam-doc/pkg: PLIST 
	graphics/gwenview: Makefile 
	graphics/gwenview/pkg: PLIST 
	graphics/gwenview-i18n: Makefile 
	graphics/gwenview-i18n/pkg: PLIST 
	graphics/kimdaba: Makefile 
	graphics/kimdaba/pkg: PLIST 
	graphics/kipi-plugins: Makefile 
	graphics/kipi-plugins/pkg: PLIST-main 
	graphics/libkdcraw: Makefile 
	graphics/libkdcraw/pkg: PLIST-main 
	graphics/libkexif: Makefile 
	graphics/libkexiv2: Makefile 
	graphics/libkipi: Makefile 
	graphics/libkipi/pkg: PLIST-icons PLIST-main 
	inputmethods/uim: Makefile 
	inputmethods/uim/pkg: PLIST-kde PLIST-main 
	mail/kbiff     : Makefile 
	mail/kbiff/pkg : PLIST 
	math/kst       : Makefile 
	math/kst/pkg   : PLIST 
	misc/ktimeclock: Makefile 
	misc/ktimeclock/pkg: PLIST 
	multimedia/k3b : Makefile 
	multimedia/k3b/pkg: PLIST 
	multimedia/kaffeine: Makefile 
	multimedia/kaffeine/pkg: PLIST 
	multimedia/kguitar: Makefile 
	multimedia/kguitar/pkg: PLIST 
	net/ktorrent   : Makefile 
	net/ktorrent/pkg: PLIST 
	productivity/taskjuggler: Makefile 
	productivity/taskjuggler/pkg: PLIST 
	sysutils/filelight: Makefile 
	sysutils/filelight/pkg: PLIST 
	sysutils/knutclient: Makefile 
	sysutils/knutclient/pkg: PLIST 
	sysutils/krename: Makefile 
	sysutils/krename/pkg: PLIST 
	x11/kdirstat   : Makefile 
	x11/kdirstat/pkg: PLIST 
	x11/kmplayer   : Makefile 
	x11/kmplayer/pkg: PLIST 
	x11/kountdown  : Makefile 
	x11/krusader   : Makefile 
	x11/krusader/pkg: PLIST 
	x11/qinx       : Makefile 
	x11/qinx/pkg   : PLIST 
	x11/quadkonsole: Makefile 
	x11/quadkonsole/pkg: PLIST 
	x11/tellico    : Makefile 
	x11/tellico/pkg: PLIST 
	x11/yakuake    : Makefile 
	x11/yakuake/pkg: PLIST 
Added files:
	x11/kde/libs3/patches: patch-kdecore_kstandarddirs_cpp 
	x11/tellico/patches: patch-configure 

Log message:
Do a massive change on the placement of some KDE3 apps data:

* share/apps => share/apps.kde3
* share/doc/HTML => share/doc/HTML.kde3

This is a part of KDE3/4 deconflicting work.

Build tested in a bulk by landry@, also sat over a week on ports@.
Run-time tested with some KDE3 apps, including KMail, taxipilot, yakuake...

"do it" landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/22 07:19:40

Modified files:
	infrastructure/mk: arch-defines.mk 

Log message:
s/beagle/armv7/

ok abieber@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/22 07:21:00

src/sys/arch/armv7/allwinner

Update of /cvs/src/sys/arch/armv7/allwinner
In directory cvs.openbsd.org:/tmp/cvs-serv60/allwinner

Log Message:
Directory /cvs/src/sys/arch/armv7/allwinner added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/22 07:22:20

Modified files:
	sys/arch/armv7/conf: files.armv7 
Added files:
	sys/arch/armv7/allwinner: a1xintc.c a1xintc.h allwinner.c 
	                          allwinner_machdep.c allwinnerreg.h 
	                          allwinnervar.h awa1x.c awa20.c 
	                          awahci.c awccmu.c awccmuvar.h awdog.c 
	                          awe.c awehci.c awpio.c awpiovar.h 
	                          awrtc.c awtimer.c awuart.c awuartreg.h 
	                          files.allwinner 
	sys/arch/armv7/conf: GENERIC-ALLWINNER RAMDISK-ALLWINNER 

Log message:
add support for allwinner-based devices (A1x/A20), such as the cubieboard;
any rough edges will be polished intree.

hard work done by Artturi Alm w/ feedback/input from Markus Hennecke,
patrick@ and various others.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/22 07:23:32

Modified files:
	sys/arch/armv7/compile: .cvsignore 

Log message:
addl *-ALLWINNER and *-IMX


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2013/10/22 08:06:08

Modified files:
	sys/arch/octeon/dev: cn30xxgmx.c cn30xxipd.c 

Log message:
Replace some backwards compat functions with the current ones; the old
ones were removed some time ago.

Noticed by William Orr <will AT worrbase DOT com>

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/10/22 09:08:55

Modified files:
	sys/netinet6   : udp6_output.c 

Log message:
Compute the checksum in in_proto_cksum_out, just set the flag in
the UDP stack.  ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/22 09:18:06

Modified files:
	sys/arch/arm/arm: pmap7.c 

Log message:
Some current boards do not have write-through caching.  For those,
we enable write-back, but it seems this is not working and those
boards hang on bootup.  Until that is fixed, do not cache PTEs
on those boards.


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/10/22 09:29:14

Modified files:
	lang/node      : Makefile distinfo 
	lang/node/pkg  : PLIST 
Added files:
	lang/node/patches: patch-deps_v8_Makefile 
	                   patch-deps_v8_build_common_gypi 
	                   patch-deps_v8_src_heap_cc 
	                   patch-deps_v8_tools_gyp_v8_gyp 

Log message:
Bring node up to 0.10.20
- use internal libv8

OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/22 09:35:58

Modified files:
	sys/net        : pf.c 

Log message:
In pf_test_state_icmp(), actually copy pd->hdr.any back into the mbuf as
intended after the ICMP/ICMPv6 checksum is zeroed in pf_cksum().  This
resolves an issue found by sthen@ where ICMP traffic with nat-to failed
due to incorrect checksums.

Fix tested by sthen@ and myself
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/22 10:24:12

Modified files:
	distrib/notes/armv7: contents prep whatis 

Log message:
- expand hardware list with iMX boards
- mention miniroot-imx

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/22 10:40:29

Modified files:
	include        : kvm.h 
	sys/sys        : sysctl.h 
	sys/kern       : kern_sysctl.c 
	lib/libkvm     : Makefile kvm_cd9660.c kvm_file2.c 
	                 kvm_getfiles.3 kvm_ntfs.c kvm_private.h 
	                 kvm_udf.c shlib_version 
	usr.sbin/pstat : pstat.c 
	usr.bin/fstat  : fstat.c fstat.h fuser.c 
	usr.bin/netstat: main.c netstat.h unix.c 
	sbin/sysctl    : sysctl.c 
	lib/libc/gen   : sysctl.3 
Removed files:
	lib/libkvm     : kvm_file.c 

Log message:
- add UNIX-domain socket info to struct kinfo_file2
- convert netstat from kvm_getfiles() to kvm_getfile2() using that
- delete kvm_getfiles() and KERN_FILE as no longer used (bump libkvm's major)
- rename kvm_getfile2() to kvm_getfiles(), kinfo_file2 to kinfo_file
and KERN_FILE2 to KERN_FILE.

ok deraadt@, millert@
ports scan sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/22 10:49:27

Modified files:
	sys/dev/sdmmc  : sdmmc_mem.c 

Log message:
Add code for SMC_CAPS_SINGLE_ONLY capability.

This capability force the sdmmc stack to only issue
single blocks transfers.

tested by rapha@ and I on ommmc(4).
tested by rapha@ on pxammc(4).
ok rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/22 10:50:39

Modified files:
	www/links+     : Makefile distinfo 
	www/links+/patches: patch-html_c 

Log message:
Update links+ to 2.8.
Take MAINTAINER.
ok lteo@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/22 10:52:09

Modified files:
	games/oolite   : Makefile 
Added files:
	games/oolite/patches: patch-src_Core_Entities_PlanetEntity_h 

Log message:
fix oolite after gnustep changes

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/22 12:14:58

Log message:
    as requested, a converter from otf2bdf
    very trivial port
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/converters/otf2bdf/distinfo
    N ports/converters/otf2bdf/Makefile
    N ports/converters/otf2bdf/pkg/PLIST
    N ports/converters/otf2bdf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/22 12:15:39

Modified files:
	converters     : Makefile 

Log message:
+otf2bdf (import was ok landry@)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/22 12:15:59

Modified files:
	sbin/dhclient  : clparse.c conflex.c dhclient.c dhcpd.h 
	                 dhctoken.h 

Log message:
Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the
file name without the server address seems silly.

Tested & ok uwe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:44:16

Modified files:
	lang/sbcl      : Makefile distinfo 
	lang/sbcl/patches: patch-src_code_unix_lisp 
	lang/sbcl/pkg  : PLIST 
Added files:
	lang/sbcl/patches: patch-contrib_sb-posix_constants_lisp 

Log message:
Update to sbcl-1.1.12, regress tests ok.  The struct timeval patch for
sb-posix will be removed when tv_usec will be a suseconds_t.  ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:48:49

Modified files:
	net/gtk-gnutella: Makefile 
	net/gtk-gnutella/patches: patch-Configure 
Added files:
	net/gtk-gnutella/patches: patch-src_lib_arc4random_h 

Log message:
Fixup after arc4random_addrandom/arc4random_stir removal.
If we can detect arc4random but not mentioned functions, then we don't
need to use them.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:50:45

ports/net/dnscrypt-proxy/patches

Update of /cvs/ports/net/dnscrypt-proxy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv27455/patches

Log Message:
Directory /cvs/ports/net/dnscrypt-proxy/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:51:59

Modified files:
	net/dnscrypt-proxy: Makefile 
Added files:
	net/dnscrypt-proxy/patches: patch-src_libevent_evutil_rand_c 

Log message:
Fixup after arc4random_addrandom/arc4random_stir removal.
This is an embedded copy of libevent2, so don't bother with compat
patches for upstream.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/22 13:52:52

Modified files:
	devel/ruby-rcov: Makefile 

Log message:
Build a ruby 1.8 FLAVOR of rcov by default since it works best on ruby
1.8, and support a ruby19 FLAVOR (since it sorta works on ruby 1.9),
but don't support other FLAVORs as they don't work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:53:35

Modified files:
	net/pure-ftpd  : Makefile 
Added files:
	net/pure-ftpd/patches: patch-src_alt_arc4random_h 

Log message:
Fixup after arc4random_addrandom/arc4random_stir removal.
(__OpenBSD__ #ifdef'ed code).  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:55:11

Modified files:
	devel/libevent2: Makefile 
Added files:
	devel/libevent2/patches: patch-configure_in patch-evutil_rand_c 

Log message:
Fixup after arc4random_addrandom/arc4random_stir removal.
If we can detect arc4random but not mentioned functions, then we don't
need to use them.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 13:59:18

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-config-scripts_cups-common_m4 
Added files:
	print/cups/patches: patch-config_h_in 

Log message:
Fixup after arc4random_addrandom/arc4random_stir removal.
If we can detect arc4random but not mentioned functions, then we don't
need to use them.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/22 14:03:22

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
Adjust MASTER_SITES to follow the new layout of hackage.haskell.org, which switched
to hackage 2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/22 14:14:18

Modified files:
	databases/hs-postgresql-libpq: Makefile distinfo 

Log message:
Update to hs-postgresql-libpq-0.8.2.4.

From David Schaefer (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/10/22 14:15:32

Modified files:
	databases/hs-postgresql-simple: Makefile 

Log message:
Bump because of library signature change in hs-postgresql-libpq.

From maintainer David Schaefer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/22 14:27:52

Modified files:
	lang/mawk      : Makefile distinfo 

Log message:
Bugfix update to mawk-1.3.4.20130803. ok jturner@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/22 14:37:54

Modified files:
	usr.bin/mandoc : roff.c 
	share/man/man7 : roff.7 

Log message:
Parse and ignore .hw (hyphenation points in words); this is safe because
we don't do hyphenation anyway, so there is no point in throwing an ERROR
when encountering .hw.
Real-world usage of the request found by naddy@ in sysutils/dwdiff(1).


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/22 14:47:21

Modified files:
	sysutils/dwdiff: Makefile 

Log message:
Drop USE_GROFF, no PLIST change, no bump.
Manuals are relatively clean hand-written man(7) code, render identically
with groff and mandoc, and now that we parse and ignore .hw, do not throw
mandoc errors any longer.
Candidate for USE_GROFF removal found by naddy@ in a bulk build.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/22 15:52:24

Modified files:
	share/man/man4 : siop.4 

Log message:
typo in config stanza


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/22 15:56:03

Modified files:
	share/man/man4 : oosiop.4 

Log message:
update config stanzas


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2013/10/22 16:30:14

Modified files:
	porting        : checklist.html 

Log message:
Mention portcheck(1) as a final step before sending the port for review.

ok jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/22 17:06:10

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/10/22 18:41:06

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/22 19:15:00

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
define some bits relating to the msg ring


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/22 21:03:07

Modified files:
	usr.bin/ssh    : readconf.c 

Log message:
Hostname may have %h sequences that should be expanded prior to Match
evaluation; spotted by Iain Morgan


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/22 21:05:19

Modified files:
	usr.bin/ssh    : ssh.c readconf.c 

Log message:
comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/10/22 21:22:02

Modified files:
	comms/picocom  : Makefile distinfo 
	comms/picocom/patches: patch-Makefile 
Added files:
	comms/picocom/patches: patch-picocom_8 

Log message:
Update to picocom 1.7, from Kyle Isom (maintainer).

The picocom.8 patch is from schwarze@; it fixes the man page to show
content that was completely lost during formatting due to badly broken
syntax.

Tested by Kyle on amd64 and sgi, and myself on i386.

feedback bcallah@ brad@ schwarze@
OK abieber@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/22 21:43:27

Modified files:
	distrib/hppa/ramdisk: Makefile 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/22 22:16:22

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
Make code match documentation: relative-specified certificate expiry time
should be relative to current time and not the validity start time.
Reported by Petr Lautrbach; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/22 23:05:19

Modified files:
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/amd64/stand/libsa: cmd_i386.c 
	sys/arch/i386/stand/boot: boot.8 
	sys/arch/i386/stand/libsa: cmd_i386.c 

Log message:
Allow uppercase "K/M/G" specification in "machine memory" boot command.

ok guenther, dlg, deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/22 23:25:12

Modified files:
	x11/gnustep/camerakit: Makefile 
	x11/gnustep/pcapkit: Makefile 

Log message:
gnustep-base is needed for building and running, so make
MODGNUSTEP_NEEDS_BASE set to yes, to add it to link
depends, even if it not directly links against -base,
gnustep libraries/frameworks assume that applications
link against -base when using those libs/frameworks.

build problems pointed out by rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/22 23:40:58

Modified files:
	usr.bin/ssh    : servconf.c 

Log message:
fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/22 23:41:19

Modified files:
	print/cups/patches: patch-config-scripts_cups-common_m4 
	                    patch-config-scripts_cups-compiler_m4 
	                    patch-config_h_in 

Log message:
Tweak comments, no pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/22 23:59:46

Modified files:
	lib/librthread : rthread.c 

Log message:
In pthread_kill()/pthread_cancel(), hold the target thread's flags
lock across the kill, so that it can't exit (and its tid be reused!)
before the kill()

discussed with tedu@ marc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/23 00:12:50

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/i386/stand/boot: conf.c 

Log message:
Crank bootblock versions after last commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/23 02:15:17

Modified files:
	sysutils/gitolite: Makefile distinfo 
	sysutils/gitolite/patches: patch-install 
	sysutils/gitolite/pkg: PLIST 

Log message:
update to gitolite-3.5.3.1
(while the .1 release contains a security fix, the security issue was only
introduced with 3.5.3 release which we didn't have in ports.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 02:19:52

Modified files:
	www/py-django  : Makefile distinfo 
	www/py-django/patches: patch-django_core_servers_basehttp_py 
	www/py-django/pkg: PLIST 
Added files:
	www/py-django/patches: 
	                       patch-tests_regressiontests_utils_simplelazyobject_py 

Log message:
SECURITY update to Django 1.5.4, fixes DoS via passing large passwords,
directory traversal, code execution in django.contrib.sessions, and XSS.
For more info, see
https://docs.djangoproject.com/en/1.5/releases/1.5.4/
https://docs.djangoproject.com/en/1.5/releases/1.5.3/
https://docs.djangoproject.com/en/1.5/releases/1.5.2/

From maintainer Ryan Boggs, ok armani@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/23 02:25:56

Modified files:
	textproc/pdftk : Makefile distinfo 
	textproc/pdftk/patches: patch-java_Makefile 

Log message:
Update to pdftk-2.02. Set HOMEPAGE/NO_TEST. Clarify license marker.

Maintainer timed out.

ok benoit@ landry@ sthen@

License bit from sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/23 03:35:36

Modified files:
	sys/arch/octeon/dev: cn30xxgmx.c 

Log message:
Do not print the higher address of the muticast range in debug mode,
since in this case it is always the same as the lower address (not a
real range).

ok pirofti@, jasper@, bcallah@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/10/23 03:48:01

Modified files:
	.              : aviion.html 

Log message:
Boot device limitations no longer apply.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/10/23 03:48:26

Modified files:
	.              : want.html 

Log message:
Another machine died on me.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2013/10/23 04:03:37

Modified files:
	.              : want.html 

Log message:
s/beagle/armv7/


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/23 04:07:14

Modified files:
	sys/dev/ic     : aic6250.c aic6250var.h 
	sys/arch/aviion/dev: oaic_syscon.c 
	sys/arch/aviion/aviion: av400_machdep.c av530_machdep.c 
	sys/arch/aviion/include: board.h 
Added files:
	sys/arch/aviion/dev: dma.c dmareg.h dmavar.h 

Log message:
Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,
probably due to incorrect programming of the system board ``Diagnostic Control
Register'', for which I do not have documentation yet; commited so as not to
lose this work, since the machine I was testing on has apparently commited
suicide and will no longer POST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 04:10:56

Modified files:
	security/scanlogd: Makefile distinfo 
	security/scanlogd/pkg: PLIST 

Log message:
Update to scanlogd 2.2.7, fixing an off-by-one bug in a safety check (only a
minor impact in scanlogd), and cutting down the license a bit further,
see http://www.openwall.com/lists/announce/2013/10/21/1 for more.

While there, drop USE_GROFF and rearrange port into Makefile.template order.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/23 04:31:19

Modified files:
	sys/arch/macppc/dev: if_bm.c if_mc.c 

Log message:
Instead of comparing the lower and higher addresses of all the multicast
entries to decide if the IFF_ALLMULTI flag should be set, check if there
is at least one real range between them.

This should not introduce any behavior change but will help changing our
representation of multicast enries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/23 04:32:01

Modified files:
	devel/libffi   : Makefile 
	devel/libffi/patches: patch-src_arm_ffi_c 

Log message:
Fix libffi on arm. Change the code to work with our current ABI (APCS) as
much as possible until we switch to ATPCS or AAPCS.
jasper@ (maintainer) ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/23 05:06:57

Modified files:
	sys/net        : pf.c 

Log message:
overwrite icmp packet type-specific nextptr field only when we're
changing it.  fixes an icmp to icmpv6 translation regression found
by todd and sthen.

ok henning sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/10/23 05:11:31

Modified files:
	sys/arch/armv7/omap: omap3_prcmreg.h 

Log message:
Fix sorting and ordering.

ok bmercer@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 05:19:32

Modified files:
	sys/arch/sgi/sgi: disksubr.c 

Log message:
adapt to new DL_BLKTOSEC(); ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/10/23 05:31:03

Modified files:
	usr.bin/tmux   : mode-key.c tmux.1 tmux.h window-copy.c 

Log message:
Key to swap to other end of selection (bound to o with vi keys), from J
Raynor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 06:07:52

Log message:
    import security/libsodium, ok benoit@
    
    NaCl (pronounced "salt") is a new easy-to-use high-speed software library
    for network communication, encryption, decryption, signatures, etc.
    NaCl's goal is to provide all of the core operations needed to build
    higher-level cryptographic tools.
    
    Sodium is a fork of NaCl with a compatible API. Unlike NaCl, Sodium
    performs checks for hardware features at runtime instead of compile time,
    making it suitable for packaging.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131023
    
    N ports/security/libsodium/Makefile
    N ports/security/libsodium/distinfo
    N ports/security/libsodium/pkg/PLIST
    N ports/security/libsodium/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 06:08:08

Modified files:
	security       : Makefile 

Log message:
+libsodium


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 06:42:20

Modified files:
	net/dnscrypt-proxy: Makefile distinfo 
	net/dnscrypt-proxy/pkg: PFRAG.shared-plugins PLIST-main 
Added files:
	net/dnscrypt-proxy/patches: 
	                            patch-src_libevent-modified_evutil_rand_c 
	net/dnscrypt-proxy/pkg: README-main 
Removed files:
	net/dnscrypt-proxy/patches: patch-src_libevent_evutil_rand_c 
	net/dnscrypt-proxy/pkg: MESSAGE-main 

Log message:
update to dnscrypt-proxy 1.3.3


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/23 07:05:38

Modified files:
	sbin/bioctl    : bioctl.c 
	sys/dev        : biovar.h 
	sys/dev/ic     : mfi.c 

Log message:
Add support for displaying the cache write policy of RAID volumes to bioctl(8)
and make mfi(4) pass up the necessary information.  Adding support for other
RAID controllers is left as an excercise to the reader.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 07:14:07

Modified files:
	net/dnscrypt-proxy: Makefile 
	net/dnscrypt-proxy/patches: 
	                            patch-src_libevent-modified_evutil_rand_c 
Added files:
	net/dnscrypt-proxy/patches: 
	                            patch-src_libevent-modified_configure_ac 

Log message:
switch to upstream's code for arc4random_addrandom removal, suggested by
Pablo Méndez Hernández


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/23 07:39:35

Modified files:
	sys/netinet    : in.c in.h in_var.h 

Log message:
No need to expose twice in_socktrim(), it is only used in one file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/23 07:44:11

Modified files:
	net/isc-dhcp   : Makefile 

Log message:
Fix after arc4random_addrandom removal.  Hack needed to patch a file
inside the nested bind.tar.gz archive.  Discussed with sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/23 08:04:32

src/sys/arch/armv7/sunxi

Update of /cvs/src/sys/arch/armv7/sunxi
In directory cvs.openbsd.org:/tmp/cvs-serv26912/sunxi

Log Message:
Directory /cvs/src/sys/arch/armv7/sunxi added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/23 09:12:42

Modified files:
	sys/net        : if.c if_ethersubr.c if_fddisubr.c if_loop.c 
	                 if_mpe.c if_pflog.c if_ppp.c if_sl.c if_tun.c 
	                 pf.c pf_lb.c pipex.c 
	sys/netinet    : in.h in_var.h ip_gre.c ip_ipip.c ip_mroute.c 
	                 ip_spd.c ipsec_input.c tcp_subr.c 

Log message:
Remove the number of in_var.h inclusions by moving some functions and
global variables to in.h.

ok mikeb@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/23 09:29:21

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
We need to loop around waitpid to catch all exited children as we are
not guaranteed to get one signal per child.
pointed out by deraadt
OK benno, blambert


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/23 09:31:08

Modified files:
	textproc/py-vatnumber: Makefile distinfo 

Log message:
Update to py-vatnumber 1.1.

ok Christian Rueger (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/23 10:13:54

Modified files:
	sys/net        : pf.c 

Log message:
translate port numbers for inner udp packets when they're returned
as a payload of icmp error messages;  makes traceroute6 operate
across a nat64 gateway.

prompted by sthen, ok henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/23 10:33:21

Modified files:
	mail/dkim-milter: Makefile 
	mail/dkim-milter/patches: patch-dkim-filter_dkim-filter_c 
	                          patch-libdkim_dkim_h 

Log message:
Fix a segfault in the dkim-filter key parsing code.  Reported by David
Hill, thanks!  While here, fix a potential double free.
Maintainer timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/23 11:06:51

Modified files:
	graphics/opencv: Makefile 

Log message:
Missing BDEP on apache-ant, revealed by rpe@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/23 11:08:48

Modified files:
	sys/arch/armv7/conf: files.armv7 
Added files:
	sys/arch/armv7/conf: GENERIC-SUNXI RAMDISK-SUNXI 
	sys/arch/armv7/sunxi: a1xintc.c a1xintc.h files.sunxi sun4i.c 
	                      sun7i.c sunxi.c sunxi_machdep.c sunxireg.h 
	                      sunxivar.h sxiahci.c sxiccmu.c 
	                      sxiccmuvar.h sxidog.c sxie.c sxiehci.c 
	                      sxipio.c sxipiovar.h sxirtc.c sxitimer.c 
	                      sxiuart.c sxiuartreg.h 
Removed files:
	sys/arch/armv7/allwinner: a1xintc.c a1xintc.h allwinner.c 
	                          allwinner_machdep.c allwinnerreg.h 
	                          allwinnervar.h awa1x.c awa20.c 
	                          awahci.c awccmu.c awccmuvar.h awdog.c 
	                          awe.c awehci.c awpio.c awpiovar.h 
	                          awrtc.c awtimer.c awuart.c awuartreg.h 
	                          files.allwinner 
	sys/arch/armv7/conf: GENERIC-ALLWINNER RAMDISK-ALLWINNER 

Log message:
rename 'allwinner' to 'sunxi' to actually match the SoC name instead of using
the vendor to follow our naming convention.

ok aalm@ patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/23 11:46:01

Modified files:
	devel/libffi/patches: patch-src_arm_ffi_c 

Log message:
Simplify. No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/23 11:50:38

Modified files:
	security/libsodium: Makefile 

Log message:
add a comment about use of gnu libtool
prompted (indirectly ;) by a mail from aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/23 12:01:53

Modified files:
	sys/arch/armv7/sunxi: a1xintc.c sun4i.c sun7i.c sunxi.c 
	                      sunxireg.h sunxivar.h sxiahci.c sxiccmu.c 
	                      sxidog.c sxie.c sxiehci.c sxipio.c 
	                      sxipiovar.h sxirtc.c sxiuart.c 
	                      sxiuartreg.h 

Log message:
rename some defines as well


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 13:09:28

Modified files:
	sys/netinet    : ip_input.c 

Log message:
remove the ipprintfs debug stuff; if you are debugging at this level,
you probably write your own chunks as need be.
ok mpi claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/23 13:15:15

Modified files:
	audio/audacious: Makefile distinfo 
	audio/audacious/patches: patch-buildsys_mk_in 
	                         patch-src_libaudclient_Makefile 
	                         patch-src_libaudcore_Makefile 
	                         patch-src_libaudgui_Makefile 
	                         patch-src_libaudtag_Makefile 
	audio/audacious/pkg: PLIST 
	audio/audacious-plugins: Makefile distinfo 
	audio/audacious-plugins/pkg: PLIST 
Added files:
	audio/audacious-plugins/patches: patch-configure 
Removed files:
	audio/audacious/patches: patch-m4_buildsys_m4 
	audio/audacious-plugins/patches: patch-configure_ac 
	                                 patch-src_console_blargg_endian_h 

Log message:
Update to 3.4.1: fix Winamp-style interface after GTK+3 update.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 13:24:59

Modified files:
	sys/net        : if_fddisubr.c 

Log message:
delete junk NRL v6 block; ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 13:49:12

Modified files:
	sys/netinet    : tcp_var.h 

Log message:
remove historical #if 1


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 13:57:50

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h 
	sys/netinet6   : icmp6.c in6_src.c ip6_input.c ip6_output.c 
	                 raw_ip6.c udp6_output.c 

Log message:
Back when some NRL code was merged into KAME to create the *BSD IPV6
stack (factoid: by a bunch of people in my living room), some compatibility
#define's were created to shim incompatible inpcb access methods. There
was an understanding they would eventually be removed.  Since they are
error prone, and 1999 is a long time ago, now they die.
ok mikeb claudio mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 14:12:05

Modified files:
	sys/sys        : timeout.h 

Log message:
need a forward declaration of bintime for the _KERNEL case, ie. trpt
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/10/23 14:22:12

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
Enable TX checksum offload.

ok naddy@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/23 14:25:30

Modified files:
	devel/xulrunner/24: Makefile 
	devel/xulrunner/24/pkg: PLIST-devel 

Log message:
@comment mozilla/throw_gcc.h, it is apparently present only on amd64
(because WRAP_STL_INCLUDES is 1 there), it apparently added to fix a
windows build issue (bug #557060), make absolutely no sense to me, and
nothing in the mozilla tree includes it.
Should fix packaging issue as seen on i386 by nigel@ & sthen@ (and
probably other archs)


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/10/23 14:38:23

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Enable TX checksum offload.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/10/23 16:00:17

Modified files:
	lang/node      : Makefile distinfo 

Log message:
Bring node to the latest version which has a fix for this:
http://www.openwall.com/lists/oss-security/2013/10/19/4

OK bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/23 16:00:19

Log message:
    Import pg_statsinfo-2.4.1.
    
    pg_statsinfo is a utility that monitor statistics and the activity of
    PostgreSQL(and OS). pg_statsinfo gets some statistics information as
    snapshot. We can check the DB activity and bottleneck analysis by using
    these snapshot information. This utility provides some function to get
    the information acquisition easily.
    
    Low-level os monitoring (cpu/loadavg/memory only for now) tweaked from
    a patch in FreeBSD's portstree.
    Refer to ${HOMEPAGE} for how to configure it, no need to replicate the
    provided extensive doc in a README.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131023
    
    N ports/databases/pg_statsinfo/Makefile
    N ports/databases/pg_statsinfo/distinfo
    N ports/databases/pg_statsinfo/patches/patch-agent_lib_libstatsinfo_c
    N ports/databases/pg_statsinfo/patches/patch-agent_lib_port_c
    N ports/databases/pg_statsinfo/pkg/PLIST
    N ports/databases/pg_statsinfo/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/23 16:05:02

Log message:
    Import pg_stats_reporter 1.0.1.
    
    Pg_stats_reporter can show statistical and graphical reports using
    data generated by pg_statsinfo. It doesnt RDEP on it as obviously this
    can run on (several|a) different host(s)..
    
    Patch out the dependency on php-intl until we have it enabled in our
    php. Tested by Jean-Gerard Pailloncy.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131023
    
    N ports/databases/pg_stats_reporter/Makefile
    N ports/databases/pg_stats_reporter/distinfo
    N ports/databases/pg_stats_reporter/pkg/PLIST
    N ports/databases/pg_stats_reporter/pkg/DESCR
    N ports/databases/pg_stats_reporter/patches/patch-html_pg_stats_reporter_pg_stats_reporter_php
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/23 16:06:11

Modified files:
	databases      : Makefile 

Log message:
+pg_stats{_reporter,info}


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/23 16:14:22

Modified files:
	sys/arch/aviion/dev: if_le_syscon.c 

Log message:
Add a sc_hwinit callback when running on an ILACC, to make sure CSR4 does
not get lost if the chip is reset. Also try to mask the `TX start' interrupt,
but this doesn't seem to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/23 16:57:59

Modified files:
	sys/arch/armv7/sunxi: sunxireg.h 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/23 17:35:32

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
include local address and port in "Connection from ..." message (only
shown at loglevel>=verbose)


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/23 18:49:49

Modified files:
	usr.bin/ssh    : moduli.c 

Log message:
Periodically print progress and, if possible, expected time to completion
when screening moduli for DH groups.  ok deraadt djm


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/10/23 18:51:48

Modified files:
	usr.bin/ssh    : readconf.c servconf.c ssh_config.5 
	                 sshd_config.5 

Log message:
Disallow empty Match statements and add "Match all" which matches everything.
ok djm, man page help jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/10/23 19:59:45

Log message:
    "GoAccess is an open source real-time web log analyzer and interactive
    viewer that runs in a terminal in *nix systems. It provides fast and
    valuable HTTP statistics for system administrators that require a visual
    server report on the fly."
    
    ok kirby landry jung, thanks!
    
    Status:
    
    Vendor Tag:	william
    Release Tags:	william_20131023
    
    N ports/www/goaccess/Makefile
    N ports/www/goaccess/distinfo
    N ports/www/goaccess/pkg/PLIST
    N ports/www/goaccess/pkg/DESCR
    N ports/www/goaccess/patches/patch-output_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/10/23 20:00:59

Modified files:
	www            : Makefile 

Log message:
link goaccess


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/23 20:55:50

Modified files:
	sbin/iked      : config.c iked.c imsg_util.c policy.c util.c 
	usr.sbin/identd: identd.c 
	usr.sbin/tcpdrop: tcpdrop.c 

Log message:
no need for netinet/ip_var.h (and friends)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 00:21:47

Modified files:
	bin/ps         : keyword.c 

Log message:
Fix field header overriding on fields that are (internally) aliases for others.
Follow POSIX spec for the default headers for the comm, etime, and tty fields.

Problem noted by lotheac (at) iki.fi
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 01:34:56

Modified files:
	sys/sys        : _types.h time.h 
	include        : unistd.h 
	lib/libc/sys   : gettimeofday.2 
	gnu/lib/libstdc++: shlib_version 
	gnu/lib/libstdc++-v3: shlib_version 
	regress/misc/c++abi: nm1.ref 

Log message:
Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.
Use useconds_t in the ualarm() declaration.
Bump libstdc++ major to be sure there isn't ABI issues.

ok deraadt@ jca@ jmc@ millert@
ports testing by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/24 01:58:05

Modified files:
	editors/libreoffice: Makefile 

Log message:
disable the java subpackage on i386 until javac is less unreliable.
looks good to espie.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/24 02:19:36

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
fix bug introduced in hostname canonicalisation commit: don't try to
resolve hostnames when a ProxyCommand is set unless the user has forced
canonicalisation; spotted by Iain Morgan


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/24 02:28:11

Modified files:
	sys/arch/armv7/imx: imxenet.c 
	sys/arch/armv7/sunxi: sxie.c 

Log message:
in_var.h is not needed.

ok patrick@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/24 02:39:14

Modified files:
	x11/qt4        : Makefile 
Added files:
	x11/qt4/patches: patch-src_gui_image_qnativeimage_cpp 
	                 patch-src_gui_image_qpixmap_x11_cpp 
	                 patch-src_plugins_platforms_xcb_qxcbwindowsurface_cpp 
	                 patch-src_plugins_platforms_xlib_qxlibwindowsurface_cpp 

Log message:
Partially revert fix for CVE-2013-0254 which does not work with our
privilege-separated X and caused broken displays for applications using
qt frames, diff from dcoppa, okay espie.

(An alternative fix would be to disable shm support, i.e.
"CONFIGURE_ARGS += -no-mitshm", I'd prefer this but it would need further
testing).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/24 02:44:36

Modified files:
	graphics/opencv: Makefile 

Log message:
Do not enable Java bindings for OpenCV on i386 until JDK issues are solved.

prodded by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 03:33:22

Modified files:
	usr.bin/netstat: inet.c 
	usr.sbin/tcpdump: print-icmp6.c 

Log message:
These two programs got fooled by the KAME/NRL split and need type repair.
They do not indicate a problem with the reduction of namespace export,
but got suckered into the 1999 plan.
ok benno


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/24 04:52:27

Modified files:
	x11/nx/nxssh   : Makefile 
	x11/nx/nxssh/patches: patch-configure 
Added files:
	x11/nx/nxssh/patches: patch-openbsd-compat_openbsd-compat_h 

Log message:
Fix after arc4random removal.  Use arc4random_stir only if both it and
arc4random are present.  ok sthen@.
Note: port broken at logout with MALLOC_OPTIONS=S.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/24 05:09:02

Modified files:
	sys/arch/armv7/sunxi: sunxireg.h 

Log message:
- strip unneeded comment and add defines for the SID (to be used shortly)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 05:13:33

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sycn


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 05:14:35

Modified files:
	sys/net        : bpfdesc.h if_pfsync.h if_vlan_var.h pf.c 
	                 route.h slcompress.h trunklacp.h 

Log message:
Move obvious kernel prototypes (and structure's with kernel pointers,
obviously only used in the kernel) behind #ifdef _KERNEL


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 05:17:36

Modified files:
	sys/netinet    : ip_var.h 

Log message:
Move obvious kernel prototypes (and structure's with kernel pointers,
obviously only used in the kernel) behind #ifdef _KERNEL
This is a more substantial change than the others commited minutes ago,
so it is seperate.  More structs get hidden.
ok various


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 05:20:18

Modified files:
	sys/netinet    : icmp6.h 
	sys/netinet6   : icmp6.c in6.c in6.h in6_var.h mld6.c nd6_nbr.c 

Log message:
Significant namespace cleanup of netinet6 symbols.

One worrying bit is in icmp6.h where some htols() and htonl() are
added, which may affect compatibility down the line.  This component
can be reverted if issues show up.  Ports tree greps indicate no issue.

ok claudio mpi etc


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/24 05:26:47

Modified files:
	sys/arch/armv7/compile: .cvsignore 

Log message:
s/ALLWINNER/SUNXI/g


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/24 05:31:43

Modified files:
	sys/net        : if_loop.c if_mpe.c if_pflog.c if_spppsubr.c 
	                 if_tun.c pf_lb.c pf_osfp.c pfkeyv2_convert.c 
	                 pipex.c 
	sys/netinet    : ip_gre.c ip_ipip.c ip_ipsp.c ip_spd.c 
	                 ipsec_output.c tcp_output.c tcp_subr.c 
	sys/netinet6   : in6.h in6_var.h 
	sys/netmpls    : mpls_input.c 

Log message:
Remove the number of in6_var.h inclusions by moving some functions and
global variables to in6.h.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 05:47:33

Modified files:
	sys/netinet6   : pim6_var.h 

Log message:
place _KERNEL block at end


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/10/24 05:48:49

Modified files:
	www/goaccess   : Makefile 
	www/goaccess/patches: patch-output_c 

Log message:
portable way to print time_t is to use long long
patch from aja@
ok jung@
Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/24 06:51:30

Modified files:
	games/easyrpg  : Makefile distinfo 
Added files:
	games/easyrpg/patches: patch-CMakeLists_txt 
Removed files:
	games/easyrpg/patches: patch-builds_cmake_CMakeLists_txt 

Log message:
Update games/easyrpg to 0.1.2
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/10/24 07:03:30

Modified files:
	textproc/py-docutils: Makefile distinfo 
	textproc/py-docutils/pkg: PLIST 

Log message:
Update to 0.11
Remove Maintainer per his request
Tested by Ben Lovett (old Maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/24 09:18:00

Modified files:
	devel/libconfuse: Makefile 
	games/lincity-ng: Makefile 
	inputmethods/libtomoe-gtk: Makefile 
	inputmethods/uim: Makefile 
	mail/courier-imap: Makefile 
	mail/maildrop  : Makefile 
	net/ap-utils   : Makefile 
	textproc/ots   : Makefile 
	textproc/tre   : Makefile 
	x11/i3         : Makefile 

Log message:
No need for the libiconv NODULE when we already have the gettext one.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 09:21:21

Modified files:
	sys/netinet    : ip.h 

Log message:
ippseudo is kernel-only; checked in ports by sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/24 09:32:03

Modified files:
	textproc/py-pdf: Makefile distinfo 

Log message:
Update to py-pdf 1.13.

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/24 09:32:09

Modified files:
	textproc/ots   : Makefile distinfo 
	textproc/ots/patches: patch-Makefile_in patch-src_grader-tf_c 
	textproc/ots/pkg: PLIST 
Removed files:
	textproc/ots/patches: patch-src_article_c 
	textproc/ots/pkg: PFRAG.shared 

Log message:
Update to ots-0.5.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/24 09:42:09

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Removed files:
	security/gnutls/patches: patch-src_certtool-common_c 
	                         patch-src_certtool-extras_c 
	                         patch-src_certtool_c 
	                         patch-src_danetool_c 
	                         patch-src_ocsptool-common_c 
	                         patch-src_ocsptool_c 
	                         patch-src_p11tool_c patch-src_pkcs11_c 
	                         patch-src_serv_c patch-src_tpmtool_c 

Log message:
Security fix for GNUTLS-SA-2013-3,
GnuTLS Denial of Service vulnerability in DANE records processing.
(no CVE assigned yet)

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/24 09:43:57

Added files:
	security/gnutls/patches: patch-tests_chainverify_c 

Log message:
Forgotten in previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/24 10:20:15

Modified files:
	devel/goffice  : Makefile 

Log message:
Add editors/abiword to the list, it'll be needed soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/24 12:20:39

Modified files:
	lang/php       : Makefile.inc 
Added files:
	lang/php/5.3/pkg: PLIST-intl 
	lang/php/5.4/pkg: PLIST-intl 
	lang/php/5.5/pkg: PLIST-intl 
	lang/php/files : DESCR-intl 

Log message:
Add an -intl subpackage for the php intl extension using ICU.
ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 12:28:03

Modified files:
	usr.bin/nm     : nm.c 

Log message:
back out to 1.33, subtle bug being hunted...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 12:50:16

Modified files:
	sys/net        : netisr.h pfkeyv2.h radix.h radix_mpath.h 
	                 raw_cb.h route.h slcompress.h slip.h 
	                 trunklacp.h 

Log message:
Move more stuff under _KERNEL
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/24 13:02:07

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add another smc hub as out found on the Nitrogen6X

ok aalm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/24 13:02:36

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/24 13:20:46

Modified files:
	usr.sbin/smtpd : mproc.c 

Log message:
Do not fatal() immediatly on write error, but report to the upper layer.
Fix a bug where the server would stop if smtpctl exits early.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/10/24 13:23:55

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
Update to ansible 1.3.3

Multiple accelerate mode fixes.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/24 13:39:46

Modified files:
	sys/arch/armv7/omap: am335x_prcmreg.h ommmc.c prcm.c prcmvar.h 

Log message:
Do not rely on u-boot to enable mmc clocks.

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/24 13:52:53

Modified files:
	sys/arch/armv7/omap: edma.c edmavar.h 
Removed files:
	sys/arch/armv7/omap: edmareg.h 

Log message:
Cleanup edma.

We do not need a header for hw register definition and
the struct edma_softc should not be expose in edmavar.h

From an idea of Dale Rahn. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/10/24 13:53:26

Modified files:
	gnu/usr.sbin/sendmail/sendmail: conf.c 

Log message:
f_bavail has been 64bits for some time now so revert 1.12.
Makes sendmail happy on fs with large enough f_bavail values.
millert@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/24 13:53:43

Modified files:
	usr.bin/nm     : nm.c 

Log message:
Redo 1.34+1.35, but ignore incorrect files in show_file() as done in 1.33.
Fixes nm output on archives on mips.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/24 14:07:16

Modified files:
	usr.sbin/smtpd : table_passwd.c 

Log message:
fix leaks on update


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/24 14:22:07

Modified files:
	mail/courier-imap: Makefile 

Log message:
no cookie for antoine! :)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/24 14:26:45

Modified files:
	usr.sbin/smtpd : table_sqlite.c 

Log message:
fix USERINFO and CREDENTIALS lookups in experimental sqlite backend.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/24 14:39:23

Modified files:
	usr.sbin/smtpd : expand.c 

Log message:
When building the expansion tree, distinguish between apparently
identical nodes that appear in different contexts.  The same delivery
can happen for different users, or as a different destination address.

Fixes a bug with setups like the following, where a mail sent to
contact@foo.net was not delivered to both /tmp/me and /tmp/she.

table foobar { me@foo.net = vmail, she@foo.net = vmail, \
contact@foo.net = "me@foo.net,she@foo.net" }
accept for domain foo.net virtual <foobar>
deliver to maildir "/tmp/%{dest.user}"


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/24 14:45:03

Modified files:
	sys/arch/octeon/dev: octeon_iobus.c 
	sys/arch/octeon/include: octeonreg.h 
Added files:
	sys/arch/octeon/dev: octrng.c 

Log message:
Add support for the hardware random number generator on the octeons.

Works on my DSR-500 and on the edge router as reported on the mailing lists.

Finished sometime in August/September, needs more testing/polishing.

Similar diff from William Orr on tech@.
Prodded by deraadt@, okay jasper@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/24 14:47:08

Modified files:
	sys/arch/octeon/conf: GENERIC files.octeon 

Log message:
Enable octrng(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/24 14:48:07

Modified files:
	graphics/gpicview: Makefile distinfo 
	graphics/gpicview/pkg: PLIST 

Log message:
update to 0.2.4; tweaks and ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/24 15:18:02

src/share/man/man4/man4.octeon

Update of /cvs/src/share/man/man4/man4.octeon
In directory cvs.openbsd.org:/tmp/cvs-serv13667/man4.octeon

Log Message:
Directory /cvs/src/share/man/man4/man4.octeon added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/24 15:20:11

Added files:
	share/man/man4/man4.octeon: Makefile octrng.4 

Log message:
Document the octrng(4) driver.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/24 15:24:51

Modified files:
	databases/pg_statsinfo: Makefile 

Log message:
Mark BROKEN, doesnt build with pg 9.3 as reported by kili@.
That'll teach me to import stuff lying in mystuff for ages without
rebuilding it... fix pending.


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/10/24 16:18:47

Removed files:
	sys/arch/arm/armv7: avic_intr.h 
	sys/arch/armv7/include: irqhandler.h 

Log message:
remove useless headers

ok jasper@, patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/24 16:32:29

Modified files:
	sys/arch/octeon/dev: cn30xxgmx.c 

Log message:
no need to inform us about every state and link speed change, so move that
under a debug ifdef.

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/10/24 16:40:10

Modified files:
	sys/arch/arm/xscale: pxa27x_udc.h pxa27x_kpc.h 
	sys/arch/zaurus/dev: zaurus_udc.c 

Log message:
add rcsids

ok jasper@, patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/10/24 17:28:21

Modified files:
	graphics/inkscape: Makefile 
	graphics/inkscape/patches: 
	                           patch-src_extension_implementation_script_cpp 
	graphics/inkscape/pkg: PLIST 
Added files:
	graphics/inkscape/pkg: README 

Log message:
Fix inkscape extensions.

OK sthen@, zhuk@ and with input from Kirill Bychk and James Turner.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 20:53:31

Modified files:
	sys/netinet6   : ip6_divert.h 

Log message:
prettier #ifdef _KERNEL, more like other files
(basically, if they are easier to compare visually for namespace
issues, they they are easier to compare ....  period!)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 20:54:42

Modified files:
	sys/netinet6   : nd6.h 

Log message:
More _KERNEL namespace cleanup, just in case something out there
includes this.


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/10/24 20:55:58

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add Microsoft XBox 360 Controller

OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/10/24 20:56:22

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/24 20:56:55

Modified files:
	.              : aviion.html 

Log message:
typo; Maxime Villard


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/10/24 21:09:59

Modified files:
	sys/dev/usb    : uhidev.c 
Added files:
	sys/dev/usb    : uhid_rdesc.h 
Removed files:
	sys/dev/usb    : ugraphire_rdesc.h 

Log message:
Add support for Microsoft XBox 360 controller as a uhid. It doesn't use
the standard interface class and doesn't have a report descriptor, so
use a manually created one.

The controller shows up as multiple devices with different interface
numbers, so only match the first one as a uhid.  The controller shows up
as both a uhid and a ugen.

Rename ugraphire_rdesc.h to uhid_rdesc.h and add the manually created
Xbox 360 report descriptor to the file.

Add ifndef SMALL_KERNEL around the related blocks for the XBox 360
controller and Wacom Graphire, so this should actually shrink the
ramdisks.

Manual report descriptor taken from a 2005 FreeBSD commit.  Much help
from mpi@ for getting this suitable for commit to OpenBSD.

OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 22:42:48

Modified files:
	sys/sys        : proc.h resource.h time.h 
	sys/kern       : kern_exit.c kern_resource.c kern_time.c 

Log message:
Move the declarations for dogetrusage(), itimerround(), and dowait4()
to sys/*.h headers so that the compat/linux code can use them.
Change dowait4() to not copyout() the status value, but rather leave
that for its caller, as compat/linux has to translate it, with the
side benefit of simplifying the native code.

Originally written months ago as part of the time_t work; long
memory, prodding, and ok from pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 22:51:39

Modified files:
	sys/compat/linux: linux_futex.c linux_misc.c linux_misc.h 
	                  linux_time.c linux_time.h linux_types.h 
	                  syscalls.master 

Log message:
Start to deal with the time_t change's effect on compat/linux:
- add Linux versions of struct rusage, timeval, and itimerval and
conversion functions for them
- add Linux versions of getrusage(), gettimeofday(), {set,get}itimer(),
and nanosleep()
- fix various inconsistencies in naming of Linux versions of types
and conversion functions
- add mappings for LINUX_CLOCK_{PROCESS,THREAD}_CPUTIME_ID to the
native versions

Originally written months ago as part of the time_t work; long
memory, prodding, and ok from pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 22:52:16

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 23:10:03

Modified files:
	sys/compat/linux: syscalls.master linux_misc.c 

Log message:
Unimplement stime() and settimeofday(): why are you using a Linux-compat
binary to change the system time?

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/24 23:10:33

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/25 07:05:20

Modified files:
	share/man/man4/man4.octeon: octrng.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/25 07:08:03

Modified files:
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/i386/stand/boot: boot.8 

Log message:
some cleanup for "machine memory";


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/25 07:40:42

Modified files:
	infrastructure/lib/DPB: Fetch.pm 
Added files:
	infrastructure/lib/DPB: Distfile.pm 
	infrastructure/lib/DPB/Job: Fetch.pm 

Log message:
split up the fetch code for readability.
don't bother passing logger around, just keep it in the fetch object,
the distfile objects, and use it directly, that's simpler.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/10/25 07:49:52

Modified files:
	security/gnutls/patches: patch-tests_chainverify_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/25 08:09:15

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/25 08:21:07

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
obvious time_t mishandling.  Sigh.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/25 08:56:52

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
fix comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/25 09:16:32

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/25 09:43:12

Modified files:
	sys/arch/armv7/omap: prcm.c 

Log message:
My last commit make the pandaboard panic.

Solve this removing the panic when want to enable PRCM_MMC0 on
omap4.

Spotted by rapha@ thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/25 10:16:23

Modified files:
	net/icinga/core: Makefile distinfo 
	net/icinga/core/patches: patch-Changelog patch-cgi_Makefile_in 
	                         patch-configure 
	                         patch-sample-config_icinga_cfg_in 
	net/icinga/core/pkg: PLIST-cgi PLIST-ido PLIST-main README-main 
	net/icinga/web : Makefile distinfo 
	net/icinga/web/patches: patch-Makefile_in 
	net/icinga/web/pkg: PLIST 

Log message:
update to icinga 1.10, for more information see
https://www.icinga.org/2013/10/24/icinga-1-10-released/

as mentioned in a new addition to the readme, icinga-web users may need to
clear their cache with /var/www/icinga-web/bin/clearcache.sh


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/25 10:16:57

Modified files:
	databases/p5-Redis: Makefile distinfo 

Log message:
Update to p5-Redis 1.962.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/25 10:21:35

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
fix an off by one when calculating the length of an sgl segment
that our chain scatter-gather element is pointing to.  the bug
was observed by pedro martelletto with some particular firmware
doing raid 0.  the fix wouldn't have been possible without
extensive debugging and spec conformance verification done by
pedro.

tested by pedro, dlg and myself, ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/25 10:33:37

src/distrib/armv7/miniroot/sunxi

Update of /cvs/src/distrib/armv7/miniroot/sunxi
In directory cvs.openbsd.org:/tmp/cvs-serv20000/sunxi

Log Message:
Directory /cvs/src/distrib/armv7/miniroot/sunxi added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/25 10:54:27

Modified files:
	infrastructure/lib/DPB: Logger.pm Locks.pm 

Log message:
mark most opened files as close-on-exec, since the commands we run don't care
about them. Heck, they shouldn't even be able to access them... Ouchie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/25 11:02:11

Modified files:
	x11/gnustep/base: Makefile 

Log message:
don't pick up execinfo.h, to avoid problems with dpb junking. (it isn't really
used anyway, as it expects backtrace() in libc).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2013/10/25 12:12:59

Modified files:
	.              : Makefile 

Log message:
Do not attempt to build kdrive if we did not build Mesa, for its configure
script looks for libGL.

ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2013/10/25 12:14:20

Modified files:
	driver         : Makefile 
Added files:
	distrib/notes  : README.aviion 
	distrib/sets/lists/xbase: md.aviion 
	distrib/sets/lists/xetc: md.aviion 
	distrib/sets/lists/xserv: md.aviion 
	distrib/sets/lists/xshare: md.aviion 

Log message:
X11 clients for OpenBSD/aviion. ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/25 12:31:29

Modified files:
	games/cribbage : cards.c crib.c 

Log message:
Use arc4random_uniform() insead of rand() and modulus.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/25 12:42:36

Modified files:
	share/man/man9 : mbuf.9 

Log message:
Now that the M_ICMP_CSUM_* flags are actually used in the kernel by PF,
document them in the mbuf(9) man page.

OK henning@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/10/25 12:44:36

Modified files:
	sys/netinet    : ip_output.c 

Log message:
Don't let in_proto_cksum_out() assume that the ICMP checksum field is
always in the first mbuf of an mbuf chain.

Thanks to henning@ and bluhm@ for their work on checksums at b2k13,
which allowed this fix to be very straightforward compared to earlier
versions.

help/feedback bluhm@ henning@
OK henning@ naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/10/25 12:54:51

Modified files:
	.              : 54.html 

Log message:
m68k and m88k packages counts.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/25 12:58:10

Modified files:
	usr.sbin/smtpd : control.c parser.c scheduler.c smtpctl.c 

Log message:
Improve reporting in smtpctl and a few fixes.

When sending a request to the scheduler, wait for the success/failure
report from the scheduler.  Simplify the code by introducing generic
functions for interruptible iteration over envelopes.  Report the total
number of affected envelopes for schedule, pause, resume and remove
envelope operations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/25 13:12:07

Added files:
	audio/libgpod/patches: patch-configure 

Log message:
Do not pick up TagLib, which is only used by test-rebuild-db.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/25 13:18:43

Modified files:
	usr.sbin/smtpd : scheduler_ramqueue.c 

Log message:
If the admin issues a remove request for an envelope which is inflight, do not
ignore the request. Instead defer the removal until the envelope returns to the
scheduler. Simplify code by a great deal in the process.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/10/25 13:42:18

Modified files:
	lib/libc/gen   : shm_open.c 

Log message:
close(fd), then set errno


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/10/25 13:46:16

Modified files:
	app/cwm        : calmwm.h client.c xevents.c 

Log message:
A client_delete should behave differently depending on whether the
triggering event was unmap (with pending destroy) log destroy; we only
need to grab/ungrab the server lock, set WithdrawnState and
XRemoveFromSaveSet clients coming from an unmap event - doing so for
clients coming from destroy are already gone, hence we generate errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/25 14:08:31

Modified files:
	usr.sbin/smtpd : dict.c 

Log message:
allocate key storage dynamically instead of using a fixed size buffer


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/25 14:43:23

Modified files:
	x11/ede/desktop: Makefile 
Added files:
	x11/ede/desktop/patches: patch-build_Install_jam 

Log message:
Add shared-mime-info to BDEP, build/Install.jam checks for
update-mime-database presence before installing the mime file.
Patch out the call to update-mime-database anyway since the pkgtools run it.

Should fix spurious packaging failures when shared-mime-info got junked.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/25 15:01:50

Modified files:
	net/dnscrypt-proxy: Makefile 

Log message:
BUILD_DEPENDS=foo works better when you don't have it twice in the Makefile,
hit by naddy and landry


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/25 15:31:23

Modified files:
	usr.sbin/smtpd : enqueue.c parse.y smtpctl.c smtpd.h util.c 

Log message:
local enqueuer improvements:

- parse the whole input before trying to establish the connection
to the local socket: fixes timeout problems when reading the output
of a long running program.

- use sendmail(8)-like exit status.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/25 15:44:48

Modified files:
	databases/pg_statsinfo: Makefile 
Added files:
	databases/pg_statsinfo/patches: 
	                                patch-agent_lib_last_xact_activity_c 
	                                patch-agent_lib_pgut_pgut-spi_c 

Log message:
Unbreak by allowing it to build against new PostgreSQL 9.3 API. Totally
untested @runtime though..


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/25 15:57:10

Modified files:
	games/atc      : extern.c extern.h 

Log message:
start_time should be time_t, not int since it holds the reasult of
time(0).  OK guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/25 16:21:27

Modified files:
	net/curl       : Makefile distinfo 

Log message:
maintenance update to 7.33.0


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/10/25 16:48:10

Modified files:
	sys/dev/ic     : re.c 

Log message:
Fix/re-enable RX checksum offload for 8168C/8168CP revisions after revision rev 1.140.
The relevant code for enabling the HW's RX checksum offload support was checking
for the TX feature flag to know when to enable RX checksum offload but that flag
was removed/disabled with rev 1.140 which resulted in the RX checksum offload support
inadvertently being disabled.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/25 17:04:51

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
fix crash when using ProxyCommand caused by previous commit - was calling
freeaddrinfo(NULL); spotted by sthen@ and Tim Ruehsen, patch by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/25 17:32:08

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add a check that we do not end up with WANTLIB in arch-independent package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/25 17:45:55

Modified files:
	net/pure-ftpd  : Makefile 
	net/pure-ftpd/patches: patch-configure_ac 
	                       patch-src_alt_arc4random_h 

Log message:
switch to upstream's patch for arc4random changes; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/25 18:02:52

Log message:
    Import p5-TAP-Harness-JUnit-0.41, a TAP::Harness subclass
    to generate JUnit compatible output from TAP results.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	schwarze
    Release Tags:	schwarze_20131026
    
    N ports/devel/p5-TAP-Harness-JUnit/Makefile
    N ports/devel/p5-TAP-Harness-JUnit/distinfo
    N ports/devel/p5-TAP-Harness-JUnit/pkg/DESCR
    N ports/devel/p5-TAP-Harness-JUnit/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/25 18:07:29

Log message:
    Import p5-TAP-Formatter-JUnit
    to format TAP::Harness output as JUnit XML.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	schwarze
    Release Tags:	schwarze_20131026
    
    N ports/devel/p5-TAP-Formatter-JUnit/distinfo
    N ports/devel/p5-TAP-Formatter-JUnit/Makefile
    N ports/devel/p5-TAP-Formatter-JUnit/pkg/DESCR
    N ports/devel/p5-TAP-Formatter-JUnit/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/25 18:12:10

Modified files:
	devel          : Makefile 

Log message:
+p5-TAP-{Formatter,Harness}-JUnit


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/26 00:22:54

Modified files:
	textproc/sablotron: Makefile 

Log message:
remove myself as maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/26 00:34:18

Modified files:
	www/py-gunicorn: Makefile distinfo 

Log message:
Update to py-gunicorn 0.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/26 00:51:28

Modified files:
	infrastructure/lib/DPB/SubEngine: Fetch.pm 

Log message:
#!#% cvs
why did not you not show this in my diff ?


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/26 01:06:42

Modified files:
	.              : plus.html 

Log message:
plus.html Oct 14-20.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/26 01:38:19

Modified files:
	math/coq/patches: patch-configure 

Log message:
Fix GNU make check with newer versions.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/26 01:39:19

Modified files:
	graphics/lensfun/patches: patch-configure 

Log message:
Remove the GNU make version check as its broken with newer versions.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 02:02:09

Modified files:
	devel/libsoup  : Makefile 
Added files:
	devel/libsoup/pkg: DESCR PLIST 
Removed files:
	devel/libsoup/pkg: DESCR-gnome DESCR-main PLIST-gnome PLIST-main 

Log message:
There is no need for a -gnome subpackage anymore; -main has exactly the
same dependency requirements. So let's simplify this and merge -gnome
into -main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 02:02:57

Modified files:
	devel/libgdata : Makefile 
	geo/geoclue    : Makefile 
	geo/libchamplain: Makefile 
	mail/evolution-rss: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	net/librest    : Makefile 
	x11/gnome/gvfs : Makefile 
	audio/gmpc     : Makefile 
	www/liferea    : Makefile 
	audio/ario     : Makefile 
	geo/geoclue2   : Makefile 
	geo/geocode-glib: Makefile 
	geo/osm-gps-map: Makefile 
	geo/osm2go     : Makefile 
	graphics/darktable: Makefile 
	graphics/swfdec: Makefile 
	misc/logjam    : Makefile 
	multimedia/gstreamer1/plugins-good: Makefile 
	net/gssdp      : Makefile 
	net/libepc     : Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-salut: Makefile 
	net/twitux     : Makefile 
	textproc/libtranslate: Makefile 
	www/midori     : Makefile 
	www/webkit     : Makefile 
	x11/gnome/grilo: Makefile 
	x11/gnome/libgda: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse-sharing: Makefile 
	x11/gnome/totem-pl-parser: Makefile 
	x11/xfce4/xfce4-screenshooter: Makefile 

Log message:
Fix dependencies and bump after the recent libsoup -gnome => -main merge.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 03:08:08

Modified files:
	x11/gnome/gdm  : Makefile 
Added files:
	x11/gnome/gdm/patches: patch-daemon_gdm-simple-slave_c 

Log message:
Fix the gnome-initial-setup username; noticed by rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 03:12:20

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
Add comment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/26 04:06:45

Added files:
	comms/smstools/patches: patch-src_Makefile 

Log message:
reorder Makefile to fix with gmake 4.0 ("recipe commences before first target")


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 04:44:14

Removed files:
	net/libsocialweb: Makefile distinfo 
	net/libsocialweb/patches: 
	                          patch-libsocialweb-client_sw-client-contact-view_c 
	                          patch-libsocialweb-client_sw-client-item-view_c 
	                          patch-libsocialweb-client_sw-contact_c 
	net/libsocialweb/pkg: DESCR PLIST 

Log message:
Remove libsocialweb; it's not really used for anything and development has
pretty much stalled.

ok (was quite stillborn) jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 04:44:45

Modified files:
	net            : Makefile 

Log message:
-libsocialweb


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 04:45:05

Modified files:
	net/telepathy/folks: Makefile 
	net/telepathy/folks/pkg: PLIST 

Log message:
Drop libsocialweb support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 05:27:21

Modified files:
	editors/abiword: Makefile distinfo 
	editors/abiword/patches: patch-src_Makefile_in 
	editors/abiword/pkg: PLIST 
Removed files:
	editors/abiword/patches: patch-Makefile_in patch-abiword_desktop 
	                         patch-goffice-bits_goffice_app_goffice-app_h 
	                         patch-goffice-bits_goffice_goffice-config_h 
	                         patch-src_af_util_xp_ut_go_file_h 
	                         patch-src_af_util_xp_ut_iconv_cpp 
	                         patch-src_af_util_xp_ut_png_cpp 
	                         patch-src_wp_impexp_gtk_ie_impGraphic_GdkPixbuf_cpp 

Log message:
Update to abiword-3.0.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/26 06:27:59

Modified files:
	usr.sbin/smtpd : bounce.c delivery_lmtp.c dns.c filter_api.c 
	                 ioev.c lka_session.c mda.c mfa_session.c mta.c 
	                 mta_session.c parser.c queue_api.c 
	                 queue_backend.c queue_fs.c scheduler_api.c 
	                 smtp_session.c smtpd.c ssl.c table.c 
	                 table_api.c table_passwd.c table_sqlite.c to.c 

Log message:
%i -> %d in format strings


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 07:16:06

Modified files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_common_cc-common-language_c 

Log message:
New BZ URL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/26 07:25:12

Modified files:
	www/slowhttptest: Makefile distinfo 

Log message:
Update to slowhttptest 1.5.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/26 09:21:14

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html errata46.html 
	                 errata47.html errata48.html errata49.html 
	                 errata50.html errata51.html errata52.html 
	                 errata53.html plus20.html plus21.html 
	                 plus22.html plus23.html plus24.html plus25.html 
	                 plus26.html plus27.html plus28.html plus29.html 
	                 plus30.html plus31.html plus32.html plus33.html 
	                 plus34.html plus35.html plus36.html plus37.html 
	                 plus38.html plus39.html plus40.html plus41.html 
	                 plus42.html plus43.html plus44.html plus45.html 
	                 plus46.html plus47.html plus48.html plus49.html 
	                 plus50.html plus51.html plus52.html plus53.html 
	                 plus54.html 
Added files:
	.              : errata54.html 

Log message:
roll files


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/26 09:57:25

Modified files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_common_cc-common-language_c 

Log message:
grrrr


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/26 09:58:34

Modified files:
	.              : errata54.html 

Log message:
oops


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/26 10:02:17

Modified files:
	.              : plus20.html plus21.html plus22.html plus23.html 
	                 plus24.html plus25.html plus26.html plus27.html 
	                 plus28.html plus29.html plus30.html plus31.html 
	                 plus32.html plus33.html plus34.html plus35.html 
	                 plus36.html plus37.html plus38.html plus39.html 
	                 plus40.html plus41.html plus42.html plus43.html 
	                 plus44.html plus45.html plus46.html plus47.html 
	                 plus48.html plus49.html plus50.html plus51.html 
	                 plus52.html plus53.html plus54.html 

Log message:
cleanup further before release


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/10/26 10:15:31

Modified files:
	editors/texmaker: Makefile distinfo 
	editors/texmaker/patches: patch-texmaker_cpp patch-texmaker_pro 
	editors/texmaker/pkg: PLIST 

Log message:
Update to texmaker 4.0.4


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/26 10:55:12

Modified files:
	sys/arch/i386/i386: lapic.c 

Log message:
Remove unused variable.

From Sebastien Marie.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/10/26 11:49:59

Modified files:
	data/xkeyboard-config/keycodes: Makefile 
	data/xkeyboard-config/man: xkeyboard-config.7 
	data/xkeyboard-config/symbols: Makefile 
	data/xkeyboard-config/symbols/sun_vndr: Makefile 
	dist/xkeyboard-config: AUTHORS Makefile.am Makefile.in NEWS 
	                       README aclocal.m4 config.guess config.sub 
	                       configure install-sh missing 
	dist/xkeyboard-config/compat: Makefile.in level5 
	dist/xkeyboard-config/docs: Makefile.in README.symbols 
	dist/xkeyboard-config/geometry: Makefile.in dell hhk hp kinesis 
	                                macintosh microsoft pc sun 
	                                typematrix 
	dist/xkeyboard-config/geometry/digital_vndr: Makefile.in 
	dist/xkeyboard-config/geometry/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/keycodes: Makefile.am Makefile.in sun 
	dist/xkeyboard-config/keycodes/digital_vndr: Makefile.in 
	dist/xkeyboard-config/keycodes/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/man: Makefile.in 
	dist/xkeyboard-config/po: bg.po ca.po da.po de.po eo.po fr.po 
	                          hu.po ja.po ko.po lt.po nl.po pl.po 
	                          ru.po uk.po zh_TW.po 
	dist/xkeyboard-config/rules: Makefile.in base.extras.xml.in 
	                             base.lists.part base.m_g.part 
	                             base.m_k.part base.m_s.part 
	                             base.ml1_s.part base.ml2_s.part 
	                             base.ml3_s.part base.ml4_s.part 
	                             base.ml_c.part base.ml_s.part 
	                             base.mlv_s.part base.o_s.part 
	                             base.xml.in evdev.extras.xml.in 
	                             evdev.m_k.part evdev.xml.in 
	dist/xkeyboard-config/rules/bin: Makefile.in 
	dist/xkeyboard-config/rules/compat: Makefile.in base.l1v1_c.part 
	                                    base.l2v2_c.part 
	                                    base.l3v3_c.part 
	                                    base.l4v4_c.part 
	                                    base.lv_c.part 
	                                    layoutsMapping.lst 
	dist/xkeyboard-config/symbols: Makefile.am Makefile.in af al 
	                               altwin am apl ara az ba bd be bg 
	                               br brai bt bw by ca capslock cd 
	                               ch cm cn compose ctrl cz de dk ee 
	                               empty epo es et fi fo fr gb ge gh 
	                               gn gr hr hu ie il in inet iq ir 
	                               is it jp ke keypad kg kh kr kz la 
	                               latam latin level3 level5 lk lt 
	                               lv ma mao md me mk ml mm mn mt mv 
	                               ng nl no np olpc pc ph pk pl pt 
	                               ro rs ru se shift si sk sn 
	                               srvr_ctrl sy terminate th tj tm 
	                               tr tw typo tz ua us uz vn za 
	dist/xkeyboard-config/symbols/digital_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/fujitsu_vndr: Makefile.in us 
	dist/xkeyboard-config/symbols/hp_vndr: Makefile.in us 
	dist/xkeyboard-config/symbols/macintosh_vndr: Makefile.in ch de 
	                                              dk fi fr gb it 
	                                              latam nl no pt se 
	                                              us 
	dist/xkeyboard-config/symbols/nec_vndr: Makefile.in jp 
	dist/xkeyboard-config/symbols/nokia_vndr: Makefile.in su-8w 
	dist/xkeyboard-config/symbols/sgi_vndr: Makefile.in 
	dist/xkeyboard-config/symbols/sharp_vndr: Makefile.in sl-c3x00 
	                                          ws003sh ws007sh 
	                                          ws011sh ws020sh 
	dist/xkeyboard-config/symbols/sony_vndr: Makefile.in us 
	dist/xkeyboard-config/symbols/sun_vndr: Makefile.am Makefile.in 
	                                        ara be br ca ch cz de dk 
	                                        ee es fi fr gb gr it jp 
	                                        kr lt lv nl no pl pt ro 
	                                        ru se sk solaris tr tw 
	                                        ua us 
	dist/xkeyboard-config/symbols/xfree68_vndr: Makefile.in amiga 
	                                            ataritt 
	dist/xkeyboard-config/types: Makefile.in 
Added files:
	dist/xkeyboard-config: configure.ac 
	dist/xkeyboard-config/keycodes: olpc 
	dist/xkeyboard-config/po: hr.po pt_BR.po 
Removed files:
	dist/xkeyboard-config: CREDITS configure.in 
	dist/xkeyboard-config/symbols: ad 
	dist/xkeyboard-config/symbols/sun_vndr: tuv 

Log message:
Update to xkeyboard-config 2.10.1.

ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/10/26 11:52:02

Modified files:
	.              : 3RDPARTY 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/26 13:05:54

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/patches: patch-conf_master_cf 

Log message:
Update to Postfix 2.11-20131001.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/26 14:20:22

Modified files:
	sys/arch/armv7/sunxi: sxie.c 

Log message:
on certain boards (like the pcduino) u-boot doesn't setup the MAC address for
us, in this case calculate an address based on the Security ID (SID) to ensure
we get a unique address.

tested on pcduino to ensure a unique address and verified by aalm@ on cubieboard
(where u-boot does setup the MAC address).

ok aalm@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2013/10/26 14:21:07

Modified files:
	.              : armv7.html 

Log message:
first step at untangling this page and make clear which hardware is supported
on which boards.

earlier version eyeballed by patrick@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2013/10/26 14:26:45

Modified files:
	.              : armv7.html 

Log message:
mention pcduino as a supported board


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/26 14:31:49

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: i915_gem.c 
	sys/dev/pci/drm/radeon: radeon_gem.c 

Log message:
Unstub i915_gem_dumb_destroy() and radeon_mode_dumb_destroy().


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/26 14:32:48

Modified files:
	usr.sbin/smtpd : envelope.c smtpd.h 
	usr.sbin/smtpd/smtpctl: Makefile 

Log message:
Simplify code for loading and dumping envelopes.  Makes it much easier
to deal with automatic upgrade between envelope versions at load time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/26 14:42:57

Modified files:
	www/hiawatha   : Makefile distinfo 
	www/hiawatha/pkg: PLIST 
Removed files:
	www/hiawatha/pkg: PFRAG.shared 

Log message:
Update to hiawatha 9.2.

tweaks and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/26 14:55:09

Modified files:
	usr.sbin/smtpd : to.c 

Log message:
fix default schema


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/26 15:05:09

Modified files:
	sys/dev        : vmt.c 

Log message:
Use the "activate" framework rather a shutdown hook
ok jmatthew dlg pelikan


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/26 15:09:45

Modified files:
	games/manaplus : Makefile distinfo 

Log message:
Update games/manaplus to 1.3.10.27.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/26 15:21:45

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Only use setsockopt(..SO_RTABLE..) if an alternative rtable is specified
on the command line, this repairs traceroute6 if the -V flag is not given.

ok matthieu@ deraadt@

(Note that traceroute6's source address selection is not yet rdomain-aware,
for now to use another domain with "traceroute -V" requires manually setting
the source address with -s.)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/26 15:33:29

Modified files:
	usr.bin/nc     : netcat.c 
	usr.bin/telnet : commands.c externs.h main.c 

Log message:
Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,
same style as traceroute6 (change to int and use -1 as a flag, so rtable 0
can still be used as an explicit parameter).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/26 17:01:44

Added files:
	net/icinga/web/patches: patch-lib_raphael_Makefile_in 

Log message:
missed cvs add; sorry naddy!


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/26 17:18:15

Modified files:
	x11/kde/accessibility3: Makefile 
	x11/kde4/artwork: Makefile 
Added files:
	x11/kde/accessibility3/pkg: DESCR-main DESCR-mono PLIST-main 
	                            PLIST-mono 
	x11/kde4/artwork/pkg: DESCR-main DESCR-mono DESCR-nuvola 
	                      PLIST-main PLIST-mono PLIST-nuvola 
Removed files:
	x11/kde/accessibility3/pkg: DESCR PLIST 
	x11/kde4/artwork/pkg: DESCR PLIST 

Log message:
One more step towards deconflicting KDE3 and KDE4: extract icon themes
subpackages out of kdeaccessibility-3.x and kdeartwork-4.x.

idea approved by espie@
input and okay landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:41:04

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 
Removed files:
	lang/jruby/patches: patch-lib_ruby_shared_rubygems_package_rb 

Log message:
Update to jruby 1.7.6. Add maven as a test dependency, since it is
required to run the tests.  Remove rubygems patch as it was applied
upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:44:58

Modified files:
	lang/rubinius  : Makefile distinfo 
	lang/rubinius/patches: patch-configure 
	lang/rubinius/pkg: PLIST 
Added files:
	lang/rubinius/patches: fileutils.diff patch-Rakefile 
	                       patch-library_rubygems_package_rb 
	                       patch-rakelib_gems_rake 
	                       patch-spec_ruby_core_file_open_spec_rb 
Removed files:
	lang/rubinius/patches: patch-lib_fileutils_rb patch-lib_iconv_rb 
	                       patch-lib_zlib_rb_ffi 
	                       patch-spec_ruby_core_thread_raise_spec_rb 
	                       patch-spec_ruby_core_thread_run_spec_rb 
	                       patch-spec_ruby_core_thread_wakeup_spec_rb 
	                       patch-spec_ruby_optional_capi_io_spec_rb 

Log message:
Major update to rubinius 2.1.1.  Start using LLVM again as this
version supports the in-tree LLVM.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:47:23

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Update to support rubinius 2.1.1.  This removes the RDEP on a specific
version of rubinius for gem ext ports, and it also changes the
rubinius gem directory, so all ruby gem ports need to be bumped.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:48:05

Modified files:
	databases/ruby-sqlite3: Makefile distinfo 
	databases/ruby-sqlite3/pkg: PLIST 

Log message:
Update to ruby-sqlite3 1.3.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:48:40

Modified files:
	databases/ruby-mysql2: Makefile distinfo 
	databases/ruby-mysql2/patches: patch-ext_mysql2_extconf_rb 
	databases/ruby-mysql2/pkg: PLIST 

Log message:
Update to ruby-mysql2 0.3.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/10/26 17:55:38

Modified files:
	archivers/ruby-archive-tar-minitar: Makefile 
	audio/ruby-id3lib: Makefile 
	audio/ruby-vorbis_comment: Makefile 
	converters/ruby-json: Makefile 
	converters/ruby-multi_json: Makefile 
	databases/ruby-amalgalite: Makefile 
	databases/ruby-couchrest: Makefile 
	databases/ruby-data_objects: Makefile 
	databases/ruby-datamapper/aggregates: Makefile 
	databases/ruby-datamapper/constraints: Makefile 
	databases/ruby-datamapper/core: Makefile 
	databases/ruby-datamapper/data_mapper: Makefile 
	databases/ruby-datamapper/migrations: Makefile 
	databases/ruby-datamapper/serializer: Makefile 
	databases/ruby-datamapper/sweatshop: Makefile 
	databases/ruby-datamapper/timestamps: Makefile 
	databases/ruby-datamapper/transactions: Makefile 
	databases/ruby-datamapper/types: Makefile 
	databases/ruby-datamapper/validations: Makefile 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_postgres: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-hiera: Makefile 
	databases/ruby-kirbybase: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-redis: Makefile 
	databases/ruby-redis-namespace: Makefile 
	databases/ruby-resque: Makefile 
	databases/ruby-sequel: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-tiny_tds: Makefile 
	databases/ruby-validatable: Makefile 
	devel/ruby-abstract: Makefile 
	devel/ruby-arrayfields: Makefile 
	devel/ruby-bacon: Makefile 
	devel/ruby-bundler: Makefile 
	devel/ruby-cicphash: Makefile 
	devel/ruby-clio: Makefile 
	devel/ruby-color-tools: Makefile 
	devel/ruby-colorator: Makefile 
	devel/ruby-columnize: Makefile 
	devel/ruby-commander: Makefile 
	devel/ruby-cucumber: Makefile 
	devel/ruby-daemon_controller: Makefile 
	devel/ruby-daemons: Makefile 
	devel/ruby-deep_merge: Makefile 
	devel/ruby-diff-lcs: Makefile 
	devel/ruby-echoe: Makefile 
	devel/ruby-extlib: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-ffi : Makefile 
	devel/ruby-ffi-inliner: Makefile 
	devel/ruby-flexmock: Makefile 
	devel/ruby-gem_plugin: Makefile 
	devel/ruby-gettext: Makefile 
	devel/ruby-gir_ffi: Makefile 
	devel/ruby-git : Makefile 
	devel/ruby-highline: Makefile 
	devel/ruby-hoe : Makefile 
	devel/ruby-home_run: Makefile 
	devel/ruby-i18n: Makefile 
	devel/ruby-indentation: Makefile 
	devel/ruby-isolate: Makefile 
	devel/ruby-jeweler: Makefile 
	devel/ruby-json_pure: Makefile 
	devel/ruby-kgio: Makefile 
	devel/ruby-locale: Makefile 
	devel/ruby-metaclass: Makefile 
	devel/ruby-minitest: Makefile 
	devel/ruby-mocha: Makefile 
	devel/ruby-mspec: Makefile 
	devel/ruby-narray: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-needle: Makefile 
	devel/ruby-ole : Makefile 
	devel/ruby-open4: Makefile 
	devel/ruby-polyglot: Makefile 
	devel/ruby-prof: Makefile 
	devel/ruby-rake-compiler: Makefile 
	devel/ruby-rb-gsl: Makefile 
	devel/ruby-rdoc: Makefile 
	devel/ruby-ref : Makefile 
	devel/ruby-rgen: Makefile 
	devel/ruby-rr  : Makefile 
	devel/ruby-rspec/1: Makefile 
	devel/ruby-rspec/core: Makefile 
	devel/ruby-rspec/expectations: Makefile 
	devel/ruby-rspec/mocks: Makefile 
	devel/ruby-rspec/puppet: Makefile 
	devel/ruby-rspec/puppetlabs_spec_helper: Makefile 
	devel/ruby-rspec/rspec: Makefile 
	devel/ruby-ruby2ruby: Makefile 
	devel/ruby-ruby_parser: Makefile 
	devel/ruby-rubyforge: Makefile 
	devel/ruby-rubyinline: Makefile 
	devel/ruby-safe_yaml: Makefile 
	devel/ruby-sexp_processor: Makefile 
	devel/ruby-stringex: Makefile 
	devel/ruby-subset_sum: Makefile 
	devel/ruby-systemu: Makefile 
	devel/ruby-term-ansicolor: Makefile 
	devel/ruby-therubyracer: Makefile 
	devel/ruby-tilt: Makefile 
	devel/ruby-transaction-simple: Makefile 
	devel/ruby-trollop: Makefile 
	devel/ruby-uuid: Makefile 
	devel/ruby-uuidtools: Makefile 
	devel/ruby-yajl: Makefile 
	devel/ruby-zentest: Makefile 
	geo/ruby-findmyiphone: Makefile 
	graphics/ruby-color: Makefile 
	graphics/ruby-gruff: Makefile 
	graphics/ruby-mini_magick: Makefile 
	graphics/ruby-rmagick: Makefile 
	mail/ruby-mail : Makefile 
	mail/ruby-mailfactory: Makefile 
	mail/ruby-mime : Makefile 
	mail/ruby-mime-types: Makefile 
	misc/ruby-spreadsheet: Makefile 
	net/ruby-agcaldav: Makefile 
	net/ruby-amqp  : Makefile 
	net/ruby-bunny : Makefile 
	net/ruby-eventmachine: Makefile 
	net/ruby-macaddr: Makefile 
	net/ruby-minion: Makefile 
	net/ruby-net-dns: Makefile 
	net/ruby-net-http-digest_auth: Makefile 
	net/ruby-net-scp: Makefile 
	net/ruby-net-sftp: Makefile 
	net/ruby-net-ssh: Makefile 
	net/ruby-net-ssh-gateway: Makefile 
	net/ruby-nmap-parser: Makefile 
	net/ruby-snmp  : Makefile 
	net/ruby-stomp : Makefile 
	net/ruby-xmpp4r: Makefile 
	security/ruby-bcrypt: Makefile 
	security/ruby-ezcrypto: Makefile 
	security/ruby-hmac: Makefile 
	security/ruby-openid: Makefile 
	security/ruby-yadis: Makefile 
	sysutils/ruby-augeas: Makefile 
	sysutils/ruby-capistrano: Makefile 
	sysutils/ruby-directory_watcher: Makefile 
	sysutils/ruby-libvirt: Makefile 
	sysutils/ruby-posix-spawn: Makefile 
	sysutils/ruby-puppet-lint: Makefile 
	sysutils/ruby-vlad: Makefile 
	textproc/ruby-ascii85: Makefile 
	textproc/ruby-builder: Makefile 
	textproc/ruby-classifier: Makefile 
	textproc/ruby-fast-stemmer: Makefile 
	textproc/ruby-fastercsv: Makefile 
	textproc/ruby-fastri: Makefile 
	textproc/ruby-haml: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-htmlentities: Makefile 
	textproc/ruby-icalendar: Makefile 
	textproc/ruby-kramdown: Makefile 
	textproc/ruby-liquid: Makefile 
	textproc/ruby-markaby: Makefile 
	textproc/ruby-maruku: Makefile 
	textproc/ruby-mustache: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-pdf-reader: Makefile 
	textproc/ruby-pygments.rb: Makefile 
	textproc/ruby-randexp: Makefile 
	textproc/ruby-rdiscount: Makefile 
	textproc/ruby-redcarpet: Makefile 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-rexical: Makefile 
	textproc/ruby-ronn: Makefile 
	textproc/ruby-rtex: Makefile 
	textproc/ruby-syntax: Makefile 
	textproc/ruby-templater: Makefile 
	textproc/ruby-treetop: Makefile 
	textproc/ruby-yard: Makefile 
	www/ruby-addressable: Makefile 
	www/ruby-capybara: Makefile 
	www/ruby-capybara-webkit: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-httpclient: Makefile 
	www/ruby-jekyll: Makefile 
	www/ruby-mechanize: Makefile 
	www/ruby-rack  : Makefile 
	www/ruby-rack-test: Makefile 
	www/ruby-rainbows: Makefile 
	www/ruby-raindrops: Makefile 
	www/ruby-rest-client: Makefile 
	www/ruby-sanitize: Makefile 
	www/ruby-sinatra: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-thin_http: Makefile 
	www/ruby-unicorn: Makefile 
	www/ruby-vegas : Makefile 
	www/ruby-xpath : Makefile 

Log message:
Bump all ruby gem ports supporting rbx FLAVOR due to change to rubinius
gem directory when upgrading rubinius from 1.2.4 to 2.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/10/26 21:06:25

Modified files:
	etc/etc.armv7  : MAKEDEV.md 
	sys/arch/armv7/conf: files.armv7 GENERIC-SUNXI 
	usr.sbin/gpioctl: Makefile 

Log message:
enable gpioctl(8) for armv7, and add associated devices on armv7/sunxi.

ok jasper@, patrick@, rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/26 22:49:54

Modified files:
	sys/arch/macppc/stand: Makefile Makefile.inc 
	sys/arch/macppc/stand/boot.mac: Makefile 

Log message:
build the manual pages on all architectures


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2013/10/27 00:50:52

Modified files:
	.              : armv7.html 

Log message:
Integrated smsc(4) works on panda, and explictly mention
ommmc(4)/imxesdhc(4).


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 01:37:45

Modified files:
	de             : 54.html hackathons.html 
	fr             : aviion.html 
	lt             : donations.html plat.html 
	nl             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 01:56:25

Modified files:
	usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c 
	                 scheduler.c smtp.c smtpd.c smtpd.h 

Log message:
Create the control socket in the parent process to abort early if
another smtpd instance is running.  Close the inherited socket in
every forked process but control.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 02:38:31

Modified files:
	print/qpdf     : Makefile distinfo 
	print/qpdf/patches: patch-configure 

Log message:
Minor update to qpdf-5.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 02:41:40

Modified files:
	print/cups-filters: Makefile distinfo 

Log message:
Update to cups-filters-1.0.40.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 02:45:27

Modified files:
	print/cups-filters: Makefile 
	print/cups-filters/pkg: PLIST 

Log message:
grrr @ make plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 02:50:17

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/patches: patch-Makedefs_in patch-backend_ipp_c 
	                    patch-cgi-bin_Makefile 
	                    patch-config-scripts_cups-compiler_m4 
	                    patch-config_h_in patch-cups_Makefile 
	                    patch-filter_Makefile patch-ppdc_Makefile 
	                    patch-scheduler_Makefile 
	                    patch-scheduler_ipp_c 
	                    patch-test_run-stp-tests_sh 
	print/cups/pkg : PLIST-libs PLIST-main README-main 

Log message:
Update to cups-1.7.0.
Please report any regression directly to me, thanks.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/27 02:55:38

Modified files:
	fr             : aviion.html errata.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 errata45.html errata46.html errata47.html 
	                 errata48.html errata49.html errata50.html 
	                 errata51.html errata52.html errata53.html 
	                 hackathons.html want.html 
	porting/fr     : checklist.html 
Added files:
	fr             : errata54.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/27 03:21:38

Modified files:
	infrastructure/lib/DPB: Affinity.pm 

Log message:
affinity and memory will work MUCH better for error correction if we don't
forget to mark things in memory too, and not just in disk markers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/10/27 03:26:01

Modified files:
	infrastructure/lib/DPB: Config.pm Core.pm 

Log message:
rearrange a few things to get direct access to whoami.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/27 03:57:50

Log message:
    import devel/py-libmagic, Python bindings to libmagic. ok zhuk@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131027
    
    N ports/devel/py-libmagic/Makefile
    N ports/devel/py-libmagic/distinfo
    N ports/devel/py-libmagic/pkg/PLIST
    N ports/devel/py-libmagic/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/27 03:58:14

Modified files:
	devel          : Makefile 

Log message:
+py-libmagic


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/27 03:58:41

Log message:
    import sysutils/binwalk, req'd by chris@, ok zhuk@
    
    Binwalk is a firmware analysis tool designed to assist in the analysis,
    extraction, and reverse engineering of firmware images and other binary
    blobs. It is simple to use, fully scriptable, and can be easily extended
    via custom signatures, extraction rules, and plugin modules.
    
    Binwalk supports various types of analysis useful for inspecting and
    reverse engineering firmware, including:
    
    Embedded file identification and extraction
    Executable code identification
    Type casting
    Entropy analysis and graphing
    Heuristic data analysis
    "Smart" strings analysis
    
    Binwalk's file signatures are (mostly) compatible with the magic signatures
    used by the Unix file utility, and include customized/improved signatures
    for files that are commonly found in firmware images such as compressed
    files, firmware headers, kernels, bootloaders, filesystems, etc.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131027
    
    N ports/sysutils/binwalk/Makefile
    N ports/sysutils/binwalk/distinfo
    N ports/sysutils/binwalk/pkg/PLIST
    N ports/sysutils/binwalk/pkg/DESCR
    N ports/sysutils/binwalk/patches/patch-src_setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/27 03:59:04

Modified files:
	sysutils       : Makefile 

Log message:
+binwalk


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 05:01:47

Modified files:
	usr.sbin/smtpd : filter_api.c mfa.c mfa_session.c parse.y smtp.c 
	                 smtp_session.c smtpd-api.h smtpd.c smtpd.h 

Log message:
Make the filter infrastructure move forward.
This is a work-in-progress and it's not supposed to be useable for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmatthew@cvs.openbsd.org	2013/10/27 05:24:06

Modified files:
	databases/riak : Makefile distinfo 
	databases/riak/patches: patch-deps_eleveldb_c_src_detail_hpp 
	                        patch-vars_config 
	databases/riak/pkg: PLIST README 
Added files:
	databases/riak/patches: 
	                        patch-deps_eleveldb_c_src_leveldb_Makefile 
	                        patch-deps_eleveldb_c_src_leveldb_build_config_mk 
Removed files:
	databases/riak/patches: 
	                        patch-deps_riaknostic_src_riaknostic_check_sysctl_erl 
	                        patch-deps_riaknostic_src_riaknostic_export_erl 

Log message:
update to riak 1.4.2

help from naddy@ and ajacoutot@, ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/27 06:58:53

Modified files:
	sys/arch/armv7/sunxi: sunxireg.h sxitimer.c 

Log message:
Fix timer on for A20 as the address and offsets for the A20 counter were off.

from Markus Hennecke, ok aalm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/27 07:35:34

Modified files:
	databases/pg_statsinfo: Makefile 

Log message:
Add missing BDEP on postgresql,-server, originally from kili@, forgotten
in previous commit, and reminded by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/27 07:47:50

Modified files:
	security/gnupg2: Makefile 

Log message:
Don't pick up net/adns if it happens to be installed.  ok pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 11:47:53

Modified files:
	usr.sbin/smtpd : limit.c mta.c queue.c scheduler.c 
	                 scheduler_api.c scheduler_backend.c 
	                 scheduler_null.c scheduler_proc.c 
	                 scheduler_ramqueue.c smtpctl.c smtpd-api.h 
	                 smtpd.c smtpd.h 

Log message:
Implement a feedback mechanism which allows the mta to "hold" envelopes
in the scheduler when it has too many tasks for a given relay.  The
envelopes are put on a wait queue, and are not scheduled again until
the mta "releases" some envelopes from that queue.

It prevents from having too many inflight envelopes, which are out of reach
for the admin.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/10/27 11:50:48

Modified files:
	.              : errata36.html 

Log message:
typo; sdaoden


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 12:13:28

Modified files:
	usr.sbin/smtpd : table.c 

Log message:
fix parsing of inet6 addresses when prefixed with "IPv6:"


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 12:21:07

Modified files:
	usr.sbin/smtpd : queue_api.c queue_proc.c 

Log message:
obvious fixes in the external queue code.
work-in-progress: not supported yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/27 12:29:02

Modified files:
	share/man/man4 : ip6.4 

Log message:
remove chunks about options we do not have, and uncomment the ones we
do have.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/27 12:31:24

Modified files:
	usr.bin/ftp    : fetch.c 
	usr.bin/lex    : main.c misc.c 
	usr.bin/rcs    : ci.c 
	usr.bin/rdistd : server.c 
	usr.bin/rpcgen : rpc_cout.c rpc_main.c rpc_tblout.c 

Log message:
If a constant string needs a name, use a static const array instead of a
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/27 12:32:55

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.7: Makefile 
	lang/python/2.7/pkg: PLIST-main 
	lang/python/3.3: Makefile 
Removed files:
	lang/python/2.7/pkg: PFRAG.ctypes-main 
	lang/python/3.3/patches: patch-Modules_selectmodule_c 

Log message:
- Merge ctypes fragment into main now that libffi is fixed
- Remove uneeded diff after the time_t change
- Clean things a bit
- Bump revisions

tested by rpointel@, sthen@ and myself. ok by them and jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/27 12:49:25

Modified files:
	usr.sbin/bgpctl: irr_output.c whois.c 
	usr.sbin/httpd/src/modules/keynote: mod_keynote.c 
	usr.sbin/lpr/common_source: displayq.c 
	usr.sbin/pppd  : options.c 
	usr.sbin/tcpdump: print-bootp.c 

Log message:
If a constant string needs a name, use a static const array instead of a
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 12:50:59

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
use log_* functions instead of err*/warn*


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/27 12:54:03

Modified files:
	sbin/isakmpd   : x509.c 
	sbin/newfs_ext2fs: newfs_ext2fs.c 

Log message:
If a constant string needs a name, use a static const array instead of a
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/27 13:00:22

Modified files:
	usr.bin/calendar/calendars: calendar.music 

Log message:
rest in peace Lou Reed


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/10/27 13:01:22

Modified files:
	papers         : index.html 

Log message:
link to our vbsdcon slides


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 13:12:12

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
missing m_end()


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2013/10/27 13:14:23

Modified files:
	.              : events.html 

Log message:
Move vBSDcon 2013 to the past and link slides


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/27 13:40:32

Modified files:
	sysutils/p5-Sys-Virt: Makefile distinfo 
	sysutils/p5-Sys-Virt/pkg: PLIST 

Log message:
update to p5-Sys-Virt-1.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/27 13:40:43

Modified files:
	sysutils/libvirt: Makefile distinfo 
	sysutils/libvirt/patches: patch-src_Makefile_in 
	                          patch-src_rpc_virnetsocket_c 
	sysutils/libvirt/pkg: PLIST 

Log message:
update to libvirt-1.1.3


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/10/27 14:27:09

Modified files:
	sys/arch/armv7/imx: imxesdhc.c 

Log message:
fix card-detect pins for wandboard.
we count from zero, unlike freescale.

spotted by and ok patrick@


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2013/10/27 14:28:38

Modified files:
	papers         : index.html 

Log message:
also link to my slides here


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/27 14:39:44

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
Add support for AUTH LOGIN in mta.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/27 14:57:39

Modified files:
	sys/netinet    : ip_mroute.c ip_mroute.h 
	sys/netinet6   : ip6_mroute.c ip6_mroute.h 

Log message:
delete UPCALL_TIMING debug code from a the dark ages


CVSROOT:	/cvs
Module name:	src
Changes by:	uwe@cvs.openbsd.org	2013/10/27 16:36:06

Modified files:
	distrib/miniroot: dot.profile install.sub 

Log message:
Unattended installation using DHCP and a response file

For a completely unattended installation bsd.rd has to be netbooted,
a DHCP server must be running and provide "next-server", which will be
used to fetch "http://<next-server>/install.conf".  The format of the
response file is a list of "<key> = <value>" pairs where <key> is a
substring of the interactive question (case-insensitive) and <value> is
what would be entered interactively.

Minimal response file example:

system hostname = openbsd
password for root account = <...>
network interfaces = re0
IPv4 address for re0 = dhcp
server? = <...>

This is a starting point, it still a bit rough.

ok krw@, many improvements by halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/27 18:28:38

Modified files:
	x11/kde4/artwork: Makefile 
	x11/kde4/artwork/pkg: PLIST-mono PLIST-nuvola 

Log message:
Fix previous: @conflict kdeartwork-<4.10.5p0 will cause conflict with
kdeartwork from KDE3, too, which is not what we wanted in the first place.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/27 19:16:36

Modified files:
	devel/p5-Log-Any: Makefile distinfo 

Log message:
update to Log::Any 0.15, from dhill (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 01:27:18

Modified files:
	productivity/tryton: Makefile.inc 

Log message:
Bump to 3.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 01:27:38

Modified files:
	productivity/tryton/trytond: Makefile distinfo 
	productivity/tryton/trytond/patches: patch-etc_trytond_conf 
	productivity/tryton/trytond/pkg: PLIST 

Log message:
Update to trytond-3.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 01:27:59

Modified files:
	productivity/tryton/tryton: Makefile distinfo 
	productivity/tryton/tryton/pkg: PLIST 

Log message:
Update to tryton-3.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 01:29:03

Modified files:
	productivity/tryton/account: Makefile distinfo 
	productivity/tryton/account/pkg: PLIST 
	productivity/tryton/account_asset: distinfo 
	productivity/tryton/account_asset/pkg: PLIST 
	productivity/tryton/account_be: distinfo 
	productivity/tryton/account_de_skr03: distinfo 
	productivity/tryton/account_de_skr03/pkg: PLIST 
	productivity/tryton/account_fr: distinfo 
	productivity/tryton/account_invoice: Makefile distinfo 
	productivity/tryton/account_invoice/pkg: PLIST 
	productivity/tryton/account_invoice_history: distinfo 
	productivity/tryton/account_invoice_history/pkg: PLIST 
	productivity/tryton/account_invoice_line_standalone: distinfo 
	productivity/tryton/account_invoice_line_standalone/pkg: PLIST 
	productivity/tryton/account_product: distinfo 
	productivity/tryton/account_product/pkg: PLIST 
	productivity/tryton/account_statement: distinfo 
	productivity/tryton/account_statement/pkg: PLIST 
	productivity/tryton/account_stock_anglo_saxon: distinfo 
	productivity/tryton/account_stock_anglo_saxon/pkg: PLIST 
	productivity/tryton/account_stock_continental: Makefile distinfo 
	productivity/tryton/account_stock_continental/pkg: PLIST 
	productivity/tryton/analytic_account: distinfo 
	productivity/tryton/analytic_account/pkg: PLIST 
	productivity/tryton/analytic_invoice: distinfo 
	productivity/tryton/analytic_invoice/pkg: PLIST 
	productivity/tryton/analytic_purchase: distinfo 
	productivity/tryton/analytic_purchase/pkg: PLIST 
	productivity/tryton/analytic_sale: distinfo 
	productivity/tryton/analytic_sale/pkg: PLIST 
	productivity/tryton/calendar: distinfo 
	productivity/tryton/calendar/pkg: PLIST 
	productivity/tryton/calendar_classification: distinfo 
	productivity/tryton/calendar_classification/pkg: PLIST 
	productivity/tryton/calendar_scheduling: distinfo 
	productivity/tryton/calendar_scheduling/pkg: PLIST 
	productivity/tryton/calendar_todo: distinfo 
	productivity/tryton/calendar_todo/pkg: PLIST 
	productivity/tryton/carrier: distinfo 
	productivity/tryton/carrier/pkg: PLIST 
	productivity/tryton/carrier_percentage: distinfo 
	productivity/tryton/carrier_percentage/pkg: PLIST 
	productivity/tryton/carrier_weight: distinfo 
	productivity/tryton/carrier_weight/pkg: PLIST 
	productivity/tryton/company: distinfo 
	productivity/tryton/company/pkg: PLIST 
	productivity/tryton/company_work_time: distinfo 
	productivity/tryton/company_work_time/pkg: PLIST 
	productivity/tryton/country: distinfo 
	productivity/tryton/country/pkg: PLIST 
	productivity/tryton/currency: distinfo 
	productivity/tryton/currency/pkg: PLIST 
	productivity/tryton/dashboard: distinfo 
	productivity/tryton/dashboard/pkg: PLIST 
	productivity/tryton/google_maps: distinfo 
	productivity/tryton/google_maps/pkg: PLIST 
	productivity/tryton/ldap_authentication: distinfo 
	productivity/tryton/ldap_authentication/pkg: PLIST 
	productivity/tryton/ldap_connection: distinfo 
	productivity/tryton/ldap_connection/pkg: PLIST 
	productivity/tryton/party: distinfo 
	productivity/tryton/party/pkg: PLIST 
	productivity/tryton/party_siret: distinfo 
	productivity/tryton/party_siret/pkg: PLIST 
	productivity/tryton/party_vcarddav: distinfo 
	productivity/tryton/party_vcarddav/pkg: PLIST 
	productivity/tryton/product: distinfo 
	productivity/tryton/product/pkg: PLIST 
	productivity/tryton/product_attribute: distinfo 
	productivity/tryton/product_attribute/pkg: PLIST 
	productivity/tryton/product_cost_fifo: Makefile distinfo 
	productivity/tryton/product_cost_fifo/pkg: PLIST 
	productivity/tryton/product_cost_history: distinfo 
	productivity/tryton/product_cost_history/pkg: PLIST 
	productivity/tryton/product_measurements: distinfo 
	productivity/tryton/product_measurements/pkg: PLIST 
	productivity/tryton/product_price_list: distinfo 
	productivity/tryton/product_price_list/pkg: PLIST 
	productivity/tryton/production: distinfo 
	productivity/tryton/production/pkg: PLIST 
	productivity/tryton/project: distinfo 
	productivity/tryton/project/pkg: PLIST 
	productivity/tryton/project_invoice: Makefile distinfo 
	productivity/tryton/project_invoice/pkg: PLIST 
	productivity/tryton/project_plan: Makefile distinfo 
	productivity/tryton/project_plan/pkg: PLIST 
	productivity/tryton/project_revenue: distinfo 
	productivity/tryton/project_revenue/pkg: PLIST 
	productivity/tryton/purchase: distinfo 
	productivity/tryton/purchase/pkg: PLIST 
	productivity/tryton/purchase_invoice_line_standalone: distinfo 
	productivity/tryton/purchase_invoice_line_standalone/pkg: PLIST 
	productivity/tryton/purchase_shipment_cost: distinfo 
	productivity/tryton/purchase_shipment_cost/pkg: PLIST 
	productivity/tryton/sale: Makefile distinfo 
	productivity/tryton/sale/pkg: PLIST 
	productivity/tryton/sale_opportunity: Makefile distinfo 
	productivity/tryton/sale_opportunity/pkg: PLIST 
	productivity/tryton/sale_price_list: distinfo 
	productivity/tryton/sale_price_list/pkg: PLIST 
	productivity/tryton/sale_shipment_cost: distinfo 
	productivity/tryton/sale_shipment_cost/pkg: PLIST 
	productivity/tryton/sale_supply: Makefile distinfo 
	productivity/tryton/sale_supply/pkg: PLIST 
	productivity/tryton/sale_supply_drop_shipment: Makefile distinfo 
	productivity/tryton/sale_supply_drop_shipment/pkg: PLIST 
	productivity/tryton/stock: Makefile distinfo 
	productivity/tryton/stock/pkg: PLIST 
	productivity/tryton/stock_forecast: distinfo 
	productivity/tryton/stock_forecast/pkg: PLIST 
	productivity/tryton/stock_inventory_location: distinfo 
	productivity/tryton/stock_inventory_location/pkg: PLIST 
	productivity/tryton/stock_location_sequence: distinfo 
	productivity/tryton/stock_location_sequence/pkg: PLIST 
	productivity/tryton/stock_lot: distinfo 
	productivity/tryton/stock_lot/pkg: PLIST 
	productivity/tryton/stock_product_location: distinfo 
	productivity/tryton/stock_product_location/pkg: PLIST 
	productivity/tryton/stock_split: distinfo 
	productivity/tryton/stock_split/pkg: PLIST 
	productivity/tryton/stock_supply: Makefile distinfo 
	productivity/tryton/stock_supply/pkg: PLIST 
	productivity/tryton/stock_supply_day: distinfo 
	productivity/tryton/stock_supply_day/pkg: PLIST 
	productivity/tryton/stock_supply_forecast: distinfo 
	productivity/tryton/stock_supply_production: distinfo 
	productivity/tryton/stock_supply_production/pkg: PLIST 
	productivity/tryton/timesheet: distinfo 
	productivity/tryton/timesheet/pkg: PLIST 

Log message:
Update all tryton modules to version 3.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:07:28

Modified files:
	productivity/tryton: Makefile.inc 
Added files:
	productivity/tryton: DESCR-module 
Removed files:
	productivity/tryton/account/pkg: DESCR 
	productivity/tryton/account_asset/pkg: DESCR 
	productivity/tryton/account_be/pkg: DESCR 
	productivity/tryton/account_de_skr03/pkg: DESCR 
	productivity/tryton/account_fr/pkg: DESCR 
	productivity/tryton/account_invoice/pkg: DESCR 
	productivity/tryton/account_invoice_history/pkg: DESCR 
	productivity/tryton/account_invoice_line_standalone/pkg: DESCR 
	productivity/tryton/account_product/pkg: DESCR 
	productivity/tryton/account_statement/pkg: DESCR 
	productivity/tryton/account_stock_anglo_saxon/pkg: DESCR 
	productivity/tryton/account_stock_continental/pkg: DESCR 
	productivity/tryton/analytic_account/pkg: DESCR 
	productivity/tryton/analytic_invoice/pkg: DESCR 
	productivity/tryton/analytic_purchase/pkg: DESCR 
	productivity/tryton/analytic_sale/pkg: DESCR 
	productivity/tryton/calendar/pkg: DESCR 
	productivity/tryton/calendar_classification/pkg: DESCR 
	productivity/tryton/calendar_scheduling/pkg: DESCR 
	productivity/tryton/calendar_todo/pkg: DESCR 
	productivity/tryton/carrier/pkg: DESCR 
	productivity/tryton/carrier_percentage/pkg: DESCR 
	productivity/tryton/carrier_weight/pkg: DESCR 
	productivity/tryton/company/pkg: DESCR 
	productivity/tryton/company_work_time/pkg: DESCR 
	productivity/tryton/country/pkg: DESCR 
	productivity/tryton/currency/pkg: DESCR 
	productivity/tryton/dashboard/pkg: DESCR 
	productivity/tryton/google_maps/pkg: DESCR 
	productivity/tryton/ldap_authentication/pkg: DESCR 
	productivity/tryton/ldap_connection/pkg: DESCR 
	productivity/tryton/party/pkg: DESCR 
	productivity/tryton/party_siret/pkg: DESCR 
	productivity/tryton/party_vcarddav/pkg: DESCR 
	productivity/tryton/product/pkg: DESCR 
	productivity/tryton/product_attribute/pkg: DESCR 
	productivity/tryton/product_cost_fifo/pkg: DESCR 
	productivity/tryton/product_cost_history/pkg: DESCR 
	productivity/tryton/product_measurements/pkg: DESCR 
	productivity/tryton/product_price_list/pkg: DESCR 
	productivity/tryton/production/pkg: DESCR 
	productivity/tryton/project/pkg: DESCR 
	productivity/tryton/project_invoice/pkg: DESCR 
	productivity/tryton/project_plan/pkg: DESCR 
	productivity/tryton/project_revenue/pkg: DESCR 
	productivity/tryton/purchase/pkg: DESCR 
	productivity/tryton/purchase_invoice_line_standalone/pkg: DESCR 
	productivity/tryton/purchase_shipment_cost/pkg: DESCR 
	productivity/tryton/sale/pkg: DESCR 
	productivity/tryton/sale_opportunity/pkg: DESCR 
	productivity/tryton/sale_price_list/pkg: DESCR 
	productivity/tryton/sale_shipment_cost/pkg: DESCR 
	productivity/tryton/sale_supply/pkg: DESCR 
	productivity/tryton/sale_supply_drop_shipment/pkg: DESCR 
	productivity/tryton/stock/pkg: DESCR 
	productivity/tryton/stock_forecast/pkg: DESCR 
	productivity/tryton/stock_inventory_location/pkg: DESCR 
	productivity/tryton/stock_location_sequence/pkg: DESCR 
	productivity/tryton/stock_lot/pkg: DESCR 
	productivity/tryton/stock_product_location/pkg: DESCR 
	productivity/tryton/stock_split/pkg: DESCR 
	productivity/tryton/stock_supply/pkg: DESCR 
	productivity/tryton/stock_supply_day/pkg: DESCR 
	productivity/tryton/stock_supply_forecast/pkg: DESCR 
	productivity/tryton/stock_supply_production/pkg: DESCR 
	productivity/tryton/timesheet/pkg: DESCR 

Log message:
Add productivity/tryton to CATEGORIES.
Factorize DESCR for modules.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:17:06

ports/productivity/tryton/tryton/patches

Update of /cvs/ports/productivity/tryton/tryton/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8842/patches

Log Message:
Directory /cvs/ports/productivity/tryton/tryton/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:17:52

Modified files:
	productivity/tryton/tryton: Makefile 
Added files:
	productivity/tryton/tryton/patches: patch-tryton_action_main_py 

Log message:
SECURITY: sanitize the file extension received from the server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:19:34

Modified files:
	productivity/tryton/tryton: Tag: OPENBSD_5_3 Makefile 
Added files:
	productivity/tryton/tryton/patches: Tag: OPENBSD_5_3 
	                                    patch-tryton_action_main_py 

Log message:
MFH: Sanitize the file extension received from the server.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/28 02:40:05

Modified files:
	regress/libexec/ld.so/lazy/prog: prog.c 

Log message:
include stdlib.h for exit()


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/28 02:41:20

Modified files:
	regress/usr.bin/sort: stests 

Log message:
include stdio.h for printf()


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/28 02:47:43

Modified files:
	regress/misc/X11/blt: blt.c 
	regress/misc/X11/bltone: bltone.c 

Log message:
include string.h for memcpy()


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:53:36

Log message:
    Import trytond-module-account_dunning.
    
    Tryton application platform module: account_dunning.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/account_dunning/Makefile
    N ports/productivity/tryton/account_dunning/distinfo
    N ports/productivity/tryton/account_dunning/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/10/28 02:53:52

Modified files:
	editors/nvi    : Makefile 
	editors/nvi/patches: patch-vi_v_txt_c 

Log message:
Fix crash. Take maintainership.

ok naddy@ (previous MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:53:55

Log message:
    Import trytond-module-account_dunning_letter.
    
    Tryton application platform module: account_dunning_letter.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/account_dunning_letter/Makefile
    N ports/productivity/tryton/account_dunning_letter/distinfo
    N ports/productivity/tryton/account_dunning_letter/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:54:16

Log message:
    Import trytond-module-bank.
    
    Tryton application platform module: bank.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/bank/Makefile
    N ports/productivity/tryton/bank/distinfo
    N ports/productivity/tryton/bank/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:54:31

Log message:
    Import trytond-module-sale_invoice_grouping.
    
    Tryton application platform module: module-sale_invoice_grouping.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/sale_invoice_grouping/Makefile
    N ports/productivity/tryton/sale_invoice_grouping/distinfo
    N ports/productivity/tryton/sale_invoice_grouping/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:54:51

Log message:
    Import trytond-module-timesheet_cost.
    
    Tryton application platform module: module-timesheet_cost.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/timesheet_cost/Makefile
    N ports/productivity/tryton/timesheet_cost/distinfo
    N ports/productivity/tryton/timesheet_cost/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:55:12

Log message:
    Import proteus.
    
    Proteus is a library to access Tryton's models like a client.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131028
    
    N ports/productivity/tryton/proteus/Makefile
    N ports/productivity/tryton/proteus/distinfo
    N ports/productivity/tryton/proteus/pkg/DESCR
    N ports/productivity/tryton/proteus/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:57:23

Modified files:
	productivity/tryton: Makefile 

Log message:
+account_dunning
+account_dunning_letter
+bank
+proteus
+sale_invoice_grouping
+timesheet_cost


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 02:58:02

Modified files:
	productivity/tryton: Makefile.inc 

Log message:
Add proteus to TEST_DEPENDS.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/28 03:00:06

Modified files:
	usr.sbin/mkuboot: mkuboot.c Makefile 
Added files:
	usr.sbin/mkuboot: copy_elf.c copy_elf32.c copy_elf64.c 

Log message:
Improve mkuboot's ELF handling.  This fixes the problem where mkuboot
running on 64-bit systems does not create valid images.
While there, append kernel symbols at the end of the kernel.

ok syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 03:14:58

Modified files:
	usr.sbin/smtpd : lka_session.c mda.c 

Log message:
bzero() some structs before using them, to be safe.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/28 03:15:09

Modified files:
	sys/arch/armv7/imx: imx_machdep.c 
	sys/arch/armv7/omap: beagle_machdep.c 
	sys/arch/armv7/sunxi: sunxi_machdep.c 

Log message:
We need to make sure that the kernel symbols area isn't marked as free
space.  For this we only have to use the esym marker instead of _end.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 03:40:07

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
Set lastmxquery when the MX query returns, not when it is issued.
This fixes a potential race when several relays share a single domain,
resulting in temporary failures and unnecessary delays.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 04:32:17

Modified files:
	usr.sbin/smtpd : to.c 

Log message:
handle the case where the filter string is quoted


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/10/28 05:11:50

Modified files:
	sys/arch/armv7/omap: omap3_prcmreg.h prcm.c prcmvar.h 

Log message:
Make prcm(4) aware of the GPIO modules.

ok aalm@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/28 06:09:41

Modified files:
	sys/net        : pf.c 

Log message:
previous udp port number rewrite fix turned out to be a work around
the incorrect pf_change_ap call;  while here make the tcp case use
pf_change_ap since it shares the same properties.  ok henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/28 06:16:22

Modified files:
	x11/kde/artwork3: Makefile 
	x11/kde4/artwork: Makefile 
	x11/kde4/artwork/pkg: DESCR-main PLIST-main 
Added files:
	x11/kde/artwork3/pkg: DESCR-emoticons DESCR-main PLIST-emoticons 
	                      PLIST-main 
	x11/kde4/artwork/pkg: DESCR-emoticons PLIST-emoticons 
Removed files:
	x11/kde/artwork3/pkg: DESCR PLIST 

Log message:
Extract emoticons off kdeartwork into the kde-emoticons-* packages.
This is a part of KDE3 and KDE4 deconflicting work.

okay landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/28 06:33:32

Modified files:
	sys/netinet    : if_ether.c ip_carp.c 
	sys/netinet6   : nd6.c 
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/i386/conf: GENERIC RAMDISK RAMDISKB RAMDISKC RAMDISK_CD 
	sys/conf       : files 
	sys/dev/eisa   : files.eisa 
	sys/dev/pci    : files.pci 
	sys/dev/tc     : files.tc 
Removed files:
	sys/net        : if_fddi.h if_fddisubr.c 
	sys/dev/eisa   : if_fea.c 
	sys/dev/ic     : pdq.c pdq_ifsubr.c pdqreg.h pdqvar.h 
	sys/dev/pci    : if_fpa.c 
	sys/dev/tc     : if_fta.c 

Log message:
tedu FDDI support and the 3 flavors the driver for DEC devices, even
miod@ cannot find two boards using the same media.

With precious punctuation review from guenther@, thanks!

ok deraadt@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/28 06:34:30

Modified files:
	share/man/man4 : Makefile eisa.4 pci.4 
Removed files:
	share/man/man4 : fpa.4 

Log message:
tedu FDDI documentation bits.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/28 06:39:43

Modified files:
	sys/net        : if_bridge.c 

Log message:
Do not use the multicast macro IFP_TO_IA() to check if an interface has
a configured IPv4 address but iterates on its private list instead.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2013/10/28 07:05:53

Modified files:
	bin/ps         : ps.1 ps.c 

Log message:
add -A (-ax) support; from Lauri Tirkkonen with some option sorting.

ok guenther@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/28 07:35:22

Modified files:
	graphics/ImageMagick: Tag: OPENBSD_5_3 Makefile 
Added files:
	graphics/ImageMagick/patches: Tag: OPENBSD_5_3 
	                              patch-coders_gif_c 

Log message:
CVE-2013-4298: Memory corruption while processing GIF comments


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/28 07:43:12

Modified files:
	sys/arch/armv7/omap: beagle_machdep.c 

Log message:
Remove unused variable.

spotted by rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/28 07:45:14

Modified files:
	net/ngircd     : Tag: OPENBSD_5_3 Makefile distinfo 

Log message:
Security update to ngircd-20.3, fixing CVE-2013-5580

ok fgsch@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/28 07:55:53

src/distrib/armv7/miniroot/imx

Update of /cvs/src/distrib/armv7/miniroot/imx
In directory cvs.openbsd.org:/tmp/cvs-serv30392/distrib/armv7/miniroot/imx

Log Message:
Directory /cvs/src/distrib/armv7/miniroot/imx added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/28 08:10:41

Modified files:
	sys/arch/armv7/conf: RAMDISK-IMX 
	distrib/armv7/miniroot: Makefile Makefile.inc 
	distrib/armv7/miniroot/am335x: Makefile 
	distrib/armv7/miniroot/beagle: Makefile 
	distrib/armv7/miniroot/panda: Makefile 
	distrib/armv7/ramdisk: Makefile install.md list 
	etc/etc.armv7  : Makefile.inc 
Added files:
	distrib/armv7/miniroot/imx: Makefile 

Log message:
Revamp ARMv7 ramdisk and miniroot creation process.

Instead of running mkuboot during install, we call it on during
the release build, so that we can also ship bootable images
of the generic and the ramdisk kernel.

We can now build miniroots for imx, too.  The installer also
can recognize the SoC and makes decision based on it.

Use ext2fs for i.MX6 based devices.

Tar the bootloader files to save some space.

ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/28 08:37:53

Modified files:
	www/py-django  : Makefile distinfo 
	www/py-django/patches: patch-django_core_servers_basehttp_py 
	www/py-django/pkg: PLIST 
Removed files:
	www/py-django/patches: 
	                       patch-tests_regressiontests_utils_simplelazyobject_py 

Log message:
Django 1.5.5 fixes a couple security-related bugs and several other bugs in
the 1.5 series. For more info, see
https://docs.djangoproject.com/en/1.5/releases/1.5.5/

From Ryan Boggs (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/28 08:50:32

Modified files:
	net/samba      : Tag: OPENBSD_5_3 Makefile 
Added files:
	net/samba/patches: Tag: OPENBSD_5_3 patch-source3_smbd_nttrans_c 

Log message:
Security fix for CVE-2013-4124;
missing integer wrap protection in EA list reading can cause server to loop with DoS.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/28 09:05:35

Modified files:
	sbin/ifconfig  : ifconfig.c 
	sbin/pfctl     : pfctl_parser.c 
	sbin/ping      : ping.c 
	sbin/route     : route.c 

Log message:
use %d instead of %i in a few fprintf for clarity


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/28 09:07:30

Modified files:
	net/ifmcstat/patches: patch-ifmcstat_c 

Log message:
this needs access to the kernel namespace


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/28 09:10:25

Modified files:
	security/pcsc-lite: Makefile distinfo 
	security/pcsc-lite/patches: patch-src_spy_libpcscspy_c 
Removed files:
	security/pcsc-lite/patches: patch-src_spy_Makefile_in 

Log message:
Update to pcsc-lite-1.8.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/28 09:11:04

Modified files:
	security/ccid  : Makefile distinfo 
	security/ccid/patches: patch-src_Makefile_in 

Log message:
Update to ccid-1.4.13


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/28 09:15:08

Modified files:
	share/man/man4 : softraid.4 
	sys/arch/amd64/stand/biosboot: biosboot.8 
	sys/arch/amd64/stand/boot: boot.8 
	sys/arch/i386/stand/biosboot: biosboot.8 
	sys/arch/i386/stand/boot: boot.8 

Log message:
Document softraid boot process for i386/amd64.

Requested by Adam Thompson.
suggestions and ok deraadt, earlier version ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/28 09:30:08

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-setup_py 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2013.10.28; some new extractors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/28 09:36:03

Modified files:
	audio/solfege  : Makefile distinfo 
	audio/solfege/pkg: PLIST 

Log message:
Minor update to 3.22.2.
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/28 09:40:38

Removed files:
	net/ngircd/patches: Tag: OPENBSD_5_3 patch-src_ngircd_channel_c 

Log message:
missed in previous


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/28 10:08:08

Modified files:
	sys/dev/usb    : if_urlreg.h 

Log message:
Use the correct value for the Interframe Gap Time 0 bit in the transmit
configuration register and fix a typo.  From Paul A. Patience.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/28 10:47:08

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 11:02:09

Modified files:
	usr.sbin/smtpd : ca.c lka.c mta_session.c smtp_session.c 
	                 ssl_smtpd.c 

Log message:
Report the ssl certificate verification status in the mail header.
Log ssl certificate validation errors.
Fix several ssl-related leaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/28 11:23:40

Modified files:
	audio/dumb     : Tag: OPENBSD_5_3 Makefile 
Added files:
	audio/dumb/patches: Tag: OPENBSD_5_3 patch-src_it_itread_c 

Log message:
Security fix for CVE-2006-3668


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/28 11:32:31

Modified files:
	games/manaplus : Makefile distinfo 

Log message:
Bugfix update to 1.3.10.27.2 - fixes missing graphics and a game-breaking
shop bug.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/28 12:11:06

Modified files:
	devel/gdb      : Makefile 

Log message:
Add --without-lzma to CONFIGURE_ARGS to ensure gdb doesnt pick a hidden
dependency on archivers/xz.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 12:49:15

Modified files:
	usr.sbin/smtpd : table.c 

Log message:
accept credentials formated as "<user> <passwd>"


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/28 12:50:23

Modified files:
	usr.sbin/smtpd : table_static.c 

Log message:
alias files may be empty


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/28 13:34:16

Modified files:
	x11/gtk3mm     : Makefile distinfo 

Log message:
Update to gtkmm-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/28 13:56:51

Modified files:
	www/py-werkzeug: Makefile distinfo 
	www/py-werkzeug/pkg: PLIST 

Log message:
Update to Werkzeug 0.9.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/28 13:59:25

Modified files:
	usr.bin/netstat: main.c 

Log message:
use %d instea of %i


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/28 14:45:20

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Enable blocksize > 512 and cleanup ommmc_attach().

ok patrick@.
With some input from Dale Rahn, Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/28 15:02:35

Modified files:
	lib/libc/gen   : sysctl.3 
	sbin/sysctl    : sysctl.8 
	sys/netinet6   : in6.h ip6_input.c 

Log message:
kill kame version symbols and sysctl
ports tree grep run by sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/28 16:10:43

src/sys/arch/luna88k/stand

Update of /cvs/src/sys/arch/luna88k/stand
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/luna88k/stand

Log Message:
Directory /cvs/src/sys/arch/luna88k/stand added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/28 16:10:47

src/sys/arch/luna88k/stand/boot

Update of /cvs/src/sys/arch/luna88k/stand/boot
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/luna88k/stand/boot

Log Message:
Directory /cvs/src/sys/arch/luna88k/stand/boot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/28 16:13:13

Added files:
	sys/arch/luna88k/stand: Makefile Makefile.inc 
	sys/arch/luna88k/stand/boot: Makefile autoconf.c awaitkey.c 
	                             bcd.c bmc.c bmd.c boot.c 
	                             boot.ldscript conf.c cons.c 
	                             dev_net.c dev_net.h device.h 
	                             devopen.c fault.c font.c getline.c 
	                             getsecs.c if_le.c init_main.c 
	                             ioconf.c kbd.c kbdreg.h lance.c 
	                             lance.h locore.S parse.c prf.c 
	                             rcvbuf.h samachdep.h sc.c scsireg.h 
	                             scsivar.h sd.c setjmp.S sio.c 
	                             sioreg.h status.h ufs_disksubr.c 

Log message:
The first steps of a native OpenBSD/luna88k bootloader. Able to boot ELF
kernels with symbols from disk or network.
Based upon the NetBSD/luna68k bootloader which got recently overhauled from
4.3BSD (thanks, tsutsui@ !), updated to match the luna88k hardware layout
and turned into a polling-only binary.
Tested on luna88k (not -2) only so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/28 16:15:22

Modified files:
	sys/arch/luna88k/luna88k: locore.S 

Log message:
Recognize kernel symbols when booted from the standalone bootloader.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/28 16:19:07

Modified files:
	sys/arch/luna88k/stand/boot: bmd.c 

Log message:
This is the cleaned up version I had intended to commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/28 18:01:50

Log message:
    import graphics/openjp2, OpenJPEG 2.0 (which has a different API to 1.5.x).
    ok rpe@ landry@
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131029
    
    N ports/graphics/openjp2/distinfo
    N ports/graphics/openjp2/Makefile
    N ports/graphics/openjp2/patches/patch-src_lib_openjp2_opj_malloc_h
    N ports/graphics/openjp2/patches/patch-src_lib_openmj2_opj_malloc_h
    N ports/graphics/openjp2/patches/patch-CMakeLists_txt
    N ports/graphics/openjp2/pkg/PLIST
    N ports/graphics/openjp2/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/28 18:02:08

Modified files:
	graphics       : Makefile 

Log message:
+openjp2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/28 20:44:52

Modified files:
	sys/sys        : select.h 

Log message:
__fd_mask should be unsigned, and let's shift an unsigned bit.  Why
has this never mattered before??
ok guenther millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/28 20:56:15

Modified files:
	regress/lib/libpthread/pthread_cond_timedwait: 
	                                               pthread_cond_timedwait.c 

Log message:
use lld format string and a cast for time_t
ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/28 21:00:40

Modified files:
	regress/misc/c++abi: nm1.ref 

Log message:
ino_t is 64 bit now
ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/28 21:11:08

Modified files:
	sys/kern       : spec_vnops.c 

Log message:
Unlock the vnode while calling a device's d_close routine, except when
it's locked for changing the type (i.e., revoke()).  We already unlock
it while calling the d_open, d_read, and d_write routines and this is
safe for the same reason: the device routines operate at a lower level
and don't need the protection of the vnode locks.  This is important
as the device close routine may block indefinitely.

"don't see anything wrong" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 22:23:16

Modified files:
	sys/conf       : files 
	sys/kern       : init_main.c 
Added files:
	sys/kern       : kern_task.c 
	sys/sys        : task.h 

Log message:
introduce tasks and taskqs as an alternative to workqs.

tasks are modelled on the timeout api, so users familiar with
timeout_set, timeout_add, and timeout_del will already know what
to expect from task_set, task_add, and task_del.

i wrote this because workq_add_task can fail in the place you
actually need it, and there arent any good ways of recovering at
that point.  workq_queue_task was added to try and help, but required
external state to be stored for users of that api to know whether
something was already queued or not.

workqs also didnt provide a way to cancel or remove work.

this has been percolating with a bunch of people. putting it in as i
wrote it so i can apply their feedback to the code with the history kept
in cvs.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 22:32:08

Modified files:
	sys/sys        : task.h 
	sys/kern       : kern_task.c 

Log message:
use unsigned int instead of u_int to reduce the depend on types.h.

might make jsg a little happier.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 22:34:21

Modified files:
	sys/kern       : kern_task.c 

Log message:
sys/task.h includes sys/queue.h, so kern/kern_task.c doesnt need
to do that again.

kern/kern_task.c doesnt use pools so we dont need sys/pool.h either.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 22:35:20

Added files:
	share/man/man9 : task_add.9 

Log message:
document the kernel task api


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 22:35:46

Modified files:
	share/man/man9 : task_add.9 

Log message:
u_int -> unsigned int


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 23:14:20

Modified files:
	share/man/man9 : Makefile 

Log message:
wire task_add.9 in


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/28 23:47:15

Modified files:
	sys/dev/pci    : vmwpvs.c 

Log message:
implementing handling of the msg ring if its available. this lets us get
hotplug events from the hypervisor, so you can add and remove disks at
runtime.

movement on the msg ring is detected in the interrupt handler and deferred
to a thread via tasks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/29 00:12:13

Modified files:
	infrastructure/db: user.list 

Log message:
reserve uid for www/opengroupware daemon user


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/29 00:16:37

Log message:
    OpenGroupware is a full-featured groupware system developed in
    Objective-C on SOPE using a WebObject paradigm.  Besides the standard
    groupware features as webmail, contacts, appointment and task
    management, it also provides a project and document management facility.
    
    Feedback and suggestions from landry@ and ajacoutot@
    
    OK landry@, ajacoutot@
    
    Status:
    
    Vendor Tag:	sebastia
    Release Tags:	sebastia_20131029
    
    N ports/www/opengroupware/distinfo
    N ports/www/opengroupware/Makefile
    N ports/www/opengroupware/pkg/ogo_webui.rc
    N ports/www/opengroupware/pkg/PLIST
    N ports/www/opengroupware/pkg/README
    N ports/www/opengroupware/pkg/DESCR
    N ports/www/opengroupware/pkg/ogo_xmlrpcd.rc
    N ports/www/opengroupware/pkg/ogo_zidestore.rc
    N ports/www/opengroupware/pkg/UNMESSAGE
    N ports/www/opengroupware/files/opengroupware.conf
    N ports/www/opengroupware/files/NSGlobalDomain.plist
    N ports/www/opengroupware/files/ogo-webui.plist
    N ports/www/opengroupware/files/ogo-xmlrpcd.plist
    N ports/www/opengroupware/files/ogo-zidestore.plist
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/10/29 00:17:37

Modified files:
	www            : Makefile 

Log message:
hook up opengroupware


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/10/29 00:30:57

Modified files:
	sys/dev/pci/drm: drm_crtc.h drm_crtc_helper.c drm_irq.c 
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c 
	                      i915_gem_evict.c i915_gem_execbuffer.c 
	                      i915_gem_tiling.c i915_irq.c 
	                      intel_display.c intel_dp.c intel_drv.h 
	                      intel_pm.c 
	sys/dev/pci/drm/radeon: evergreen.c r100.c r600.c radeon.h 
	                        radeon_display.c radeon_irq_kms.c 
	                        radeon_pm.c rs600.c si.c 
	sys/dev/pci/drm/ttm: ttm_bo.c ttm_bo_driver.h ttm_memory.c 
	                     ttm_memory.h 

Log message:
Move most of the uses of workqs in drm to the new task/taskq api.
Prevents unintended multiple additions to workqs that was causing
hangs on radeon, and lets us remove tasks more closely matching
the behaviour of the original linux code.

ok kettenis@
cause of the ttm/radeon hangs debugged by claudio@ and kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/10/29 00:51:34

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-base_base_gypi patch-build_all_gyp 
	                      patch-build_common_gypi 
	                      patch-chrome_app_chrome_main_delegate_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_chrome_browser_main_posix_cc 
	                      patch-chrome_browser_media_galleries_scoped_mtp_device_map_entry_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_ui_webui_about_ui_cc 
	                      patch-chrome_chrome_browser_gypi 
	                      patch-chrome_chrome_gyp 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_common_pref_names_cc 
	                      patch-chrome_common_pref_names_h 
	                      patch-chrome_renderer_printing_print_web_view_helper_h 
	                      patch-chrome_test_automation_proxy_launcher_cc 
	                      patch-chrome_test_ui_ui_test_cc 
	                      patch-content_app_content_main_runner_cc 
	                      patch-content_browser_accessibility_browser_accessibility_manager_gtk_cc 
	                      patch-content_browser_browser_main_loop_cc 
	                      patch-content_content_browser_gypi 
	                      patch-content_content_common_gypi 
	                      patch-media_media_gyp 
	                      patch-net_dns_address_sorter_posix_cc 
	                      patch-net_net_gyp 
	                      patch-printing_printing_gyp 
	                      patch-skia_skia_gyp 
	                      patch-third_party_WebKit_Source_core_core_gyp 
	                      patch-third_party_WebKit_Source_core_features_gypi 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libvpx_source_libvpx_build_make_obj_int_extract_c 
	                      patch-third_party_protobuf_src_google_protobuf_stubs_strutil_h 
	                      patch-third_party_webrtc_build_common_gypi 
	                      patch-third_party_webrtc_modules_audio_device_audio_device_gypi 
	                      patch-third_party_webrtc_modules_video_coding_main_source_timestamp_extrapolator_h 
	                      patch-third_party_webrtc_video_engine_test_auto_test_vie_auto_test_gypi 
	                      patch-tools_gyp_pylib_gyp_generator_ninja_py 
	                      patch-ui_gl_gl_gyp 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/patches: patch-base_debug_proc_maps_linux_cc 
	                      patch-base_process_memory_linux_cc 
	                      patch-base_process_process_handle_openbsd_cc 
	                      patch-base_threading_platform_thread_linux_cc 
	                      patch-chrome_app_chrome_main_delegate_h 
	                      patch-chrome_app_policy_policy_templates_json 
	                      patch-chrome_app_theme_theme_resources_grd 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_chrome_content_browser_client_cc 
	                      patch-chrome_browser_chrome_content_browser_client_h 
	                      patch-chrome_browser_chrome_notification_types_h 
	                      patch-chrome_browser_gpu_chrome_gpu_util_cc 
	                      patch-chrome_browser_gpu_gl_string_manager_cc 
	                      patch-chrome_browser_gpu_gpu_feature_checker_cc 
	                      patch-chrome_browser_resources_task_manager_defines_js 
	                      patch-chrome_browser_storage_monitor_storage_monitor_cc 
	                      patch-chrome_browser_ui_gtk_first_run_dialog_cc 
	                      patch-chrome_browser_ui_webui_options_browser_options_handler_cc 
	                      patch-chrome_browser_ui_webui_options_browser_options_handler_h 
	                      patch-chrome_browser_usb_usb_context_cc 
	                      patch-chrome_tools_build_generate_policy_source_py 
	                      patch-content_browser_download_base_file_cc 
	                      patch-content_browser_download_base_file_linux_cc 
	                      patch-content_browser_plugin_service_impl_cc 
	                      patch-content_common_plugin_list_posix_cc 
	                      patch-content_common_set_process_title_linux_cc 
	                      patch-content_common_set_process_title_linux_h 
	                      patch-content_renderer_pepper_pepper_plugin_instance_impl_cc 
	                      patch-content_renderer_pepper_usb_key_code_conversion_cc 
	                      patch-content_renderer_renderer_webkitplatformsupport_impl_cc 
	                      patch-remoting_remoting_gyp 
	                      patch-skia_skia_chrome_gypi 
	                      patch-skia_skia_library_gypi 
	                      patch-sync_util_get_session_name_cc 
	                      patch-sync_util_get_session_name_linux_cc 
	                      patch-third_party_WebKit_Source_web_web_gyp 
	                      patch-tools_grit_grit_node_base_py 
Removed files:
	www/chromium/patches: patch-base_process_util_openbsd_cc 
	                      patch-base_threading_platform_thread_posix_cc 
	                      patch-chrome_browser_extensions_api_system_info_storage_system_info_storage_api_cc 
	                      patch-chrome_browser_extensions_api_system_info_system_info_api_cc 
	                      patch-chrome_chrome_browser_extensions_gypi 
	                      patch-chrome_common_chrome_notification_types_h 
	                      patch-net_third_party_nss_ssl_bodge_secitem_array_c 
	                      patch-third_party_WebKit_Source_WebKit_chromium_WebKit_gyp 
	                      patch-third_party_icu_public_common_unicode_popenbsd_h 
	                      patch-third_party_usrsctp_usrsctp_gyp 
	                      patch-v8_src_sampler_cc 
	                      patch-webkit_plugins_npapi_plugin_list_posix_cc 

Log message:
update to 30.0.1599.101


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 01:42:52

Modified files:
	productivity/glabels: Makefile distinfo 
	productivity/glabels/pkg: PLIST 
Removed files:
	productivity/glabels/patches: patch-src_merge-evolution_c 
	                              patch-src_merge-vcard_c 
	productivity/glabels/pkg: PFRAG.shared 

Log message:
Update to glabels-3.2.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/29 01:57:57

Modified files:
	share/man/man9 : Makefile task_add.9 

Log message:
task_add tweaks; ok dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/29 03:18:43

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-setup_py 
	www/youtube-dl/pkg: PLIST 

Log message:
youtube-dl-2013.10.29. Bug fixes and a new extractor for MySpace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 03:26:29

Log message:
    Import iec16022-0.2.4.
    
    iec16022 can produce 2D barcodes often also referenced as DataMatrix.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131029
    
    N ports/graphics/iec16022/Makefile
    N ports/graphics/iec16022/distinfo
    N ports/graphics/iec16022/pkg/PLIST
    N ports/graphics/iec16022/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 03:27:15

Modified files:
	graphics       : Makefile 

Log message:
+iec16022


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 03:27:50

Modified files:
	productivity/glabels: Makefile 

Log message:
Add iec16022 support.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/29 03:42:11

Modified files:
	usr.bin/ssh    : key.c key.h 

Log message:
fix potential stack exhaustion caused by nested certificates;
report by Mateusz Kocielski; ok dtucker@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/10/29 03:48:02

Modified files:
	usr.bin/ssh    : servconf.c servconf.h session.c sshd_config 
	                 sshd_config.5 

Log message:
shd_config PermitTTY to disallow TTY allocation, mirroring the
longstanding no-pty authorized_keys option;
bz#2070, patch from Teran McKinney; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/29 04:01:20

Modified files:
	sys/dev/usb    : if_cdcef.c if_upl.c if_urndis.c if_urndisreg.h 

Log message:
Kill sc_attached, attach and detach events for USB devices are triggered
by the same explore task and cannot happen in parallel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/29 04:28:57

Modified files:
	sysutils/duplicity: Makefile 

Log message:
Make duplicity depend on py-paramiko, which provides the default SSH backend.
Fixes "BackendException: Could not initialize backend: No module named paramiko"
ok juanfra benoit ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/10/29 04:50:24

Modified files:
	gnu/gcc/gcc/config: openbsd.h 

Log message:
Make gcc call collect2 on powerpc (instead of directly calling ld).
Kernel, base and ports seem happy with this change, and there's no
reason for collect2 to be less useful on these machines.  Offending
lines in gcc/config found by Miod, thanks!  ok kettenis@ miod@ mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/29 04:50:55

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
sort includes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 05:08:25

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Do not blindly sleep but instead wait to ttys initialization before
starting.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/29 05:23:59

Modified files:
	usr.sbin/smtpd : smtpd.h mta.c 

Log message:
Report mta sessions errors on the route rather than on the MX.
If a route has too many of these errors, disable it for a while.
Reset the error counter for a route when it is re-enabled or when
it could establish a connection successfully.


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/10/29 06:10:02

Modified files:
	sys/arch/arm/arm: pmap7.c 

Log message:
The cache mask for ARMv7 is a little bit different from the one inited by
the generic function.  While there, also set the cache bits manually.

ok aalm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/10/29 06:11:52

Modified files:
	gnu/gcc/gcc/config: openbsd.h 

Log message:
Revert previous, wrong M ...


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/10/29 06:14:54

Modified files:
	gnu/gcc/gcc/config/rs6000: openbsd.h 

Log message:
Make gcc call collect2 on powerpc (instead of directly calling ld).
Kernel, base and ports seem happy with this change, and there's no
reason for collect2 to be less useful on these machines.  Offending
lines in gcc/config found by Miod, thanks.
Let's commit the right file this time.  ok kettenis@ miod@ mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/29 07:11:29

Modified files:
	lang/node      : Tag: OPENBSD_5_3 Makefile 
Added files:
	lang/node/patches: Tag: OPENBSD_5_3 patch-lib_http_js 

Log message:
Security fix for CVE-2013-4450, NodeJS: HTTP Pipelining DoS


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/29 07:22:54

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
randomize counter part of generated uids


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/29 08:09:20

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile 
	multimedia/gstreamer1/plugins-base/files: gstsndio.c 

Log message:
Always prefer sndio sink and src over anything else. This fixes a long
standing bug with some video formats when gstreamer1-plugins-pulse was
installed (output sounded like static).

While here, replace some printf with GST_DEBUG.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/29 08:30:05

Modified files:
	usr.sbin/smtpd : smtpd.8 smtpd.conf.5 smtpd.h util.c 

Log message:
use "/etc/mail/mailname" instead of "/etc/mailname" and make it a define.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/29 09:16:56

Modified files:
	sysutils/smbldap-tools: Makefile 
	sysutils/smbldap-tools/patches: patch-configure_pl 

Log message:
Escape a trailing $ in the RCSId line of the sample config string,
otherwise newer perls complain loudly with 'Global symbol "$SID"
requires explicit package name'. Fix dead HOMEPAGE while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/10/29 09:37:56

Modified files:
	usr.sbin/config: config.h main.c mkmakefile.c 

Log message:
emit an extra "config" convenience target that allows one
to rerun config without changing directories.

Lots of inputs by deraadt@, who wanted it to work for movable
relative directories.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/10/29 09:43:21

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/29 10:02:28

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to Subversion 1.8.4. Maintenance release, mostly client-side fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/29 10:30:16

Modified files:
	devel/cvsweb   : Makefile 
	devel/cvsweb/patches: patch-cvsweb_conf 
	devel/cvsweb/pkg: PLIST 

Log message:
move icons to /cvsweb/icons so they are accessible by both httpd and nginx


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/29 11:04:46

Modified files:
	usr.sbin/smtpd : mta.c mta_session.c smtpd.h 

Log message:
add missing heloname field for relayhost.
differenciate relays with different helotable/heloname.
improve code a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/29 11:24:53

Modified files:
	mail/roundcubemail/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/29 11:58:06

Modified files:
	devel/libvirt-glib: Makefile 

Log message:
regen WANTLIB to unbreak after libvirt update; spotted by naddy@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/29 11:59:47

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Fix a potential file descriptor overlap in exec_cgi() by making sure
that file descriptors zero to two are always open when starting slowcgi.
pointed out, with and looks good to deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/29 12:28:04

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/29 12:49:32

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
pty(4), not pty(7);


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/29 12:51:37

Modified files:
	sys/arch/luna88k/stand/boot: autoconf.c bmd.c boot.c device.h 
	                             font.c if_le.c init_main.c ioconf.c 
	                             samachdep.h sc.c sd.c sio.c 

Log message:
More cleanup and unused code or data removal.

Constify the bitmap font.

Bound check sd() numbers instead of accessing an array out of bounds (noticed
by aoyama@).

Use the same SCSI select timeout as the kernel does (250ms instead of 2ms).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/29 13:05:45

Modified files:
	sys/netinet6   : ip6_mroute.h 

Log message:
remove left over bits of omrt6msg, and cleanup the yucky
clone of fd_set for interfaces
tested in ports tree build by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/29 15:44:50

Modified files:
	sys/arch/i386/pci: glxsb.c 

Log message:
unbreak glxsb(4) by properly allocating it's key schedule;
reduce pctr.h usage while here.  ok jsing, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/29 15:49:07

Modified files:
	sys/arch/luna88k/stand/boot: Makefile awaitkey.c bmd.c dev_net.c 
	                             devopen.c getline.c getsecs.c 
	                             if_le.c init_main.c lance.c 
	                             locore.S samachdep.h sc.c scsireg.h 
	                             scsivar.h sd.c sio.c ufs_disksubr.c 
Removed files:
	sys/arch/luna88k/stand/boot: autoconf.c device.h ioconf.c 

Log message:
More cleanups:
- accept empty controller and partition numbers, as well as empty filenames,
and use defaults (0, 0 and "bsd") instead of complaining the boot path
is invalid.
- do not attempt to detect and report devices at boot, using a small
list of possible devices (only scsi id #6 and #5, come on!).
Instead, parse the user-supplied boot string to figure out which controller
and device to talk to. (still no SCSI LUN support, though).

Because of the last change, SCSI unit numbers ought to match the PROM
numbering now (10 * controller + 6 - device id).

Crank version to 0.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/10/29 15:58:38

Modified files:
	sys/dev        : flash.c 

Log message:
Don't add sectors to blocks. Use DL_SECTOBLK() to change DL_GETPOFFSET()
sector value to 512-byte-blocks before adding to b_blkno.

gcc tested on zaurus by matthieu@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/29 16:08:59

Modified files:
	textproc/mupdf : Makefile distinfo 
	textproc/mupdf/patches: patch-Makerules patch-scripts_fontdump_c 
	textproc/mupdf/pkg: DESCR PLIST 
Added files:
	textproc/mupdf/patches: patch-platform_debian_mupdf_desktop 
	                        patch-platform_debian_mupdf_pc 
Removed files:
	textproc/mupdf/patches: patch-Makefile patch-apps_man_mudraw_1 
	                        patch-apps_man_mupdf_1 
	                        patch-apps_pdfapp_c 
	                        patch-apps_x11_main_c 
	                        patch-debian_mupdf_desktop 
	                        patch-debian_mupdf_pc 

Log message:
Update to MuPDF 1.3, and enable cURL support (separate binary, not subpackaged
here as cURL is a fairly common package).

Earlier version without cURL support ok rpe@, additional tests on various
arch from brett@, Florian Stinglmayr and Donovan Watteau (who also reminded
me about a change of name for mubusy needed in DESCR).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/29 16:13:28

Modified files:
	sys/arch/luna88k/stand/boot: Makefile conf.c init_main.c 
Removed files:
	sys/arch/luna88k/stand/boot: cons.c 

Log message:
Get boot device and partition from NVRAM. Boot filename still defaults to
"bsd", since the PROM boot_filename has to point to the bootloader itself
(I store mine as /vmunix).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/29 16:33:10

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISK RAMDISKB RAMDISKBIG 
	                     RAMDISKC 

Log message:
bye bye fea / fpa


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/29 16:37:25

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa64/conf: GENERIC RAMDISK 

Log message:
fpa went away


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 17:39:02

Modified files:
	sys/kern       : kern_task.c 

Log message:
since taskq_create is only callable from autoconf or process context, it
is safe to ask malloc to wait for memory.

pointed out by millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/29 18:43:46

Modified files:
	sys/arch/sparc64/stand/bootblk: Makefile 

Log message:
Stop using cpp -tradition for fcode; handle the inclusion of a
generated file using awk instead.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/10/29 20:07:36

Modified files:
	telephony/p5-Net-SIP: Makefile distinfo 

Log message:
update p5-Net-SIP to 0.683


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 20:11:33

Modified files:
	share/man/man9 : task_add.9 
	sys/kern       : kern_task.c 
	sys/sys        : task.h 
	sys/dev/pci    : vmwpvs.c 
	sys/dev/pci/drm: drm_crtc_helper.c 
	sys/dev/pci/drm/i915: i915_drv.c i915_irq.c intel_display.c 
	                      intel_dp.c intel_pm.c 
	sys/dev/pci/drm/radeon: evergreen.c r100.c r600.c 
	                        radeon_display.c radeon_pm.c rs600.c 
	                        si.c 
	sys/dev/pci/drm/ttm: ttm_bo.c 

Log message:
deprecate taskq_systq() and replace it with extern struct taskq
*const systq defined in task.h

this reduces the cost of using the system taskq and looks less ugly.

requested by and ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 20:13:16

Modified files:
	sys/dev        : rnd.c 

Log message:
replace workq_add_task with the task api.

this guarantees the reliability of the arc4_reinit task being run by not
relying on a pool to give us memory in an interrupt context.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 20:13:53

Modified files:
	sys/dev        : audio.c audiovar.h 

Log message:
replace workqs with tasks.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/10/29 21:16:49

Modified files:
	sys/kern       : spec_vnops.c 

Log message:
Use local variables for ap->a_p where appropriate.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 21:59:26

Modified files:
	sys/dev/pci    : ixgbe.h 

Log message:
remove #include <sys/workq.h> cos this driver doesnt use it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/29 22:08:07

Modified files:
	sys/dev/pci    : if_bnx.c if_bnxreg.h 

Log message:
replace the workq bits to supply new tx pkt descriptors with a task.

tested locally on a dell poweredge 2950


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2013/10/29 23:02:12

Modified files:
	.              : want.html 

Log message:
remove some stuff and add an entry for a laptop. looking for a laptop in
the Toronto area.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/10/29 23:03:16

Modified files:
	sys/dev/acpi   : acpithinkpad.c 

Log message:
Add "handling" for dock/undock events for non-ACPI docks to acpithinkpad.
The "handling" is just to consume the event so that no dmesg output is
printed. Since these docks have no bays, there isn't much to do on these
events anyway.

ok jcs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/30 02:25:20

Modified files:
	games/rocksndiamonds: Makefile distinfo 
	games/rocksndiamonds/patches: patch-src_Makefile 
	                              patch-src_libgame_sound_c 

Log message:
Update to rocksndiamonds 3.3.1.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 02:35:55

Modified files:
	print/cups     : Makefile 
Added files:
	print/cups/patches: patch-scheduler_log_c 

Log message:
Fix job history, from upstream via Fedora.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/30 02:47:20

Modified files:
	sys/dev/pci    : pccbb.c 
	sys/dev/cardbus: cardslot.c cardslotvar.h 

Log message:
Replace workqs with tasks.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/30 03:50:30

Log message:
    Import devel/p5-Devel-Cover-Report-Clover.
    
    This module generates Clover compatible coverage XML files which
    can be used in various continuous integration software systems.
    It is designed to be called from the cover(1) program distributed
    in the p5-Devel-Cover package.
    
    ok benoit@ (who updated p5-Devel-Cover earlier this year) and sthen@
    
    Status:
    
    Vendor Tag:	schwarze
    Release Tags:	schwarze_20131030
    
    N ports/devel/p5-Devel-Cover-Report-Clover/Makefile
    N ports/devel/p5-Devel-Cover-Report-Clover/distinfo
    N ports/devel/p5-Devel-Cover-Report-Clover/pkg/DESCR
    N ports/devel/p5-Devel-Cover-Report-Clover/pkg/PLIST
    N ports/devel/p5-Devel-Cover-Report-Clover/patches/patch-META_yml
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/30 03:53:13

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-Cover-Report-Clover


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 04:45:12

Log message:
    Import py-sql-0.2.
    
    python-sql is a library to write SQL queries in a pythonic way.
    
    ok robert@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131030
    
    N ports/databases/py-sql/Makefile
    N ports/databases/py-sql/distinfo
    N ports/databases/py-sql/pkg/DESCR
    N ports/databases/py-sql/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 04:45:42

Modified files:
	databases      : Makefile 

Log message:
+py-sql


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 04:46:20

Modified files:
	productivity/tryton/trytond: Makefile 

Log message:
Missing RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/10/30 04:49:31

Modified files:
	audio/pulseaudio: Makefile 
Added files:
	audio/pulseaudio/patches: patch-src_pulsecore_lock-autospawn_c 

Log message:
Fix pulseaudio --start to not wait for a thread created in a parent process.
Doing so makes the child hang indefinitely (undefined behaviour as per POSIX).
It is now possible to log out of GNOME and log back in again.
bug analyzed by guenther@ ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/30 05:18:32

Modified files:
	sys/net        : pf_lb.c 

Log message:
add a comment describing why do we call pf_map_addr again if port
selection process fails;  ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/30 05:21:26

Modified files:
	sys/net        : pf.c pf_lb.c 

Log message:
translate icmpv6 echo id's the same way we do for icmpv4;  ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/10/30 05:22:37

Modified files:
	.              : events.html 

Log message:
fix vbsdcon slide link. thx jturner for fixing my omission


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/30 05:35:10

Modified files:
	sys/net        : pf.c 

Log message:
Allow to compile a kernel without INET6.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:08:33

Modified files:
	audio/dumb     : Tag: OPENBSD_5_4 Makefile 
Added files:
	audio/dumb/patches: Tag: OPENBSD_5_4 patch-src_it_itread_c 

Log message:
Security fix for CVE-2006-3668


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/10/30 06:28:20

Modified files:
	sys/dev/usb    : usbdevs usb_quirks.c 

Log message:
Treat another OMRON UPS, BY35S, as ugen(4).

Now NUT (sysutils/nut in ports) works on this device, and may work on
other OMRON UPSs, by:

1. Apply following diff to NUT source:
https://gist.github.com/ao-kenji/7070817

2. Put following setting in /etc/nut/ups.conf.
---
[by35s]
driver = blazer_usb
port = auto
desc = "OMRON BY35S"
vendorid = 0590
productid = 0080
subdriver = ippon
---

Reference:
http://sunnyone41.blogspot.jp/2011/05/omron-by50subuntu-1104.html
(written in Japanese)

ok deraadt@ mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:35:14

Modified files:
	www/mediawiki  : Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
Security update to 1.19.8 fixing CVE-2013-430{1,2,3}


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/10/30 06:35:31

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:39:52

Modified files:
	www/phpmyadmin : Tag: OPENBSD_5_4 Makefile distinfo 
	www/phpmyadmin/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
Security update to phpmyadmin-4.0.5 which fixes CVE-2013-5029

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:45:58

Modified files:
	net/ngircd     : Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
Security update to ngircd-20.3 which fixes CVE-2013-5580

ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:47:02

Modified files:
	productivity/tryton/tryton: Tag: OPENBSD_5_4 Makefile 
Added files:
	productivity/tryton/tryton/patches: Tag: OPENBSD_5_4 
	                                    patch-tryton_action_main_py 

Log message:
Sanitize the file extension received from the server.
https://bugs.tryton.org/issue3446


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:47:26

Modified files:
	www/owncloud   : Tag: OPENBSD_5_4 Makefile distinfo 
	www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
There has been report that the current version in stable does not play
well with sync clients which can end up in creating duplicate files all
over the storage space.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:47:49

Modified files:
	www/py-django  : Tag: OPENBSD_5_4 Makefile distinfo 
	www/py-django/patches: Tag: OPENBSD_5_4 
	                       patch-django_core_servers_basehttp_py 
	www/py-django/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
update to py-django-1.5.5. fixing various security issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:48:54

Modified files:
	net/putty      : Tag: OPENBSD_5_4 Makefile distinfo 
Removed files:
	net/putty/patches: Tag: OPENBSD_5_4 patch-unix_configure_ac 
	                   patch-unix_uxpty_c 

Log message:
Security update to putty-0.63 which fixes CVE-2013-4206, CVE-2013-4207, CVE-2013-4208


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:51:00

Modified files:
	sysutils/polkit: Tag: OPENBSD_5_4 Makefile 
Added files:
	sysutils/polkit/patches: Tag: OPENBSD_5_4 
	                         patch-data_polkit-gobject-1_pc_in 
	                         patch-src_programs_pkcheck_c 

Log message:
SECURITY fix for CVE-2013-4288: Local Privilege Escalation Vulnerability.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:51:28

Modified files:
	lang/node      : Tag: OPENBSD_5_4 Makefile 
Added files:
	lang/node/patches: Tag: OPENBSD_5_4 patch-lib_http_js 

Log message:
Security fix for CVE-2013-4450, NodeJS: HTTP Pipelining DoS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:52:04

Modified files:
	graphics/ImageMagick: Tag: OPENBSD_5_4 Makefile 
Added files:
	graphics/ImageMagick/patches: Tag: OPENBSD_5_4 
	                              patch-coders_gif_c 

Log message:
CVE-2013-4298: Memory corruption while processing GIF comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:53:33

Modified files:
	telephony/asterisk: Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
Security update to asterisk-11.5.1 which fixes CVE-2013-5641 and CVE-2013-5642

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:54:22

Modified files:
	devel/subversion: Tag: OPENBSD_5_4 Makefile 
Added files:
	devel/subversion/patches: Tag: OPENBSD_5_4 
	                          patch-subversion_mod_dav_svn_repos_c 
	                          patch-subversion_svnserve_main_c 

Log message:
Security fixes for CVE-2013-4131, CVE-2013-2112, CVE-2013-4277

ok stsp@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:54:47

Modified files:
	net/samba      : Tag: OPENBSD_5_4 Makefile 
Added files:
	net/samba/patches: Tag: OPENBSD_5_4 patch-source3_smbd_nttrans_c 

Log message:
Security fix for CVE-2013-4124


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/30 06:55:08

Modified files:
	net/filezilla  : Tag: OPENBSD_5_4 Makefile distinfo 
	net/filezilla/patches: Tag: OPENBSD_5_4 patch-Makefile_in 
	                       patch-src_engine_Makefile_in 

Log message:
Security update to filezilla-3.7.3 which fixes CVE-2013-4206, CVE-2013-4207, CVE-2013-4208


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/30 07:23:36

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to 2013.10.30 and remove USE_GROFF, as suggested by schwarze@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 09:06:47

Modified files:
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/pkg: PFRAG.shared PLIST 

Log message:
Fix saslauthd man page display; noticed by aalm@
While here, add missing libgs2 (stupid make plist).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/30 09:22:33

Modified files:
	geo/gdal       : Makefile 
Added files:
	geo/gdal/patches: patch-configure 
	                  patch-frmts_openjpeg_openjpegdataset_cpp 

Log message:
Enable the JP2OpenJPEG driver using the newly imported graphics/openjp2
port. See http://www.gdal.org/frmt_jp2openjpeg.html for features and
differences with the jasper-based driver (mainly, being able to use
GeoJP2 support without needing a hacked up jasper library).


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/30 09:23:33

Modified files:
	devel/jdk/1.7  : Makefile 
Added files:
	devel/jdk/1.7/patches: 
	                       patch-jdk_src_solaris_classes_sun_nio_ch_DefaultAsynchronousChannelProvider_java 

Log message:
Fix DefaultAsynchronousChannelProvider.create so it does not crash
("java.lang.InternalError: platform not recognized"), but instead
creates an instance of BsdAsynchronousChannelProvider().

From FreeBSD PR 183389

okay kurt@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/30 09:24:55

Log message:
    Import security/py-ecdsa
    
    This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve
    Digital Signature Algorithm), implemented purely in Python, released under
    the MIT license. With this library, you can quickly create keypairs (signing
    key and verifying key), sign messages, and verify the signatures. The keys
    and signatures are very short, making them easy to handle and incorporate
    into other protocols.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20131030
    
    N ports/security/py-ecdsa/Makefile
    N ports/security/py-ecdsa/distinfo
    N ports/security/py-ecdsa/pkg/PLIST
    N ports/security/py-ecdsa/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/30 09:35:23

Modified files:
	www/tomcat     : Makefile.inc 
	www/tomcat/v6  : Makefile 
	www/tomcat/v7  : Makefile distinfo 
	www/tomcat/v7/pkg: PLIST-examples PLIST-main 

Log message:
Update tomcat7 to 7.0.47.
While here, fix COMMENT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/30 09:41:58

Modified files:
	x11/dbus       : Makefile 
Added files:
	x11/dbus/patches: patch-bus_signals_c 

Log message:
path_namespace='/' should match everything (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/30 10:35:11

Modified files:
	security       : Makefile 

Log message:
+py-ecdsa


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 11:24:35

Modified files:
	usr.sbin/ldpd  : kroute.c 
	usr.sbin/ospf6d: kroute.c 
	usr.sbin/ospfd : kroute.c 
	usr.sbin/snmpd : kroute.c 

Log message:
another simple %i to %d conversion for obviousness


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 11:28:33

Modified files:
	usr.sbin/bgpd  : printconf.c util.c 

Log message:
use more careful format strings to deal with various forms of AS#'s
ok claudio benno


CVSROOT:	/cvs
Module name:	src
Changes by:	shadchin@cvs.openbsd.org	2013/10/30 12:00:57

Modified files:
	sys/dev/pckbc  : pms.c 
	sys/dev/wscons : wsmouse.c wsmousevar.h 

Log message:
Fix jagged diagonal lines (kernel part)

Send WSCONS_EVENT_SYNC every time you call wsmouse_input(). Used to synchronize
and separate events into packets of input data changes occurring at the same
moment in time. For example, motion of a mouse may set the DELTA_X and DELTA_Y
values for one motion, then emit a SYNC.

ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 12:04:47

Modified files:
	sys/arch/sparc/stand/installboot: Makefile 
Added files:
	sys/arch/sparc/stand/installboot: nlist.c 

Log message:
Introduce a private copy of old a.out-capable nlist.c, because bootxx
has such a header and we need to tweak it.  Non-a.out parts removed, to
make this binary small for the install media.
ok miod


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/10/30 12:05:34

Modified files:
	driver/xf86-input-ws/src: ws.c ws.h 

Log message:
Fix jagged diagonal lines (xenocara part)

Make sure that you have a recent kernel.

ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/30 12:11:12

Log message:
    Import devel/sdl2, SDL2-2.0.1, the latest release of SDL.
    Most of the porting work done by jsg@.
    ok jsg@ (who was also ok with me taking maintainer) bentley@ landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Oct-30
    
    N ports/devel/sdl2/Makefile
    N ports/devel/sdl2/distinfo
    N ports/devel/sdl2/patches/patch-Makefile_in
    N ports/devel/sdl2/patches/patch-sdl2-config_in
    N ports/devel/sdl2/patches/patch-sdl2_pc_in
    N ports/devel/sdl2/patches/patch-src_video_x11_SDL_x11opengl_c
    N ports/devel/sdl2/pkg/DESCR
    N ports/devel/sdl2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/30 12:11:34

Modified files:
	devel          : Makefile 

Log message:
+sdl2


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 12:21:00

Modified files:
	sys/arch/luna88k/conf: Makefile.luna88k 
Removed files:
	sys/arch/luna88k/conf: ld.script 

Log message:
No longer build luna88k kernels as a.out binaries, now that we have a native
bootloader for ELF kernels.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 12:22:07

Modified files:
	sys/arch/luna88k/stand/boot: getline.c 

Log message:
Bring getline() - a.k.a libsa gets() with a prompt prefix - in par with libsa
gets(), featurewise; this means support for ^u to clear the input. Requested by
aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 12:40:38

Modified files:
	sys/arch/luna88k/stand/boot: boot.ldscript 

Log message:
Reduce gap at the end of .text from a page to 0x10 bytes. The ELF->a.out
conversion done in objcopy loses if an alignment smaller than this is
requested (and this is probably my {fault,bug}, somewhere in binutils). Shrinks
the boot blocks a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/10/30 13:31:31

Modified files:
	share/man/man9 : Makefile task_add.9 

Log message:
task_systq got removed;


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/30 13:33:06

Modified files:
	sys/arch/octeon/include: octeonvar.h 

Log message:
It seems an immediate read is necessary when doing a write to an RSL
register in order to complete the write.

Okay miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/30 13:53:29

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/patches: patch-configure 

Log message:
Update to QEMU 1.6.1.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/30 14:12:06

Modified files:
	sys/arch/armv7/omap: dmtimer.c edma.c edmavar.h 
	sys/arch/armv7/sunxi: sxiahci.c 

Log message:
Add missing rcsid.

ok patrick@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/10/30 14:20:23

Modified files:
	sys/arch/armv7/conf: files.armv7 
	sys/arch/armv7/imx: imx_machdep.c 
	sys/arch/armv7/omap: beagle_machdep.c 
	sys/arch/armv7/sunxi: sunxi_machdep.c 
Added files:
	sys/arch/armv7/armv7: armv7_machdep.c armv7_machdep.h 

Log message:
Put all the generic machdep code in armv7_machedep.c

Cleanup the machdep code removing:
- useless includes
- useless globals and prototypes
- useless #if 0 and #if 1
- some style(9) issues

This commit will make the bringup of new SoC easier.

ok patrick@ jasper@ rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/30 14:21:11

Modified files:
	japanese/skk-jisyo: Makefile distinfo 

Log message:
Update dictionary to 20131026.
file hostes by ajacoutot, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/10/30 14:33:00

Modified files:
	usr.bin/yacc   : skeleton.c 

Log message:
Make yystacksize unsigned to avoid a warning about sign comparision
mismatches.  Also store the result of "yyssp - yyss" in a long, not
an int.  We could use ptrdiff_t but don't want to rely on that type
being defined for portability on old systems without it.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 14:39:05

Modified files:
	sys/arch/luna88k/stand: Makefile.inc 
	sys/arch/luna88k/stand/boot: Makefile 

Log message:
Fix native builds of the luna88k boot block. Install it into /usr/mdec.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 14:43:50

Modified files:
	distrib/luna88k/ramdisk: install.md 

Log message:
Copy the boot blocks into /boot on the root disk in md_installboot().


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/30 14:48:04

Modified files:
	sys/arch/octeon/dev: cn30xxgmx.c 

Log message:
Remove redundant base adrress printing during attach.

Okay jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/10/30 15:02:30

Modified files:
	x11/kde/libs3  : Makefile 
Removed files:
	x11/kde/libs3/pkg: PLIST-cups DESCR-cups 

Log message:
Zap -cups completely, and cleanup Makefile while there. Needed to make
upcoming diff readable.

okay landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/10/30 15:37:48

Modified files:
	usr.sbin/smtpd : control.c mta.c smtpctl.c smtpd.c smtpd.h 

Log message:
add "smtpctl show relays" and "smtpctl show hosts" commands


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/10/30 16:06:36

Modified files:
	distrib/notes/luna88k: contents install prep upgrade xfer 

Log message:
Update installation notes to match reality: kernel needs to be loaded by the
boot blocks now, which - for now - disables tape boot. Also belatedly mention
bsd.mp


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/30 17:03:07

Log message:
    Import devel/sdl2-image, the SDL2 image library.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Oct-30
    
    N ports/devel/sdl2-image/Makefile
    N ports/devel/sdl2-image/distinfo
    N ports/devel/sdl2-image/patches/patch-SDL2_image_pc_in
    N ports/devel/sdl2-image/patches/patch-Makefile_in
    N ports/devel/sdl2-image/patches/patch-configure
    N ports/devel/sdl2-image/pkg/DESCR
    N ports/devel/sdl2-image/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/30 17:03:34

Modified files:
	devel          : Makefile 

Log message:
+sdl2-image


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/30 17:08:56

Modified files:
	devel/gmake    : Makefile distinfo 
	devel/gmake/patches: patch-Makefile_in patch-doc_make_texi 
	                     patch-make_1 
	devel/gmake/pkg: PLIST 
Removed files:
	devel/gmake/patches: patch-function_c patch-main_c patch-read_c 
	                     patch-remake_c 

Log message:
Upgrade to gmake 4.0.

Bulk build tested by landry@

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/10/30 18:47:20

Modified files:
	sbin/bioctl    : bioctl.c 

Log message:
Make sure -v output is properly aligned with the normal output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/30 19:23:26

Modified files:
	net/ircd-hybrid: Makefile distinfo 
	net/ircd-hybrid/patches: patch-doc_Makefile_in 
	                         patch-modules_core_Makefile_in 
	                         patch-src_ircd_c 

Log message:
Update to ircd-hybrid 8.1.8.

Similar diff and typo fix from Adam Jeanguenat <avj at voyager dot 6v6 dot org>

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/30 19:24:06

Modified files:
	regress/sys    : Makefile 
	regress/sys/netinet6/frag6: Makefile 
	regress/sys/netinet6/nd6: Makefile 
	regress/sys/netinet6/rh0: Makefile 
Added files:
	regress/sys/netinet6: Makefile 

Log message:
Do not fail the regression tests if python or the scapy package is
not installed.  Print a warning, explain the problem and skip the
test in this case.  Also skip the test if the environment has not
been configured for the remote test target machine.  Fix the Makefile
to run the tests with or without an obj directory.  Finally link
the netinet6 regression tests into the build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/10/30 19:25:07

Modified files:
	net/ircd-ratbox: Makefile 
	net/ircd-ratbox/patches: patch-src_ircd_c 

Log message:
Bring in a typo fix for the same code in ircd-ratbox as submitted
for ircd-hybrid by Adam Jeanguenat <avj at voyager dot 6v6 dot org>.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/30 19:54:43

Modified files:
	sys/dev/pci    : viomb.c 

Log message:
replace workqs with tasks. makes the code a bit simpler cos adding an added
task is a nop.

tested by and ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 19:59:33

Modified files:
	bin/ps         : fmt.c ps.c 

Log message:
pull in less .h to do the same


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 20:00:12

Modified files:
	usr.bin/systat : vmstat.c 
	usr.bin/vmstat : vmstat.c 
	usr.bin/w      : w.c 

Log message:
sometimes we find .h we no longer need


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/30 21:33:38

Modified files:
	sys/arch/alpha/alpha: pmap.c 

Log message:
init memory from pool_get after its allocated rather than using a pool
ctor.

tweaking, testing and ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 21:48:31

Modified files:
	sys/arch/alpha/alpha: pmap.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 22:33:32

Modified files:
	sys/sys        : task.h workq.h 

Log message:
hide kernel protytypes
ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 22:36:21

Modified files:
	share/man/man9 : Makefile 

Log message:
oops, wrong MLINK


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 22:36:31

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/30 22:46:26

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/30 22:52:47

Modified files:
	.              : plus.html 

Log message:
plus.html Oct 21-27, ok and fixes from jj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 00:38:44

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 

Log message:
Fix a bogus check that may prevent getting the XDG_SESSION_COOKIE
value which in turn prevents session managers from accessing ConsoleKit
since the process could not be looked up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/31 01:00:26

Modified files:
	devel/git      : Makefile distinfo 

Log message:
Update to git-1.8.4.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/10/31 01:07:14

Modified files:
	www/sabredav   : Makefile distinfo 

Log message:
Update to sabredav 1.8.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/31 01:58:25

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: 
	                             patch-browser_app_profile_firefox_js 
	                             patch-ipc_chromium_src_base_debug_util_posix_cc 
	                             patch-ipc_chromium_src_base_dir_reader_bsd_h 
	                             patch-storage_src_mozStorageConnection_cpp 
	www/firefox-i18n: Makefile.inc distinfo 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-content_media_gstreamer_GStreamerLoader_cpp 
Removed files:
	www/mozilla-firefox/patches: patch-js_src_configure_in 
	                             patch-xulrunner_installer_libxul-embedding_pc_in 
	                             patch-xulrunner_setup_nsXULAppInstall_js 

Log message:
Update to firefox 25.0.

- see http://www.mozilla.org/en-US/firefox/25.0/releasenotes/
- fixes MFSA 2013-93 -> 102
- remove USE_GROFF (from naddy@)
- remove LDEP on gst-plugins-base, gst is dlopened at runtime now, and
there's a RDEP on gst-plugins-good anyway.
- add patch from #927898 to fix gst runtime dlopening (reminded by dcoppa@)
- add comment about ipc patches from #927810 & #909005
- remove 3 useless patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/31 02:01:32

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: patch-mozilla_js_src_configure_in 
	                       patch-mozilla_storage_src_mozStorageConnection_cpp 
	www/seamonkey/pkg: PLIST-enigmail 
	www/seamonkey-i18n: Makefile.inc distinfo 
Added files:
	www/seamonkey/patches: 
	                       patch-mozilla_content_media_gstreamer_GStreamerLoader_cpp 
Removed files:
	www/seamonkey/patches: patch-mailnews_extensions_enigmail_genxpi 

Log message:
Update to seamonkey 2.22/lightning 2.7b1/enigmail 1.6.

- see http://www.seamonkey-project.org/releases/seamonkey2.22/
- fixes MFSA 2013-93 -> 102 (99 didnt affect SM)
- add gstreamer patch from #927898
- remove genxpi enigmail patch, merged upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/31 02:06:34

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/thunderbird-i18n: Makefile.inc distinfo 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_content_media_gstreamer_GStreamerLoader_cpp 

Log message:
Bugfix update to thunderbird{,-i18n} 24.1.0.
(yeah, dont ask about the numbering scheme...)

- See http://www.mozilla.org/en-US/thunderbird/24.1.0/releasenotes/
- Fixes MFSA 2013-93 -> 102 (99 didnt affect tb)
- add gstreamer patch from #927898


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/31 02:12:06

Modified files:
	net/miniupnp/libnatpmp: Makefile distinfo 
	net/miniupnp/libnatpmp/patches: patch-Makefile 

Log message:
Maintenance update to libnatpmp-20130911


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/31 02:26:12

Modified files:
	sys/arch/macppc/dev: dfs.c 
	sys/arch/macppc/macppc: cpu.c 
	sys/arch/socppc/socppc: cpu.c 
Added files:
	sys/arch/powerpc/include: hid.h 

Log message:
Add a header for various hardware implementation dependent register
(HID) definitions, from FreeBSD with tweaks, instead of defining
them in different places.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 02:29:36

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-tools_ck-history_c 

Log message:
Fix uninitialised variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/10/31 02:52:44

Modified files:
	sys/net        : hfsc.c hfsc.h 

Log message:
push the queues every 1/HZ using timeout(9)

This is a modified version of oldtbr_timeout() with a timeout for each
HFSC enabled interface.
ok henning claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/10/31 03:03:33

Modified files:
	x11/slim       : Makefile distinfo 
	x11/slim/patches: patch-CMakeLists_txt patch-app_cpp 
	                  patch-slim_conf 
	x11/slim/pkg   : PLIST README 
Removed files:
	x11/slim/patches: patch-log_h 

Log message:
Update to slim-1.3.6

ok rpe@, jung@, landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 03:51:29

Modified files:
	x11/gnome/user-share: Makefile 

Log message:
Fix path to httpd2.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/31 03:53:56

Modified files:
	sys/compat/common: compat_dir.c 

Log message:
Fix readdir_with_callback() after cookies removal.

The non-cookie path was probably always broken and never used.

The file descriptor offset was never updated after a read so glibc and
other syscall consumers would end-up in an infinite loop.

Tested with the syscalls regression suite from IBM and with opera.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/10/31 03:57:02

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
Reenable compat_linux.

Works just fine now with the post-T32 fixes that went in.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/31 04:12:19

Modified files:
	sys/dev/usb    : usbdi.c usbdi.h 

Log message:
usbd_pipe2device_handle() is not used, should not be used and die.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/10/31 04:32:38

Modified files:
	sys/crypto     : crypto.c cryptodev.h 

Log message:
convert crypto work queue to the task_add(9) api;  ok dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 04:49:12

Modified files:
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/10/31 04:54:55

Modified files:
	.              : plus.html 

Log message:
Fixed plus.html grammatical error.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/31 05:23:40

Modified files:
	build          : mirrors.dat 

Log message:
remove mirror.servihoo.net at maintainer's request
reinstate openbsd.mirrors.pair.com, they're back in-sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/10/31 05:23:52

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/10/31 05:24:10

Modified files:
	distrib/notes  : mirrors 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/10/31 07:19:17

Modified files:
	sys/net        : hfsc.c hfsc.h 

Log message:
revert previous, net/if.h exports bad things to userspace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/31 09:30:07

Log message:
    Import devel/sdl2-mixer, the SDL2 multi-channel audio mixer library.
    MP3 support is currently disabled awaiting the import of SMPEG2.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Oct-31
    
    N ports/devel/sdl2-mixer/Makefile
    N ports/devel/sdl2-mixer/distinfo
    N ports/devel/sdl2-mixer/patches/patch-Makefile_in
    N ports/devel/sdl2-mixer/patches/patch-SDL2_mixer_pc_in
    N ports/devel/sdl2-mixer/patches/patch-configure
    N ports/devel/sdl2-mixer/patches/patch-timidity_config_h
    N ports/devel/sdl2-mixer/pkg/DESCR
    N ports/devel/sdl2-mixer/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/31 09:30:30

Modified files:
	devel          : Makefile 

Log message:
+sdl2-mixer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/10/31 10:14:19

Modified files:
	x11/gnome/vino : Tag: OPENBSD_5_4 Makefile 
Added files:
	x11/gnome/vino/patches: Tag: OPENBSD_5_4 
	                        patch-server_libvncserver_rfbserver_c 

Log message:
Security fix for CVE-2013-5745


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/10/31 10:42:08

Modified files:
	japanese/mecab : Makefile distinfo 
	japanese/mecab/pkg: PLIST-main 
Removed files:
	japanese/mecab/pkg: PFRAG.shared-main 

Log message:
Update mecab to 0.996.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/10/31 10:56:22

Modified files:
	usr.sbin/ldpd  : accept.c 

Log message:
another stray %d


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/31 11:15:19

Modified files:
	sys/arch/armv7/sunxi: sxipio.c 

Log message:
add proper guard around gpiobus_print() to allow RAMDISK-SUNXI to compile

ok aalm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/10/31 11:17:03

Modified files:
	sys/arch/armv7/conf: RAMDISK-SUNXI 

Log message:
remove commented gpio(4) entry which makes no sense to have on the ramdisk

ok aalm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/10/31 11:47:14

Modified files:
	net/tcpdpriv   : Makefile 
	net/tcpdpriv/patches: patch-tcpdpriv_1 patch-tcpdpriv_c 

Log message:
* Cope with FDDI removal.
* Just use arc4random() instead of incredible contortions to gather
some randomness from the system.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 11:54:06

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 

Log message:
Update to gnome-control-center-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/10/31 11:54:57

Modified files:
	share/man/man4 : softraid.4 

Log message:
softraid(4) boot documentation tweaks from jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/10/31 12:10:21

Modified files:
	sys/net        : route.h rtsock.c 
	sys/netinet    : if_ether.c 

Log message:
Convert the route expire timestamp in kernel and routing message
to 64 bit.  Increase the routing message version from 4 to 5.  Add
a small compatibility layer that allows to set routes with old user
land and new kernel.  Old kernel with new user land does not work.

The compatibility layer ist not perfect, but it allows to configure
addresses with old ifconfig and new kernel.  Route get also works
in this setup.  dhclient hangs as messages for interface address
changes with old version are not generated.

OK claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	bluhm@cvs.openbsd.org	2013/10/31 12:40:46

Modified files:
	faq            : current.html 

Log message:
Explain update with new routing message version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/31 12:54:40

Log message:
    Import productivity/vit, an ncurses full-screen terminal interface for
    TaskWarrior with Vi keybindings.
    Port from Kent R. Spillner <kspillner AT acm DOT org> (taking MAINTAINER)
    ok abieber@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Oct-31
    
    N ports/productivity/vit/Makefile
    N ports/productivity/vit/distinfo
    N ports/productivity/vit/pkg/DESCR
    N ports/productivity/vit/pkg/PLIST
    N ports/productivity/vit/patches/patch-vit_pl
    N ports/productivity/vit/patches/patch-README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/10/31 12:55:02

Modified files:
	productivity   : Makefile 

Log message:
+vit


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/10/31 13:15:20

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
If if looks like a duck, swims like a duck, and quacks like a duck, then
it's probably is a pre-encrypted password hash.

This means that the autoinstall configuration (and interactive password
too) does not have to specify a cleartext password.

reworked diff originating from krw@
no objections, specifically so from krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/10/31 13:42:45

Modified files:
	security/cyrus-sasl2: Makefile 
	security/cyrus-sasl2/patches: patch-saslauthd_configure 
	security/cyrus-sasl2/pkg: PLIST 
Added files:
	security/cyrus-sasl2/patches: patch-saslauthd_Makefile_in 

Log message:
Do not run mandoc(1) at build time.
Just install the mdoc(7) source code of the saslauthd(8) manual.
Also regenerate patch-saslauthd_configure.
Bump.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/10/31 13:47:10

Modified files:
	www/mozilla-firefox: Makefile 

Log message:
Add gst-plugins-base to BDEP, even if it doesnt link with it anymore
configure still checks for its presence at build time as noticed by
naddy@..


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/10/31 14:06:59

Modified files:
	sys/dev/usb    : usbdi.c 

Log message:
Pipe don't have states. Kill an useless & commented out chunk of code.

No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/10/31 14:07:59

Modified files:
	security/cyrus-sasl2/patches: patch-saslauthd_Makefile_in 

Log message:
Human readable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/10/31 15:12:13

Modified files:
	net/avahi      : Makefile distinfo 
	net/bird       : Makefile 
	security/dante : Makefile distinfo 
	net/dnsmasq    : Makefile 
	security/dsniff: Makefile distinfo 
	mail/fetchmail : Makefile 
	security/fragrouter: Makefile distinfo 
	lang/gcc/4.8   : Makefile 
	lang/go        : Makefile 
	net/gtk-gnutella: Makefile 
	net/ipcad      : Makefile distinfo 
	x11/kde/base3  : Makefile distinfo 
	net/libdnet    : Makefile distinfo 
	net/miniupnp/libnatpmp: Makefile 
	net/miniupnp/minissdpd: Makefile 
	net/miniupnp/miniupnpd: Makefile 
	devel/llvm     : Makefile 
	net/mrtd       : Makefile distinfo 
	net/natpmpd    : Makefile distinfo 
	net/netatalk   : Makefile 
	benchmarks/netperf: Makefile 
	net/nmap       : Makefile 
	shells/nsh     : Makefile 
	net/ntp        : Makefile distinfo 
	net/olsrd      : Makefile distinfo 
	net/openmdns   : Makefile distinfo 
	net/openvpn    : Makefile 
	net/p5-Net-RawIP: Makefile distinfo 
	net/pidgin     : Makefile 
	devel/ptlib    : Makefile 
	net/quagga     : Makefile 
	net/scamper    : Makefile 
	www/squid      : Makefile 
	www/squid27    : Makefile distinfo 
	www/squidclamav: Makefile 
	www/squidguard : Makefile distinfo 
	net/trafshow   : Makefile distinfo 
	net/transmission: Makefile 
	net/wmifinfo   : Makefile distinfo 
	security/wpa_supplicant: Makefile 
	net/xorp       : Makefile distinfo 

Log message:
bump REVISION for any ports using route messages. regen some distinfos and
remove unnecessary USE_GROFFs while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/10/31 15:53:16

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
Initialize sun_len, pointed out by deraadt@.
While there also check length of socket path, more relevant now since
an alternative socket can be specified.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/10/31 16:37:17

Modified files:
	sbin/disklabel : Makefile 
	sbin/fdisk     : Makefile 

Log message:
List all generated files in CLEANFILES.
Issue mentioned by fgs@ on ICB.
ok fgs@ bluhm@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/31 19:06:03

Modified files:
	sys/arch/octeon/dev: octcf.c 

Log message:
replace bare use of disksort with bufqs.

tweaks and ok jmatthew@ testing and ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/10/31 19:09:43

Modified files:
	sys/arch/amd64/amd64: pmap.c 

Log message:
get rid of pmap_pdp_cache_generation. it cannt change between where it is
set and where it is tested again.

instead of using pool ctors, just init the memory out of pool_get.

ive been running this on a variety of amd64s without issue for a while now.
deraadt also had no problems running it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/01 01:11:14

Modified files:
	sysutils/smbldap-tools/patches: patch-configure_pl 

Log message:
#@]^#@]~{\@] rcsids..


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/01 01:18:11

Modified files:
	www/bozohttpd  : Makefile distinfo 
	www/bozohttpd/patches: patch-Makefile 

Log message:
Update to bozohttp 20130711.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/01 01:28:15

Modified files:
	security/py-paramiko: Makefile distinfo 
	security/py-paramiko/pkg: PLIST 

Log message:
Update to py-paramiko 1.12.0.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 01:35:18

Modified files:
	de             : beagle.html errata.html errata27.html 
	                 errata28.html errata29.html errata30.html 
	                 errata31.html errata32.html errata33.html 
	                 errata34.html errata35.html errata36.html 
	                 errata37.html errata38.html errata39.html 
	                 errata40.html errata41.html errata42.html 
	                 errata43.html errata44.html events.html 
	                 plat.html 
	faq/de         : faq12.html faq14.html 
	fr             : errata36.html events.html ftp.html press.html 
	                 want.html 
	lt             : errata.html errata39.html errata40.html 
	                 errata41.html plat.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	papers/de      : index.html 
	papers/fr      : index.html 
Added files:
	de             : armv7.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/01 01:43:09

Modified files:
	sys/arch/luna88k/stand/boot: init_main.c 

Log message:
Better report of the system type, to match the OMRON spelling; aoyama@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/01 01:46:58

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-aclocal_m4 

Log message:
Update to poppler-0.24.3.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/01 02:11:41

Modified files:
	sysutils/smbldap-tools: Makefile 
	sysutils/smbldap-tools/patches: patch-configure_pl 

Log message:
#^@~^@@#@] rcsids, take 2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/01 02:23:06

Modified files:
	sysutils/smbldap-tools: Makefile 

Log message:
#^@#~^@#~@ rcsids, take 3. Did i tell you how much i hate cvs already?


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/01 03:45:33

Modified files:
	share/misc     : inter.phone 

Log message:
- update UK dialling codes from ofcom information
- add 970 (Palestine)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/01 03:47:03

Modified files:
	share/misc     : inter.phone 

Log message:
s/£/GBP/ which several people pointed out in my previous diff (many were
already present in the file so doing this as a separate commit).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/01 03:59:59

Modified files:
	security/libnettle: Tag: OPENBSD_5_4 Makefile 

Log message:
apply fix from -current to allow building this on arm; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 04:12:19

Modified files:
	devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-0.9.23.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmatthew@cvs.openbsd.org	2013/11/01 04:17:15

Removed files:
	databases/riak/patches: patch-deps_eleveldb_c_src_detail_hpp 

Log message:
remove empty patch file


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/01 04:20:00

Modified files:
	telephony/asterisk-sounds: asterisk-sounds.port.mk 

Log message:
Add a build dep on asterisk, not strictly necessary, but these are only
useful on arches which have it, so this saves cycles/mirror space.
This replaces a previous SHARED_ONLY since many classic machines do have
shared libraries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/01 04:26:30

Modified files:
	telephony/asterisk-openbsd-moh: Makefile distinfo 
	telephony/asterisk-openbsd-moh/pkg: PLIST 

Log message:
add 5.4, switch to http MASTER_SITES, and switch from SHARED_ONLY to
BUILD_DEPENDS on asterisk.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/01 04:40:15

Modified files:
	usr.bin/systat : systat.1 

Log message:
not just altq queues, queues
From: Arto Jonsson <ajonsson at kapsi.fi>


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/01 04:42:38

Modified files:
	sbin/ipsecctl  : ipsec.conf.5 
	sbin/iked      : iked.conf.5 

Log message:
altq -> new queue in examples
From: Arto Jonsson <ajonsson at kapsi.fi>


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/01 04:43:40

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add checks for maximum line length in some port files. Feel free to correct
actual numbers if needed.

Suggested by bcallah@ on ports@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/01 05:20:20

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: 
	                            patch-ECtools_zarafa-fsck_zarafa-fsck_cpp 
	                            patch-ECtools_zarafa-search_Makefile_in 
	                            patch-common_Makefile_in 
	                            patch-configure 
	                            patch-doc_Makefile_in 
	                            patch-doc_manual_xml 
	                            patch-installer_linux_gateway_cfg 
	                            patch-libfreebusy_Makefile_in 
	                            patch-provider_client_Makefile_in 
	                            patch-provider_contacts_Makefile_in 
	                            patch-provider_libserver_ECDatabaseUtils_cpp 
	                            patch-provider_libserver_Makefile_in 
	                            patch-provider_server_Makefile_in 
	                            patch-spooler_DAgent_cpp 
	mail/zarafa/zarafa/pkg: PLIST-main PLIST-web 

Log message:
update to 7.1.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/01 05:20:38

Modified files:
	mail/zarafa    : Makefile.inc 

Log message:
update to 7.1.7 (missing from prev. commit)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/01 05:20:54

Modified files:
	mail/zarafa/webapp: Makefile distinfo 
	mail/zarafa/webapp/patches: patch-etc_zarafa_webapp_config_php 
	mail/zarafa/webapp/pkg: PLIST 

Log message:
update to 1.4


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/01 05:40:20

Modified files:
	sys/dev/isa    : fd.c 

Log message:
move fd(4) from directly using disksort to using bufqs.

tested by me and rapha@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 05:46:19

Modified files:
	databases/sqlports/files: mksqlitedb 
Added files:
	databases/sqlports/files: TreeWalker.pm 

Log message:
move the TreeWalker code to its own file, no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/01 06:00:54

Modified files:
	sys/dev/usb    : ehci.c ehcivar.h ohci.c ohcivar.h uhci.c 
	                 uhcivar.h usbdivar.h 

Log message:
Move the abort_task storage to the generic USB xfer structure instead
of defining it in every controller specific structure.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/01 06:05:26

Modified files:
	sys/dev/usb    : uhidev.c uhidev.h 

Log message:
Do not abuse the stack of the current process to prepend a report ID
to the report request, use malloc(9) with the appropriate size like
it is done in the synchronous version.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/01 06:08:52

Modified files:
	share/man/man4 : ksyms.4 

Log message:
kill a.out reference.
deraadt@ miod@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/01 06:15:15

Modified files:
	sys/arch/armv7/omap: omdog.c 

Log message:
rewrite omdog somewhat and hook it into the watchdog framework.
tested by syl@ and myself. syl@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/01 06:21:04

Modified files:
	lang/luajit    : Makefile 

Log message:
remove arm from supported arches list as it requires eabi/aapcs.

ok abieber@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmatthew@cvs.openbsd.org	2013/11/01 06:37:46

Modified files:
	databases/riak : Makefile 
Added files:
	databases/riak/patches: patch-deps_eleveldb_c_src_build_deps_sh 
	                        patch-deps_eleveldb_rebar_config 

Log message:
Instead of running make install for snappy, get the headers and static
library from its source tree. Should make it possible for dpb to build this.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/01 07:13:06

Modified files:
	share/misc     : inter.phone 

Log message:
There is only one Germany nowadays.  s/Germany, Fed. Rep. of/Germany/
OK miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/01 07:54:45

Modified files:
	sys/conf       : GENERIC 
	lib            : Makefile 

Log message:
enable fuse.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/01 08:02:50

Modified files:
	mail/z-push    : Makefile distinfo 
	mail/z-push/patches: patch-config_php patch-index_php 
	mail/z-push/pkg: PLIST 
Added files:
	mail/z-push/patches: patch-backend_zarafa_config_php 

Log message:
update to 2.1.0


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 08:05:57

Modified files:
	faq            : index.html faq1.html faq2.html faq3.html 
	                 faq4.html faq5.html faq6.html faq8.html 
	                 faq9.html faq10.html faq11.html faq14.html 
	                 faq15.html 

Log message:
updates for 5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 08:06:35

Modified files:
	faq            : current.html 

Log message:
remove 5.3->5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 08:07:06

Modified files:
	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 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 

Log message:
update for 5.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/01 08:07:19

Modified files:
	app/cwm        : calmwm.h client.c 

Log message:
re-add support for WM_TAKE_FOCUS, and additionally this time only call
XSetInputFocus() for clients that have the InputHint; latter fix
discovered by Valery Masiutsin with a PoC patch - solves keyboard input
focus loss for java apps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 08:08:26

Modified files:
	x11/gnome/gvfs : Makefile 

Log message:
--disable-fuse for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/01 08:09:20

Modified files:
	www/chromium   : Makefile 
	www/chromium/patches: patch-content_common_plugin_list_posix_cc 
Added files:
	www/chromium/patches: 
	                      patch-chrome_browser_sync_profile_sync_components_factory_impl_cc 
	                      patch-chrome_browser_themes_theme_service_factory_cc 

Log message:
make using the GTK theme work after a restart as well


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 08:10:43

Modified files:
	.              : index.html 

Log message:
welcome 5.4!


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2013/11/01 08:18:34

Modified files:
	sysutils       : Makefile 

Log message:
enable sshfs-fuse and ntfs-3g.

ok ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/11/01 08:34:27

Modified files:
	sys/net        : if_pflow.c 

Log message:
Send pflow(4) packets in the correct rdomain.
From Anders Berggren (anders AT halon DOT se), thanks.
OK henning, benno


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/01 08:47:47

Modified files:
	usr.sbin/mkuboot: copy_elf.c 

Log message:
Fix endianess for big endian architecture.

Works with macppc.
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/01 08:49:15

Modified files:
	www/py-meld3   : Makefile distinfo 
	www/py-meld3/pkg: PLIST 

Log message:
Update to py-meld3 0.6.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 08:50:11

Modified files:
	databases/sqlports/files: Var.pm Info.pm 

Log message:
specialize FULLKPGNAME and STATIC_PLIST variable classes, to be able to
special-case them easily


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 08:50:29

Modified files:
	databases/sqlports/files: mksqlitedb 

Log message:
have comment reflect reality


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 08:52:47

Modified files:
	databases/sqlports: Makefile 
Added files:
	databases/sqlports/files: mkdblite 
	databases/sqlports/pkg: DESCR-list PLIST-list 

Log message:
add a 3rd package that's not really a database, but just the pkgpath list
used by pkglocatedb.

mkdblite is a very small version of mksqlitedb that does NOT use DBI at all,
and can create that list only.

allows pkglocatedb to build on arches without dbi, e.g., vax.

(real benefit: separate the code a bit more)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 08:54:49

Modified files:
	databases/pkglocatedb: Makefile 

Log message:
use the new sqlports,-list  list which contains the result of the old sqlite3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 08:58:12

Modified files:
	x11/gnome/latexila: Makefile distinfo 
	x11/gnome/latexila/pkg: PLIST 

Log message:
Update to latexila-2.10.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 09:57:56

Modified files:
	lib/libkvm     : kvm.c kvm_alpha.c kvm_amd64.c kvm_hppa.c 
	                 kvm_hppa64.c kvm_i386.c kvm_m68k.c kvm_m88k.c 
	                 kvm_mips64.c kvm_powerpc.c kvm_proc.c 
	                 kvm_sparc.c kvm_sparc64.c kvm_vax.c 

Log message:
reduce use of <sys/user.h>
ok guenther millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/01 10:03:52

Modified files:
	graphics/xmedcon: Makefile distinfo 

Log message:
Update to xmedcon 0.13.0.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/01 10:22:50

Modified files:
	build          : Makefile 

Log message:
5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/01 10:26:35

Modified files:
	build/mirrors  : anoncvs.html.head ftp.html.end ftp.html.head 

Log message:
5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/01 10:27:10

Modified files:
	.              : ftp.html anoncvs.html cvsync.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/01 10:48:38

Modified files:
	.              : alpha.html amd64.html armish.html hp300.html 
	                 hppa.html i386.html landisk.html loongson.html 
	                 luna88k.html macppc.html mvme68k.html 
	                 mvme88k.html sgi.html socppc.html sparc.html 
	                 sparc64.html vax.html zaurus.html 

Log message:
5.4


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 11:07:05

Modified files:
	.              : 54.html 

Log message:
5.4 Released


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 11:17:25

Modified files:
	sys/sys        : vnode.h 

Log message:
there is no need to expose "struct vops" to userland


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 11:18:29

Modified files:
	usr.sbin/ospf6d: interface.c 

Log message:
another annoying %i


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/01 11:19:05

Modified files:
	devel/py-parsing: Makefile 

Log message:
remove myself as maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/01 11:19:09

Modified files:
	.              : octeon.html 

Log message:
Uncomment the ftp link now that 5.4 has been released; pointed out by bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/01 11:19:18

Modified files:
	databases/sqlports: Makefile 

Log message:
oops, missed the conflict. Oh well, rename it correctly, and bump to 3.0,
that's an important enough change in my opinion.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/01 11:29:02

Modified files:
	sys/dev/usb    : uhci.c uhcivar.h 

Log message:
Reduce the differences with ehci(4)'s transfer decriptors.  This is a
first step to merge the code of our controllers that deal with usbd
transfers.

Tested with miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/01 11:36:19

Modified files:
	sbin/badsect   : badsect.c 
	sbin/fsck_ffs  : inode.c main.c utilities.c 
	sbin/ncheck_ffs: ncheck_ffs.c 
	sbin/newfs     : mkfs.c 
	sbin/scan_ffs  : scan_ffs.c 
	sys/arch/hp300/dev: hd.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/sparc/dev: fd.c xd.c xy.c 
	sys/arch/sparc64/dev: fd.c 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/dev        : softraid.c softraid_concat.c softraid_raid0.c 
	                 softraid_raid1.c softraid_raid6.c 
	                 softraid_raidp.c vnd.c 
	sys/dev/isa    : fd.c 
	sys/kern       : subr_disk.c 
	sys/scsi       : cd.c sd.c st.c 
	sys/ufs/ext2fs : ext2fs_subr.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_softdep.c ffs_subr.c 
	sys/ufs/ufs    : ufs_bmap.c 

Log message:
Sprinkle (long long) casts where %lld is being used to print daddr_t
variables. Some random whitespace/knf repairs encountered on the way.

ok miod@ on inspection, feedback & more suggestions from millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/01 11:42:59

Modified files:
	sys/dev/usb    : uhidev.c 

Log message:
Spacing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/01 11:45:20

Log message:
    Import send2trash, a package to send files to the trash natively.
    benoit@ sthen@ ok
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20131101
    
    N ports/devel/py-send2trash/Makefile
    N ports/devel/py-send2trash/distinfo
    N ports/devel/py-send2trash/pkg/PLIST
    N ports/devel/py-send2trash/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/01 11:48:06

Modified files:
	devel          : Makefile 

Log message:
Hook py-send2trash


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/01 11:54:37

Modified files:
	usr.bin/make   : for.c 

Log message:
silence warning
okay guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 12:04:05

Modified files:
	de             : alpha.html amd64.html armish.html ftp.html 
	                 hp300.html hppa.html i386.html index.html 
	                 landisk.html loongson.html luna88k.html 
	                 macppc.html mvme68k.html mvme88k.html 
	                 octeon.html security.html sgi.html socppc.html 
	                 sparc.html sparc64.html stable.html vax.html 
	                 zaurus.html 
	faq/de         : faq1.html faq10.html faq11.html faq14.html 
	                 faq15.html faq2.html faq3.html faq4.html 
	                 faq5.html faq6.html faq8.html faq9.html 
	                 index.html 
	faq/fr         : faq11.html faq14.html faq2.html faq3.html 
	                 faq6.html faq8.html faq9.html 
	faq/pf/de      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	faq/pf/fr      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	fr             : index.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/01 12:07:45

Modified files:
	regress/sys/net/pf_divert: Makefile 

Log message:
Add a check-setup target.  This allows to find setup errors more
easily.  A remote machine with correct addresses, routes and pf
rules is needed for the test.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/01 12:16:22

Modified files:
	lib/libfuse    : fuse.h fuse_private.h 

Log message:
Add missing bitfields needed by gvfs.
Bump pkg_config version to 2.8.0

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 12:28:59

Modified files:
	x11/gnome/tracker: Makefile distinfo 
	x11/gnome/tracker/patches: 
	                           patch-tests_libtracker-miner_Makefile_in 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Update to (meta-)tracker-0.16.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 12:32:51

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/pkg: PLIST-main 

Log message:
Enable gvfsd-fuse; not fully functional just yet but having it enabled here
will help syl@ and I work it out.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/01 12:33:10

Modified files:
	regress/sys/net: Makefile 

Log message:
Link the pf_divert regression test to the build again as it does
not fail anymore if propper setup is missing.


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/11/01 12:40:58

Modified files:
	faq            : faq4.html 

Log message:
Missing .html in loongson and luna88k links.
From sdaoden at gmail dot com, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 12:49:36

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus mi 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/01 13:02:00

Modified files:
	distrib/notes/aviion: hardware 

Log message:
oaic can be booted off.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/01 13:04:50

Removed files:
	app/fvwm/libs  : gethostname.c 

Log message:
remove unused file.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/01 13:05:11

Modified files:
	lib/libc/stdio : vfprintf.c vfwprintf.c 
	lib/libc/stdlib: gcvt.c ecvt.c 

Log message:
Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/01 13:49:48

Modified files:
	net/gssdp      : Makefile distinfo 

Log message:
update to gssdp-0.14.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/01 13:57:00

Modified files:
	net/gupnp/core : Makefile distinfo 

Log message:
update to gupnp-0.20.8


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/01 14:01:37

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/01 14:09:14

Modified files:
	sys/net        : rtsock.c 

Log message:
The old routing messages compatibility code did not work on strict
alignment architectures.  Use m_copydata() instead of mtod().
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/01 14:20:08

Modified files:
	sys/arch/armv7/sunxi: sxiahci.c 

Log message:
when we fail to power up the AHCI phy don't bother trying to make
things work; just fail.

committing on behalf of aalm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/01 14:26:51

Modified files:
	sys/arch/armv7/conf: RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI 

Log message:
crank MINIROOTSIZE needed so the ramdisks will fit again

ok patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/01 14:27:21

Modified files:
	sys/arch/vax/mscp: mscp_disk.c 

Log message:
Use %lu to print u_long, not %lld.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/01 14:35:52

Modified files:
	distrib/armv7/miniroot: Makefile Makefile.inc 
	distrib/armv7/ramdisk: Makefile install.md 
	etc/etc.armv7  : Makefile.inc 
Added files:
	distrib/armv7/miniroot/sunxi: Makefile 

Log message:
hookup sunxi bits for miniroot and ramdisk, tested on pcduino.
note that on boards without ahci you will need to install to usb and still
boot of sd, at least until there's support for the sd slot.

ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/01 15:07:59

Modified files:
	databases/postgresql: Makefile 
	databases/postgresql/pkg: README-server 

Log message:
tweak login.conf fragment to use openfiles rather than openfiles-cur thus
avoiding any issues with it being higher than whatever value openfiles-max
ends up taking (which may be non-obvious as it may be inherited from
"openfiles" in "default"). ok ajacoutot@ pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/01 15:10:13

Modified files:
	etc/etc.armv7  : MAKEDEV 

Log message:
missing regen after gpio(4) got added


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/01 15:11:03

Modified files:
	share/man/man8/man8.armv7: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/11/01 15:15:05

Modified files:
	sys/arch/armv7/sunxi: sxiccmu.c sxiccmuvar.h 

Log message:
adds a few modules used by upcoming drivers, and support for disabling
modules.

ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2013/11/01 15:17:08

Modified files:
	.              : amd64.html i386.html 

Log message:
no more ray(4);


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/01 15:22:31

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
	sys/arch/sparc64/dev: zs.c 

Log message:
Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer
necessary now that each zs device registers its own interrupt handler, and
zshard() does not need to walk all zs chips, which has been the case for years.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2013/11/01 15:36:18

Modified files:
	.              : alpha.html amd64.html i386.html sparc64.html 

Log message:
no more fpa(4), fea(4), fta(4), uscanner(4), or usscanner(4);


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/01 15:54:20

Modified files:
	app/cwm        : client.c 

Log message:
x/y from XSizeHints are obsolete (and have been for a long time), so
instead use x/y from XWindowAttributes when USPosition|PPosition are
set.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/11/01 16:55:39

Modified files:
	sbin/pfctl     : pfctl.c 
	sys/net        : if.h 

Log message:
keep net/hfsc.h away from userspace, except in pfctl

tested by naddy, ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 16:59:01

Modified files:
	faq            : faq3.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/11/01 17:00:02

Modified files:
	sys/net        : hfsc.c hfsc.h 

Log message:
push the queues every 1/HZ using timeout(9)

This is a modified version of oldtbr_timeout() with a timeout for each
HFSC enabled interface.  We can now safely include <sys/timeout.h> in
net/hfsc.h without breaking the build.
tested by naddy, ok henning claudio deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 17:05:03

Modified files:
	distrib/special/libstubs: Makefile 

Log message:
Provide -I's to reach the gdtoa directory for .h files


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 17:10:19

Modified files:
	print/libpaper : Makefile 
	print/libpaper/pkg: PLIST 
Removed files:
	print/libpaper/pkg: PFRAG.shared 

Log message:
Modernize and default to a4.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/01 17:32:09

Modified files:
	distrib/notes/aviion: install 

Log message:
Document the stupid behaviour of older PROM which fail to load binaries
past 3MB but fail to abort with an error message, and instead spin until
^Ced. This should only affect netbooting bsd.rd; explain lightly how to
use the boot loader and load the kernel from NFS.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/01 18:08:17

Modified files:
	sbin/dump      : tape.c 
	sbin/fsck_ffs  : fsck.h 
	sys/arch/luna88k/stand/boot: ufs_disksubr.c 
	sys/ufs/ext2fs : ext2fs_subr.c 
	sys/ufs/ffs    : ffs_inode.c ffs_subr.c 
	sys/uvm        : uvm_pager.c uvm_swap.c 

Log message:
No need to cast constants or simple variables to (daddr_t). Use
(u_int64_t) instead of (daddr_t) when casting a variable in an
expression passed to DL_SETDSIZE().

Change a variable counting open files from daddr_t to int64_t.

ok deraadt@ with the tweak to fix that pesky expression.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 18:16:31

Modified files:
	sys/sys        : specdev.h 

Log message:
do not export speclisth to userland


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/01 18:35:18

ports/x11/xbindkeys/files

Update of /cvs/ports/x11/xbindkeys/files
In directory cvs.openbsd.org:/tmp/cvs-serv24638/files

Log Message:
Directory /cvs/ports/x11/xbindkeys/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/01 18:38:16

Modified files:
	x11/xbindkeys  : Makefile 
	x11/xbindkeys/pkg: PLIST 
Added files:
	x11/xbindkeys/files: xbindkeys.desktop 

Log message:
Add a desktop file for xbindkeys.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/01 18:42:16

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 

Log message:
Some more aggressive CR3 whacking is needed on some machines to completely
flush the inflate page TLB entry.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/01 19:17:47

Modified files:
	print/cups     : Makefile 

Log message:
Remove uneeded CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/11/01 19:41:17

Modified files:
	sys/dev/usb    : uftdi.c ugen.c usbdi.c usbdi.h 

Log message:
Begin conversion of USB stack to return int instead of usbd_status,
starting with usbd_endpoint_count and usbd_interface_count.  usbd_status
should only be used to indicate the status of a USB transfer, it should
not be used for generic error codes.

Idea from and much hand-holding by mpi@

OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/01 20:32:51

Modified files:
	lib/libc/sys   : clock_gettime.2 getitimer.2 

Log message:
finish xref linking clock_gettime and getitimer


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/01 20:47:10

Modified files:
	.              : stable.html 

Log message:
an update that's been missed for a while now.  From sdaoden at gmail dot
com, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2013/11/01 22:10:49

Modified files:
	build/mirrors  : ftp.html.end 

Log message:
Sync with actual 5.4 directory layout.


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2013/11/01 22:11:10

Modified files:
	.              : ftp.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/01 22:14:13

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
fix some comments


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 02:38:58

Modified files:
	print/psutils  : Makefile distinfo 
	print/psutils/pkg: DESCR PLIST 
Removed files:
	print/psutils/patches: patch-Makefile_unix patch-psutil_c 
	print/psutils/pkg: PFRAG.no-a4 

Log message:
Update to psutils-1.21.
Remove hardcoded papersize FLAVORs, use libpaper instead (default paper
size is set in /etc/papersize).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 02:42:16

Modified files:
	print          : Makefile 

Log message:
Remove a2ps and psutils FLAVORs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 02:44:19

Modified files:
	print/a2ps     : Makefile 
	print/a2ps/patches: patch-configure patch-etc_a2ps_cfg_in 
	                    patch-lib_obstack_c 
	print/a2ps/pkg : DESCR PLIST 
Added files:
	print/a2ps/patches: patch-lib_argmatch_c 
	                    patch-src_long-options_c patch-src_select_c 
Removed files:
	print/a2ps/patches: patch-etc_Makefile_in 
	print/a2ps/pkg : PFRAG.shared 

Log message:
Use libpaper to set the default papersize and remove hardcoded FLAVORs.
Fix LibraryPath in a2ps.cfg.
Silence some warnings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 02:51:22

Modified files:
	print/mpage    : Makefile 
	print/mpage/pkg: DESCR PLIST 

Log message:
Remove the a4 FLAVOR; no need to hardcode a paper size when we can define
it on the cmd line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 02:53:36

Modified files:
	print          : Makefile 

Log message:
-mpage,a4


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/02 03:00:49

Modified files:
	lib/libfuse    : fuse.c fuse_opt.c fuse_private.h 

Log message:
Update the fuse_opt to have option like -h working.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 03:02:56

Modified files:
	print/enscript : Makefile 
	print/enscript/pkg: PLIST 

Log message:
Remove the a4 FLAVOR -- no need to hardcode a papersize when it can be
configured on the command line and config file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 03:04:16

Modified files:
	print          : Makefile 

Log message:
-enscript,a4


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/02 03:41:59

Modified files:
	share/man/man3 : dlfcn.3 

Log message:
move the global description of --export-symbols up to dlopen,
since that's where the problem usually gets noticed,
add -rdynamic for gcc.

okay matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 04:43:04

Modified files:
	net/minbif/patches: patch-CMakeLists_txt 
	security/libssh/patches: 
	                         patch-cmake_Modules_DefineCompilerFlags_cmake 
	                         patch-src_channels_c 
	devel/libyajl/patches: patch-CMakeLists_txt 
Removed files:
	textproc/gnuvd/patches: patch-src_Makefile_in 

Log message:
-Wextra is supported by both our gcc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 05:13:19

Modified files:
	devel/lpeg/patches: patch-makefile 
	games/widelands/patches: 
	                         patch-build_scons-tools_scons_configure_py 
	graphics/allegropng/patches: patch-makefile 
	graphics/libvidcap/patches: patch-examples_Makefile_am 
	                            patch-examples_Makefile_in 
	                            patch-src_Makefile_am 
	                            patch-src_Makefile_in 
	multimedia/oggz/patches: patch-configure 
	net/libnice    : Makefile 
	net/opal/patches: patch-configure 
	x11/gnome/ekiga/patches: patch-configure 

Log message:
-Wextra is supported by both our gcc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 05:47:54

Removed files:
	www/fluxbb     : Makefile distinfo 
	www/fluxbb/pkg : DESCR PLIST README 

Log message:
Remove fluxbb -- the port brings no added value and is not maintained.
Safer to rely on usptream's tarballs directly.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 05:49:38

Modified files:
	www            : Makefile 

Log message:
-fluxbb


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 06:16:50

Removed files:
	www/reportmagic: Makefile distinfo 
	www/reportmagic/patches: patch-Install_PL patch-rmagic_pl 
	www/reportmagic/pkg: DESCR PLIST 

Log message:
Last update in 2003. No maintenance whatsoever in the last 9 years...
Old useless shit = rm

ok miod@ chl@ syl@ mpi@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 06:17:06

Modified files:
	www            : Makefile 

Log message:
-reportmagi


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/02 06:23:58

Modified files:
	sys/dev/usb    : usb_subr.c usbdi_util.c usbdi_util.h 

Log message:
Remove a layer of abstraction for fetching a configuration descriptor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/02 07:03:33

Modified files:
	x11/bgs        : Makefile 

Log message:
Update HOMEPAGE and MASTER_SITES to point to Github


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/11/02 07:17:32

Modified files:
	driver/xf86-input-ws/src: ws.c 

Log message:
a little header cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/02 07:29:09

Modified files:
	x11/xbindkeys  : Makefile 
	x11/xbindkeys/files: xbindkeys.desktop 

Log message:
Xbindkeys desktop file should not appear in menus.

As pointed out by, and OK by, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 07:31:51

Modified files:
	usr.sbin/ldapd : btree.c conn.c control.c ldapd.c ldape.c log.c 
	                 util.c 

Log message:
bunch of format string cleanups, removing %i, signed vs unsigned, and even
a few long long's
ok jmatthew


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/02 07:33:34

Modified files:
	www/wordpress  : Makefile distinfo 
	www/wordpress/pkg: PLIST 

Log message:
Update Wordpress to 3.7.1.
Changes in 3.7 (http://codex.wordpress.org/Version_3.7):
* Background Updates
* Stronger Password Meter
* Improved Search
* Better Global Support

Changes in 3.7.1 (http://codex.wordpress.org/Version_3.7.1):
* Images with captions no longer appear broken in the visual editor.
* Allow some sites running on old or poorly configured servers to
continue to check for updates from WordPress.org.
* Avoid fatal errors with certain plugins that were incorrectly
calling some WordPress functions too early.
* Fix hierarchical sorting in get_pages(), exclusions in
wp_list_categories(), and in_category() when called with empty
values.
* Fix a warning that may occur in certain setups while performing
a search, and a few other notices.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/02 07:49:22

Modified files:
	sys/arch/hp300/hp300: trap.c 
	sys/arch/mvme68k/mvme68k: trap.c 

Log message:
Use sigexit() instead of rolling our own version.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:03:44

Modified files:
	de             : 54.html alpha.html amd64.html anoncvs.html 
	                 armish.html cvsync.html events.html ftp.html 
	                 hp300.html hppa.html i386.html index.html 
	                 landisk.html loongson.html luna88k.html 
	                 macppc.html mvme68k.html mvme88k.html sgi.html 
	                 socppc.html sparc.html sparc64.html stable.html 
	                 vax.html zaurus.html 
	faq/de         : faq1.html faq3.html faq4.html 
	faq/pf/nl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html nat.html options.html pools.html 
	                 queueing.html shortcuts.html tables.html 
	faq/ru         : faq4.html index.html 
	nl             : anoncvs.html cvsync.html ftp.html index.html 
	                 stable.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 
	ru             : anoncvs.html hackathons.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:15:07

Modified files:
	kerberosV/lib/libgssapi: Makefile shlib_version 
	kerberosV/src/kadmin: rpc.c 
	kerberosV/src/lib/gssapi/mech: gss_mech_switch.c 

Log message:
Bring back spnego support into gssapi as we used to have it before
the update to 1.5.2.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:22:42

Removed files:
	www/ktdms      : Makefile distinfo 
	www/ktdms/patches: patch-_htaccess patch-config_config_ini 
	                   patch-lib_util_ktutil_inc 
	www/ktdms/pkg  : DESCR PLIST README 

Log message:
Remove knowledgetree which did not get any update for about 6 years.
There is an updated release which is 4 years old which source is not
easily fetchable, does not work well in chroot... and the only supported
way of fully running that stuff is using the commercial version on linux.

"of course" ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:23:02

Modified files:
	www            : Makefile 

Log message:
-ktdms


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/02 08:23:38

Modified files:
	sys/arch/amd64/amd64: vector.S 

Log message:
Make calltrap global such that gdb can always find it.

ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/02 08:30:56

Modified files:
	devel/p5-Test-NoTabs: Makefile distinfo 
	devel/p5-Test-NoTabs/pkg: PLIST 

Log message:
Update to p5-Test-NoTabs 1.3.

ok simon@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/02 08:37:19

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Fix reference leak in i915_gem_mmap_ioctl().


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:42:46

Removed files:
	www/pmwiki     : Makefile distinfo 
	www/pmwiki/pkg : DESCR PLIST README 

Log message:
Remove pmwiki -- the port brings no added value and is not maintained.
Safer to rely on usptream's tarballs directly.

"oh $DEITY please" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 08:43:12

Modified files:
	www            : Makefile 

Log message:
-pmwiki


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/02 09:02:27

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/amd64/include: biosvar.h 
	sys/arch/i386/i386: bios.c 
	sys/arch/i386/include: biosvar.h 

Log message:
Cleanup bios_oconsdev_t.  Make sure you have a halfway recent bootloader
(at least BOOT 3.20 on amd64 and BOOT 3.18 on i386) or you'll risk losing
your serial console.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/11/02 09:17:41

Modified files:
	www/selfoss    : Makefile distinfo 
	www/selfoss/pkg: PLIST 

Log message:
update selfoss to 2.9

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/02 09:34:13

Modified files:
	libexec/login_yubikey: login_yubikey.c 

Log message:
do not log passwords, even if they are wrong.
ok mcbride halex


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/11/02 09:48:12

Modified files:
	net/nagios/plugins: Makefile distinfo 
Added files:
	net/nagios/plugins/pkg: DESCR-dbi PLIST-dbi 
Removed files:
	net/nagios/plugins/patches: patch-plugins_Makefile_in 
	                            patch-plugins_check_users_c 

Log message:
update nagios-plugins to 1.5

For a list a changes see:
https://www.nagios-plugins.org/news/release-1-5.html

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 09:51:15

Modified files:
	sys/arch/macppc/stand: Makefile 

Log message:
oops, do install man pages on macppc...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 09:52:47

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/comp: md.macppc md.socppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 09:55:53

Modified files:
	net/opal       : Makefile 
	net/opal/patches: patch-plugins_video_H_263-1998_h263-1998_cxx 
	                  patch-plugins_video_H_264_gpl_h264_helper_cxx 
	                  patch-plugins_video_H_264_h264-x264_cxx 
	                  patch-plugins_video_H_264_shared_x264wrap_cxx 
	                  patch-plugins_video_MPEG4-ffmpeg_mpeg4_cxx 
Added files:
	net/opal/patches: patch-plugins_video_H_263-1998_Makefile_in 
	                  patch-plugins_video_H_263-1998_h263-1998_h 
	                  patch-plugins_video_MPEG4-ffmpeg_Makefile_in 
	                  patch-plugins_video_common_dyna_cxx 
	                  patch-plugins_video_common_dyna_h 
	                  patch-plugins_video_common_ffmpeg_libavcodec_avcodec_h 

Log message:
Fix unresolved symbols with newer FFmpeg (from Arch Linux).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/02 10:04:09

Modified files:
	education/verbiste: Makefile distinfo 
	education/verbiste/patches: patch-Makefile_in 
	education/verbiste/pkg: PLIST 

Log message:
maintenance update to 0.1.40


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 10:23:55

Modified files:
	net/opal       : Makefile 

Log message:
Better DEPENDS.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 10:48:52

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/02 11:25:34

Modified files:
	lib/libc/sys   : stat.2 utimes.2 select.2 poll.2 

Log message:
.Xr clock_gettime
okay deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/02 11:49:19

Modified files:
	sys/arch/luna88k/luna88k: autoconf.c locore.S machdep.c 

Log message:
Reserve a page at the beginning of the kernel text to use for the trap vectors,
and switch to it, on all processors, after autoconf is over. First step
towards being able to unmap the low memory and have address 0 non-accessible
in the kernel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/02 12:00:05

Modified files:
	devel/sdl-image: Makefile 
	devel/sdl-image/patches: patch-SDL_image_pc_in 

Log message:
Correct the pkg-config file for static vs shared library linking.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/02 12:04:13

Modified files:
	faq            : faq4.html 

Log message:
Wordo, spotted by Henri Keppainen (duclare at guu dot fi), thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 12:15:41

Modified files:
	net/telepathy/telepathy-salut: Makefile 

Log message:
Redo dependencies, no ndeed for py-xmldiff, net/avahi,-gui,
py-twisted-words.


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/02 12:59:06

Modified files:
	fonts/roboto-fonts: Makefile distinfo 
	fonts/roboto-fonts/pkg: PLIST 

Log message:
Update to roboto 1.2. ok sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 13:03:36

Modified files:
	lib/libc/sys   : stat.2 

Log message:
out of place word; discussed with jmc and guenther


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/02 13:13:57

Modified files:
	app/cwm        : calmwm.h client.c 

Log message:
The only reason we need to keep XSizeHints in our client_ctx is for
flags, so just add one to hints; consolidates sizehints and shrinks.
Additionally don't abuse PSize for XGetWMNormalHints() failures.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 13:37:25

Modified files:
	sys/dev        : rnd.c 
Added files:
	sys/crypto     : chacha_private.h 

Log message:
replace rc4 with ChaCha20 here, too; ok djm, tedu, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 14:03:54

Modified files:
	usr.bin/ssh    : ssh-pkcs11.c 

Log message:
support pkcs#11 tokes that only provide x509 zerts instead of raw pubkeys;
fixes bz#1908; based on patch from Laurent Barbe; ok djm


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/02 14:06:59

Modified files:
	lib/libc/sys   : stat.2 

Log message:
Fix lie that predated NetBSD: the struct stat time padding affected
utime() usage, not utimes()

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 14:15:12

Modified files:
	.              : lyrics.html 

Log message:
modernize


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/02 14:20:08

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/02 14:32:49

Modified files:
	sysutils/binwalk: Makefile distinfo 

Log message:
minor update to binwalk 1.2.2-1


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/02 14:39:24

Modified files:
	share/man/man7 : mdoc.7 

Log message:
While answering a question asked by espie@, i noticed that .Fd is not
completely obsolete, but still somewhat useful for listing preprocessor
directives, in particular in the SYNOPSIS.


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2013/11/02 15:30:14

Modified files:
	.              : 54.html 

Log message:
Don't mislead users into thinking vmx(4) was enabled this release.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/02 15:36:50

Modified files:
	lib/libc/sys   : stat.2 

Log message:
Oops, utime() is section 3, not 2

noted by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 15:47:56

Modified files:
	net/avahi      : Makefile 
	net/avahi/pkg  : PLIST-gui 
Added files:
	net/avahi/pkg  : DESCR-python PLIST-python 

Log message:
Add a -python subpackage (py-avahi) stripped of the -gui one. There is
no need to install the gtk+2 tools just to have the python bindings.
Hopefully -gtk can go away soon...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 15:48:56

Modified files:
	net/gajim      : Makefile 

Log message:
No need to depend on avahi,-gui, net/avahi,-python is enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 15:59:15

Modified files:
	usr.bin/ssh    : kex.c kex.h myproposal.h ssh-keyscan.c 
	                 sshconnect2.c sshd.c 
	usr.bin/ssh/lib: Makefile 
	usr.bin/ssh/sshd: Makefile 
Added files:
	usr.bin/ssh    : kexc25519.c kexc25519c.c kexc25519s.c 
	                 smult_curve25519_ref.c 

Log message:
use curve25519 for default key exchange (curve25519-sha256@libssh.org);
initial patch from Aris Adamantiadis; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:02:14

Modified files:
	usr.bin/ssh    : kexc25519.c kexc25519c.c kexc25519s.c 
	                 smult_curve25519_ref.c 

Log message:
add missing $OpenBSD$ tags


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:10:15

Modified files:
	usr.bin/ssh    : kexdhs.c kexecdhs.c 

Log message:
no need to include monitor_wrap.h


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:24:24

Modified files:
	usr.bin/ssh    : kexdhs.c kexecdhs.c 

Log message:
no need to include ssh-gss.h


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:34:01

Modified files:
	usr.bin/ssh    : auth-options.c 

Log message:
no need to include monitor_wrap.h and ssh-gss.h


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/02 16:37:17

Modified files:
	lib/librthread : rthread_tls.c 

Log message:
remove unnecessary spinlock that slowed down pthread_getspecific.
original report and fix provided by John Carr. ok guenther kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:39:19

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
the default kex is now curve25519-sha256@libssh.org


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/02 16:39:53

Modified files:
	regress/usr.bin/ssh: kextype.sh 

Log message:
add curve25519-sha256@libssh.org


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/02 16:58:10

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: i915_gem.c i915_trace.h intel_display.c 
	sys/dev/pci/drm/radeon: radeon_display.c radeon_gem.c 

Log message:
Replace drm_handle_create/delete with drm_gem_handle_create/delete and make
the necessary adjustments to reference counting of GEM objects.  Matches what
Linux does these days.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/02 16:58:49

Modified files:
	sys/arch/sparc64/dev: fd.c 

Log message:
replace bare use of disksort with a bufq, modelled on the sys/dev/isa/fd.c
change.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/02 17:06:18

Modified files:
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/aviion/include: param.h 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/luna88k/include: param.h 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
	sys/arch/mvme88k/include: param.h 

Log message:
Link m88k kernels on a BATC boundary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmatthew@cvs.openbsd.org	2013/11/02 17:07:49

Modified files:
	databases/riak : Makefile 
	databases/riak/pkg: PLIST 

Log message:
meck doesn't need to be in the package (it's only used for tests)
and on some systems reltool doesn't include it in the release which
makes the package build fail.

help from Alex Wilson, tested by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/02 17:10:30

Modified files:
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c autoconf.c 
	sys/arch/mvme88k/mvme88k: machdep.c autoconf.c m88110.c 
	sys/arch/m88k/include: cmmu.h mmu.h pmap.h 
	sys/arch/m88k/m88k: m8820x_machdep.c pmap.c 

Log message:
Create the initial page tables in the area between the end of the firmware
data area and the kernel image, whenever possible.

On 88100/88200 systems, use BATC mappings to map the kernel text (and the
kernel data for non-MULTIPROCESSOR kernels). 88110 to follow soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/02 17:42:12

Modified files:
	sys/arch/aviion/conf: Makefile.aviion 
	sys/arch/luna88k/conf: Makefile.luna88k 
	sys/arch/mvme88k/conf: Makefile.mvme88k 
Added files:
	sys/arch/aviion/conf: ld.script 
	sys/arch/luna88k/conf: ld.script 
	sys/arch/mvme88k/conf: ld.script 

Log message:
Use a linker script to align .data to a BATC boundary as well, so that no
DBATC may span over parts of .rodata.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/02 18:00:34

Log message:
    Dance Dance Revolution clone
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/games/stepmania/distinfo
    N ports/games/stepmania/Makefile
    N ports/games/stepmania/files/stepmania
    N ports/games/stepmania/patches/patch-src_Makefile_in
    N ports/games/stepmania/patches/patch-src_archutils_Unix_SignalHandler_h
    N ports/games/stepmania/patches/patch-src_archutils_Unix_Backtrace_h
    N ports/games/stepmania/patches/patch-src_arch_ArchHooks_ArchHooks_Unix_cpp
    N ports/games/stepmania/pkg/PLIST
    N ports/games/stepmania/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/02 18:02:27

Modified files:
	games          : Makefile 

Log message:
+stepmania (forgot to say, was ok ajacoutot@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/02 18:02:56

Modified files:
	education/anki : Makefile distinfo 
	education/anki/patches: patch-anki_anki 
	education/anki/pkg: PLIST 

Log message:
Update to anki 2.0.16. For changes see http://ankisrs.net/docs/changes.html
benoit@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 18:06:21

Modified files:
	games/stepmania: Makefile 
	games/stepmania/pkg: DESCR 

Log message:
gettext MODULE.
dbus -> dbus_daemon.
Just imported, no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 18:13:44

Modified files:
	net/ocsync     : Makefile distinfo 

Log message:
Update to ocsync-0.90.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/02 18:20:24

Modified files:
	regress/lib/libc/telldir: Makefile telldir.c 
Added files:
	regress/lib/libc/telldir: main.c shortseek.c utils.c utils.h 

Log message:
Add a second test, shortseek(), to make sure that seekdir() also works
correctly when moving the directory pointer by small distances.
This is currently failing, i will send an updated libc/gen patch
to fix this right afterwards.

Move the functions createfiles() and delfiles() to utils.{h,c} for reuse.
Minor cleanup in telldir.c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 18:31:20

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Removed files:
	security/gnutls/patches: patch-tests_chainverify_c 

Log message:
Update to gnutls-3.2.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/02 18:32:36

Modified files:
	regress/sys/net/pf_divert: Makefile Remote.pm remote.pl 

Log message:
Add divert tests that reuse protocol and port.  They show what
happens when we close the socket but the divert state remains.  If
a new socket uses the same protocol and port, it will use the old
dangling state.  Without searching for the correct rule, the divert-to
will fail.  There are real life corner cases where this occurred.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/02 18:46:23

Modified files:
	games/stepmania: Makefile 

Log message:
Needs VMEM_WARNING.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/02 18:48:45

Modified files:
	net/dnsmasq    : Makefile distinfo 
	net/dnsmasq/patches: patch-man_dnsmasq_8 patch-src_config_h 

Log message:
Update to dnsmasq 2.67 and take MAINTAINER.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/02 20:22:07

Modified files:
	sbin/fsck_ffs  : inode.c 
	sbin/newfs     : mkfs.c 
	sys/ufs/ffs    : ffs_softdep.c 

Log message:
Add missing (long long) cast of variable, (long long) casts
for defines fragnum, fsbtodb, cgsblock, and cgdmin.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/02 20:52:27

Modified files:
	faq            : upgrade53.html 

Log message:
forward link upgrade54.html.  Reminded (AGAIN) by mitja at muzenic dot net.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/02 22:24:28

Modified files:
	sys/dev/pci    : if_jme.c 

Log message:
Enable TX checksum offload.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 01:33:44

Modified files:
	lang/pfe       : Makefile 

Log message:
Remove useless MESSAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 01:52:02

Modified files:
	devel/acpica   : Makefile 
	devel/acpica/patches: patch-generate_unix_acpiexec_Makefile 
	devel/apr      : Makefile 
	devel/apr/patches: patch-configure 
	devel/doxygen  : Makefile 
	devel/doxygen/patches: patch-src_doxygen_pro_in 
	devel/glib     : Makefile 
	devel/glib/patches: patch-configure 
	devel/liboop   : Makefile 
	devel/libvmime : Makefile 
	devel/log4c    : Makefile 
	devel/p5-SDL   : Makefile 
	devel/p5-SDL/patches: patch-Build_PL 
	devel/plib     : Makefile 
	devel/protobuf : Makefile 
	devel/protobuf/patches: patch-configure 
	devel/protobuf-c: Makefile 
	devel/protobuf-c/patches: patch-configure 
	devel/ruby-ffi : Makefile 
	devel/ruby-ffi/patches: patch-ext_ffi_c_libffi_bsd_mk 
	devel/silc-toolkit: Makefile 
	devel/silc-toolkit/patches: patch-configure_ac 
Removed files:
	devel/liboop/patches: patch-liboop_pc_in 
	devel/plib/patches: patch-configure 

Log message:
No need for /-lpthread/-pthread


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/11/03 01:05:12

Modified files:
	.              : luna88k.html 

Log message:
update todolist


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 01:10:00

Modified files:
	de             : events.html ftp.html 
	faq/fr         : faq15.html faq3.html faq4.html faq5.html 
	faq/nl         : faq10.html faq11.html faq14.html faq15.html 
	                 faq2.html faq3.html faq4.html faq5.html 
	                 faq6.html faq8.html faq9.html 
	faq/pf/nl      : macros.html 
	fr             : alpha.html amd64.html anoncvs.html armish.html 
	                 cvsync.html ftp.html hp300.html hppa.html 
	                 i386.html landisk.html loongson.html 
	                 luna88k.html macppc.html mvme68k.html 
	                 mvme88k.html sgi.html socppc.html sparc.html 
	                 sparc64.html stable.html vax.html zaurus.html 
	openbgpd/de    : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 01:59:14

Added files:
	games/stepmania/patches: patch-extern_lua-5_1_src_luaconf_h 

Log message:
silence warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/03 02:42:55

Modified files:
	sys/arch/aviion/conf: ld.script 
	sys/arch/luna88k/conf: ld.script 
	sys/arch/m88k/m88k: m8820x_machdep.c pmap.c 
	sys/arch/mvme88k/conf: ld.script 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Even saner kernel layout, so that .rodata can be batc mapped by a read-only
dbatc. Add batc mapping support for 88110 systems as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/11/03 02:58:52

Added files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
Add a man page for nginx.conf; not yet hooked to the build.
Generated by various scripts and manual cleanup from
http://trac.nginx.org/nginx/browser/nginx_org/xml/en/docs/

Caveat: Contains documentation for features not available on OpenBSD
(either because they are only available in the commercial version of
nginx or because they are not enabled on OpenBSD).

Idea / requested by reyk@
Lots of input / help / mdoc(7) crash course by schwarze@
schwarze@ and jmc@ agree to put it in now to work on it in tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 03:11:35

Modified files:
	games/stepmania: Makefile 
	games/stepmania/patches: patch-src_Makefile_in 
Added files:
	games/stepmania/patches: patch-extern_lua-5_1_src_loadlib_c 

Log message:
minor nits. turns out the lua copy is genuinely different, so patch it
the same as ours, and remove the extra linking to sndio which makes no
sense while we're using pulseaudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/03 03:31:01

Modified files:
	graphics/amide : Makefile distinfo 
	graphics/amide/patches: patch-configure_in patch-src_Makefile_in 
	                        patch-src_ui_common_c 
	graphics/amide/pkg: PLIST 
Removed files:
	graphics/amide/patches: patch-Makefile_in 
	                        patch-src_amitk_xif_sel_c 
	                        patch-src_mpeg_encode_c 

Log message:
Update to amide 1.0.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/03 03:37:19

Modified files:
	usr.bin/ssh    : roaming_common.c 

Log message:
fix a couple of function definitions foo() -> foo(void)
(-Wold-style-definition)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/03 04:24:51

Modified files:
	sys/conf       : Tag: OPENBSD_5_4 newvers.sh 

Log message:
-stable, for mitja :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 04:30:09

Modified files:
	www/seamonkey  : Makefile 
	www/mozilla-firefox: Makefile 

Log message:
move seamonkey/firefox to gcc on i386, it triggers a compiler segfault in
clang 3.3 (X86 DAG->DAG Instruction Selection)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/03 04:48:49

Modified files:
	include        : Makefile 

Log message:
Install fuse headers in 'make includes', diff from stsp@, ok guenther@
Committing now to unbreak ports builds (gvfs fails without, which knocks
out building much of the tree.)


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 04:56:40

Modified files:
	kerberosV/lib/libhdb: Makefile 
	kerberosV/lib/libkafs: Makefile 
	kerberosV/lib/libkrb5: Makefile 
	kerberosV/lib/libroken: Makefile 
	kerberosV/libexec/ipropd-master: Makefile 
	kerberosV/usr.bin/kcc: Makefile 
	kerberosV/usr.bin/kgetcred: Makefile 
	kerberosV/usr.bin/kinit: Makefile 

Log message:
Sync Kerberos man pages with reality:
* remove useless MLINKS and create missing ones
* don't install doxygen generated man pages
* add missing ones

ok miod@ robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/03 06:50:24

Modified files:
	sys/nfs        : nfs_aiod.c nfs_syscalls.c 

Log message:
Fix bogus kthread_create() usage leading to wrong struct proc * pointer
usage in the nfs kthreads. Spotted by fgsch@, similar diff by guenther@,
ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/03 06:52:44

Modified files:
	sys/arch/i386/i386: trap.c 
	sys/compat/linux: linux_exec.c linux_exec.h syscalls.master 

Log message:
Remove a.out support from compat_linux(8).

Tested with the syscall regression test suite from IBM and Opera.

Requested by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/03 06:56:03

Modified files:
	sys/compat/linux: linux_syscall.h linux_syscallargs.h 
	                  linux_syscalls.c linux_sysent.c 

Log message:
Regenerate.

a.out removal led to linux_sys_uselib being obsoleted.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/03 07:03:35

Modified files:
	regress/sys/net/pf_divert: Makefile Proc.pm 

Log message:
Grep pf state table on remote machine to find state reuse problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/11/03 07:08:56

Modified files:
	sys/arch/armv7/sunxi: sxipio.c 

Log message:
Include "gpio.h"

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 07:09:23

Modified files:
	audio/festival/arctic: Makefile.inc 
	audio/festival/festlex: Makefile.inc 
	audio/festival/festvox: Makefile.inc 
	audio/festival/ogi: Makefile.inc 

Log message:
Add BUILD_DEPENDS to avoid wasting time and mirror space on arch without
festival/core.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 07:17:46

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 07:18:55

Modified files:
	sys/sys        : disklabel.h 

Log message:
spelling; frantisek holop


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 07:32:21

Modified files:
	lang/icon/interp: Makefile distinfo 
	lang/icon/interp/files: icont.template 
	lang/icon/interp/patches: patch-config_bsd_Makedefs 
	                          patch-config_setup_sh 
	                          patch-tests_general_Test-icon 
	lang/icon/interp/pkg: PLIST-main 
	lang/icon/lib  : Makefile distinfo 
Added files:
	lang/icon/lib/pkg: DESCR-main DESCR-x11 PLIST-main PLIST-x11 
Removed files:
	lang/icon/interp/patches: patch-config_bsd_custom_sh 
	                          patch-config_bsd_define_h 
	                          patch-ipl_Makefile 
	                          patch-src_common_Makefile 
	                          patch-src_iconc_ccomp_c 
	                          patch-src_runtime_Makefile 
	                          patch-tests_general_Makefile 
	lang/icon/lib/pkg: DESCR PFRAG.no-no_x11 PLIST 

Log message:
Update to a much newer version of Icon.

The compiler is gone for good :(, but machines are somewhat faster,
and the new context switching code purely depends on threads, so it
will work everywhere...

Libs predated multi-packages => makes more sense to divide into
text/x11 programs.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/03 07:32:32

Modified files:
	sys/compat/linux: linux_exec.h 

Log message:
Remove a bunch of a.out related macros.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 07:33:54

Modified files:
	lang/icon/lib  : Makefile 

Log message:
forgotten multi-name


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 07:42:36

Modified files:
	lang/icon/lib  : Makefile 

Log message:
fix paths


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 07:58:22

Modified files:
	security/p5-Crypt-OpenSSL-RSA: Makefile distinfo 
Added files:
	security/p5-Crypt-OpenSSL-RSA/patches: patch-RSA_pm 

Log message:
fix p5-Crypt-OpenSSL-RSA with Perl >=5.14, from rak at debian, see
https://rt.cpan.org/Public/Bug/Display.html?id=65947
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628636
http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2011-May/211223.html

regen distinfo while there


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 08:11:22

Modified files:
	japanese/Wnn   : Makefile 
Removed files:
	japanese/Wnn/pkg: MESSAGE-main 

Log message:
Ports are not safe, we know that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/03 08:34:52

Modified files:
	lang/php/5.4   : Makefile distinfo 

Log message:
update to 5.4.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 08:45:01

Modified files:
	infrastructure/mk: bsd.port.mk README.internals 

Log message:
fix some subtle case of BULK=auto (for instance, non-regression tests in
lang/icon/interp): needs more information than just "we're solving deps"
to know whether to clean things or not.

-> similar problems as locking oneself, similar solution, replace
_SOLVING_DEP with _DEPENDENCY_STACK that tracks the dependencies.

okay mbalmer^Waja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 08:47:04

Modified files:
	print/cups-filters: Makefile distinfo 
	print/cups-filters/pkg: PLIST 

Log message:
Update to cups-filters-1.0.41.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 08:55:20

Modified files:
	net/avahi      : Makefile 

Log message:
Human readable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/03 09:20:39

Modified files:
	lang/php/5.5   : Makefile distinfo 

Log message:
update to 5.5.5


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/03 10:34:39

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
document grammar; written myself; ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/11/03 11:13:34

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
Document "Embedded Variables"
input on how / where to put it schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 11:18:09

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/03 11:20:02

Modified files:
	kerberosV/libexec/ipropd-master: Makefile 

Log message:
typo: s/master/slave


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/03 11:22:47

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
minor formatting improvements,
in part discussed with florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/03 11:28:21

Modified files:
	lang/icon      : Makefile 

Log message:
dedup (not an error, since no_x11 is now a pseudo flavor)


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/11/03 11:28:27

Modified files:
	lib/libm/man   : acosh.3 asin.3 atanh.3 cosh.3 cproj.3 exp.3 
	                 infnan.3 

Log message:
NaN -> \*(Na
{infinity, inf} -> \*(If
OK jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 11:28:34

Modified files:
	etc            : Makefile daily 

Log message:
ugly spaces


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/03 13:00:43

Modified files:
	graphics/goocanvas2: Makefile distinfo 
	graphics/goocanvas2/pkg: PLIST 
Removed files:
	graphics/goocanvas2/patches: patch-configure_in 
	                             patch-src_goocanvasitem_c 
	                             patch-src_goocanvasitemmodel_c 
	graphics/goocanvas2/pkg: PFRAG.shared 

Log message:
update to goocanvas-2.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 13:23:17

Modified files:
	security/p5-Crypt-OpenSSL-RSA: Tag: OPENBSD_5_4 Makefile 
Added files:
	security/p5-Crypt-OpenSSL-RSA/patches: Tag: OPENBSD_5_4 
	                                       patch-RSA_pm 

Log message:
fix with perl >= 5.14, MFC, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/03 13:42:50

Added files:
	net/dnsmasq/patches: patch-src_bpf_c 

Log message:
explicitly include netinet6/in6_var.h as required in -current; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:01:51

ports/www/squid/snapshot

Update of /cvs/ports/www/squid/snapshot
In directory cvs.openbsd.org:/tmp/cvs-serv29518/snapshot

Log Message:
Directory /cvs/ports/www/squid/snapshot added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:01:53

ports/www/squid/stable

Update of /cvs/ports/www/squid/stable
In directory cvs.openbsd.org:/tmp/cvs-serv29518/stable

Log Message:
Directory /cvs/ports/www/squid/stable added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:02:00

ports/www/squid/snapshot/pkg

Update of /cvs/ports/www/squid/snapshot/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv3186/pkg

Log Message:
Directory /cvs/ports/www/squid/snapshot/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:02:01

ports/www/squid/snapshot/patches

Update of /cvs/ports/www/squid/snapshot/patches
In directory cvs.openbsd.org:/tmp/cvs-serv3186/patches

Log Message:
Directory /cvs/ports/www/squid/snapshot/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:02:04

ports/www/squid/stable/pkg

Update of /cvs/ports/www/squid/stable/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv8226/pkg

Log Message:
Directory /cvs/ports/www/squid/stable/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/03 14:02:05

ports/www/squid/stable/patches

Update of /cvs/ports/www/squid/stable/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8226/patches

Log Message:
Directory /cvs/ports/www/squid/stable/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 14:36:44

Modified files:
	sys/arch/sparc/stand/boot: Makefile 
	sys/arch/sparc/stand/bootxx: Makefile 

Log message:
size no longer has a.out knowledge, so .. skip it
found by tobiasu


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/03 15:04:44

Modified files:
	multimedia/moovida: Makefile.inc 
	multimedia/moovida/core: Makefile 
	multimedia/moovida/plugins-bad: Makefile 
	multimedia/moovida/plugins-good: Makefile 
	multimedia/moovida/plugins-ugly: Makefile 

Log message:
Moovida doesnt specifically use avahi-gtk, so depend on py-avahi instead
so that ajacoutot@ can remove the former. Note that moovida is close to
hit the attic, given that it has been dropped from debian, upstream
switched to closed-development-.net-windows-only for version 2.0 and
version 1.0.x is sortof abandoned.. but it still sorta works, so keep it
for now.


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/11/03 15:07:12

Modified files:
	.              : armv7.html 

Log message:
am335xi -> am335x
differenties -> differentiates
and whitespace

Thanks to remco at d-compu.dyndns dot org


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/03 15:14:07

Modified files:
	security/p5-Crypt-OpenSSL-RSA: Makefile distinfo 
Removed files:
	security/p5-Crypt-OpenSSL-RSA/patches: patch-RSA_pm 

Log message:
Update to 0.28, which includes the fix for perl 5.14+. No other code change.
Use the (more useful) default HOMEPAGE from the cpan module while here, as
hinted by sthen@.  ok schwarze@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/03 16:27:33

Modified files:
	sys/dev/pci    : if_jme.c 

Log message:
Simplify jme_miibus_readreg() / jme_miibus_writereg() a bit by using the
mii_attach() parameter to be able to specify the location of the PHY.

From FreeBSD

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/03 16:29:28

Modified files:
	net/ngircd     : Makefile distinfo 
	net/ngircd/patches: patch-doc_Makefile_in 
	                    patch-doc_sample-ngircd_conf_tmpl 
	                    patch-src_ngircd_conf_c 
	                    patch-src_ngircd_ngircd_c 
	net/ngircd/pkg : PLIST 

Log message:
Update to ngircd 21.  Please note config files are now under /etc/ngircd/.
sthen@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/03 17:25:14

Modified files:
	sys/kern       : kern_sensors.c 

Log message:
move kernel sensor tasks from using workqs to tasks. while here
whack the locking and task cancellation.

sensor updates tested locally, and by mpi@ on ugold(4). ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/03 17:35:30

Modified files:
	sys/arch/arm/arm: pmap.c pmap7.c 

Log message:
move the arm pmaps away from pool ctors to just initting memory after its
been allocated. also gets rid of a potential bug where pool_get could
return NULL and pmap_alloc_l2_ptp tried to blindly init it.

tests, tweaks, and ok patrick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/03 17:51:37

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
Update to Postfix 2.11-20131103.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	juanfra@cvs.openbsd.org	2013/11/03 18:12:16

Modified files:
	.              : want.html 

Log message:
My netbook is dying. A new or used laptop is needed in Spain.

"go ahead" sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	fgsch@cvs.openbsd.org	2013/11/03 18:27:25

Modified files:
	faq            : current.html 

Log message:
ngircd has changed its configuration directory. suggested and wording
from sthen@ with minor tweaks from me.
sthen@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 19:14:56

Modified files:
	distrib/special/libstubs: Makefile 

Log message:
oops, meant MACHINE_CPU not MACHINE_ARCH  (matters for mips64*)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/03 19:41:49

Modified files:
	sys/sys        : sensors.h 

Log message:
dlg missed the header change in the sensor task commit
unbreaks the build


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/03 20:03:51

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/03 22:45:04

Modified files:
	sys/dev/wscons : wsdisplay.c wsdisplayvar.h 

Log message:
Better defaults for the screen burner settings: all unblank actions enabled,
but burning still disabled by default. Setting display.screen_off to a nonzero
value with wsconsctl will be enough to enable screen blanking after the
given time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/03 22:46:21

Modified files:
	games/rocksndiamonds: Makefile distinfo 

Log message:
Update to rocksndiamonds 3.3.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/03 23:24:10

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST-server 

Log message:
Update to Dovecot 2.2.7.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/03 23:25:03

Modified files:
	mail/dovecot-pigeonhole: Makefile 

Log message:
Update after update to Dovecot 2.2.7.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/03 23:25:23

Modified files:
	mail/dovecot-antispam: Makefile 

Log message:
Update after update to Dovecot 2.2.7.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/03 23:33:14

Modified files:
	share/man/man4 : fuse.4 

Log message:
Remove pseudo-device fuse 'count' option from documentation.
The option doesn't exist anymore, FUSE devices have been made clonable.
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/04 03:16:06

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add vmware vendor id

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/04 03:16:37

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/04 04:23:31

Removed files:
	www/webcollab  : Makefile distinfo 
	www/webcollab/pkg: DESCR PLIST README 
	www/plans      : Makefile distinfo 
	www/plans/patches: patch-plans_config_pl 
	                   patch-theme_plans_template 
	www/plans/pkg  : DESCR PLIST 

Log message:
Remove webcollab and plans. These port brings no added value, are not
under development anymore and/or unmaintained.

"Please remove it." ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/04 04:24:23

Modified files:
	www            : Makefile 

Log message:
-plans
-webcollab


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/04 04:31:12

Modified files:
	devel/ipython  : Makefile distinfo 
	devel/ipython/patches: patch-setupbase_py 
	devel/ipython/pkg: PLIST 
Added files:
	devel/ipython/patches: 
	                       patch-IPython_core_tests_test_interactiveshell_py 
	                       patch-IPython_testing_plugin_Makefile 
	                       patch-docs_source_conf_py 

Log message:
Update to ipython-1.1.0.

ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/04 04:51:16

Modified files:
	usr.bin/ssh    : monitor.c 

Log message:
fix rekeying for KEX_C25519_SHA256; noted by dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/04 04:51:33

Modified files:
	sys/dev/usb    : ugold.c 

Log message:
Use the async version of uhidev_set_report(), there's no need to sleep
until the transfer is done when submitting a command since the answers
are read from the interrupt and we cannot do much if it fails.

ok sasano@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/04 04:57:26

Modified files:
	sys/dev        : audio.c audiovar.h 
	sys/arch/macppc/dev: abtn.c 
	sys/arch/sgi/hpc: panel.c 
	sys/dev/acpi   : acpiasus.c acpithinkpad.c 
	sys/dev/wscons : wskbd.c 

Log message:
Convert wskbd_set_mixervolume() to use a task internally instead of
being called in a workq.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/04 05:19:26

Modified files:
	sys/dev/pci/drm/radeon: radeon.h radeon_fb.c 

Log message:
The radeondrm code that sets the DPMS mode may sleep, so it should not be run
from a timeout like our burner code does.  Hand this off to a taskq.

tracked down by claudio@
ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/04 05:27:42

Modified files:
	regress/usr.bin/ssh: rekey.sh 

Log message:
Test rekeying with all KexAlgorithms.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/04 05:44:34

Modified files:
	security/p5-Crypt-OpenSSL-Bignum: Makefile distinfo 

Log message:
Remove unhelpful HOMEPAGE and regen distinfo.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/04 05:47:13

Modified files:
	security/p5-Crypt-OpenSSL-Random: Makefile distinfo 

Log message:
Maintenance update to version 0.06.  Remove the unhelpful HOMEPAGE.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/04 07:05:43

Modified files:
	meta           : Makefile.inc 

Log message:
PERMIT_PACKAGE_CDROM is enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 07:07:16

Modified files:
	sys/dev/pci    : files.pci 
	sbin           : Makefile 
	sys/sys        : conf.h 
	share/man/man4 : Makefile ami.4 pci.4 
	sys/arch/alpha/conf: files.alpha 
	sys/arch/amd64/conf: GENERIC RAMDISK_CD files.amd64 
	sys/arch/armish/conf: files.armish 
	sys/arch/armv7/conf: files.armv7 
	sys/arch/hppa/conf: files.hppa 
	sys/arch/hppa64/conf: files.hppa64 
	sys/arch/i386/conf: GENERIC RAMDISK_CD files.i386 
	sys/arch/landisk/conf: files.landisk 
	sys/arch/loongson/conf: files.loongson 
	sys/arch/macppc/conf: GENERIC RAMDISK files.macppc 
	sys/arch/octeon/conf: files.octeon 
	sys/arch/sgi/conf: files.sgi 
	sys/arch/socppc/conf: files.socppc 
	sys/arch/sparc64/conf: files.sparc64 
	sys/arch/zaurus/conf: files.zaurus 
Removed files:
	sys/dev/pci    : iop_pci.c 
	sys/dev/i2o    : files.i2o i2o.h iop.c iopio.h ioprbs.c 
	                 ioprbsvar.h iopreg.h iopsp.c iopspvar.h 
	                 iopvar.h 
	sbin/iopctl    : Makefile iopctl.8 iopctl.c 
	share/man/man4 : iop.4 ioprbs.4 iopsp.4 

Log message:
remove iop(4) driver.  it is entirely unmaintained and supports something
which basically doesn't exist at all.
reminded about it by brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 07:07:58

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/11/04 07:09:19

Modified files:
	usr.sbin/nginx : Makefile.bsd-wrapper 

Log message:
Hook up nginx.conf(5) to the build.
put it in deraadt@, OK schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 07:11:29

Modified files:
	sys/arch/alpha/alpha: conf.c 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/arm/arm: conf.c 
	sys/arch/hppa/hppa: conf.c 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/i386/i386: conf.c 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/loongson/loongson: conf.c 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/octeon/octeon: conf.c 
	sys/arch/socppc/socppc: conf.c 
	sys/arch/sparc64/sparc64: conf.c 

Log message:
remove iop(4) driver.  it is entirely unmaintained and supports something
which basically doesn't exist at all.
reminded about it by brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/04 07:18:35

Modified files:
	textproc/icu4c : Tag: OPENBSD_5_4 Makefile 
Added files:
	textproc/icu4c/patches: Tag: OPENBSD_5_4 
	                        patch-source_i18n_csrucode_cpp 

Log message:
Security fix for CVE-2013-2924 icu: use-after-free flaw leads to denial of service

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/04 07:42:36

Modified files:
	x11/freerdp    : Makefile distinfo 
	x11/freerdp/pkg: PLIST 

Log message:
Update to 1.0.2.
The following issues have been resolved:

629 - Password is shown when typed with parameter --from-stdin
698 - --from-stdin always prompts for password, even when it is piped in
793 - Fix for segfaults caused by wrong command line specified
799 - colors are wrong
806 - 1.0.2-rc1 problem with xfreerdp reparenting into X window
843 - stable-1.0 core dump with --authonly
(http://sourceforge.net/mailarchive/message.php?msg_id=30299739)

Also enabled smartcard support.  Diff by Sergey Bronnikov.

Help with weird distfile name from sthen@.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 08:43:05

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/04 09:28:32

Modified files:
	x11/tk/8.6     : Makefile 
	x11/tk/8.6/patches: patch-unix_installManPage 

Log message:
Unbreak man page rendering. Thanks to schwarze@ for roff help.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/04 09:30:46

Modified files:
	lang/tcl/8.6   : Makefile 
	lang/tcl/8.6/patches: patch-unix_installManPage 

Log message:
Unbreak man page rendering. Thanks to schwarze@ for roff help.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/04 09:33:17

Modified files:
	x11/gnome/nautilus: Makefile distinfo 

Log message:
Update to nautilus-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/04 10:03:32

Modified files:
	usr.bin/lex    : flex.skl initscan.c 

Log message:
Use proper ANSI function definitions for functions that take no
arguments.  Avoids warnings when -Wold-style-definition is used.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 10:14:26

Modified files:
	sys/arch/alpha/alpha: conf.c 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/macppc/macppc: conf.c 

Log message:
more iop.h left; Mark Patruck


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2013/11/04 10:49:37

Modified files:
	sys/arch/octeon/include: octeonvar.h 

Log message:
Add RCS ID.
ok pirofti@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	bcallah@cvs.openbsd.org	2013/11/04 10:51:03

Modified files:
	sys/arch/octeon/include: octeonvar.h 

Log message:
A few too many tabs snuck in there.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 12:41:17

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
improve a panic message


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 12:42:47

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
If compiled for hibernate, reserve the last page of the primary swap
space (in case we need to place a hibernate signature there)
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/04 12:54:18

Modified files:
	lib/libfuse    : fuse_opt.c 

Log message:
fuse_opt_insert_arg() can take empty string as argument.

unbreak ntfs-3g.
ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/04 13:14:16

Modified files:
	sys/arch/armv7/omap: files.omap 
Added files:
	sys/arch/armv7/omap: omap_machdep.c 
Removed files:
	sys/arch/armv7/omap: beagle_machdep.c 

Log message:
Rename beagle_machdep.c to omap_machdep.c

ok rapha@, jasper@, bmercer@, patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 14:02:58

Modified files:
	sys/dev        : softraid.c softraid_crypto.c softraid_raidp.c 
	                 softraidvar.h 
	sbin/bioctl    : bioctl.c 

Log message:
substantial namespace cleanup.  Might go a little bit too far, but we
can expose some of the kernel structures with split .h files if need be.
Discussed with various, including jsing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/04 14:12:37

Modified files:
	www/mozilla-firefox/patches: 
	                             patch-js_src_ctypes_libffi_src_x86_freebsd_S 

Log message:
Commited upstream, add bz & cset url.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/04 14:15:42

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/pkg: PLIST 

Log message:
Use MOZILLA_VER consistentely in PLIST, since it equals _VERSION on
releases and is the shortened version (ie s/b.//) for betas..
Prodded by a diff from jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/04 14:18:33

Modified files:
	www/seamonkey/pkg: PLIST-enigmail PLIST-lightning PLIST-main 

Log message:
%s/_VERSION/_VER/ in PLISTs for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/04 14:21:51

Modified files:
	mail/mozilla-thunderbird/pkg: PLIST-enigmail PLIST-lightning 
	                              PLIST-main 

Log message:
:%s/_VERSION/_VER/ in PLISTs for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/04 14:49:48

Modified files:
	devel/silc-toolkit: Makefile 
	devel/silc-toolkit/patches: patch-configure_ac 

Log message:
Respect CFLAGS throughout the whole build.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/04 14:50:09

Modified files:
	net/silc-server: Makefile 
	net/silc-server/patches: patch-configure_ac 

Log message:
Respect CFLAGS throughout the whole build.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/04 14:50:22

Modified files:
	net/silc-client: Makefile 
	net/silc-client/patches: patch-configure_ac 

Log message:
Respect CFLAGS throughout the whole build.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/04 15:32:31

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Enable locking of fields using the acpi global lock if required.  Seems to fix
a couple of machines and so far caused no regressions.  Pt this in the tree
now to get wider testing.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/04 17:51:58

Modified files:
	sbin/fsck_ffs  : setup.c 
	sbin/newfs     : newfs.c 
	sbin/newfs_msdos: newfs_msdos.c 
	sys/arch/amd64/stand/libsa: diskprobe.c 
	sys/arch/armish/stand/boot: wd.c 
	sys/arch/i386/stand/libsa: diskprobe.c 
	sys/arch/luna88k/stand/boot: ufs_disksubr.c 
	sys/arch/mvme68k/stand/libsa: bugdev.c 
	sys/arch/mvme88k/stand/libsa: bugdev.c 
	sys/arch/socppc/stand/boot: wd.c 
	sys/arch/sparc64/stand/ofwboot: ofdev.c 
	sys/kern       : subr_hibernate.c 

Log message:
Replace direct references to p_size, p_offset and d_secperunit with
DL_[GET|SET]PSIZE(), DL_[GET|SET]POFFSET(), DL_[GET|SET]DSIZE() in
order to get|set correct value that includes the high bits of the
value.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/04 17:55:42

Modified files:
	app/cwm        : client.c 

Log message:
quick keyboard focus fix for clients that neither populate wmhints nor wmprotocols, like rdesktop; focus needs to be re-visited


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/04 20:28:45

Modified files:
	sys/sys        : pool.h 
	sys/kern       : subr_pool.c 

Log message:
remove pool constructors and destructors. theyre called for every
get and put, so they dont save us anything by caching constructed
objects. there were no real users of them, and this api was never
documented. removing conditionals in a hot path cant be a bad idea
either.

ok deraadt@ krw@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/04 20:51:43

Modified files:
	share/man/man4 : em.4 bge.4 bnx.4 jme.4 

Log message:
Mention the TX checksum offload support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/04 21:45:18

Modified files:
	lang/tcl/8.5   : Makefile 
Added files:
	lang/tcl/8.5/patches: patch-unix_installManPage 

Log message:
Unbreak man page rendering. Thanks to schwarze@ for roff help.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/04 21:50:38

Modified files:
	x11/tk/8.5     : Makefile 
Added files:
	x11/tk/8.5/patches: patch-unix_installManPage 

Log message:
Unbreak man page rendering. Thanks to schwarze@ for roff help.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/04 23:02:45

Modified files:
	sys/kern       : subr_hibernate.c 
	sys/uvm        : uvm_swap.c uvm_swap.h 

Log message:
new function uvm_hibswap() finds a the largest free zone in swap, which
hibernate can use place the data.
ok mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/05 00:08:52

Modified files:
	audio/mpd      : Makefile distinfo 

Log message:
Bugfix update to mpd-0.17.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 00:27:07

Modified files:
	productivity/attica: Makefile distinfo 

Log message:
Update libattica to 0.4.2, required by upcoming KDE 4.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/05 00:33:33

Modified files:
	x11/awesome    : Makefile 
Added files:
	x11/awesome/patches: patch-luadoc_screen_lua 

Log message:
luadoc: document screen outputs
(upstream git commit 29ecc6095f6f566757d17538635eb2b7674ed96f)


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/05 00:38:26

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Change an #if 0 surrounding a debug printf into a DPRINTF instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/05 00:49:29

Modified files:
	audio/libmpdclient: Makefile distinfo 

Log message:
update to libmpdclient-2.9

ok dcoppa@ (MAINTAINER) landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/05 00:49:54

Modified files:
	audio/mpc      : Makefile distinfo 
	audio/mpc/patches: patch-Makefile_in 

Log message:
update to mpc-0.24

ok dcoppa@ (MAINTAINER) landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 00:55:21

Modified files:
	productivity/akonadi: Makefile distinfo 
	productivity/akonadi/pkg: PLIST 

Log message:
Update to latest stable Akonadi. KDE 4.10 seems to be happy. Needed by
upcoming KDE 4.11.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2013/11/05 01:55:58

Modified files:
	sys/dev        : softraid_raid0.c softraid_raid6.c 
	                 softraid_raidp.c 

Log message:
Fix RAID levels 0, 4, 5, and 6 with partitions larger than 2TB.

A 64bit bit operation with the 32bit strip size could overflow and
result in ridiculously small volumes when using large partitions (eg.
4x 3TB in RAID 5 resulted in a ~2TB volume).  It is fixed by casting
the strip size to an unsigned 64bit value.

ok tedu@ millert@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/05 02:36:05

Modified files:
	lib/libc/gen   : telldir.c 

Log message:
Make sure seekdir(3) works even when dirp->dd_buf still contains some
pending entries: At the time of the lseek(2), also invalidate the
buffer in order to force getdents(2) during the next readdir(3).
Because this throws away buffered data that could still be used
in some cases, this is not particularly efficient, but at least
it works; i will suggest optimizations soon.

Bug found when investigating perl-5.18.1/t/op/threads-dirh.t
that was reported broken by Andrew Fresh <andrew at afresh1 dot com>.

ok guenther@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/05 03:12:35

Modified files:
	sys/arch/alpha/pci: pci_machdep.h 
	sys/arch/arm/include: pci_machdep.h 
	sys/arch/hppa/include: pci_machdep.h 
	sys/arch/hppa64/include: pci_machdep.h 
	sys/arch/landisk/include: pci_machdep.h 
	sys/arch/loongson/include: pci_machdep.h 
	sys/arch/macppc/include: pci_machdep.h 
	sys/arch/octeon/include: pci_machdep.h 
	sys/arch/sgi/pci: pci_machdep.h 
	sys/arch/socppc/include: pci_machdep.h 
	sys/arch/sparc64/include: pci_machdep.h 

Log message:
Add a stub for the new MD hook needed to handle ACPI Power Resources.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/05 03:20:05

Modified files:
	sys/dev/usb    : if_aue.c if_cue.c if_kue.c if_otus.c if_zyd.c 

Log message:
Instead of comparing the lower and higher addresses of all the multicast
entries to decide if the IFF_ALLMULTI flag should be set, check if there
is at least one real range between them.

This should not introduce any behavior change but will help changing our
representation of multicast entries.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2013/11/05 04:38:54

Modified files:
	openssh        : specs.html 

Log message:
add curve25519-sha256@libssh.org


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2013/11/05 05:00:20

Modified files:
	openssh        : specs.html 

Log message:
correct the url for the certkeys readme


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/05 05:59:29

Modified files:
	www/gecko-mediaplayer: Makefile 
Removed files:
	www/gecko-mediaplayer/patches: patch-configure 

Log message:
Switch to xulrunner24.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 06:29:38

Modified files:
	databases/soprano: Makefile distinfo 
	databases/soprano/patches: patch-cmake_modules_FindRedland_cmake 

Log message:
Pure bugfix update for Soprano. No major lib bump needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 06:46:37

Modified files:
	misc/shared-desktop-ontologies: Makefile distinfo 

Log message:
Update to shared-desktop-ontologies-0.11.0, needed by upcoming KDE 4.11.

okay ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/05 06:55:58

Modified files:
	sys/arch/i386/stand/libsa: diskprobe.c 

Log message:
DL_SETDSIZE() and DL_SETPSIZE() are not the same thing. Use the latter
to set partition size. Fixes tree breakage found by Scott McEachern.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 07:03:19

Modified files:
	x11/kde4/nepomuk-core: Makefile 
Removed files:
	x11/kde4/nepomuk-core/patches: 
	                               patch-services_fileindexer_indexer_ffmpegextractor_cpp 

Log message:
Zap the patch not needed since last FFMpeg update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 08:05:04

Modified files:
	www/c-icap/c-icap: Makefile distinfo 
	www/c-icap/c-icap/patches: patch-c-icap_conf_in 
	                           patch-cfg_param_c 
	                           patch-docs_man_c-icap_8_in 
	www/c-icap/c-icap/pkg: PLIST-main 
	www/c-icap/modules: Makefile distinfo 
	www/c-icap/modules/pkg: PLIST-main PLIST-urlcheck 
Added files:
	www/c-icap/modules/patches: 
	                            patch-services_virus_scan_clamd_mod_c 
Removed files:
	www/c-icap/modules/patches: 
	                            patch-services_virus_scan_clamav_support_c 
	                            patch-services_virus_scan_virus_scan_conf 

Log message:
update to c-icap 0.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 08:05:32

Modified files:
	www/squidclamav: Makefile 

Log message:
possibly gratuitous, but bump for safety due to c-icap changes


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/05 08:17:56

Modified files:
	sys/arch/i386/stand/libsa: diskprobe.c 

Log message:
Sigh. How many typos can be made in one diff. Fix DL_SETPSOFFSET() to
be DL_SETPOFFSET().


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/05 08:32:48

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
Remove useless #ifdef *BSD cruft from sppp(4). No binary change.
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/05 08:33:06

Modified files:
	math/grpn      : Makefile 
	math/grpn/pkg  : PLIST 

Log message:
install man page and sync wantlib


CVSROOT:	/cvs
Module name:	www
Changes by:	rapha@cvs.openbsd.org	2013/11/05 08:44:51

Modified files:
	.              : beagle.html 

Log message:
other -> additional

From remco at d-compu.dyndns dot org


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/05 08:46:07

Modified files:
	security/gnutls: Makefile 

Log message:
Remove uneeded LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 08:49:59

Modified files:
	telephony/asterisk-sounds: asterisk-sounds.port.mk 

Log message:
revert to the previous SHARED_ONLY=Yes for this instead of build dep on
asterisk (which itself has a run dep on some files produced using this module)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/05 09:05:30

Modified files:
	etc            : MAKEDEV.common 
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.armish : MAKEDEV.md 
	etc/etc.armv7  : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.landisk: MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 

Log message:
kill iop(4); spotted by jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/05 09:06:29

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.armv7  : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : 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.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.octeon : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : 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.i386: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:21:26

Modified files:
	lang/node      : node.port.mk 

Log message:
remove libv8 as a dep since we are using nodes internal v8 again.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:24:14

Modified files:
	databases/node-sqlite3: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:24:51

Modified files:
	databases/node-pg: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:25:36

Modified files:
	devel/node-fibers: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:26:05

Modified files:
	devel/node-gir : Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:26:29

Modified files:
	graphics/node-canvas: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:27:00

Modified files:
	security/node-bcrypt: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/05 09:27:27

Modified files:
	sysutils/node-syslog: Makefile 

Log message:
bump to pick up the node libv8 change.

OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/05 09:32:14

Modified files:
	sys/arch/octeon/dev: octrng.c 

Log message:
octrng: Disable debug by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/05 09:34:45

Modified files:
	sys/arch/octeon/dev: octrng.c 

Log message:
octrng: Fix control flags.

They had the wrong endian representation.

Found the hardway by bcallah@. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/05 09:37:06

Modified files:
	sys/arch/octeon/dev: octrng.c 

Log message:
octrng: Add name checks during match.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/05 10:15:55

Modified files:
	games/gcompris : Makefile distinfo 
	games/gcompris/patches: patch-Makefile_in patch-configure 
	games/gcompris/pkg: DESCR PLIST 

Log message:
Update to gcompris-13.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/05 10:30:07

Log message:
    Import devel/sdl2-ttf, the SDL2 TrueType fonts library.
    ok brad@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-05
    
    N ports/devel/sdl2-ttf/Makefile
    N ports/devel/sdl2-ttf/distinfo
    N ports/devel/sdl2-ttf/patches/patch-Makefile_in
    N ports/devel/sdl2-ttf/pkg/DESCR
    N ports/devel/sdl2-ttf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/05 10:30:30

Modified files:
	devel          : Makefile 

Log message:
+sdl2-ttf


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 10:49:01

Modified files:
	net/rrdtool    : Makefile distinfo 
	net/rrdtool/patches: patch-bindings_ruby_extconf_rb 
	                     patch-doc_Makefile_in 
	                     patch-examples_Makefile_in 
	net/rrdtool/pkg: DESCR-main PLIST-main PLIST-ruby 
Added files:
	net/rrdtool/files: rrdtool-chroot.sh 
	net/rrdtool/patches: patch-examples_rrdcached_Makefile_in 
	                     patch-src_Makefile_in 
	                     patch-src_rrd_config_bottom_h 
	                     patch-src_rrdupdate_c 
	net/rrdtool/pkg: DESCR-update PLIST-update README-main 
	                 rrdcached.rc 
Removed files:
	net/rrdtool/patches: patch-bindings_Makefile_in 
	                     patch-rrd_config_h_in 
	net/rrdtool/pkg: DESCR-perl PLIST-perl 

Log message:
Update to rrdtool 1.4.8. Merge p5-RRD into the main package.

Note that this now uses cairo for graphics generation and pango/fontconfig
for text rendering; if you are using this in a chroot jail (for cgi/php
scripts, etc) you will need to take additional steps to install the relevant
files. A script is provided to copy the relevant libraries and support files;
see /usr/local/share/doc/pkg-readmes/rrdtool-1.4.8 for more details.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 10:49:33

Modified files:
	net/bindgraph  : Makefile 
	mail/mailgraph : Makefile 
	net/mrtg       : Makefile 
	net/munin      : Makefile 
	net/nedi       : Makefile 
	net/nfsen      : Makefile 
	net/smokeping  : Makefile 

Log message:
handle rrdtool update


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/05 10:54:41

Modified files:
	faq            : current.html 

Log message:
mention the rrdtool update


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 10:55:43

Modified files:
	infrastructure/db: user.list 

Log message:
new uid for _rrdcached (from net/rrdtool)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/05 10:56:30

Modified files:
	net/rrdtool    : Makefile 
	net/rrdtool/pkg: PLIST-main 

Log message:
roll uid to 726 (conflicted with opengroupware)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/05 11:31:38

Removed files:
	databases/soprano/patches: patch-test_CMakeLists_txt 

Log message:
Oops, forgot to remove the patch committed upstream in _this_ directory.
No bump needed.

Noticed by kili@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	uwe@cvs.openbsd.org	2013/11/05 12:54:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
avoid touching the signal traps during autoinstall

With this, the installer finishes even when there are kernel messages
output during the installation. :)

original diff and ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/05 13:20:14

Modified files:
	share/man/man9 : domountroothooks.9 dostartuphooks.9 
	                 startuphook_establish.9 

Log message:
no more iop/ioprbs; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/05 13:36:51

Modified files:
	lib/libc/gen   : rewinddir.c seekdir.c telldir.c telldir.h 

Log message:
Cleanup, no functional change:
1. avoid code duplication in rewinddir() by calling seekdir() directly
2. move __seekdir() into seekdir() and _telldir_unlocked() into telldir()
Both functions were called from nowhere else.
3. remove some unused #include directives and one unused function prototype
ok otto@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/05 14:04:52

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Fix ifconfig with IPv6 tunnel addresses which was broken by the
vxlan(4) commit.
found by todd@; OK reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/05 17:52:46

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Errant assignment that snuck in long ago. Pointed out by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/05 20:08:43

Modified files:
	lang/seed7     : Makefile distinfo 

Log message:
Update Seed7 ti 20131027.
Variable-ify the do-test routine, thanks juanfra@ !
ok juanfra@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/06 00:28:25

Modified files:
	x11/gmtk       : Makefile 
	x11/gmtk/patches: patch-src_gmtk_media_player_c 

Log message:
Fix parameter warning to gtk_widget_get_visible
(upstream svn revision r232)

Only do the media player allocation event if no video is present
(upstream svn revision r233)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/06 00:29:30

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_gui_c 
Added files:
	x11/gnome-mplayer/patches: patch-src_common_h 

Log message:
Set window properties to be common for all the created windows
(upstream svn revision r2461)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/06 00:46:31

Modified files:
	sys/sys        : buf.h 
	sys/uvm        : uvm_swap.c 

Log message:
remove some abuse of bufqs where they were overloaded to store workq_tasks
for completing swap io against files. this in turn bloated struct buf.

this moves from using workq_tasks to the task api, but stores the task
handler in vndbuf which is allocated specially for every io in this path
anyway.

ok kettenis@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/06 01:00:17

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
dont leak ccbs in mpii_sas_remove_device. detaching lots (like, 1000) of
things could run you out of command slots without this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/06 01:46:04

Modified files:
	productivity/tryton/tryton/patches: patch-tryton_action_main_py 

Log message:
CVE has been assigned now; ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/06 01:46:42

Modified files:
	productivity/tryton/tryton/patches: Tag: OPENBSD_5_4 
	                                    patch-tryton_action_main_py 

Log message:
CVE has been assigned now


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/06 01:55:18

Modified files:
	devel/p5-Devel-Symdump: Makefile distinfo 

Log message:
Update to p5-Devel-Symdump 2.11.

same diff from David Hill, ok schwarze@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/06 02:05:25

Modified files:
	security/p5-Crypt-OpenSSL-DSA: Makefile distinfo 
	security/p5-Crypt-OpenSSL-DSA/pkg: PLIST 
Removed files:
	security/p5-Crypt-OpenSSL-DSA/patches: patch-DSA_xs 
	                                       patch-lib_Crypt_OpenSSL_DSA_pm 

Log message:
Update to 0.14 which includes our changes (no other code change).
While here:
- drop MAINTAINER per his request
- drop the unhelpful HOMEPAGE in favor of the default one coming with
the cpan module
- install Crypt/OpenSSL/DSA/Signature.pod for symmetry between man(1)
and perldoc(1)
- tests now use Digest::SHA which is in base
ok jasper@ (former maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/06 03:01:29

Modified files:
	usr.sbin/smtpd : bounce.c envelope.c lka.c lka_session.c mta.c 
	                 mta_session.c parse.y ruleset.c smtp.c 
	                 smtp_session.c smtpd.c smtpd.conf.5 smtpd.h 
	                 ssl.c ssl.h to.c 

Log message:
Much much improved config parser and related changes.
Simplify code and do not impose an order on conditions and rule options.

Format changes that may require smtpd.conf update for some setups:

- SSL certificates are no longer automatically loaded, but must be
explicitely declared using the "pki" keyword.
- "certificate" option becomes "pki" in listener and accept rules.
- "ssl://" becomes "secure://" in relay via rules.
- "helo" becomes "hostnames" in relay rules

New features:

- accept rules do not need an explicit action, in which case alias table
or .forward must provide one.
- new "forward-only" action to force relaying and reject rcpts that expand
as local delivery.
- "!" (negation) modifier on rule matching conditions.
- new "recipient" rule matching condition.
- new "verify" option on listeners and relay rules to reject invalid
certificates.

Other changes:

- remember the helo name advertised on incoming mail and use it for sending
bounces.
- bump envelope version (existing envelopes are updated on-the-fly).


CVSROOT:	/cvs
Module name:	www
Changes by:	eric@cvs.openbsd.org	2013/11/06 03:03:20

Modified files:
	faq            : current.html 

Log message:
smtpd.conf changes


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/06 03:07:29

Modified files:
	usr.sbin/smtpd : queue_fs.c 

Log message:
fix assertion that could lead to orphaned messages left in the queue
after all envelopes are gone.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/06 03:12:07

Modified files:
	usr.sbin/smtpd : filter_api.c 

Log message:
fix format string


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/06 03:40:36

Modified files:
	sys/dev/acpi   : acpi.c acpipwrres.c acpireg.h acpivar.h 
	                 files.acpi 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 
	sys/arch/i386/pci: pci_machdep.c pci_machdep.h 

Log message:
Add support for Power Resources for Dx states and the necessary hook
for PCI devices.  This hook should be called twice, before and after
changing the power state of a PCI device.

Before setting the device to the new state, the ACPI layer will notify
every power resources linked to the device for that state and make sure
they are turned "_ON".  After changing the state of the device, it will
decrement the reference of every power resources linked to that device
for the old state and turn them "_OFF" if they are no longer referenced.

This fixes the no-USB after resume problem seen on various ThinkPad,
problem initialy diagnosed with Alexander Polakov.

ok kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/06 03:41:16

Modified files:
	sys/dev/pci    : pci.c 

Log message:
Call the new MD hook before and after setting the power state of a device.

This is actually a noop on all arches but ACPI ones, where it deals with
Power Resources.

ok kettenis@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/06 04:05:11

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add RTS5229 Card Reader PCI ID. From Pedro Martelletto.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/06 04:05:34

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 05:06:58

Modified files:
	sys/sys        : hibernate.h 
	sys/kern       : subr_hibernate.c 
	sys/dev/ic     : ahci.c 
	sys/dev/ata    : ata_wdc.c 

Log message:
teach the side-effect free drivers about the partition they are dealing
by passing a start/length in the HIB_INIT op.  Then rebase all
hibernate-time block offsets to be relative to the start of that partition.
This simplifies things a lot.
ok mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 06:07:43

Modified files:
	www/squidclamav: Makefile 
	www/squidclamav/pkg: PLIST 
Added files:
	www/squidclamav/pkg: README 

Log message:
add a README file, prompted by a mail from Kaya Saman


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/06 06:40:33

Modified files:
	devel/libvmime : Makefile 

Log message:
Sync with zarafa.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/06 06:51:02

Modified files:
	sys/dev/ic     : rtsx.c rtsxreg.h rtsxvar.h 
	sys/dev/pci    : rtsx_pci.c 
	share/man/man4 : rtsx.4 

Log message:
Add support for the RTS5229 card reader to rtsx(4).
From Pedro Martelletto.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 07:37:32

Modified files:
	sys/dev/usb    : umass.c umass_scsi.c umassvar.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 08:06:53

Modified files:
	sysutils/mtools: Makefile distinfo 
	sysutils/mtools/patches: patch-Makefile_in 
	sysutils/mtools/pkg: PFRAG.no-no_x11 PLIST 
Added files:
	sysutils/mtools/patches: patch-mtools_conf 

Log message:
update to mtools 4.0.18


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2013/11/06 08:55:15

Modified files:
	sys/dev/usb    : if_zyd.c usbdi.c usbdi.h 

Log message:
Make usbd_free_xfer return void, since no callers use the return value.

OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 09:13:43

Modified files:
	sys/dev/usb    : uaudio.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/06 09:51:06

Modified files:
	devel/p5-Test-Reporter: Makefile distinfo 

Log message:
Update to p5-Test-Reporter 1.59.

ok schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/06 09:52:11

Modified files:
	usr.bin/ssh    : monitor_wrap.c 

Log message:
fix rekeying for AES-GCM modes; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 09:58:13

Modified files:
	sys/dev/usb    : ugen.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 09:59:02

Modified files:
	sys/dev/usb    : uplcom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Tested and okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 10:03:00

Modified files:
	sys/sys        : hibernate.h 
	sys/kern       : subr_hibernate.c 

Log message:
use DEV_BSIZE instead of "secsize"
ok mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 10:04:47

Modified files:
	sys/dev/usb    : ubt.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 10:08:57

Modified files:
	sys/netinet    : ip_ether.c 

Log message:
See previous commit.  This is the next step in the process.  The code now
accepts either format, but we start using the IETF bits.  Hopefully we
get a mail later again from David Dahlberg reminding us to remove the
legacy acceptance.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/06 10:10:06

Modified files:
	devel/p5-Test-Group: Makefile distinfo 
	devel/p5-Test-Group/pkg: PLIST 

Log message:
Update to p5-Test-Group 0.19.

ok schwarze@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/06 10:16:48

Modified files:
	de             : 54.html armv7.html beagle.html ftp.html 
	                 luna88k.html 
	faq/de         : faq4.html 
	faq/fr         : faq10.html faq4.html 
	faq/nl         : faq1.html index.html 
	fr             : luna88k.html want.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html specs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	brynet@cvs.openbsd.org	2013/11/06 10:23:03

Modified files:
	sys/arch/i386/stand/boot: boot.8 
	sys/arch/amd64/stand/boot: boot.8 

Log message:
Document 'machine boot' in boot(8) on i386 and amd64.

"fine" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2013/11/06 10:26:08

Modified files:
	mail/mailman   : Makefile distinfo 
	mail/mailman/patches: patch-Mailman_Defaults_py_in 
	                      patch-Mailman_htmlformat_py 
	                      patch-misc_Makefile_in 
	mail/mailman/pkg: PLIST 
Removed files:
	mail/mailman/patches: patch-Mailman_Cgi_confirm_py 

Log message:
update to 2.1.16

port-wise ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2013/11/06 10:26:55

Modified files:
	usr.bin/ktrace : ktrace.c 

Log message:
fix spacing in usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/06 10:33:26

Modified files:
	sys/dev/usb    : if_upl.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 11:41:00

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
shorten variable name for the hibernate info struct, throughout.  Much
easier to read now.
ok mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/06 12:03:07

Modified files:
	sys/arch/armv7/conf: files.armv7 
	sys/arch/armv7/imx: files.imx imx.c imx6.c imx_machdep.c 
	                    imxahci.c imxccm.c imxdog.c imxehci.c 
	                    imxenet.c imxesdhc.c imxgpio.c imxiic.c 
	                    imxiomuxc.c imxocotp.c imxuart.c imxvar.h 
	sys/arch/armv7/omap: am335x.c dmtimer.c edma.c files.omap 
	                     gptimer.c if_cpsw.c intc.c omap.c omap3.c 
	                     omap4.c omap_com.c omap_machdep.c omapid.c 
	                     omapvar.h omdog.c omehci.c omgpio.c ommmc.c 
	                     omusbtll.c prcm.c sitara_cm.c 
	sys/arch/armv7/sunxi: a1xintc.c files.sunxi sun4i.c sun7i.c 
	                      sunxi.c sunxi_machdep.c sunxireg.h 
	                      sunxivar.h sxiahci.c sxiccmu.c sxidog.c 
	                      sxie.c sxiehci.c sxipio.c sxirtc.c 
	                      sxitimer.c sxiuart.c 

Log message:
After factorizing armv7_machdep code here is an effort to factorize all
the code present in omap/omap.c imx/imx.c and sunxi/sunxi.c

All this code looks quite the same, so we move it in a generic armv7/armv7.c

This is a step closer to only one kernel for all armv7 boards.

ok patrick@, rapha@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/06 12:08:06

Added files:
	sys/arch/armv7/armv7: armv7.c armv7var.h 

Log message:
forgot armv7/armv7 files...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/06 12:37:06

Modified files:
	sys/arch/mvme68k/stand/bootst: Makefile 
	sys/arch/mvme88k/stand/bootst: Makefile 
	sys/arch/mvme88k/stand/netboot: Makefile 
	sys/arch/mvme88k/stand/tftpboot: Makefile 

Log message:
Don't cargo-cult copy the invocation of size(1) on compiled bootblocks,
when 1) they aren't in ELF format, and 2) the result does not EVEN REMOTELY
matter on these architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 12:45:47

Modified files:
	sys/sys        : hibernate.h 
	sys/kern       : subr_hibernate.c 

Log message:
shorten dev_t in hib_info


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 12:47:30

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
return the known error, instead of EIO


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 12:48:37

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 12:50:56

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
In hibernate_write_chunks(), keep track of relative block numbers instead
of absolute, so that we can add range checking.
ok mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/06 12:53:08

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
simplify a crazy expression


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/06 12:53:20

Modified files:
	lib/libfuse    : fuse.c fuse_private.h shlib_version 

Log message:
Handle fuse client private data. Needed by encfs.
Bump shlib_version.

ok stsp@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 13:25:33

Modified files:
	net/rrdtool    : Makefile 

Log message:
Switch to MODRUBY_REV=1.9, because 2.0 builds fails on sparc64, requested by
Markus Lude. Also add BUILD_PACKAGES scaffolding to permit users to build
this without pulling in dependencies for possibly-unwanted py/ruby bindings.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/06 13:35:25

Modified files:
	lib/libc/gen   : opendir.c seekdir.c 

Log message:
Search the userland buffer of dirent structures before falling back to
getdents(2).  No functional change, but considerable speedup in many
cases, see http://marc.info/?l=openbsd-tech&m=138369623117934 for some
approximate numbers.
ok guenther@,  "good diagnosis" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 13:37:11

Modified files:
	net/isc-bind   : Makefile distinfo 

Log message:
Update to BIND 9.9.4-PL1 - treat an all-zero netmask as invalid when
generating the localnets acl.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/06 13:45:48

Modified files:
	sysutils/collectd: Makefile 

Log message:
Unbreak after rrdtool update, While here tweak WANTLIB-*
a little bit.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 13:52:01

Modified files:
	editors/libreoffice: Makefile 

Log message:
move ".include <bsd.port.arch.mk>" below definition of all MULTI_PACKAGES,
to fix a lack of i18n packages, reported by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 14:04:13

Modified files:
	net/rrdtool    : Makefile 

Log message:
..and drop to 1.8; Markus points out that actually ruby 1.9 is broken on
sparc64 too :( cleanup BUILD_PACKAGES bits while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/06 14:30:56

Modified files:
	usr.bin/sudo   : sudo.c 
	usr.bin/sudo/auth: bsdauth.c 

Log message:
Back port remainder of use_loginclass fix from sudo 1.7.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 14:56:49

Modified files:
	textproc/the_silver_searcher: Makefile distinfo 
	textproc/the_silver_searcher/pkg: DESCR 
Removed files:
	textproc/the_silver_searcher/patches: patch-configure 

Log message:
update to the_silver_searcher-0.18.1, from maintainer Florian Stinglmayr
also update DESCR to add some information from upstream about why it's fast,
ok with Florian.

* Searching for literals (no regex) uses Boyer-Moore-Horspool strstr.
* Files are mmap()ed instead of read into a buffer.
* Regex searches use PCRE 8.21+'s JIT compiler.
* Ag calls pcre_study() before executing the regex on a jillion files.
* Instead of calling fnmatch() on every pattern in your ignore files,
non-regex patterns are loaded into an array and binary searched.
* Ag uses Pthreads to take advantage of multiple CPU cores and search
files in parallel.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/06 15:26:14

Modified files:
	lib/libc/gen   : readdir.c readdir_r.c 

Log message:
Nowadays, seekdir(3) doesn't call _readdir_unlocked().
Consequently, the "skipdeleted" argument is always == 1.
Remove it, effectively reverting readdir.c rev. 1.14.
ok millert@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 15:32:56

Modified files:
	net/rrdtool    : Makefile 

Log message:
blech, unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 15:35:20

Added files:
	net/rrdtool/patches: patch-configure 

Log message:
removing annoying sleep's, no package change


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/06 16:05:59

Modified files:
	usr.bin/ssh    : ssh-pkcs11.c 

Log message:
from portable: s/true/true_val/ to avoid name collisions on dump platforms


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/11/06 16:33:21

Modified files:
	faq            : faq4.html 

Log message:
improve the way file sets are added after install using tar(1) by passing
a positional argument to this command which sets the working directory where
file sets content will be extracted; this change matches what upgrade guide
suggests, seems to be preferred by a number of people, and it is the most
generic way of doing things.

ok nick@, jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/06 16:58:25

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
pull the event ack handling out of mpii_event_process into mpii_event_done
so we can use it in multiple places.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/11/06 17:08:46

Modified files:
	faq            : faq4.html 

Log message:
missing hyphen in previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/06 17:12:05

Modified files:
	regress/usr.bin/ssh: rekey.sh 

Log message:
Test rekeying for every Cipher, MAC and KEX, plus test every KEX with
the GCM ciphers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/06 17:30:07

Modified files:
	x11/vlc        : Makefile distinfo 
	x11/vlc/patches: patch-configure_ac 

Log message:
Update to VLC 2.0.9.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/06 18:02:12

Modified files:
	net/rrdtool    : Makefile 
	net/rrdtool/pkg: README-main 

Log message:
the "rrdtool-chroot" script takes an enable/disable flag, include "enable"
in the example in README.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/06 18:12:51

Modified files:
	regress/usr.bin/ssh: rekey.sh 

Log message:
Factor out the data transfer rekey tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/06 18:23:19

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Add lzip support to the ports framework.

ok espie@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	juanfra@cvs.openbsd.org	2013/11/06 18:25:27

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Add the documentation related to the lzip change.

ok espie@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/06 19:48:38

Modified files:
	regress/usr.bin/ssh: cipher-speed.sh integrity.sh try-ciphers.sh 

Log message:
Use ssh -Q instead of hardcoding lists of ciphers or MACs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/11/06 20:34:58

Modified files:
	mail/s-nail    : Makefile distinfo 
	mail/s-nail/patches: patch-nail_rc 
Added files:
	mail/s-nail/patches: patch-makefile patch-mk-mk_in 
Removed files:
	mail/s-nail/patches: patch-makeconfig 

Log message:
Update to 14.4.4; bugfixes and requested by the author

Testing and ok jca@
kerberos bits ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/06 20:55:41

Modified files:
	regress/usr.bin/ssh: kextype.sh 

Log message:
Use ssh -Q to get kex types instead of a static list.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/06 21:26:56

Modified files:
	regress/usr.bin/ssh: kextype.sh 

Log message:
trailing space


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/06 22:32:50

ports/archivers/lzip/plzip/patches

Update of /cvs/ports/archivers/lzip/plzip/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24148/patches

Log Message:
Directory /cvs/ports/archivers/lzip/plzip/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/06 22:33:05

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: i915_gem_context.c 
	sys/dev/pci/drm/radeon: radeon_cursor.c radeon_object.c 

Log message:
add a simplistic version of WARN_ON_ONCE() that doesn't warn
reduces the diff to linux and avoids a clang warning brad mentioned
ok kettenis@ brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/07 00:06:16

Modified files:
	x11/dbus       : Makefile distinfo 
Removed files:
	x11/dbus/patches: patch-bus_signals_c 

Log message:
Update to dbus-1.6.18.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/07 00:09:00

Modified files:
	devel/jenkins/devel: Makefile 
	devel/jenkins/pkg: README 
	devel/jenkins/stable: Makefile 
	mail/maildrop  : Makefile 
	mail/maildrop/pkg: PLIST-main 
	net/pptp       : Makefile 
	net/pptp/pkg   : PLIST 
Added files:
	mail/maildrop/pkg: README-main 
	net/pptp/pkg   : README 
Removed files:
	audio/sidplay/pkg: SECURITY 
	devel/autoconf/2.13/pkg: SECURITY 
	devel/autoconf/2.52/pkg: SECURITY 
	devel/ddd/pkg  : SECURITY 
	devel/jenkins/pkg: SECURITY 
	devel/slib/pkg : SECURITY 
	games/moon-buggy/pkg: SECURITY 
	graphics/fxtv/pkg: SECURITY 
	japanese/canna/pkg: SECURITY 
	lang/gprolog/pkg: SECURITY 
	lang/scm/pkg   : SECURITY 
	mail/maildrop/files: SECURITY 
	mail/mutt/snapshot/pkg: SECURITY 
	mail/mutt/stable/pkg: SECURITY 
	misc/amanda/pkg: SECURITY 
	misc/rpm/pkg   : SECURITY 
	net/balance/pkg: SECURITY 
	net/miniupnp/miniupnpd/pkg: SECURITY 
	net/pop3gwd/pkg: SECURITY 
	net/pptp/pkg   : MESSAGE SECURITY 
	security/antisniff/pkg: SECURITY 
	security/cgichk/pkg: SECURITY 
	security/hs-tls/pkg: SECURITY 
	security/vpnc/pkg: SECURITY 
	www/w3m/pkg    : SECURITY 
	www/links/pkg  : SECURITY 

Log message:
Remove SECURITY files. They have served their purpose in the past but
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.

ok jasper@ sthen@
input/ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 00:32:07

Modified files:
	sys/dev/usb    : umct.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 00:32:36

Modified files:
	sys/dev/usb    : ubsa.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/07 01:18:16

Modified files:
	infrastructure/bin: portcheck 

Log message:
SECURITY files are gone.

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/07 02:07:13

Modified files:
	devel/p5-Test-Fatal: Makefile distinfo 

Log message:
Update to p5-Test-Fatal 0.013.

ok @schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/07 02:17:57

Modified files:
	net/py-dnspython: Makefile distinfo 

Log message:
Update to py-dnspython 1.11.1.

Bug fix release, maintainer timeout.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/07 02:24:17

Modified files:
	usr.sbin/smtpd/smtpd: Makefile 
Added files:
	usr.sbin/smtpd : table.5 

Log message:
missing manpage, spotted by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/11/07 02:29:06

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
Update ansible to 1.3.4

- Fixed a bug in the copy module, where a filename containing the
string "raw" was handled incorrectly
- Fixed a bug in accelerate mode, where copying a zero-length file
out would fail

ok aja@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/07 03:15:15

Modified files:
	sys/dev/usb    : ehci.c ehcivar.h 

Log message:
Remove isoc_len from the transfer descriptor, it is assigned once but
never read.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/07 03:16:27

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
Make sure to mark the controller as dying in order to stop processing
any transfer when autoconf(9) asks for it.

This brings uhci(4) in sync with ohci(4) and ehci(4).

ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/11/07 03:31:38

Modified files:
	net/nagios/nagios: Makefile distinfo 
	net/nagios/nagios/patches: patch-base_Makefile_in 
	                           patch-cgi_Makefile_in patch-configure 
	                           patch-include_config_h_in 
	                           patch-include_locations_h_in 
	                           patch-sample-config_cgi_cfg_in 
	                           patch-sample-config_httpd_conf_in 
	                           patch-sample-config_nagios_cfg_in 
	                           patch-sample-config_template-object_localhost_cfg_in 
	                           patch-sample-config_template-object_templates_cfg_in 
	net/nagios/nagios/pkg: DESCR-main README-main 

Log message:
Major update of nagios to version 4.0.1

See http://nagios.sourceforge.net/docs/nagioscore/4/en/whatsnew.html

with feedback and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:32:51

Modified files:
	sys/dev/usb    : uticom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:33:09

Modified files:
	sys/dev/usb    : uvscom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:33:27

Modified files:
	sys/dev/usb    : uchcom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:33:43

Modified files:
	sys/dev/usb    : uts.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:34:02

Modified files:
	sys/dev/usb    : uslcom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 03:34:12

Modified files:
	net/nagios/nsca-ng: Makefile distinfo 
Added files:
	net/nagios/nsca-ng/patches: patch-src_server_nsca-ng_c 
Removed files:
	net/nagios/nsca-ng/patches: patch-src_client_parse_c 

Log message:
update to nsca-ng 1.2
https://www.nsca-ng.org/list/developers/2013-November/000015.html


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:34:20

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 03:44:37

Modified files:
	sys/dev/usb    : usps.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay yuo@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 04:13:32

Modified files:
	sys/dev/usb    : uftdi.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Testing and okay mpi@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 04:14:26

Modified files:
	sys/dev/usb    : uvideo.c uvideo.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Tested and okay mpi@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/07 04:19:32

Modified files:
	sys/net        : if_vlan.c 

Log message:
Now that it is safe to disestablish a hook from itself, do not leak the
detach hook when the parent interface is destroy/removed.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 04:23:00

Modified files:
	net/icinga/core: Makefile distinfo 
	net/icinga/core/patches: patch-Changelog 
Added files:
	net/icinga/core/patches: patch-include_config_h_in 

Log message:
update to icinga 1.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 04:50:38

Modified files:
	sys/dev/usb    : uark.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/07 04:58:27

Modified files:
	usr.bin/ssh    : cipher.c cipher.h kex.c kex.h mac.c mac.h 
	                 servconf.c ssh.c 

Log message:
Output the effective values of Ciphers, MACs and KexAlgorithms when
the default has not been overridden.  ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:06:25

Modified files:
	sys/dev/usb    : udsbr.c 

Log message:
Kill sc_dying. Nobody was using it anyway.

"just kill it" mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:07:18

Modified files:
	sys/dev/usb    : uipaq.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:52:15

Modified files:
	sys/dev/usb    : ucycom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:52:42

Modified files:
	sys/dev/usb    : moscom.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:53:14

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 05:54:35

Modified files:
	sys/dev/usb    : uvisor.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 06:10:43

Modified files:
	sys/dev/usb    : urio.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/07 06:11:10

Modified files:
	sys/dev/usb    : ulpt.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/07 08:46:49

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 08:49:11

Modified files:
	net/quvi/scripts: Makefile 

Log message:
add missing run dep; Dmitrij D. Czarkoff


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/07 09:01:55

Modified files:
	x11/py-gtk2    : Makefile 
Added files:
	x11/py-gtk2/patches: sup-mips64-gtk_Makefile_in 

Log message:
Unbreak py-gtk2 on mips64*
Patch from Donovan Watteau <tsoomi AT gmail DOT com>
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/07 09:25:22

Log message:
    Import devel/sdl2-net, the SDL2 cross-platform networking library.
    ok landry@ brad@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-07
    
    N ports/devel/sdl2-net/Makefile
    N ports/devel/sdl2-net/distinfo
    N ports/devel/sdl2-net/patches/patch-Makefile_in
    N ports/devel/sdl2-net/patches/patch-SDL_net_h
    N ports/devel/sdl2-net/pkg/DESCR
    N ports/devel/sdl2-net/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/07 09:27:38

Log message:
    Import devel/sdl2-gfx, the primitives drawing/other support functions
    library for SDL2.
    ok landry@ brad@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-07
    
    N ports/devel/sdl2-gfx/Makefile
    N ports/devel/sdl2-gfx/distinfo
    N ports/devel/sdl2-gfx/pkg/DESCR
    N ports/devel/sdl2-gfx/pkg/PLIST
    N ports/devel/sdl2-gfx/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/07 09:28:19

Modified files:
	devel          : Makefile 

Log message:
+sdl2-gfx
+sdl2-net


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/07 11:15:09

Modified files:
	lib/libfuse    : fuse.c fuse.h 

Log message:
add fuse_invalidate() and fuse_setup() functions.

ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/07 12:35:04

Modified files:
	audio/libsamplerate: Makefile distinfo 
	audio/libsamplerate/pkg: PLIST 
Removed files:
	audio/libsamplerate/pkg: PFRAG.shared 

Log message:
Update to libsamplerate 0.1.8.

ok MAINTAINER sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/07 12:39:02

Modified files:
	distrib/sets/lists/base: md.aviion 
	distrib/sets/lists/comp: md.aviion 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/07 13:37:33

Modified files:
	sys/dev/usb    : uhci.c 

Log message:
In polling mode since r1.101 we could end up dereferencing an
uninitialized variable in case the transfer we were waiting for
timed out; problem reported by oga@bitrig.

So bring uhci_waitintr() in sync with its equivalent in ohci(4)
and ehci(4), stop using an uhci_xfer, do not dereference it and
set the correct status of the transfer.


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2013/11/07 17:06:44

Modified files:
	.              : index.html 

Log message:
After polishing the mandoc homepage and making it clear over there
that mandoc is an OpenBSD project, link to it.
Thanks to Nick@ and bentley@ for feedback.


CVSROOT:	/cvs
Module name:	src
Changes by:	aalm@cvs.openbsd.org	2013/11/07 17:08:13

Modified files:
	sys/arch/armv7/armv7: armv7_machdep.c 

Log message:
fix bootstrap_bs_map to map more than one section.

ok patrick@, fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 17:25:26

Modified files:
	usr.bin/ssh    : Tag: OPENBSD_5_4 monitor_wrap.c 

Log message:
cherrypick commit:

----------------------------
revision 1.77
date: 2013/11/06 16:52:11;  author: markus;  state: Exp;  lines: +2 -2;
fix rekeying for AES-GCM modes; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 17:39:15

Modified files:
	usr.bin/ssh    : auth-options.c auth2-chall.c authfd.c 
	                 channels.c cipher-3des1.c clientloop.c 
	                 gss-genr.c monitor_mm.c packet.c schnorr.c 
	                 sftp-client.c sftp-glob.c umac.c 

Log message:
use calloc for all structure allocations; from markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/07 18:06:14

Modified files:
	regress/usr.bin/ssh: rekey.sh 

Log message:
Rekey less frequently during tests to speed them up


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/11/07 18:31:34

Modified files:
	mail/s-nail    : Makefile distinfo 
	mail/s-nail/patches: patch-mk-mk_in patch-nail_rc 
Removed files:
	mail/s-nail/patches: patch-makefile 

Log message:
Update to 14.4.5, fixing the package build in the process
(14.4.4 disappeared upstream)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 18:33:56

Modified files:
	usr.bin/ssh    : Tag: OPENBSD_5_4 auth-options.c auth2-chall.c 
	                 authfd.c channels.c cipher-3des1.c clientloop.c 
	                 gss-genr.c monitor_mm.c packet.c schnorr.c 
	                 sftp-client.c sftp-glob.c umac.c 

Log message:
cherrypick commit:

date: 2013/11/08 00:39:15;  author: djm;  state: Exp;  lines: +2 -2;
use calloc for all structure allocations; from markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 18:38:11

Modified files:
	usr.bin/ssh    : version.h 

Log message:
openssh-6.4


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 18:38:21

Modified files:
	usr.bin/ssh    : Tag: OPENBSD_5_4 version.h 

Log message:
openssh-6.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 19:12:22

ports/devel/pear-Date-Holidays/Russia

Update of /cvs/ports/devel/pear-Date-Holidays/Russia
In directory cvs.openbsd.org:/tmp/cvs-serv27833/Russia

Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Russia added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 19:12:28

ports/devel/pear-Date-Holidays/Russia/pkg

Update of /cvs/ports/devel/pear-Date-Holidays/Russia/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv16264/pkg

Log Message:
Directory /cvs/ports/devel/pear-Date-Holidays/Russia/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 19:13:08

Modified files:
	devel/pear-Date-Holidays: Makefile 
	devel/pear-Date-Holidays/Australia: Makefile distinfo 
	devel/pear-Date-Holidays/Australia/pkg: PLIST 
	devel/pear-Date-Holidays/EnglandWales: Makefile distinfo 
	devel/pear-Date-Holidays/Netherlands: Makefile distinfo 
Added files:
	devel/pear-Date-Holidays/Russia: Makefile distinfo 
	devel/pear-Date-Holidays/Russia/pkg: DESCR PLIST 

Log message:
pear-date-holidays-* updates, from maintainer Johan Huldtgren


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/07 19:13:49

Modified files:
	devel/pear-Date-Holidays/Czech: Makefile 
	devel/pear-Date-Holidays/Serbia: Makefile 

Log message:
fix rcsid


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2013/11/07 20:10:57

Modified files:
	openssh        : ftp.html index.html openbsd.html security.html 
Added files:
	openssh/txt    : gcmrekey.adv release-6.4 

Log message:
openssh-6.4


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2013/11/07 20:13:36

Modified files:
	openssh/txt    : gcmrekey.adv 

Log message:
fix name


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/07 20:33:46

Modified files:
	.              : errata54.html 

Log message:
openbsd advisory for aesgcm and sneak in the pflow fix too


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/07 20:34:57

Modified files:
	.              : errata53.html 

Log message:
pflow errata


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/07 20:35:20

Modified files:
	.              : errata54.html 

Log message:
spacing


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/07 21:01:40

Modified files:
	.              : errata53.html errata54.html 

Log message:
5.3 needs the aesgcm errata too


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/07 22:52:21

Modified files:
	usr.bin/ssh    : Tag: OPENBSD_5_3 auth-options.c auth2-chall.c 
	                 authfd.c channels.c cipher-3des1.c clientloop.c 
	                 gss-genr.c monitor_mm.c monitor_wrap.c packet.c 
	                 schnorr.c sftp-client.c sftp-glob.c umac.c 
	                 version.h 

Log message:
openssh-6.4 for the 5.3 branch; reminded by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/07 23:57:49

Modified files:
	x11/rxvt-unicode: Makefile distinfo 
Removed files:
	x11/rxvt-unicode/patches: patch-libev_ev_c 

Log message:
Update to rxvt-unicode-9.19


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/08 01:22:40

Modified files:
	build/mirrors  : openssh-ftp.html.head 

Log message:
openssh-6.4


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/08 01:43:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add ID for Areca ARC-1214


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/08 01:44:34

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/08 02:18:27

Modified files:
	sys/net        : if_vlan.c 

Log message:
To make sure detach hooks are executed in reverse order they were added,
they must be appended to the head of the list.  It doesn't really matter
right now since most of our pseudo drivers use their own custom detach
procedure, but teach vlan(4) to do the right thing since more conversion
are coming.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 02:55:44

Modified files:
	audio/libofa   : Makefile 

Log message:
sync wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/08 03:12:20

Modified files:
	sys/dev/usb    : if_urndis.c if_urndisreg.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/08 03:44:30

Modified files:
	security/gnutls: Makefile 

Log message:
Drop bogus CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/08 03:48:27

Modified files:
	infrastructure/lib/DPB: Distfile.pm 

Log message:
rebuild_info has a mix of pkgpath and distfiles, so we need this to
exist.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/08 04:07:42

Modified files:
	share/man/man4 : mfi.4 

Log message:
add ibm serveraid m1115


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/08 04:15:19

Modified files:
	usr.bin/ssh    : bufaux.c bufbn.c buffer.c sftp-client.c 
	                 sftp-common.c sftp-glob.c uidswap.c 

Log message:
Include stdlib.h for free() as per the man page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 04:17:05

Modified files:
	devel/git-cola : Makefile distinfo 
	devel/git-cola/pkg: PLIST 
Removed files:
	devel/git-cola/patches: patch-cola_cmds_py 

Log message:
update to git-cola 1.9.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/11/08 04:45:03

Modified files:
	devel/mercurial: Makefile distinfo 
	devel/mercurial/pkg: PLIST-main 

Log message:
Update mercurial to 2.8.
ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/11/08 04:45:26

Modified files:
	devel/tortoisehg: Makefile distinfo 
	devel/tortoisehg/pkg: PLIST 

Log message:
Update tortoisehg to 2.10.
ok sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/08 05:39:20

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Correctly redraw the top two lines in copy mode when they are selected -
the selection was being updated before the redraw so the markings were
lost. Based on a fix from J Raynor.


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/11/08 05:46:21

Modified files:
	opensmtpd      : list.html portable.html security.html 

Log message:
update list address, portable version and security page


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/08 06:05:21

Modified files:
	sys/arch/socppc/stand/boot: machdep.c 

Log message:
fix spelling.


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2013/11/08 06:41:58

Modified files:
	sys/net        : Tag: OPENBSD_5_3 if_pflow.c 

Log message:
MFC:

This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/008_pflow.patch

"A crash can happen on pflow(4) interface destruction."

ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2013/11/08 06:44:54

Modified files:
	sys/net        : Tag: OPENBSD_5_4 if_pflow.c 

Log message:
MFC:

This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.4/common/001_pflow.patch

"A crash can happen on pflow(4) interface destruction."

ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/08 07:51:32

Modified files:
	x11/gnome/gvfs : Makefile distinfo 

Log message:
Update to gvfs-1.18.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/08 08:21:20

Modified files:
	usr.bin/quota  : quota.c 

Log message:
Make quota(1) work with DUIDs.

ok krw@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/08 08:26:05

Modified files:
	security/py-crypto/patches: patch-lib_Crypto_Hash___init___py 

Log message:
Fix comment.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/08 10:35:12

Modified files:
	app/cwm        : calmwm.h client.c 

Log message:
stash WMProtocols in flags


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/11/08 11:17:14

Log message:
    import sltar simple tar implementation
    
    ok jca@
    
    Status:
    
    Vendor Tag:	jung
    Release Tags:	jung_2013-Nov-08
    
    N ports/archivers/sltar/Makefile
    N ports/archivers/sltar/distinfo
    N ports/archivers/sltar/pkg/PLIST
    N ports/archivers/sltar/pkg/DESCR
    N ports/archivers/sltar/patches/patch-Makefile
    N ports/archivers/sltar/patches/patch-config_mk
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/11/08 11:19:54

Modified files:
	archivers      : Makefile 

Log message:
add sltar


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/08 13:34:32

Modified files:
	archivers/lzip : Makefile.inc 
	archivers/lzip/clzip: Makefile distinfo 
	archivers/lzip/lunzip: Makefile 
	archivers/lzip/lzip: Makefile distinfo 
	archivers/lzip/lziprecover: Makefile distinfo 
	archivers/lzip/lzlib: Makefile distinfo 
	archivers/lzip/lzlib/patches: patch-Makefile_in 
	archivers/lzip/pdlzip: Makefile distinfo 
	archivers/lzip/plzip: Makefile distinfo 
Removed files:
	archivers/lzip/lzlib/patches: patch-configure patch-lzlib_h 

Log message:
Only use gmake for lzlib. Change the tarballs from .gz to .lz.

Changes to lzlib from brad@. I and upstream were wrong with the patching.

ok brad@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/08 14:34:35

Modified files:
	distrib/miniroot: install.sub 

Log message:
Use get_ifdevs() to get the interface name
which the system netbooted from.

"cool" uwe@ on a similar diff
ok krw@ halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/08 14:39:43

Modified files:
	www/lighttpd   : Makefile 
Added files:
	www/lighttpd/patches: patch-src_base_h patch-src_configfile_c 
	                      patch-src_network_c patch-src_server_c 

Log message:
Fix SNI handling; only use key+cert from SNI specific config. CVE-2013-4508

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/08 15:36:22

Modified files:
	sys/dev/pci    : if_vmx.c 

Log message:
advertise the ring sizes through the stack. specifically:

- set the sndq size to the tx ring size so tx mitigation can hopefully
kick in

- advertise the size of the rx ring to mclgeti

- only uses jumbo clusters. mtu is about what the ip stack will
do for transmitted packets, we should happily receive packets up
to the size the hardware supports. the point of mclgeti was to make
it possible to do so without wasting too much memory.

ok yasuoka@ uebayasi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:37:17

Modified files:
	devel/py-sip   : Makefile distinfo 
	devel/py-sip/pkg: PLIST 

Log message:
update to py-sip 4.15.3

part of a short commit spree, there will be some slight ports tree
breakage until this is done.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:37:43

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 
	x11/py-qt4/pkg : PLIST-docs PLIST-main 

Log message:
update to py-qt4 4.10.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:38:14

Modified files:
	editors/py-qscintilla: Makefile distinfo 
	editors/py-qscintilla/pkg: PLIST 

Log message:
update to py-qscintilla 2.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:40:10

Modified files:
	x11/kde4/py-kde: Makefile 
	x11/kde4/py-kde/patches: patch-CMakeLists_txt 
Added files:
	x11/kde4/py-kde/patches: patch-sip_akonadi_entitytreemodel_sip 
	                         patch-sip_akonadi_favoritecollectionsmodel_sip 
	                         patch-sip_kdeui_highlighter_sip 
	                         patch-sip_kdeui_kdatetable_sip 
	                         patch-sip_kdeui_knumvalidator_sip 
	                         patch-sip_kdeui_kpixmapregionselectorwidget_sip 
	                         patch-sip_kdeui_kpixmapsequenceoverlaypainter_sip 
	                         patch-sip_kdeui_krecursivefilterproxymodel_sip 
	                         patch-sip_kdeui_kstringvalidator_sip 
	                         patch-sip_kdeui_ktogglefullscreenaction_sip 
	                         patch-sip_kdeui_ktoggletoolbaraction_sip 
	                         patch-sip_kio_kdirmodel_sip 
	                         patch-sip_kio_kshellcompletion_sip 
	                         patch-sip_kio_metainfojob_sip 
	                         patch-sip_plasma_applet_sip 
	                         patch-sip_plasma_glapplet_sip 

Log message:
add a py-kde patch from upstream to adapt to newer py-sip


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:40:38

Modified files:
	geo/qgis       : Makefile 
Added files:
	geo/qgis/patches: patch-src_core_qgsmaplayerregistry_h 
	                  patch-src_gui_qgsmapcanvas_h 

Log message:
add an adapted patch from upstream to adapt to new py-sip


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:41:29

Modified files:
	textproc/calibre: Makefile 

Log message:
temporarily mark broken; diff to follow on ports@.
thus ends the breakage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/08 15:49:44

Modified files:
	multimedia/livestreamer: Makefile distinfo 
	multimedia/livestreamer/pkg: PLIST 

Log message:
Update livestreamer to 1.7.0
Highlights include Afreeca.tv support, add HTTP proxy support, and have
livestreamer quit without closing the media player.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:52:27

Log message:
    import databases/py-apsw, ok jca@
    
    A Python wrapper for the SQLite embedded relational database engine.
    In contrast to other wrappers such as pysqlite it focuses on being
    a minimal layer over SQLite attempting just to translate the
    complete SQLite API into Python.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131108
    
    N ports/databases/py-apsw/distinfo
    N ports/databases/py-apsw/Makefile
    N ports/databases/py-apsw/pkg/DESCR
    N ports/databases/py-apsw/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:53:22

Modified files:
	databases      : Makefile 

Log message:
+py-apsw


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:54:05

ports/databases/py-apsw/patches

Update of /cvs/ports/databases/py-apsw/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16398/patches

Log Message:
Directory /cvs/ports/databases/py-apsw/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 15:54:29

Added files:
	databases/py-apsw/patches: patch-tests_py 

Log message:
fix a failing test, tracked down by jca


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 16:11:48

Modified files:
	math/coq       : Makefile distinfo 
	math/coq/patches: patch-Makefile_build patch-test-suite-Makefile 
	math/coq/pkg   : PLIST 
Removed files:
	math/coq/patches: patch-scripts_coqmktop_ml 

Log message:
update to coq 8.4pl2, from Daniel Dickman, ok Yozo TODA (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/08 16:49:18

Modified files:
	textproc/py-cssutils: Makefile distinfo 
	textproc/py-cssutils/pkg: PLIST 

Log message:
update to py-cssutils 0.9.10


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/08 17:48:57

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Support case insensitive searching in the same manner as emacs - all
lowercase means case insensitive, any uppercase means case
sensitive. From J Raynor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/08 18:22:57

Modified files:
	net/ircd-hybrid: Makefile distinfo 

Log message:
Update to ircd-hybrid 8.1.9.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/08 18:43:12

Log message:
    Import x11/yeahconsole, a terminal wrapper for creating drop-down consoles.
    Port from Kent R. Spillner <kspillner AT acm DOT org>
    ok sthen@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-08
    
    N ports/x11/yeahconsole/Makefile
    N ports/x11/yeahconsole/distinfo
    N ports/x11/yeahconsole/pkg/PLIST
    N ports/x11/yeahconsole/pkg/DESCR
    N ports/x11/yeahconsole/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/08 18:43:32

Modified files:
	x11            : Makefile 

Log message:
+yeahconsole


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/08 19:37:56

Log message:
    Import Mesa 9.2.2
    
    Status:
    
    Vendor Tag:	mesa
    Release Tags:	v9_2_2
    
    U xenocara/dist/Mesa/aclocal.m4
    U xenocara/dist/Mesa/configure
    U xenocara/dist/Mesa/Makefile.in
    U xenocara/dist/Mesa/Android.common.mk
    U xenocara/dist/Mesa/Android.mk
    U xenocara/dist/Mesa/Makefile.am
    C xenocara/dist/Mesa/SConstruct
    U xenocara/dist/Mesa/autogen.sh
    U xenocara/dist/Mesa/common.py
    C xenocara/dist/Mesa/configure.ac
    U xenocara/dist/Mesa/bin/ar-lib
    U xenocara/dist/Mesa/bin/compile
    C xenocara/dist/Mesa/bin/config.guess
    C xenocara/dist/Mesa/bin/config.sub
    U xenocara/dist/Mesa/bin/depcomp
    U xenocara/dist/Mesa/bin/install-sh
    U xenocara/dist/Mesa/bin/ltmain.sh
    U xenocara/dist/Mesa/bin/missing
    N xenocara/dist/Mesa/bin/test-driver
    U xenocara/dist/Mesa/bin/bugzilla_mesa.sh
    U xenocara/dist/Mesa/bin/get-pick-list.sh
    U xenocara/dist/Mesa/bin/perf-annotate-jit
    U xenocara/dist/Mesa/bin/shortlog_mesa.sh
    U xenocara/dist/Mesa/src/Makefile.in
    U xenocara/dist/Mesa/src/Makefile.am
    U xenocara/dist/Mesa/src/SConscript
    U xenocara/dist/Mesa/src/egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/common.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/glx/egl_glx.c
    U xenocara/dist/Mesa/src/egl/main/Makefile.in
    U xenocara/dist/Mesa/src/egl/main/Android.mk
    U xenocara/dist/Mesa/src/egl/main/Makefile.am
    U xenocara/dist/Mesa/src/egl/main/README.txt
    U xenocara/dist/Mesa/src/egl/main/SConscript
    U xenocara/dist/Mesa/src/egl/main/egl.def
    U xenocara/dist/Mesa/src/egl/main/egl.pc.in
    U xenocara/dist/Mesa/src/egl/main/eglapi.c
    U xenocara/dist/Mesa/src/egl/main/eglapi.h
    U xenocara/dist/Mesa/src/egl/main/eglarray.c
    U xenocara/dist/Mesa/src/egl/main/eglarray.h
    U xenocara/dist/Mesa/src/egl/main/eglcompiler.h
    U xenocara/dist/Mesa/src/egl/main/eglconfig.c
    U xenocara/dist/Mesa/src/egl/main/eglconfig.h
    U xenocara/dist/Mesa/src/egl/main/eglcontext.c
    U xenocara/dist/Mesa/src/egl/main/eglcontext.h
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.c
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.h
    U xenocara/dist/Mesa/src/egl/main/egldefines.h
    U xenocara/dist/Mesa/src/egl/main/egldisplay.c
    U xenocara/dist/Mesa/src/egl/main/egldisplay.h
    U xenocara/dist/Mesa/src/egl/main/egldriver.c
    U xenocara/dist/Mesa/src/egl/main/egldriver.h
    U xenocara/dist/Mesa/src/egl/main/eglfallbacks.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.h
    U xenocara/dist/Mesa/src/egl/main/eglimage.c
    U xenocara/dist/Mesa/src/egl/main/eglimage.h
    U xenocara/dist/Mesa/src/egl/main/egllog.c
    U xenocara/dist/Mesa/src/egl/main/egllog.h
    U xenocara/dist/Mesa/src/egl/main/eglmisc.c
    U xenocara/dist/Mesa/src/egl/main/eglmisc.h
    U xenocara/dist/Mesa/src/egl/main/eglmode.c
    U xenocara/dist/Mesa/src/egl/main/eglmode.h
    U xenocara/dist/Mesa/src/egl/main/eglmutex.h
    U xenocara/dist/Mesa/src/egl/main/eglscreen.c
    U xenocara/dist/Mesa/src/egl/main/eglscreen.h
    U xenocara/dist/Mesa/src/egl/main/eglstring.c
    U xenocara/dist/Mesa/src/egl/main/eglstring.h
    U xenocara/dist/Mesa/src/egl/main/eglsurface.c
    U xenocara/dist/Mesa/src/egl/main/eglsurface.h
    U xenocara/dist/Mesa/src/egl/main/eglsync.c
    U xenocara/dist/Mesa/src/egl/main/eglsync.h
    U xenocara/dist/Mesa/src/egl/main/egltypedefs.h
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
    U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface
    U xenocara/dist/Mesa/src/gallium/Android.common.mk
    U xenocara/dist/Mesa/src/gallium/Android.mk
    U xenocara/dist/Mesa/src/gallium/Automake.inc
    U xenocara/dist/Mesa/src/gallium/README.portability
    U xenocara/dist/Mesa/src/gallium/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/auxiliary/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_xsp.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/i915/TODO
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30-40_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragtex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_verttex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_defs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_texture.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_driver.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_emit_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_graph_macros.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_ppp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_p2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvf0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_streamout.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/README
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c
    C xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/trace/README
    U xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/base.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compat.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/geometry.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/compat-api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_crtc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_driver.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_winsys.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xvmc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/SConscript.dri
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/vmw_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.h
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/unit/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/graw/clear.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h
    U xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/docs/Makefile
    U xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt
    U xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt
    U xenocara/dist/Mesa/src/gallium/docs/make.bat
    U xenocara/dist/Mesa/src/gallium/docs/source/conf.py
    U xenocara/dist/Mesa/src/gallium/docs/source/context.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/distro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/format.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/index.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt
    U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/screen.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_decoder.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh
    U xenocara/dist/Mesa/src/gallium/tools/trace/README.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/format.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/model.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/parse.py
    U xenocara/dist/Mesa/src/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gbm/backends/dri/driver_name.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h
    U xenocara/dist/Mesa/src/gbm/main/backend.c
    U xenocara/dist/Mesa/src/gbm/main/backend.h
    U xenocara/dist/Mesa/src/gbm/main/common.c
    U xenocara/dist/Mesa/src/gbm/main/common.h
    U xenocara/dist/Mesa/src/gbm/main/common_drm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.c
    U xenocara/dist/Mesa/src/gbm/main/gbm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.pc.in
    U xenocara/dist/Mesa/src/gbm/main/gbmint.h
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.h
    U xenocara/dist/Mesa/src/glsl/Makefile.in
    U xenocara/dist/Mesa/src/glsl/Android.gen.mk
    U xenocara/dist/Mesa/src/glsl/Android.mk
    U xenocara/dist/Mesa/src/glsl/Makefile.am
    U xenocara/dist/Mesa/src/glsl/Makefile.sources
    U xenocara/dist/Mesa/src/glsl/README
    U xenocara/dist/Mesa/src/glsl/SConscript
    U xenocara/dist/Mesa/src/glsl/TODO
    U xenocara/dist/Mesa/src/glsl/ast.h
    U xenocara/dist/Mesa/src/glsl/ast_array_index.cpp
    U xenocara/dist/Mesa/src/glsl/ast_expr.cpp
    U xenocara/dist/Mesa/src/glsl/ast_function.cpp
    U xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp
    U xenocara/dist/Mesa/src/glsl/ast_type.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_type_macros.h
    U xenocara/dist/Mesa/src/glsl/builtin_types.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_variables.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.ll
    U xenocara/dist/Mesa/src/glsl/glsl_parser.yy
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h
    U xenocara/dist/Mesa/src/glsl/glsl_types.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_types.h
    U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp
    U xenocara/dist/Mesa/src/glsl/ir.cpp
    U xenocara/dist/Mesa/src/glsl/ir.h
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.h
    U xenocara/dist/Mesa/src/glsl/ir_builder.cpp
    U xenocara/dist/Mesa/src/glsl/ir_builder.h
    U xenocara/dist/Mesa/src/glsl/ir_clone.cpp
    U xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h
    U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp
    U xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp
    U xenocara/dist/Mesa/src/glsl/ir_optimization.h
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_reader.cpp
    U xenocara/dist/Mesa/src/glsl/ir_reader.h
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp
    U xenocara/dist/Mesa/src/glsl/ir_uniform.h
    U xenocara/dist/Mesa/src/glsl/ir_validate.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h
    U xenocara/dist/Mesa/src/glsl/ir_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_functions.cpp
    U xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniforms.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.h
    U xenocara/dist/Mesa/src/glsl/linker.cpp
    U xenocara/dist/Mesa/src/glsl/linker.h
    U xenocara/dist/Mesa/src/glsl/list.h
    U xenocara/dist/Mesa/src/glsl/loop_analysis.cpp
    U xenocara/dist/Mesa/src/glsl/loop_analysis.h
    U xenocara/dist/Mesa/src/glsl/loop_controls.cpp
    U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp
    U xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp
    U xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_instructions.cpp
    U xenocara/dist/Mesa/src/glsl/lower_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp
    U xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/lower_noise.cpp
    U xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp
    U xenocara/dist/Mesa/src/glsl/main.cpp
    U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp
    U xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp
    U xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp
    U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp
    U xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp
    U xenocara/dist/Mesa/src/glsl/program.h
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.c
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp
    U xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp
    U xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp
    U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.h
    U xenocara/dist/Mesa/src/glsl/s_expression.cpp
    U xenocara/dist/Mesa/src/glsl/s_expression.h
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h
    U xenocara/dist/Mesa/src/glsl/strtod.c
    U xenocara/dist/Mesa/src/glsl/strtod.h
    U xenocara/dist/Mesa/src/glsl/test.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.h
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.in
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.am
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/builtin_stubs.cpp
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h
    U xenocara/dist/Mesa/src/glsl/glcpp/README
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h
    U xenocara/dist/Mesa/src/glsl/glcpp/pp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/determinant.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/inverse.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/ir/abs.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/all.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/any.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitCount.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldExtract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldInsert.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldReverse.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ceil.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/clamp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cross.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdx.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdy.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/degrees.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/distance.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dot.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/equal.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/faceforward.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findLSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findMSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToInt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToUint.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floor.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ftransform.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fwidth.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/intBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/inversesqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isinf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isnan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/length.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/matrixCompMult.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/max.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/min.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mix.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mod.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/modf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise1.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise3.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise4.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/normalize.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/not.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/notEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/outerProduct.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/pow.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/radians.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/reflect.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/refract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/round.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/roundEven.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sign.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/smoothstep.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/step.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/transpose.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/trunc.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/uintBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_gpu_shader5.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_bit_encoding.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shading_language_packing.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_multisample.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_query_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_rectangle.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_EGL_image_external.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_standard_derivatives.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.vert
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_builtins.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_matrixCompMultGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_outerProductGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_transposeGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/texture_builtins.py
    U xenocara/dist/Mesa/src/glsl/tests/compare_ir
    U xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/optimization-test
    U xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp
    U xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/sexps.py
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glx/Makefile.in
    U xenocara/dist/Mesa/src/glx/Makefile.am
    U xenocara/dist/Mesa/src/glx/SConscript
    U xenocara/dist/Mesa/src/glx/XF86dri.c
    U xenocara/dist/Mesa/src/glx/applegl_glx.c
    U xenocara/dist/Mesa/src/glx/clientattrib.c
    U xenocara/dist/Mesa/src/glx/clientinfo.c
    U xenocara/dist/Mesa/src/glx/compsize.c
    U xenocara/dist/Mesa/src/glx/create_context.c
    U xenocara/dist/Mesa/src/glx/dri2.c
    U xenocara/dist/Mesa/src/glx/dri2.h
    U xenocara/dist/Mesa/src/glx/dri2_glx.c
    U xenocara/dist/Mesa/src/glx/dri_common.c
    U xenocara/dist/Mesa/src/glx/dri_common.h
    U xenocara/dist/Mesa/src/glx/dri_glx.c
    U xenocara/dist/Mesa/src/glx/drisw_glx.c
    U xenocara/dist/Mesa/src/glx/eval.c
    U xenocara/dist/Mesa/src/glx/glx_error.c
    U xenocara/dist/Mesa/src/glx/glx_error.h
    U xenocara/dist/Mesa/src/glx/glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/glx_query.c
    U xenocara/dist/Mesa/src/glx/pixel.c
    U xenocara/dist/Mesa/src/glx/glxclient.h
    U xenocara/dist/Mesa/src/glx/glxcmds.c
    U xenocara/dist/Mesa/src/glx/glxconfig.c
    U xenocara/dist/Mesa/src/glx/glxconfig.h
    U xenocara/dist/Mesa/src/glx/glxcurrent.c
    U xenocara/dist/Mesa/src/glx/glxext.c
    U xenocara/dist/Mesa/src/glx/glxextensions.c
    U xenocara/dist/Mesa/src/glx/glxextensions.h
    U xenocara/dist/Mesa/src/glx/glxhash.c
    U xenocara/dist/Mesa/src/glx/glxhash.h
    U xenocara/dist/Mesa/src/glx/indirect_glx.c
    U xenocara/dist/Mesa/src/glx/indirect_init.h
    U xenocara/dist/Mesa/src/glx/indirect_texture_compression.c
    U xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_program.c
    U xenocara/dist/Mesa/src/glx/indirect_window_pos.c
    U xenocara/dist/Mesa/src/glx/packrender.h
    U xenocara/dist/Mesa/src/glx/packsingle.h
    U xenocara/dist/Mesa/src/glx/pixelstore.c
    U xenocara/dist/Mesa/src/glx/render2.c
    U xenocara/dist/Mesa/src/glx/renderpix.c
    U xenocara/dist/Mesa/src/glx/single2.c
    U xenocara/dist/Mesa/src/glx/singlepix.c
    U xenocara/dist/Mesa/src/glx/vertarr.c
    U xenocara/dist/Mesa/src/glx/xf86dri.h
    U xenocara/dist/Mesa/src/glx/xf86dristr.h
    U xenocara/dist/Mesa/src/glx/xfont.c
    U xenocara/dist/Mesa/src/glx/tests/Makefile.in
    U xenocara/dist/Mesa/src/glx/tests/Makefile.am
    U xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h
    U xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp
    U xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h
    U xenocara/dist/Mesa/src/glx/apple/Makefile
    U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES
    U xenocara/dist/Mesa/src/glx/apple/TODO
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.c
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glapi.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.h
    U xenocara/dist/Mesa/src/glx/apple/appledristr.h
    U xenocara/dist/Mesa/src/glx/apple/glx_empty.c
    U xenocara/dist/Mesa/src/glx/apple/glxreply.c
    U xenocara/dist/Mesa/src/gtest/Makefile.in
    U xenocara/dist/Mesa/src/gtest/Makefile.am
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
    U xenocara/dist/Mesa/src/gtest/src/gtest-all.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h
    U xenocara/dist/Mesa/src/gtest/src/gtest-port.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest_main.cc
    U xenocara/dist/Mesa/src/mapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/Android.mk
    U xenocara/dist/Mesa/src/mapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/entry.c
    U xenocara/dist/Mesa/src/mapi/entry.h
    U xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h
    U xenocara/dist/Mesa/src/mapi/mapi.c
    U xenocara/dist/Mesa/src/mapi/mapi.h
    U xenocara/dist/Mesa/src/mapi/mapi_abi.py
    U xenocara/dist/Mesa/src/mapi/mapi_glapi.c
    U xenocara/dist/Mesa/src/mapi/mapi_tmp.h
    U xenocara/dist/Mesa/src/mapi/stub.c
    U xenocara/dist/Mesa/src/mapi/stub.h
    U xenocara/dist/Mesa/src/mapi/table.c
    U xenocara/dist/Mesa/src/mapi/table.h
    U xenocara/dist/Mesa/src/mapi/u_compiler.h
    U xenocara/dist/Mesa/src/mapi/u_current.c
    U xenocara/dist/Mesa/src/mapi/u_current.h
    U xenocara/dist/Mesa/src/mapi/u_execmem.c
    U xenocara/dist/Mesa/src/mapi/u_execmem.h
    U xenocara/dist/Mesa/src/mapi/u_macros.h
    U xenocara/dist/Mesa/src/mapi/u_thread.h
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es1api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es2api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.h
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.c
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.h
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_doc.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk
    U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh
    U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/vgapi/SConscript
    U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in
    U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv
    U xenocara/dist/Mesa/src/mesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/Android.gen.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk
    U xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk
    U xenocara/dist/Mesa/src/mesa/Android.mk
    U xenocara/dist/Mesa/src/mesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/SConscript
    U xenocara/dist/Mesa/src/mesa/gl.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drisw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.in
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/accum.c
    U xenocara/dist/Mesa/src/mesa/main/accum.h
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h
    U xenocara/dist/Mesa/src/mesa/main/api_exec.h
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.c
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.h
    U xenocara/dist/Mesa/src/mesa/main/api_validate.c
    U xenocara/dist/Mesa/src/mesa/main/api_validate.h
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.c
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.h
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.c
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.h
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.c
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.h
    U xenocara/dist/Mesa/src/mesa/main/attrib.c
    U xenocara/dist/Mesa/src/mesa/main/attrib.h
    U xenocara/dist/Mesa/src/mesa/main/bitset.h
    U xenocara/dist/Mesa/src/mesa/main/blend.c
    U xenocara/dist/Mesa/src/mesa/main/blend.h
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.c
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.h
    U xenocara/dist/Mesa/src/mesa/main/buffers.c
    U xenocara/dist/Mesa/src/mesa/main/buffers.h
    U xenocara/dist/Mesa/src/mesa/main/clear.c
    U xenocara/dist/Mesa/src/mesa/main/clear.h
    U xenocara/dist/Mesa/src/mesa/main/clip.c
    U xenocara/dist/Mesa/src/mesa/main/clip.h
    U xenocara/dist/Mesa/src/mesa/main/colormac.h
    U xenocara/dist/Mesa/src/mesa/main/colortab.c
    U xenocara/dist/Mesa/src/mesa/main/colortab.h
    U xenocara/dist/Mesa/src/mesa/main/compiler.h
    U xenocara/dist/Mesa/src/mesa/main/condrender.c
    U xenocara/dist/Mesa/src/mesa/main/condrender.h
    U xenocara/dist/Mesa/src/mesa/main/config.h
    U xenocara/dist/Mesa/src/mesa/main/context.c
    U xenocara/dist/Mesa/src/mesa/main/context.h
    U xenocara/dist/Mesa/src/mesa/main/convolve.c
    U xenocara/dist/Mesa/src/mesa/main/convolve.h
    U xenocara/dist/Mesa/src/mesa/main/core.h
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.c
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.h
    U xenocara/dist/Mesa/src/mesa/main/dd.h
    U xenocara/dist/Mesa/src/mesa/main/debug.c
    U xenocara/dist/Mesa/src/mesa/main/debug.h
    U xenocara/dist/Mesa/src/mesa/main/depth.c
    U xenocara/dist/Mesa/src/mesa/main/depth.h
    U xenocara/dist/Mesa/src/mesa/main/dlist.c
    U xenocara/dist/Mesa/src/mesa/main/dlist.h
    U xenocara/dist/Mesa/src/mesa/main/dlopen.h
    U xenocara/dist/Mesa/src/mesa/main/drawpix.c
    U xenocara/dist/Mesa/src/mesa/main/drawpix.h
    U xenocara/dist/Mesa/src/mesa/main/drawtex.c
    U xenocara/dist/Mesa/src/mesa/main/drawtex.h
    U xenocara/dist/Mesa/src/mesa/main/enable.c
    U xenocara/dist/Mesa/src/mesa/main/enable.h
    U xenocara/dist/Mesa/src/mesa/main/enums.h
    U xenocara/dist/Mesa/src/mesa/main/errors.c
    U xenocara/dist/Mesa/src/mesa/main/errors.h
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.c
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.h
    U xenocara/dist/Mesa/src/mesa/main/eval.c
    U xenocara/dist/Mesa/src/mesa/main/eval.h
    U xenocara/dist/Mesa/src/mesa/main/execmem.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.h
    C xenocara/dist/Mesa/src/mesa/main/fbobject.c
    U xenocara/dist/Mesa/src/mesa/main/fbobject.h
    U xenocara/dist/Mesa/src/mesa/main/feedback.c
    U xenocara/dist/Mesa/src/mesa/main/feedback.h
    U xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h
    U xenocara/dist/Mesa/src/mesa/main/fog.c
    U xenocara/dist/Mesa/src/mesa/main/fog.h
    U xenocara/dist/Mesa/src/mesa/main/format_pack.c
    U xenocara/dist/Mesa/src/mesa/main/format_pack.h
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.c
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.h
    U xenocara/dist/Mesa/src/mesa/main/formatquery.c
    U xenocara/dist/Mesa/src/mesa/main/formatquery.h
    U xenocara/dist/Mesa/src/mesa/main/formats.c
    U xenocara/dist/Mesa/src/mesa/main/formats.h
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.c
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.h
    U xenocara/dist/Mesa/src/mesa/main/get.c
    U xenocara/dist/Mesa/src/mesa/main/get.h
    U xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py
    U xenocara/dist/Mesa/src/mesa/main/get_hash_params.py
    U xenocara/dist/Mesa/src/mesa/main/getstring.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.h
    U xenocara/dist/Mesa/src/mesa/main/glheader.h
    U xenocara/dist/Mesa/src/mesa/main/hash.c
    U xenocara/dist/Mesa/src/mesa/main/hash.h
    U xenocara/dist/Mesa/src/mesa/main/hash_table.c
    U xenocara/dist/Mesa/src/mesa/main/hint.c
    U xenocara/dist/Mesa/src/mesa/main/hash_table.h
    U xenocara/dist/Mesa/src/mesa/main/hint.h
    U xenocara/dist/Mesa/src/mesa/main/histogram.c
    U xenocara/dist/Mesa/src/mesa/main/histogram.h
    U xenocara/dist/Mesa/src/mesa/main/image.c
    U xenocara/dist/Mesa/src/mesa/main/image.h
    U xenocara/dist/Mesa/src/mesa/main/imports.c
    U xenocara/dist/Mesa/src/mesa/main/imports.h
    U xenocara/dist/Mesa/src/mesa/main/light.c
    U xenocara/dist/Mesa/src/mesa/main/light.h
    U xenocara/dist/Mesa/src/mesa/main/lines.c
    U xenocara/dist/Mesa/src/mesa/main/lines.h
    C xenocara/dist/Mesa/src/mesa/main/macros.h
    U xenocara/dist/Mesa/src/mesa/main/matrix.c
    U xenocara/dist/Mesa/src/mesa/main/matrix.h
    U xenocara/dist/Mesa/src/mesa/main/mipmap.c
    U xenocara/dist/Mesa/src/mesa/main/mipmap.h
    U xenocara/dist/Mesa/src/mesa/main/mm.c
    U xenocara/dist/Mesa/src/mesa/main/mm.h
    U xenocara/dist/Mesa/src/mesa/main/mtypes.h
    U xenocara/dist/Mesa/src/mesa/main/multisample.c
    U xenocara/dist/Mesa/src/mesa/main/multisample.h
    U xenocara/dist/Mesa/src/mesa/main/pack.c
    U xenocara/dist/Mesa/src/mesa/main/pack.h
    U xenocara/dist/Mesa/src/mesa/main/pack_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/pbo.c
    U xenocara/dist/Mesa/src/mesa/main/pbo.h
    U xenocara/dist/Mesa/src/mesa/main/pixel.c
    U xenocara/dist/Mesa/src/mesa/main/pixel.h
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.c
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.h
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h
    U xenocara/dist/Mesa/src/mesa/main/points.c
    U xenocara/dist/Mesa/src/mesa/main/points.h
    U xenocara/dist/Mesa/src/mesa/main/polygon.c
    U xenocara/dist/Mesa/src/mesa/main/polygon.h
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.c
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.h
    U xenocara/dist/Mesa/src/mesa/main/queryobj.c
    U xenocara/dist/Mesa/src/mesa/main/queryobj.h
    U xenocara/dist/Mesa/src/mesa/main/rastpos.c
    U xenocara/dist/Mesa/src/mesa/main/rastpos.h
    U xenocara/dist/Mesa/src/mesa/main/readpix.c
    U xenocara/dist/Mesa/src/mesa/main/readpix.h
    U xenocara/dist/Mesa/src/mesa/main/remap.c
    U xenocara/dist/Mesa/src/mesa/main/remap.h
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.c
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.h
    U xenocara/dist/Mesa/src/mesa/main/scissor.c
    U xenocara/dist/Mesa/src/mesa/main/scissor.h
    U xenocara/dist/Mesa/src/mesa/main/set.c
    U xenocara/dist/Mesa/src/mesa/main/set.h
    U xenocara/dist/Mesa/src/mesa/main/shader_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.c
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.h
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.c
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.h
    U xenocara/dist/Mesa/src/mesa/main/shared.c
    U xenocara/dist/Mesa/src/mesa/main/shared.h
    U xenocara/dist/Mesa/src/mesa/main/simple_list.h
    U xenocara/dist/Mesa/src/mesa/main/state.c
    U xenocara/dist/Mesa/src/mesa/main/state.h
    U xenocara/dist/Mesa/src/mesa/main/stencil.c
    U xenocara/dist/Mesa/src/mesa/main/stencil.h
    U xenocara/dist/Mesa/src/mesa/main/syncobj.c
    U xenocara/dist/Mesa/src/mesa/main/syncobj.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c
    U xenocara/dist/Mesa/src/mesa/main/texenv.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h
    U xenocara/dist/Mesa/src/mesa/main/texenv.h
    U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h
    U xenocara/dist/Mesa/src/mesa/main/texformat.c
    U xenocara/dist/Mesa/src/mesa/main/texformat.h
    U xenocara/dist/Mesa/src/mesa/main/texgen.c
    U xenocara/dist/Mesa/src/mesa/main/texgen.h
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.c
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.h
    C xenocara/dist/Mesa/src/mesa/main/teximage.c
    U xenocara/dist/Mesa/src/mesa/main/teximage.h
    U xenocara/dist/Mesa/src/mesa/main/texobj.c
    U xenocara/dist/Mesa/src/mesa/main/texobj.h
    U xenocara/dist/Mesa/src/mesa/main/texparam.c
    U xenocara/dist/Mesa/src/mesa/main/texparam.h
    U xenocara/dist/Mesa/src/mesa/main/texstate.c
    U xenocara/dist/Mesa/src/mesa/main/texstate.h
    U xenocara/dist/Mesa/src/mesa/main/texstorage.c
    U xenocara/dist/Mesa/src/mesa/main/texstorage.h
    U xenocara/dist/Mesa/src/mesa/main/texstore.c
    U xenocara/dist/Mesa/src/mesa/main/texstore.h
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.c
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h
    U xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/uniforms.c
    U xenocara/dist/Mesa/src/mesa/main/uniforms.h
    U xenocara/dist/Mesa/src/mesa/main/varray.c
    U xenocara/dist/Mesa/src/mesa/main/varray.h
    U xenocara/dist/Mesa/src/mesa/main/version.c
    U xenocara/dist/Mesa/src/mesa/main/version.h
    U xenocara/dist/Mesa/src/mesa/main/viewport.c
    U xenocara/dist/Mesa/src/mesa/main/viewport.h
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.c
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.h
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c
    U xenocara/dist/Mesa/src/mesa/program/lex.yy.c
    U xenocara/dist/Mesa/src/mesa/program/Makefile.in
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h
    U xenocara/dist/Mesa/src/mesa/program/Android.mk
    U xenocara/dist/Mesa/src/mesa/program/Makefile.am
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.c
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.h
    U xenocara/dist/Mesa/src/mesa/program/hash_table.h
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.c
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.h
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.c
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.h
    U xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.h
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.c
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.h
    U xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h
    U xenocara/dist/Mesa/src/mesa/program/prog_print.c
    U xenocara/dist/Mesa/src/mesa/program/prog_print.h
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.c
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.h
    U xenocara/dist/Mesa/src/mesa/program/program.c
    U xenocara/dist/Mesa/src/mesa/program/program.h
    U xenocara/dist/Mesa/src/mesa/program/program_lexer.l
    U xenocara/dist/Mesa/src/mesa/program/program_parse.y
    U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c
    U xenocara/dist/Mesa/src/mesa/program/program_parser.h
    U xenocara/dist/Mesa/src/mesa/program/programopt.c
    U xenocara/dist/Mesa/src/mesa/program/programopt.h
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.c
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.h
    U xenocara/dist/Mesa/src/mesa/program/sampler.cpp
    U xenocara/dist/Mesa/src/mesa/program/sampler.h
    U xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.c
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.h
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h
    U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.c
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.h
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86/assyntax.h
    U xenocara/dist/Mesa/src/mesa/x86/clip_args.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86.c
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h
    U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c
    U xenocara/dist/Mesa/src/mesa/x86/mmx.h
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h
    U xenocara/dist/Mesa/src/mesa/x86/norm_args.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.c
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.h
    U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.c
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.h
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/xform_args.h
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h
    U xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_util.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_eval.c
    U xenocara/dist/Mesa/src/mesa/math/m_eval.h
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.c
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.h
    U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_translate.c
    U xenocara/dist/Mesa/src/mesa/math/m_translate.h
    U xenocara/dist/Mesa/src/mesa/math/m_vector.c
    U xenocara/dist/Mesa/src/mesa/math/m_vector.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_xform.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h
    U xenocara/dist/Mesa/src/mesa/sparc/norm.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.c
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.h
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h
    U xenocara/dist/Mesa/src/mesa/sparc/xform.S
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h
    U xenocara/dist/Mesa/src/mesa/swrast/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_blit.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_chan.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_clear.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texture.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h
    U xenocara/dist/Mesa/src/mesa/swrast/swrast.h
    U xenocara/dist/Mesa/src/mesa/tnl/NOTES
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_draw.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h
    U xenocara/dist/Mesa/src/mesa/tnl/tnl.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c
    U xenocara/dist/Mesa/src/getopt/SConscript
    U xenocara/dist/Mesa/src/getopt/getopt.h
    U xenocara/dist/Mesa/src/getopt/getopt_long.c
    U xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt
    U xenocara/dist/Mesa/docs/COPYING
    U xenocara/dist/Mesa/docs/GL3.txt
    U xenocara/dist/Mesa/docs/README.CYGWIN
    U xenocara/dist/Mesa/docs/README.MITS
    U xenocara/dist/Mesa/docs/README.QUAKE
    U xenocara/dist/Mesa/docs/README.THREADS
    U xenocara/dist/Mesa/docs/README.UVD
    U xenocara/dist/Mesa/docs/README.WIN32
    U xenocara/dist/Mesa/docs/VERSIONS
    U xenocara/dist/Mesa/docs/application-issues.html
    U xenocara/dist/Mesa/docs/autoconf.html
    U xenocara/dist/Mesa/docs/bugs.html
    U xenocara/dist/Mesa/docs/conform.html
    U xenocara/dist/Mesa/docs/contents.html
    U xenocara/dist/Mesa/docs/debugging.html
    U xenocara/dist/Mesa/docs/developers.html
    U xenocara/dist/Mesa/docs/devinfo.html
    U xenocara/dist/Mesa/docs/dispatch.html
    U xenocara/dist/Mesa/docs/download.html
    U xenocara/dist/Mesa/docs/egl.html
    U xenocara/dist/Mesa/docs/envvars.html
    U xenocara/dist/Mesa/docs/extensions.html
    U xenocara/dist/Mesa/docs/faq.html
    U xenocara/dist/Mesa/docs/gears.png
    U xenocara/dist/Mesa/docs/helpwanted.html
    U xenocara/dist/Mesa/docs/index.html
    U xenocara/dist/Mesa/docs/install.html
    U xenocara/dist/Mesa/docs/intro.html
    U xenocara/dist/Mesa/docs/libGL.txt
    U xenocara/dist/Mesa/docs/license.html
    U xenocara/dist/Mesa/docs/lists.html
    U xenocara/dist/Mesa/docs/llvmpipe.html
    U xenocara/dist/Mesa/docs/mangling.html
    U xenocara/dist/Mesa/docs/mesa.css
    U xenocara/dist/Mesa/docs/opengles.html
    U xenocara/dist/Mesa/docs/openvg.html
    U xenocara/dist/Mesa/docs/osmesa.html
    U xenocara/dist/Mesa/docs/patents.txt
    U xenocara/dist/Mesa/docs/perf.html
    U xenocara/dist/Mesa/docs/postprocess.html
    U xenocara/dist/Mesa/docs/precompiled.html
    U xenocara/dist/Mesa/docs/relnotes.html
    U xenocara/dist/Mesa/docs/repository.html
    U xenocara/dist/Mesa/docs/shading.html
    U xenocara/dist/Mesa/docs/sourcedocs.html
    U xenocara/dist/Mesa/docs/sourcetree.html
    U xenocara/dist/Mesa/docs/systems.html
    U xenocara/dist/Mesa/docs/thanks.html
    U xenocara/dist/Mesa/docs/utilities.html
    U xenocara/dist/Mesa/docs/versions.html
    U xenocara/dist/Mesa/docs/viewperf.html
    U xenocara/dist/Mesa/docs/vmware-guest.html
    U xenocara/dist/Mesa/docs/webmaster.html
    U xenocara/dist/Mesa/docs/xlibdriver.html
    U xenocara/dist/Mesa/docs/relnotes/3.1
    U xenocara/dist/Mesa/docs/relnotes/3.2
    U xenocara/dist/Mesa/docs/relnotes/3.2.1
    U xenocara/dist/Mesa/docs/relnotes/3.3
    U xenocara/dist/Mesa/docs/relnotes/3.4
    U xenocara/dist/Mesa/docs/relnotes/3.4.1
    U xenocara/dist/Mesa/docs/relnotes/3.4.2
    U xenocara/dist/Mesa/docs/relnotes/3.5
    U xenocara/dist/Mesa/docs/relnotes/4.0
    U xenocara/dist/Mesa/docs/relnotes/4.0.1
    U xenocara/dist/Mesa/docs/relnotes/4.0.2
    U xenocara/dist/Mesa/docs/relnotes/4.0.3
    U xenocara/dist/Mesa/docs/relnotes/4.1
    U xenocara/dist/Mesa/docs/relnotes/5.0
    U xenocara/dist/Mesa/docs/relnotes/5.0.1
    U xenocara/dist/Mesa/docs/relnotes/5.0.2
    U xenocara/dist/Mesa/docs/relnotes/5.1
    U xenocara/dist/Mesa/docs/relnotes/6.0
    U xenocara/dist/Mesa/docs/relnotes/6.0.1
    U xenocara/dist/Mesa/docs/relnotes/6.1
    U xenocara/dist/Mesa/docs/relnotes/6.2
    U xenocara/dist/Mesa/docs/relnotes/6.2.1
    U xenocara/dist/Mesa/docs/relnotes/6.3
    U xenocara/dist/Mesa/docs/relnotes/6.3.1
    U xenocara/dist/Mesa/docs/relnotes/6.3.2
    U xenocara/dist/Mesa/docs/relnotes/6.4
    U xenocara/dist/Mesa/docs/relnotes/6.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.3.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.html
    U xenocara/dist/Mesa/docs/relnotes/7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.html
    U xenocara/dist/Mesa/docs/relnotes/7.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.5.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.4.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.5.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.6.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.1.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.html
    U xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec
    U xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec
    U xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec
    U xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec
    U xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec
    U xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec
    U xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec
    U xenocara/dist/Mesa/docs/specs/enums.txt
    U xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec
    U xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec
    U xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec
    U xenocara/dist/Mesa/doxygen/Makefile
    U xenocara/dist/Mesa/doxygen/README
    U xenocara/dist/Mesa/doxygen/common.doxy
    U xenocara/dist/Mesa/doxygen/core_subset.doxy
    U xenocara/dist/Mesa/doxygen/doxy.bat
    U xenocara/dist/Mesa/doxygen/gallium.doc
    U xenocara/dist/Mesa/doxygen/gallium.doxy
    U xenocara/dist/Mesa/doxygen/gbm.doxy
    U xenocara/dist/Mesa/doxygen/glapi.doxy
    U xenocara/dist/Mesa/doxygen/glsl.doxy
    U xenocara/dist/Mesa/doxygen/header.html
    U xenocara/dist/Mesa/doxygen/header_subset.html
    U xenocara/dist/Mesa/doxygen/main.doxy
    U xenocara/dist/Mesa/doxygen/math.doxy
    U xenocara/dist/Mesa/doxygen/math_subset.doxy
    U xenocara/dist/Mesa/doxygen/radeon_subset.doxy
    U xenocara/dist/Mesa/doxygen/shader.doxy
    U xenocara/dist/Mesa/doxygen/swrast.doxy
    U xenocara/dist/Mesa/doxygen/swrast_setup.doxy
    U xenocara/dist/Mesa/doxygen/tnl.doxy
    U xenocara/dist/Mesa/doxygen/tnl_dd.doxy
    U xenocara/dist/Mesa/doxygen/vbo.doxy
    U xenocara/dist/Mesa/include/c99_compat.h
    U xenocara/dist/Mesa/include/CL/cl.h
    U xenocara/dist/Mesa/include/CL/cl.hpp
    U xenocara/dist/Mesa/include/CL/cl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_gl.h
    U xenocara/dist/Mesa/include/CL/cl_gl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_platform.h
    U xenocara/dist/Mesa/include/CL/opencl.h
    U xenocara/dist/Mesa/include/EGL/egl.h
    U xenocara/dist/Mesa/include/EGL/eglext.h
    U xenocara/dist/Mesa/include/EGL/eglmesaext.h
    U xenocara/dist/Mesa/include/EGL/eglplatform.h
    U xenocara/dist/Mesa/include/GL/gl.h
    U xenocara/dist/Mesa/include/GL/gl_mangle.h
    U xenocara/dist/Mesa/include/GL/glext.h
    U xenocara/dist/Mesa/include/GL/glx.h
    U xenocara/dist/Mesa/include/GL/glx_mangle.h
    U xenocara/dist/Mesa/include/GL/glxext.h
    U xenocara/dist/Mesa/include/GL/osmesa.h
    U xenocara/dist/Mesa/include/GL/wglext.h
    U xenocara/dist/Mesa/include/GL/wmesa.h
    U xenocara/dist/Mesa/include/GL/internal/dri_interface.h
    U xenocara/dist/Mesa/include/GL/internal/sarea.h
    U xenocara/dist/Mesa/include/GLES/egl.h
    U xenocara/dist/Mesa/include/GLES/gl.h
    U xenocara/dist/Mesa/include/GLES/glext.h
    U xenocara/dist/Mesa/include/GLES/glplatform.h
    U xenocara/dist/Mesa/include/GLES2/gl2.h
    U xenocara/dist/Mesa/include/GLES2/gl2ext.h
    U xenocara/dist/Mesa/include/GLES2/gl2platform.h
    U xenocara/dist/Mesa/include/GLES3/gl3.h
    U xenocara/dist/Mesa/include/GLES3/gl3ext.h
    U xenocara/dist/Mesa/include/GLES3/gl3platform.h
    U xenocara/dist/Mesa/include/KHR/khrplatform.h
    U xenocara/dist/Mesa/include/VG/openvg.h
    U xenocara/dist/Mesa/include/VG/vgext.h
    U xenocara/dist/Mesa/include/VG/vgplatform.h
    U xenocara/dist/Mesa/include/VG/vgu.h
    U xenocara/dist/Mesa/include/c99/inttypes.h
    U xenocara/dist/Mesa/include/c99/stdbool.h
    U xenocara/dist/Mesa/include/c99/stdint.h
    U xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/pci_id_driver_map.h
    U xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h
    U xenocara/dist/Mesa/m4/ax_prog_bison.m4
    U xenocara/dist/Mesa/m4/ax_prog_cc_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_cxx_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_flex.m4
    U xenocara/dist/Mesa/m4/ax_pthread.m4
    U xenocara/dist/Mesa/m4/ax_python_module.m4
    U xenocara/dist/Mesa/scons/crossmingw.py
    U xenocara/dist/Mesa/scons/custom.py
    U xenocara/dist/Mesa/scons/dxsdk.py
    U xenocara/dist/Mesa/scons/fixes.py
    U xenocara/dist/Mesa/scons/gallium.py
    U xenocara/dist/Mesa/scons/llvm.py
    U xenocara/dist/Mesa/scons/source_list.py
    U xenocara/dist/Mesa/scons/x11.py
    
    9 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/08 19:46:54

Modified files:
	dist/Mesa      : SConstruct configure.ac 
	dist/Mesa/bin  : config.guess config.sub 
	dist/Mesa/src/gallium/drivers/svga: 
	                                    svga_resource_buffer_upload.c 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_tex_layout.c 
	dist/Mesa/src/mesa/main: fbobject.c macros.h teximage.c 

Log message:
Merge Mesa 9.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/08 19:54:53

Modified files:
	lib/libEGL     : Makefile 
	lib/libGL      : Makefile 
	lib/libGL/mesa : Makefile.inc 
	lib/libGLESv1_CM: Makefile 
	lib/libGLESv2  : Makefile 

Log message:
Mesa 9.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/08 19:57:37

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 20:59:20

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add some more 4th gen Intel Core devices


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 21:00:04

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 21:01:37

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
more rate matching hubs


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 21:02:03

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 21:05:58

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
add Intel 8 series kt (amt serial over lan)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/08 21:38:42

Modified files:
	sys/sys        : hibernate.h 
	sys/kern       : subr_hibernate.c 

Log message:
unbias the chunks and chunktable writing and reading.  as a result, it
is now possible to move the chunktable right after the chunks, not at
the end of the swap.
ok mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/11/08 22:41:34

Modified files:
	regress/usr.bin/ssh: rekey.sh test-exec.sh 

Log message:
Use smaller test data files to speed up tests.  Grow test datafiles
where necessary for a specific test.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 22:51:11

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
enable snooping on Intel 8 Series HD Audio


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/08 22:53:20

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
recognise Realtek ALC221


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/08 23:38:42

Modified files:
	sys/net        : if.h 
	sys/kern       : uipc_mbuf.c 

Log message:
ticks is compared against mcl_grown to see if time has elapsed since
the rx ring was last allowed to grow and then assigned to it. it
is erroneous to do this because mcl_grown is a u_int and ticks is an
int.

this makes mcl_grown an int, and follows the idiom in kern_timeout.c
of going "thing - ticks < diff", which better copes with ticks
wrapping around and being used to calculate relative intervals.

ok pirofti@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/08 23:52:15

Modified files:
	sys/uvm        : uvm.h 
	sys/kern       : kern_synch.c 

Log message:
Add KASSERT()s to tsleep() and msleep() to verify that bogus flags
aren't being passed to them.  Fix UVM_WAIT() to not pass PNORELOCK to
tsleep(), as that flag only does something with msleep().

ok beck@ dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/08 23:54:00

Modified files:
	sys/sys        : hibernate.h 
	sys/kern       : subr_hibernate.c 

Log message:
Remove hibernate_get_next_rle function (unused, and we need to redo it
anyway as we move toward a streamed implmentation)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/09 00:49:04

Modified files:
	devel/xulrunner/24: Makefile 
	devel/xulrunner/24/pkg: PLIST-devel 

Log message:
Rename mozilla-js.pc to libxul-js.pc to avoir a conflict with
lang/spidermonkey. Found out the hard way by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/09 01:33:17

Modified files:
	www/icedtea-web: Makefile 

Log message:
Switch to xulrunner 24, tested with midori & firefox.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/09 01:36:27

Removed files:
	www/mediawiki  : Makefile distinfo 
	www/mediawiki/pkg: DESCR PLIST README 
	www/mediawiki-httpauth: Makefile distinfo 
	www/mediawiki-httpauth/pkg: DESCR MESSAGE PLIST 
	www/mediawiki-CategoryTree: Makefile distinfo 
	www/mediawiki-CategoryTree/pkg: DESCR MESSAGE PLIST 
	www/flyspray   : Makefile distinfo 
	www/flyspray/pkg: DESCR PLIST README 
	www/mycalendar : Makefile distinfo 
	www/mycalendar/patches: patch-sitevariables_pl 
	www/mycalendar/pkg: DESCR PLIST 
	www/myreview   : Makefile distinfo 
	www/myreview/pkg: DESCR PLIST README 
	www/pyblosxom  : Makefile distinfo 
	www/pyblosxom/patches: patch-setup_py 
	www/pyblosxom/pkg: DESCR PLIST 
	www/phpicalendar: Makefile distinfo 
	www/phpicalendar/pkg: DESCR PLIST README 
	editors/xinha  : Makefile distinfo 
	editors/xinha/pkg: DESCR PLIST 

Log message:
Remove old^unmaintained www apps. List was sent on ports@ a week ago and
got no objection.
The main reason is that they don't add any value (basically an enhanced
tar xzf of upstream's tarball with nothing OpenBSD specific nor added
documentation) and that they are often left unmaintainned and outdated
in the tree which leads people to think they are still maintained while
they really are not.

Discussed with several...
no objection dcoppa@ benoit@ zhuk@
"And they were singing Bye, Bye Wikimedia Pie..." ian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/09 01:37:52

Modified files:
	www            : Makefile 

Log message:
-flyspray
-mediawiki
-mediawiki-CategoryTree
-mediawiki-httpauth
-mycalendar
-myreview
-phpicalendar
-pyblosxom


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/09 01:38:25

Modified files:
	editors        : Makefile 

Log message:
-xinha


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/09 01:40:32

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
Reduce the differences between our controller drivers and initialize
the timeout task in the *_timeout() routine.  It now becomes obvious
that the allocx/freex hooks can be merged.

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/09 01:46:05

Modified files:
	sys/dev/usb    : ehci.c ohci.c uhci.c 

Log message:
In our USB world, timeouts are in milliseconds, so use timeout_add_msec()
coherently through all our controller drivers and kill the mstohz() macro.

ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/11/09 02:51:50

Modified files:
	archivers/sltar: Makefile 
	archivers/sltar/patches: patch-config_mk 

Log message:
remove -O optimization from cflags

requested from and ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/09 03:35:31

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Properly check realpath() return value during argv processing in libfuse.
tweak & ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/09 03:38:39

Modified files:
	devel          : Makefile 

Log message:
-leiningen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/09 03:40:21

Removed files:
	devel/leiningen: Makefile distinfo 
	devel/leiningen/patches: patch-lein-pkg 
	devel/leiningen/pkg: DESCR PLIST 

Log message:
remove leiningen; the upstream script is not really intended to get packaged
anyway.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/09 05:48:29

Modified files:
	games/gargoyle : Tag: OPENBSD_5_4 Makefile 
Added files:
	games/gargoyle/patches: Tag: OPENBSD_5_4 patch-garglk_Jamfile 

Log message:
Add a patch to games/gargoyle in 5.4 from -current to disable SDL audio,
unbreaking the port - some change in SDL broke things so that Gargoyle
refuses to start.  OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/09 06:35:28

Modified files:
	productivity/taskjuggler: Makefile 

Log message:
Mark as BROKEN on hppa & powerpc, the same way as on i386... a 32-bit
problem ?


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/09 06:39:37

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Simplify fuse_unmount(). No functional change.
ok jung@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/09 06:54:14

Modified files:
	editors        : Makefile 
Added files:
	editors/xinha  : Makefile distinfo 
	editors/xinha/pkg: DESCR PLIST 

Log message:
Revert xinha removal for now -- I totally missed the fact that www/bricolage
depends on it -- spotted by sthen@
My bad, sorry about this...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/09 06:57:49

Log message:
    imports textproc/py-cssselect, ok jasper@
    
    cssselect parses CSS3 Selectors and translate them to XPath 1.0
    expressions. Such expressions can be used in lxml or another XPath
    engine to find the matching elements in an XML or HTML document.
    
    This module used to live inside of lxml as lxml.cssselect before it was
    extracted as a stand-alone project.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131109
    
    N ports/textproc/py-cssselect/Makefile
    N ports/textproc/py-cssselect/distinfo
    N ports/textproc/py-cssselect/pkg/PLIST
    N ports/textproc/py-cssselect/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/09 06:58:48

Modified files:
	textproc       : Makefile 

Log message:
+py-cssselect


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/09 07:03:05

Modified files:
	games/scummvm  : Makefile 

Log message:
Add png to LDEP/WANTLIB, other it's picked as a hidden dep.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/09 07:09:39

Modified files:
	www            : Makefile 
	editors        : Makefile 
Removed files:
	editors/xinha  : Makefile distinfo 
	editors/xinha/pkg: DESCR PLIST 
	www/bricolage  : Makefile distinfo 
	www/bricolage/files: openbsd 
	www/bricolage/patches: patch-INSTALL patch-Makefile 
	                       patch-bin_bric_apachectl 
	                       patch-bin_bric_clean_tmp 
	                       patch-bin_bric_dist_mon 
	                       patch-bin_bric_ftpd 
	                       patch-bin_bric_pgimport 
	                       patch-bin_bric_queued 
	                       patch-bin_bric_republish 
	                       patch-conf_httpd_conf 
	                       patch-inst_apache_pl patch-inst_config_pl 
	                       patch-inst_files_pl 
	                       patch-inst_upgrade_lib_bric_upgrade_pm 
	                       patch-lib_Makefile_PL 
	www/bricolage/pkg: DESCR MESSAGE PLIST 

Log message:
Ok so after a quick chat with sthen@, rm both xinha and bricolage (which
is super outdated -- imported in 2006, updated once since then, pretty
sure nobody uses it).

rm all the things! sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/09 07:12:28

Modified files:
	emulators/dgen-sdl: Makefile 
	emulators/openmsx: Makefile 
	emulators/vbam : Makefile 

Log message:
Mark those as BROKEN-alpha for various fully reproducible OOM/ICE reasons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/09 08:02:14

Modified files:
	textproc/calibre: Makefile distinfo 
	textproc/calibre/patches: patch-setup_build_environment_py 
	                          patch-setup_extensions_py 
	                          patch-setup_install_py 
	                          patch-src_calibre_constants_py 
	                          patch-src_calibre_linux_py 
	textproc/calibre/pkg: PLIST 
Added files:
	textproc/calibre/patches: patch-setup___init___py 
Removed files:
	textproc/calibre/patches: patch-src_calibre_devices_scanner_py 
	                          patch-src_calibre_ebooks_pdf_images_cpp 
	                          patch-src_calibre_ebooks_pdf_images_h 
	                          patch-src_calibre_ebooks_pdf_reflow_cpp 
	                          patch-src_calibre_ebooks_pdf_reflow_h 
	                          patch-src_calibre_utils_fonts_fontconfig_c 

Log message:
Update calibre to 1.10.0, unbreaking the port. This removes various
diffs to fix with newer poppler/png.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/09 08:53:20

Modified files:
	sbin/growfs    : growfs.c 

Log message:
Replace (int) = (size_t)(long) with (long long) = (long long) by replacing
atol() with strtonum() and storing value of 's' parameter in long long
variable instead of an int.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/09 09:17:49

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Fix a merging issue which resulted in double entries.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/09 10:03:27

Modified files:
	.              : INDEX 

Log message:
sync, 8456


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/09 11:22:03

Modified files:
	lang/tcl       : tcl.port.mk 
	audio/xcd      : Makefile 
	audio/snack    : Makefile 
	devel/tclcl    : Makefile 
	devel/tcllib   : Makefile 
	devel/tkcvs    : Makefile 
	devel/tkdiff   : Makefile 
	devel/tklib    : Makefile 
	devel/wcb      : Makefile 
	devel/mentry   : Makefile 
	devel/nagelfar : Makefile 
	graphics/colorexplorer: Makefile 
	net/amsn       : Makefile 
	net/coccinella : Makefile 
	net/tkirc      : Makefile 
	lang/tcltutor  : Makefile 
	misc/impress   : Makefile 
	misc/remind    : Makefile 
	misc/tkcron    : Makefile 
	misc/tkinfo    : Makefile 
	misc/tkman     : Makefile 
	print/texlive/base: Makefile 
	productivity/sl: Makefile 
	security/password-gorilla: Makefile 
	www/august     : Makefile 
	x11/bwidget    : Makefile 
	x11/tkcon      : Makefile 
	x11/tkdnd      : Makefile 
	x11/tktable    : Makefile 
	x11/tktreectrl : Makefile 
	x11/xbindkeys  : Makefile 

Log message:
Fix MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ.

Review, input, okay and prodding to commit by stu@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/09 12:32:55

Modified files:
	distrib/miniroot: install.sub 

Log message:
Replace handrolled tolower() function with ksh equivalent.

ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/09 12:38:59

Modified files:
	distrib/miniroot: install.sub 

Log message:
Abort automatic installation if no sets are found in install_files().

ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/09 13:04:13

Modified files:
	usr.bin/netstat: unix.c 

Log message:
kinfo_file returns the socket buffer counts in uint64_ts, so we need to
update the printf format for them.  While here, delete a now unused variable.

problem pointed out by Scott McEachern (scott (at) blackstaff.ca)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/09 13:17:55

Modified files:
	sys/arch/aviion/stand/a2coff: a2coff.c 

Log message:
Cope with the current layout of kernel binaries (three program headers now
that .text, .rodata and .data are aligned on BATC boundaries) and merge
all phdrs into the first BCS section.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/09 13:24:12

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_rb 

Log message:
sync gtar patch with what's been pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/09 13:41:03

Modified files:
	fonts/adobe-source-sans-pro: Makefile distinfo 

Log message:
Update to adobe-source-sans-pro 1.050. ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/09 13:46:17

Modified files:
	net/py-ftpdlib : Makefile distinfo 
Removed files:
	net/py-ftpdlib/patches: patch-pyftpdlib_servers_py 

Log message:
Update to py-ftpdlib 1.3.0. ok sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/09 15:20:43

Log message:
    Import libkfbapi, a dependency of KDE 4.11 PIM.
    Libkfbapi is a KDE library for accessing Facebook services.
    
    okay landry@
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131110
    
    N ports/productivity/libkfbapi/Makefile
    N ports/productivity/libkfbapi/distinfo
    N ports/productivity/libkfbapi/pkg/DESCR
    N ports/productivity/libkfbapi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/09 15:22:43

Modified files:
	productivity   : Makefile 

Log message:
+libkfbapi


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/09 15:35:40

Modified files:
	distrib/hp300/ramdisk: Makefile.inc 
	distrib/mvme68k/ramdisk: Makefile Makefile.inc 
	distrib/mvme88k/ramdisk: Makefile Makefile.inc 
	distrib/vax/common: Makefile.inc 

Log message:
Disable SRCLIBDIR crunchgen feature on gcc 3 platforms; gcc 3 collect2 does
not behave the way crunchgen expects it to. Will hopefully get fixed soon.
Discussed with guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/09 15:37:53

Modified files:
	distrib/miniroot: install.sub 

Log message:
Abort autoinstaller in case of an invalid answer to a yes/no question.
Avoids an endless question/wrong answer loop.

with help from and ok halex@
ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/09 16:19:03

Modified files:
	archivers/gcpio: Makefile 
	archivers/gshar+gunshar: Makefile 
	archivers/gtar : Makefile 
	astro/gcal     : Makefile 
	audio/libcdio  : Makefile 
	audio/p5-gnupod: Makefile 
	audio/xhippo   : Makefile 
	converters/libiconv: Makefile 
	converters/libunistring: Makefile 
	databases/gdbm : Makefile 
	databases/gnats: Makefile 
	devel/arm-elf/binutils: Makefile 
	devel/arm-elf/gdb: Makefile 
	devel/autoconf : Makefile.inc 
	devel/autoconf/2.13: Makefile 
	devel/autoconf/2.52: Makefile 
	devel/autoconf/2.54: Makefile 
	devel/autoconf/2.56: Makefile 
	devel/autoconf/2.57: Makefile 
	devel/autoconf/2.58: Makefile 
	devel/autoconf/2.59: Makefile 
	devel/autoconf/2.60: Makefile 
	devel/autoconf/2.61: Makefile 
	devel/autoconf/2.62: Makefile 
	devel/autoconf/2.63: Makefile 
	devel/autoconf/2.64: Makefile 
	devel/autoconf/2.65: Makefile 
	devel/autoconf/2.67: Makefile 
	devel/autoconf/2.68: Makefile 
	devel/autoconf/2.69: Makefile 
	devel/automake : Makefile.inc 
	devel/automake/1.10: Makefile 
	devel/automake/1.11: Makefile 
	devel/automake/1.12: Makefile 
	devel/automake/1.13: Makefile 
	devel/automake/1.14: Makefile 
	devel/automake/1.4: Makefile 
	devel/automake/1.8: Makefile 
	devel/automake/1.9: Makefile 
	devel/avr/binutils: Makefile 
	devel/avr/gdb  : Makefile 
	devel/bison    : Makefile 
	devel/cflow    : Makefile 
	devel/ddd      : Makefile 
	devel/dejagnu  : Makefile 
	devel/gdb      : Makefile 
	devel/gettext  : Makefile 
	devel/gindent  : Makefile 
	devel/glpk     : Makefile 
	devel/gmake    : Makefile 
	devel/gpatch   : Makefile 
	devel/gperf    : Makefile 
	devel/gsl      : Makefile 
	devel/help2man : Makefile 
	devel/libidn   : Makefile 
	devel/libsigsegv: Makefile 
	devel/libtool  : Makefile 
	devel/m4       : Makefile 
	devel/pth      : Makefile 
	devel/shtool   : Makefile 
	editors/emacs  : Makefile 
	editors/emacs21: Makefile 
	editors/ged    : Makefile 
	editors/zile   : Makefile 
	education/gtypist: Makefile 
	games/gnugo    : Makefile 
	games/xboard   : Makefile 
	graphics/libxmi: Makefile 
	lang/classpath : Makefile 
	lang/gawk      : Makefile 
	lang/guile     : Makefile 
	lang/kawa      : Makefile 
	mail/mailman   : Makefile 
	math/octave    : Makefile 
	misc/findutils : Makefile 
	misc/screen    : Makefile 
	misc/teseq     : Makefile 
	net/freetalk   : Makefile 
	net/wget       : Makefile 
	print/a2ps     : Makefile 
	print/auctex   : Makefile 
	print/gv       : Makefile 
	security/libgsasl: Makefile 
	security/libtasn1: Makefile 
	sysutils/coreutils: Makefile 
	sysutils/ddrescue: Makefile 
	sysutils/freeipmi: Makefile 
	sysutils/ggrep : Makefile 
	sysutils/grub  : Makefile 
	sysutils/parallel: Makefile 
	sysutils/stow  : Makefile 
	telephony/libosip2: Makefile 
	textproc/gdiff : Makefile 
	textproc/groff : Makefile 
	textproc/gsed  : Makefile 
	textproc/source-highlight: Makefile 
	textproc/unrtf : Makefile 
	textproc/wdiff : Makefile 
	www/cgicc      : Makefile 

Log message:
move http://www.gnu.org to https


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/11/09 16:22:46

Modified files:
	.              : plus.html 

Log message:
plus.html for Oct 28 to Nov 3rd.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/09 16:27:30

Modified files:
	infrastructure/bin: portcheck 

Log message:
fix the check for long lines, simplify; ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/09 17:48:04

Modified files:
	sbin/growfs    : growfs.c 

Log message:
Don't use p_size as if it was the full partition size, and don't
assume the disk sector size is 512-bytes. Use DL_GETPSIZE() to get
correct partition sizes and DL_SECTOBLK() to turn disk sector values
into 512-byte-block values.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/09 18:51:49

Removed files:
	textproc/pdftk/patches: patch-java_Makefile 

Log message:
zap zero-byte patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/11/09 18:56:12

Removed files:
	lang/sbcl/patches: patch-src_code_unix_lisp 

Log message:
Kill 0-byte patch


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/09 21:59:06

Modified files:
	sys/sys        : disklabel.h 

Log message:
Tweak comments to d_secperunit, p_size and p_offset to clearly say
they are the 'low' parts of the disk size, partition size and
partition offset.  Like d_secpuerunith,  p_sizeh and p_offseth were
already commented as the 'high' parts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/10 00:30:17

Modified files:
	devel/xulrunner/24: Makefile 

Log message:
MOZ_ENABLE_SKIA_GPU is disabled on ppc, so manually install
GLContextSkia.h to fix packaging there and avoid using arch-dependent
PFRAG tricks.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/10 03:22:39

Modified files:
	sys/dev/usb    : umidi.c umidivar.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 03:45:26

Modified files:
	japanese/Wnn   : Makefile 

Log message:
zap old misleading comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 04:28:19

Modified files:
	games/slash    : Makefile 

Log message:
spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 04:39:33

Modified files:
	inputmethods/anthy: Makefile 

Log message:
standard pseudo-flavor -> do it the bsd.port.arch.mk way
no functional change


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 04:59:44

Modified files:
	mail/dovecot   : Makefile 

Log message:
brad@ snuck unneeded stuff back in thru sthen@...
bsd.port.arch.mk *does* trim BUILD_PACKAGES for you!


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/10 05:10:43

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
Add fcu(4) to avoid playing a fan symphony when installing/upgrading some
PowerMac G5.

ok miod@, krw@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 05:12:26

Modified files:
	misc/gpsd      : Makefile 

Log message:
simplify with bsd.port.arch.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 05:20:29

Modified files:
	net/freeradius : Makefile 

Log message:
use bsd.port.arch.mk for proper multi-packages
move as much as possible outside the conditionals


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 05:25:14

Modified files:
	net/kismet     : Makefile 

Log message:
pseudo-flavor


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 05:27:50

Modified files:
	infrastructure/mk: bsd.port.arch.mk 

Log message:
turns out that dpb is happy with BUILD_PACKAGES being wildy different
from MULTI_PACKAGES, so there's no reason left to tweak MULTI_PACKAGES
directly for pseudo-flavors.

saner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/11/10 05:31:45

Modified files:
	editors/texmaker: Makefile distinfo 
	editors/texmaker/patches: patch-configdialog_cpp 
	                          patch-texmaker_cpp patch-texmaker_pro 

Log message:
Update to texmaker 4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/10 05:38:34

Modified files:
	net/powerdns   : Makefile 

Log message:
use bsd.port.arch.mk


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 07:32:11

Modified files:
	share/man/man7 : mandoc_char.7 

Log message:
clarify that \[uXXXX] wants uppercase hex digits


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/10 07:56:41

Modified files:
	infrastructure/bin: portcheck 

Log message:
spelling; ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 07:58:44

Modified files:
	regress/usr.bin/mandoc: Makefile.inc 

Log message:
prettier whitespace in variable assignments


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/10 08:01:24

Modified files:
	fonts/lohit-fonts: Makefile distinfo 
	fonts/lohit-fonts/pkg: DESCR PLIST 

Log message:
update to 2.5.3 and add Marathi, Nepali, Tamil-Classical fonts


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/10 08:20:09

Modified files:
	font/adobe-100dpi: ChangeLog Makefile.in aclocal.m4 config.guess 
	                   config.sub configure configure.ac courB08.bdf 
	                   courB10.bdf courB12.bdf courB14.bdf 
	                   courB18.bdf courB24.bdf courBO08.bdf 
	                   courBO10.bdf courBO12.bdf courBO14.bdf 
	                   courBO18.bdf courBO24.bdf courO08.bdf 
	                   courO10.bdf courO12.bdf courO14.bdf 
	                   courO18.bdf courO24.bdf courR08.bdf 
	                   courR10.bdf courR12.bdf courR14.bdf 
	                   courR18.bdf courR24.bdf helvB08.bdf 
	                   helvB10.bdf helvB12.bdf helvB14.bdf 
	                   helvB18.bdf helvB24.bdf helvBO08.bdf 
	                   helvBO10.bdf helvBO12.bdf helvBO14.bdf 
	                   helvBO18.bdf helvBO24.bdf helvO08.bdf 
	                   helvO10.bdf helvO12.bdf helvO14.bdf 
	                   helvO18.bdf helvO24.bdf helvR08.bdf 
	                   helvR10.bdf helvR12.bdf helvR14.bdf 
	                   helvR18.bdf helvR24.bdf install-sh missing 
	                   ncenB08.bdf ncenB10.bdf ncenB12.bdf 
	                   ncenB14.bdf ncenB18.bdf ncenB24.bdf 
	                   ncenBI08.bdf ncenBI10.bdf ncenBI12.bdf 
	                   ncenBI14.bdf ncenBI18.bdf ncenBI24.bdf 
	                   ncenI08.bdf ncenI10.bdf ncenI12.bdf 
	                   ncenI14.bdf ncenI18.bdf ncenI24.bdf 
	                   ncenR08.bdf ncenR10.bdf ncenR12.bdf 
	                   ncenR14.bdf ncenR18.bdf ncenR24.bdf 
	                   symb08.bdf symb10.bdf symb12.bdf symb14.bdf 
	                   symb18.bdf symb24.bdf timB08.bdf timB10.bdf 
	                   timB12.bdf timB14.bdf timB18.bdf timB24.bdf 
	                   timBI08.bdf timBI10.bdf timBI12.bdf 
	                   timBI14.bdf timBI18.bdf timBI24.bdf 
	                   timI08.bdf timI10.bdf timI12.bdf timI14.bdf 
	                   timI18.bdf timI24.bdf timR08.bdf timR10.bdf 
	                   timR12.bdf timR14.bdf timR18.bdf timR24.bdf 
	font/adobe-75dpi: ChangeLog Makefile.in aclocal.m4 config.guess 
	                  config.sub configure configure.ac courB08.bdf 
	                  courB10.bdf courB12.bdf courB14.bdf 
	                  courB18.bdf courB24.bdf courBO08.bdf 
	                  courBO10.bdf courBO12.bdf courBO14.bdf 
	                  courBO18.bdf courBO24.bdf courO08.bdf 
	                  courO10.bdf courO12.bdf courO14.bdf 
	                  courO18.bdf courO24.bdf courR08.bdf 
	                  courR10.bdf courR12.bdf courR14.bdf 
	                  courR18.bdf courR24.bdf helvB08.bdf 
	                  helvB10.bdf helvB12.bdf helvB14.bdf 
	                  helvB18.bdf helvB24.bdf helvBO08.bdf 
	                  helvBO10.bdf helvBO12.bdf helvBO14.bdf 
	                  helvBO18.bdf helvBO24.bdf helvO08.bdf 
	                  helvO10.bdf helvO12.bdf helvO14.bdf 
	                  helvO18.bdf helvO24.bdf helvR08.bdf 
	                  helvR10.bdf helvR12.bdf helvR14.bdf 
	                  helvR18.bdf helvR24.bdf install-sh missing 
	                  ncenB08.bdf ncenB10.bdf ncenB12.bdf 
	                  ncenB14.bdf ncenB18.bdf ncenB24.bdf 
	                  ncenBI08.bdf ncenBI10.bdf ncenBI12.bdf 
	                  ncenBI14.bdf ncenBI18.bdf ncenBI24.bdf 
	                  ncenI08.bdf ncenI10.bdf ncenI12.bdf 
	                  ncenI14.bdf ncenI18.bdf ncenI24.bdf 
	                  ncenR08.bdf ncenR10.bdf ncenR12.bdf 
	                  ncenR14.bdf ncenR18.bdf ncenR24.bdf symb08.bdf 
	                  symb10.bdf symb12.bdf symb14.bdf symb18.bdf 
	                  symb24.bdf timB08.bdf timB10.bdf timB12.bdf 
	                  timB14.bdf timB18.bdf timB24.bdf timBI08.bdf 
	                  timBI10.bdf timBI12.bdf timBI14.bdf 
	                  timBI18.bdf timBI24.bdf timI08.bdf timI10.bdf 
	                  timI12.bdf timI14.bdf timI18.bdf timI24.bdf 
	                  timR08.bdf timR10.bdf timR12.bdf timR14.bdf 
	                  timR18.bdf timR24.bdf 
	font/adobe-utopia-100dpi: ChangeLog Makefile.in UTBI__10.bdf 
	                          UTBI__12.bdf UTBI__14.bdf UTBI__18.bdf 
	                          UTBI__24.bdf UTB___10.bdf UTB___12.bdf 
	                          UTB___14.bdf UTB___18.bdf UTB___24.bdf 
	                          UTI___10.bdf UTI___12.bdf UTI___14.bdf 
	                          UTI___18.bdf UTI___24.bdf UTRG__10.bdf 
	                          UTRG__12.bdf UTRG__14.bdf UTRG__18.bdf 
	                          UTRG__24.bdf aclocal.m4 config.guess 
	                          config.sub configure configure.ac 
	                          install-sh missing 
	font/adobe-utopia-75dpi: ChangeLog Makefile.in UTBI__12.bdf 
	                         UTBI__14.bdf UTBI__18.bdf UTBI__24.bdf 
	                         UTB___10.bdf UTB___12.bdf UTB___14.bdf 
	                         UTB___18.bdf UTB___24.bdf UTI___10.bdf 
	                         UTI___12.bdf UTI___14.bdf UTI___18.bdf 
	                         UTI___24.bdf UTRG__10.bdf UTRG__12.bdf 
	                         UTRG__14.bdf UTRG__18.bdf UTRG__24.bdf 
	                         aclocal.m4 config.guess config.sub 
	                         configure configure.ac install-sh 
	                         missing 
	font/adobe-utopia-type1: ChangeLog Makefile.in aclocal.m4 
	                         config.guess config.sub configure 
	                         configure.ac install-sh missing 
	font/arabic-misc: ChangeLog Makefile.in aclocal.m4 config.guess 
	                  config.sub configure configure.ac install-sh 
	                  missing 
	font/bh-100dpi : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/bh-75dpi  : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/bh-lucidatypewriter-100dpi: ChangeLog Makefile.in 
	                                 aclocal.m4 config.guess 
	                                 config.sub configure 
	                                 configure.ac install-sh missing 
	font/bh-lucidatypewriter-75dpi: ChangeLog Makefile.in aclocal.m4 
	                                config.guess config.sub 
	                                configure configure.ac 
	                                install-sh missing 
	font/bh-type1  : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/bitstream-100dpi: ChangeLog Makefile.in aclocal.m4 
	                       charI08.bdf charI10.bdf charI12.bdf 
	                       charI14.bdf charI18.bdf charI24.bdf 
	                       charR08.bdf charR10.bdf charR12.bdf 
	                       charR14.bdf charR18.bdf charR24.bdf 
	                       config.guess config.sub configure 
	                       configure.ac install-sh missing 
	                       tech14.bdf techB14.bdf term14.bdf 
	                       termB14.bdf 
	font/bitstream-75dpi: ChangeLog Makefile.in aclocal.m4 
	                      charI08.bdf charI10.bdf charI12.bdf 
	                      charI14.bdf charI18.bdf charI24.bdf 
	                      charR08.bdf charR10.bdf charR12.bdf 
	                      charR14.bdf charR18.bdf charR24.bdf 
	                      config.guess config.sub configure 
	                      configure.ac install-sh missing tech14.bdf 
	                      techB14.bdf term14.bdf termB14.bdf 
	font/bitstream-type1: ChangeLog Makefile.in aclocal.m4 
	                      config.guess config.sub configure 
	                      configure.ac install-sh missing 
	font/cronyx-cyrillic: ChangeLog Makefile.in aclocal.m4 
	                      config.guess config.sub configure 
	                      configure.ac install-sh missing 
	font/cursor-misc: ChangeLog Makefile.in aclocal.m4 config.guess 
	                  config.sub configure configure.ac install-sh 
	                  missing 
	font/daewoo-misc: ChangeLog Makefile.in aclocal.m4 config.guess 
	                  config.sub configure configure.ac install-sh 
	                  missing 
	font/dec-misc  : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/ibm-type1 : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/isas-misc : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/jis-misc  : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/micro-misc: ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/misc-cyrillic: ChangeLog Makefile.in aclocal.m4 
	                    config.guess config.sub configure 
	                    configure.ac install-sh missing 
	font/misc-ethiopic: ChangeLog Makefile.in aclocal.m4 
	                    config.guess config.sub configure 
	                    configure.ac install-sh missing 
	font/misc-meltho: ChangeLog Makefile.in aclocal.m4 config.guess 
	                  config.sub configure configure.ac install-sh 
	                  missing 
	font/misc-misc : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/mutt-misc : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/schumacher-misc: ChangeLog Makefile.in aclocal.m4 
	                      config.guess config.sub configure 
	                      configure.ac install-sh missing 
	font/screen-cyrillic: ChangeLog Makefile.in aclocal.m4 
	                      config.guess config.sub configure 
	                      configure.ac install-sh missing 
	font/sony-misc : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/sun-misc  : ChangeLog Makefile.in aclocal.m4 config.guess 
	                 config.sub configure configure.ac install-sh 
	                 missing 
	font/winitzki-cyrillic: ChangeLog Makefile.in aclocal.m4 
	                        config.guess config.sub configure 
	                        configure.ac install-sh missing 
	font/xfree86-type1: ChangeLog Makefile.in aclocal.m4 
	                    config.guess config.sub configure 
	                    configure.ac install-sh missing 
	                    mkinstalldirs 

Log message:
Bunch of fonts package updates.

build system churn + removal of old RCS keyworks.
No actual visible changes indended.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/10 09:08:06

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/10 09:09:36

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/pkg: PLIST 

Log message:
Update to evolution-data-server-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/10 09:10:00

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 

Log message:
Update to evolution-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/10 09:10:18

Modified files:
	mail/evolution-ews: Makefile distinfo 

Log message:
Update to evolution-ews-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 10:43:11

Modified files:
	regress/usr.bin/mandoc: Makefile.inc 

Log message:
Framework extension to support -Tutf8 tests.

New per-directory variables UTF8_TARGETS and SKIP_ASCII,
intended as subsets of REGRESS_TARGETS.

New .PHONY targets "utf8" and "utf8-clean" to only do -Tutf8 tests;
of course, "all" and "clean" also include this functionality.

While here, prefix internal variables with an underscore.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/10 10:47:42

Modified files:
	share/man/man7 : mandoc_char.7 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 11:16:02

src/regress/usr.bin/mandoc/char/unicode

Update of /cvs/src/regress/usr.bin/mandoc/char/unicode
In directory cvs.openbsd.org:/tmp/cvs-serv17598/unicode

Log Message:
Directory /cvs/src/regress/usr.bin/mandoc/char/unicode added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/10 11:49:34

Modified files:
	lib/csu/amd64  : crt0.c 

Log message:
The kernel and ld.so pass 0 in %rdx for use as the cleanup callback
for about a year, so it's safe to add the test and atexit() call.
While here, drop the no-longer-used obj and ps_strings and the
asm to set those up, switch from sys/param.h to limits.h, and ANSIfy.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/10 12:23:14

Modified files:
	libexec/ld.so/alpha: ldasm.S 
	sys/arch/alpha/alpha: machdep.c 

Log message:
Make sure we pass a NULL cleanup argument to __start() by initializing
a2 to zero in the kernel and ld.so.  This will let us add the
conditional atexit() call to crt0

ok kettenis@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 12:26:31

Modified files:
	regress/usr.bin/mandoc/char: Makefile 
Added files:
	regress/usr.bin/mandoc/char/unicode: Makefile man.in 
	                                     man.out_utf8 mdoc.in 
	                                     mdoc.out_utf8 

Log message:
basic tests for the \[uXXXX] escape sequence


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/10 12:30:40

Modified files:
	lib/csu/sh     : crt0.c 

Log message:
The kernel and ld.so have passed 0 in r7 for use as the cleanup
callback for about a year, so it's safe to make __start() treat
that as the cleanup argument and conditionally pass it to atexit().
Eliminate the no-longer-used obj and ps_strings arguments to position
things correctly, which lets us eliminate the ASM wrapper completely.

ok kettenis@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/10 12:44:17

Modified files:
	lib/csu/arm    : crt0.c 

Log message:
The kernel and ld.so have passed 0 in r0 for use as the cleanup
callback for about a year, so it's safe to make __start() pass that
as the cleanup argument to ___start(), and have *that* conditionally
pass it to atexit().  Eliminate the no-longer-used obj and ps_strings
arguments to position things correctly, simplifying the ASM wrapper
slightly.

ok kettenis@ miod@; testing patrick@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 13:17:14

Modified files:
	share/man/man7 : mandoc_char.7 
	usr.bin/mandoc : mandoc.c 
	regress/usr.bin/mandoc/char/unicode: man.in man.out_utf8 mdoc.in 
	                                     mdoc.out_utf8 

Log message:
Support the alternative syntax \C'uXXXX' for Unicode characters.
It is already documented in the Heirloom troff manual,
and groff handles it as well.

Bug reported by Bjarni Ingi Gislason <bjarniig at rhi dot hi dot is>
on <bug-groff at gnu dot org>.  Well, admittedly, that bug was reported
against groff, but mandoc was even more broken than groff with respect
to this syntax...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/10 13:54:55

Modified files:
	x11/gnome/calculator: Makefile distinfo 

Log message:
update to gnome-calculator-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/10 14:44:02

Modified files:
	editors/qscintilla: Makefile distinfo 
	editors/qscintilla/pkg: PLIST 
Added files:
	editors/qscintilla/patches: patch-Qt4Qt5_qscintilla_pro 
Removed files:
	editors/qscintilla/patches: patch-Qt4_qscintilla_pro 
	editors/qscintilla/pkg: PFRAG.shared 

Log message:
update to QScintilla 2.7.2
(oops, forgot to commit this along with the py-qscintilla/py-sip update..)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/10 15:23:43

Modified files:
	editors/qscintilla: Makefile distinfo 
	editors/qscintilla/patches: patch-Qt4Qt5_qscintilla_pro 
	editors/py-qscintilla: Makefile distinfo 

Log message:
update to qscintilla 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/10 15:28:59

Modified files:
	databases/sqliteman: Makefile distinfo 
	databases/sqliteman/pkg: DESCR PLIST 
Added files:
	databases/sqliteman/patches: patch-CMakeLists_txt 
Removed files:
	databases/sqliteman/patches: patch-sqliteman_database_h 
	                             patch-sqliteman_main_cpp 

Log message:
bugfix update to sqliteman 1.2.2


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 15:53:58

Modified files:
	usr.bin/mandoc : man.c 

Log message:
Ignore blank lines right after .SH and .SS.
Improves the rendering of gpg(1); issue reported by jca on ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 15:58:25

Modified files:
	regress/usr.bin/mandoc/man/blank: Makefile 
Added files:
	regress/usr.bin/mandoc/man/blank: afterSH.in afterSH.out_ascii 
	                                  afterSS.in afterSS.out_ascii 

Log message:
test man.c rev. 1.71


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 17:35:51

Modified files:
	usr.bin/mandoc : man_macro.c man_term.c 
	regress/usr.bin/mandoc/man/RS: Makefile 
Added files:
	regress/usr.bin/mandoc/man/RS: lonelyRE.in lonelyRE.out_ascii 

Log message:
In the parser, when closing an explicit block that is not open,
close below-subsection implicit scopes that may still be open.
In the formatter, make sure indentation is reset when leaving a scope,
not only when entering the next one.

Improves the formatting of gpg(1); issue reported by jca on ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/10 19:43:20

Modified files:
	sys/dev/pci/drm/i915: i915_gem_context.c i915_reg.h 

Log message:
drm/i915: Fix context sizes on HSW

With updates to the spec, we can actually see the context layout, and
how many dwords are allocated. That table suggests we need 70720 bytes
per HW context. Rounded up, this is 18 pages. Looking at what lives
after the current 4 pages we use, I can't see too much important (mostly
it's d3d related), but there are a couple of things which look scary. I
am hopeful this can explain some of our odd HSW failures.

v2: Make the context only 17 pages. The power context space isn't used
ever, and execlists aren't used in our driver, making the actual total
66944 bytes.

v3: Add a comment to the code. (Jesse & Paulo)

From Ben Widawsky
6bab5ce3f3224d3c1fcc92ed9184392558ae3df4 in ubuntu 3.8
a0de80a0e07032a111230ec92eca563f9d93648d in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/10 19:48:04

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: do not update cursor in crtc mode set

The cursor is disabled before crtc mode set in crtc disable (and we
assert this is the case), and enabled afterwards in crtc enable. Do not
update it in crtc mode set.

On HSW enabling a plane on a disabled pipe may hang the entire system.
And there's no good reason for doing it ever, so just don't.

v2: Add note about HSW hangs - vsyrjala

From Jani Nikula
0be01fc195fd4ea1aec1f8be7c03ca8f920a9486 in ubuntu 3.8
cc173961a68034c1171a421f0dbed39edfb60880 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/10 19:53:26

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: Don't enable the cursor on a disable pipe

On HSW enabling a plane on a disabled pipe may hang the entire system.
And there's no good reason for doing it ever, so just don't.

v2: Move the crtc active checks to intel_crtc_cursor_{set,move} to
avoid confusing people during modeset

From Ville Syrjala
f6c0873963a9b8ea1d94541e0e219e6ea090012b in ubuntu 3.8
f2f5f771c5fc0fa252cde3d0d0452dcc785cc17a in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/10 19:59:01

Modified files:
	sys/dev/pci/drm/i915: i915_reg.h intel_pm.c 

Log message:
drm/i915/hsw: Disable L3 caching of atomic memory operations.

Otherwise using any atomic memory operation will lock up the GPU due
to a Haswell hardware bug.

v2: Use the _MASKED_BIT_ENABLE macro.  Drop drm parameter definition.

From Francisco Jerez
018e31d2bd17a8bc95e1d1ca519650f2418b6010 in ubuntu 3.8
f3fc4884ebe6ae649d3723be14b219230d3b7fd2 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/10 20:03:34

Modified files:
	sys/dev        : flash.c flashvar.h 

Log message:
replace disksort with bufqs.

i havent had any tests, so if there's any fallout ill deal with it when
people hit it. i wont feel guilty about it at all though.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/10 20:06:43

Modified files:
	sys/net        : bpf.c bpfdesc.h 

Log message:
replace the user of ticks in a condition like "interval + start < ticks"
with "ticks - start > interval" because the latter copes with the ticks
value wrapping.

pointed out by guenther@
ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/10 20:08:20

Modified files:
	sys/dev/ic     : athn.c 
	sys/dev/pci    : if_sandrv.c 
	sys/dev/pci/drm/radeon: radeon_pm.c 

Log message:
replace things like "start + interval > ticks" with
"ticks - start > interval" because the latter copes with ticks wrapping.

pointed out by guenther@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/10 20:16:50

Modified files:
	driver/xf86-video-intel/src: intel_driver.c 

Log message:
Enable hardware acceleration on haswell again.
Seems to work with the kernel changes I've just committed
on a desktop with hd 4600, and matthieu's haswell ult with hd 4400.


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/11/10 23:41:02

Modified files:
	textproc/groff : Makefile 
	textproc/groff/patches: patch-tmac_doc-common 
	                        patch-tmac_doc_tmac 
	                        patch-tmac_groff_mdoc_man 

Log message:
My implementation of .%C (city) in .Rs (citation block), accepted and
committed upstream.  It already works in mandoc(1), and it is used in
some OpenBSD base system manuals, and using it is generally encouraged,
so having it in our groff port as well really makes sense.
ok bentley@ on August 1, 2013 (and i forgot to commit after unlock, sorry)


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 00:18:59

Modified files:
	de             : index.html 
	faq/de         : faq4.html 
	faq/fr         : faq14.html 
	faq/nl         : faq4.html 
	lt             : anoncvs.html armish.html ftp.html index.html 
	                 landisk.html stable.html vax.html 
	opensmtpd/de   : list.html portable.html security.html 
	openssh/de     : ftp.html index.html openbsd.html security.html 
	                 specs.html 
	pt             : cvsync.html donations.html index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/11 00:19:53

Modified files:
	sys/dev/pci    : if_vmx.c 

Log message:
bump the ring sizes up.

ok yasuoka@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/11 00:23:32

Modified files:
	devel/cmake    : Makefile distinfo 
	devel/cmake/patches: patch-Source_cmTarget_cxx 

Log message:
Bugfix update to cmake-2.8.12.1


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/11/11 00:56:02

Modified files:
	usr.sbin/mkuboot: copy_elf.c 

Log message:
Make sure string and symbol tables are properly aligned.

From and with drahn@bitrig, fgs@, syl@
Tested by aalm@, ok fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/11 02:15:35

Modified files:
	sys/conf       : files 
	sys/dev        : vmt.c 
	sys/net        : if.c if_spppsubr.c pf_osfp.c pipex.c 
	sys/netinet    : if_ether.c in.h ip_icmp.c ip_input.c ip_ipsp.c 
	                 ip_ipsp.h ipsec_input.c 
	sys/netinet6   : frag6.c icmp6.c in6.c in6_src.c ip6_forward.c 
	                 ip6_input.c ip6_mroute.c mld6.c nd6.c nd6_nbr.c 
	                 nd6_rtr.c 
	sys/nfs        : krpc_subr.c nfs_boot.c 
Added files:
	sys/netinet    : inet_ntop.c 

Log message:
Replace most of our formating functions to convert IPv4/6 addresses from
network to presentation format to inet_ntop().

The few remaining functions will be soon converted.

ok mikeb@, deraadt@ and moral support from henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/11 02:16:03

Modified files:
	sys/dev/usb    : uhidev.c uoaklux.c uoakrh.c uoakv.c 

Log message:
Clean-up the activate routines from the uoak*(4) drivers.

Leave the deactivate bits to the parent.
Simplify by making a single dying check in uhidev(4) interrupt routine
instead of having each child doing it.

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 02:20:43

Log message:
    Import link-grammar, a dependency for upcoming KDE 4.11.3 PIM.
    
    The Link Grammar Parser is a syntactic parser of English, Russian,
    Arabic and Persian (and other languages as well), based on link
    grammar, an original theory of English syntax. Given a sentence,
    the system assigns to it a syntactic structure, which consists of
    a set of labelled links connecting pairs of words. The parser also
    produces a "constituent" (Penn tree-bank style phrase tree)
    representation of a sentence (showing noun phrases, verb phrases,
    etc.). The RelEx extension provides dependency-parse output.
    
    okay landry@, espie@ (for the BUILD_PACKAGES part)
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131111
    
    N ports/textproc/link-grammar/Makefile
    N ports/textproc/link-grammar/distinfo
    N ports/textproc/link-grammar/pkg/PLIST-main
    N ports/textproc/link-grammar/pkg/DESCR-main
    N ports/textproc/link-grammar/pkg/DESCR-java
    N ports/textproc/link-grammar/pkg/PLIST-java
    N ports/textproc/link-grammar/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 02:23:09

Log message:
    Import oRTP, RTP (RFC3550) implementation library. This is needed for
    Jingle support in kopete-4.11.3. The kdenetwork-4.10.5 could also use it
    for the same thing, but my tests showed that Jingle doesn't work there, so
    no point in enabling it.
    
    oRTP - a Real-time Transport Protocol (RFC3550) stack under LGPL.
    It implements the RFC3550 (RTP) with a easy to use API with high and
    low level access and features:
    * Support for multiples profiles, AV profile (RFC3551) being
    the one by default.
    * A packet scheduler for sending and recieving "on time", according
    to their timestamp. Scheduling is optionnal, RTP sessions can remain
    not scheduled.
    * Mutiplexing I/O, so that hundreds of RTP sessions can be scheduled
    by a single thread.
    * Adaptive jitter algorithm for a receiver to adapt to the clockrate
    of the sender.
    * Supports part of RFC2833 for telephone events over RTP.
    * The API is well documented using doxygen.
    * RTCP messages sent periodically since 0.7.0 (compound packet
    including sender report or receiver report + SDES).
    * An API to parse incoming RTCP packets.
    
    okay landry@
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131111
    
    N ports/net/ortp/Makefile
    N ports/net/ortp/distinfo
    N ports/net/ortp/pkg/DESCR
    N ports/net/ortp/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/11 03:09:40

Modified files:
	sys/dev/usb    : if_cdcef.c 

Log message:
Kill commented out code dealing with a non existent sc_dying variable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 04:53:37

Modified files:
	net/liboauth   : Makefile distinfo 
	net/liboauth/pkg: PLIST 
Removed files:
	net/liboauth/pkg: PFRAG.shared 

Log message:
Update to liboauth-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/11 05:23:13

Modified files:
	net/lldpd      : Makefile distinfo 
Removed files:
	net/lldpd/patches: patch-src_daemon_event_c 
	                   patch-src_daemon_lldpd_h 
	                   patch-src_daemon_priv-bsd_c 
	                   patch-src_daemon_priv_c 

Log message:
- update to lldpd-0.7.7

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/11 05:38:16

Modified files:
	sys/dev/usb    : if_cdce.c if_cdcereg.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/11 05:38:39

Modified files:
	sys/dev/usb    : if_kue.c if_kuereg.h 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/11 05:51:15

Modified files:
	app/cwm        : client.c 

Log message:
Put back the border draw call in client_resize; since we are adding and
removing the border on maximized clients we need to redraw.

Also noticed by Tim van der Molen


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 06:35:52

Modified files:
	net            : Makefile 

Log message:
Link libktorrent (forgotten) and ortp (new) to build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 06:37:35

Modified files:
	textproc       : Makefile 

Log message:
+link-grammar


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2013/11/11 07:01:56

Added files:
	audio/mpdscribble: distinfo 
	audio/mpdscribble/pkg: DESCR PLIST 

Log message:
re-import newer version of mpdscribble

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2013/11/11 07:13:05

Modified files:
	audio          : Makefile 

Log message:
+mpdscribble


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 07:13:29

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
Avoid pulling extra dependencies if NO_BUILD=Yes. No-op for current builds,
but will be needed for meta/kde4.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/11 07:18:49

Modified files:
	sys/sys        : fusebuf.h 

Log message:
There is no fusebuf(9) man page anymore. Remove references to it from comments.
ok syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/11 07:23:01

Modified files:
	lib/libfuse    : fuse.c 

Log message:
In fuse_loop(), use ssize_t to store return values from read(2) and write(2).
ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 07:56:46

Modified files:
	net/quvi/scripts: Makefile distinfo 
	net/quvi/scripts/pkg: PLIST 

Log message:
Update to libquvi-scripts-0.9.20131104.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 07:56:58

Modified files:
	net/quvi/libquvi: Makefile distinfo 

Log message:
Update to libquvi-0.9.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 07:57:10

Modified files:
	net/quvi/quvi  : Makefile distinfo 

Log message:
Update to quvi-0.9.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/11 08:00:35

Modified files:
	sys/dev/usb    : if_wi_usb.c 

Log message:
Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate().

Okay mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/11 08:00:51

Modified files:
	databases/ports-readmes: Makefile 
	databases/ports-readmes/files: make-readmes 

Log message:
there are aliases between categories and pkgpaths, as noted by
Constantine A. Murenin

move ports-readmes to the same basic url structure as
ports-readmes-dancer, to avoid the confusion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 08:16:12

Modified files:
	devel/py-gobject3: Makefile distinfo 

Log message:
Update to py-gobject3-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 08:38:16

Removed files:
	lang/php/files : DESCR-mhash 

Log message:
Remove unused file.

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 08:39:20

Modified files:
	sbin/dhclient  : dhclient.c dhclient.conf.5 

Log message:
RFC 2131 and friends state that when renewing a lease the client
will begin by using unicast communications with the server, and
fall back to using broadcast packets if unicast fails.

We were not failing back, but instead doggedly sticking with unicast
attempts until the lease expired.

Instead, try unicast requests for the reboot timeout interval and
then switch to using broadcast requests.

Problem reported by Marc Peters and Dennis den Brok via misc@.

ok dlg@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/11 08:42:58

Modified files:
	devel/p5-Net-Server: Makefile distinfo 

Log message:
Update to 2.007.

Fixes this problem (notified by sthen):
Use of uninitialized value in pattern match (m//) at
/usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.

From sthen:
one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
tighter) but that isn't new and isn't a real problem

ok sthen, gonzalo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 08:52:40

Modified files:
	graphics/colord: Makefile distinfo 
	graphics/colord/patches: patch-src_cd-profile_c 

Log message:
Update to colord-1.0.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/11 09:05:28

Modified files:
	devel/vte      : Makefile 

Log message:
Enable -python for mips64* now that py-gtk2 works on those platforms.
Bump.
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 09:06:01

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to GTK+ 3.10.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 09:08:49

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 
Removed files:
	graphics/gdk-pixbuf2/patches: 
	                              patch-tests_pixbuf-randomly-modified_c 

Log message:
Update to gdk-pixbuf-2.30.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 09:14:08

Modified files:
	x11/gnome/devhelp: Makefile distinfo 

Log message:
Update to devhelp-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/11 09:21:08

Modified files:
	sys/net        : bpf.c bpfdesc.h 

Log message:
Revert bpf.c 1.84 / bpfdesc.h 1.19 for now, "panic: timeout_add: to_ticks (-1)
< 0" seen by RD Thrush, http://article.gmane.org/gmane.os.openbsd.bugs/20113
where he has a long-running process using bpf which is active at the time of
panic.  krw@ agrees with reverting for now.


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/11/11 09:43:33

Modified files:
	faq            : faq15.html 

Log message:
emacs23 -> emacs (the former doesn't exist anymore).  ok jturner@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/11/11 09:52:00

Modified files:
	driver/xf86-input-keyboard: ChangeLog Makefile.in aclocal.m4 
	                            configure configure.ac 
	driver/xf86-input-keyboard/man: Makefile.in 
	driver/xf86-input-keyboard/src: Makefile.am Makefile.in 
	                                bsd_KbdMap.c bsd_kbd.c kbd.c 
	                                xf86OSKbd.h 

Log message:
Update to xf86-input-keyboard 1.8.0.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 09:52:46

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/pkg: PLIST 

Log message:
Update to pango-1.36.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	shadchin@cvs.openbsd.org	2013/11/11 09:56:08

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 10:16:11

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Argh. Set 'to' address to INADDR_BROADCAST, not 'from' address,
when trying to send broadcast request to server.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 10:52:13

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/11/11 11:02:02

Modified files:
	sbin/ping      : ping.8 

Log message:
Document that SO_DEBUG (-d flag) has no effect on OpenBSD.
Input from kettenis@, ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/11 11:17:27

Modified files:
	www/phpldapadmin: Makefile distinfo 
	www/phpldapadmin/pkg: PLIST 
Added files:
	www/phpldapadmin/patches: patch-lib_emuhash_functions_php 
Removed files:
	www/phpldapadmin/patches: patch-lib_QueryRender_php 

Log message:
update to 1.2.3 and fallback to using the openssl binary if available instead of deprecated mhash() functions


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 11:43:45

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Nuke 'cur_time' variable used only to assign time(NULL) to a field.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 11:51:06

Modified files:
	sbin/fsck_ffs  : inode.c 

Log message:
incorrect %lld for an int


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/11 13:46:30

Modified files:
	lang/ghc       : Makefile 

Log message:
Bump because of library signature changes for base, ghc, haskell98,
old-time and time. After comparing all the .hi files before and
after (using ghc --show-iface) I guess this changes had been triggered
by the suseconds_t change some weeks ago (my previous ghc build was
from october 23rd, so just a little bit before that change).

People following -current and using Haskell for serious work should
wait with updates until the new ghc and hs-packages are built and
copied out to the mirrors. Any Haskell additional libraries built
manually (i.e. using cabal something) should be rebuilt. If in
doubt, run ghc-pkg check to see if anything is broken for you.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 14:00:01

Modified files:
	sbin/dhclient  : bpf.c clparse.c dhclient.c dhcpd.h dispatch.c 
	                 parse.c 

Log message:
Shuffle function prototypes and extern declarations around to
put local functions prototypes and variables in their .c files, and
cross-file functions into .h files. Prompted by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2013/11/11 14:14:29

Modified files:
	share/man/man7 : ports.7 

Log message:
Fix REPORT_PROBLEM_LOGFILE description.

okay espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/11 14:25:54

Modified files:
	databases/xapian-core: Makefile distinfo 

Log message:
update to xapian-core 1.2.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/11 14:25:56

Modified files:
	databases/p5-Search-Xapian: Makefile distinfo 

Log message:
update to p5-Search-Xapian 1.2.15.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/11 14:25:58

Modified files:
	www/xapian-omega: Makefile distinfo 

Log message:
update to xapian-omega 1.2.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/11 14:54:57

Modified files:
	devel/libevent2: Makefile 
	devel/libevent2/patches: patch-evutil_rand_c 
Added files:
	devel/libevent2/patches: patch-include_event2_util_h 
Removed files:
	devel/libevent2/patches: patch-configure_in 

Log message:
Instead of shuffling things around after arc4random_addrandom() removal,
take a stronger stance and remove evutil_secure_rng_add_bytes() from
libevent's API. Nothing calls it anyway, and there's even a big scary
warning (tm) in libevent's header..

---
You should almost never need to call this function; it should be
sufficient to invoke evutil_secure_rng_init(), or let Libevent take
care of calling evutil_secure_rng_init() on its own.

If you call this function as a _replacement_ for the regular
entropy sources, then you need to be sure that your input
contains a fairly large amount of strong entropy.  Doing so is
notoriously hard: most people who try get it wrong.  Watch out!
---

Bump event_core major, and remove the now useless configure.in patch.

Discussed with/ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 15:58:53

Modified files:
	gnu/usr.bin/cvs: Makefile.bsd-wrapper 

Log message:
disable kerberos support (only used for pserver, which we strongly
discourage anyone from using anyways)
ok various


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 16:06:51

Modified files:
	usr.bin/w      : pr_time.c 

Log message:
%lld for time_t even if division occurs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 16:07:15

Modified files:
	bin/ps         : fmt.c print.c 

Log message:
remove totally excessive set of #include


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 16:07:28

Modified files:
	bin/dd         : args.c 

Log message:
unused prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 16:07:52

Modified files:
	sbin/bioctl    : bioctl.c 

Log message:
oops, forgot a #ifdef AOE in last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 16:08:02

Modified files:
	sbin/mount_vnd : mount_vnd.c 

Log message:
unused variable


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/11/11 17:30:25

Modified files:
	faq            : faq6.html 

Log message:
plural.  From Senthil Kumar (senthil dot debian at gmail dot com) thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/11 18:12:09

Modified files:
	sys/net        : bpf.c bpfdesc.h 

Log message:
try bpf.c r1.84 again, this time without semantic changes to if statements.

cheers to sthen@ and krw@ for properly dealing with the fallout of my
first commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 18:37:40

Modified files:
	sys/arch/alpha/stand/boot: disk.c 

Log message:
Use DL_[GET|SET]POFFSET() and DL_[GET|SET]PSIZE() to get and set
partition offsets and sizes.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/11 18:48:43

Modified files:
	sys/arch/sgi/stand/sgivol: sgivol.c 

Log message:
Use DL_GETDSIZE() to get disk size.


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2013/11/11 19:35:03

Modified files:
	sys/kern       : Tag: OPENBSD_5_3 spec_vnops.c 

Log message:
MFC:

This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/010_vnode.patch

An unprivileged user may hang the system.

requested by dcoppa
fix by guenther
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	william@cvs.openbsd.org	2013/11/11 19:37:04

Modified files:
	sys/kern       : Tag: OPENBSD_5_4 spec_vnops.c 

Log message:
MFC:

This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.4/common/003_vnode.patch

An unprivileged user may hang the system.

requested by dcoppa
fix by guenther
ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	william@cvs.openbsd.org	2013/11/11 19:39:41

Modified files:
	.              : errata53.html 

Log message:
vnode errata

ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	william@cvs.openbsd.org	2013/11/11 19:40:38

Modified files:
	.              : errata54.html 

Log message:
vnode errata

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 21:36:02

Modified files:
	bin/chio       : parse.y 
	bin/ksh        : lex.c 
	bin/mt         : mt.c 
	bin/rcp        : rcp.c 

Log message:
add a variety of missing prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 21:44:14

Modified files:
	libexec/ftpd   : monitor_fdpass.c 

Log message:
repair the last prototype by bringing in monitor.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 21:59:02

Modified files:
	sbin/dhclient  : conflex.c 
	sbin/disklabel : editor.c 
	sbin/dump      : dumprmt.c optr.c tape.c traverse.c 
	sbin/ifconfig  : ifconfig.c 
	sbin/lmccontrol: clockgen.c 
	sbin/mount_udf : mount_udf.c 
	sbin/newfs     : mkfs.c 
	sbin/scsi      : scsi.c 

Log message:
add a variety of missing prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 22:04:29

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
a missing prototypes
and don't act like an unknown vnode type is "ok"


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 22:12:15

Modified files:
	lib/libc/gen   : ttyname.3 

Log message:
ttyslot() needs <stdlib.h>
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:05:17

Modified files:
	lib/libc/arch/amd64/gen: ldexp.c 
	lib/libc/arch/i386/gen: ldexp.c 

Log message:
add proto for amd64 case; unify otherwise


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:07:12

Modified files:
	lib/libc/gen   : ttyslot.c 

Log message:
pull in stdlib.h as required


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:09:50

Modified files:
	lib/libc/gen   : getprogname.c setprogname.c shm_open.c isinf.c 
	                 isnan.c 
	lib/libc/rpc   : get_myaddress.c 
	lib/libc/asr   : res_query.c res_send.c 

Log message:
pull in missing includes (math.h, unistd.h, stdlib.h) needed for
prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:10:28

Modified files:
	lib/libc/locale: rune_local.h 

Log message:
ANSI prototype


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/11 23:43:36

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2013.11.11


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/11 23:47:34

Modified files:
	usr.bin/aucat  : Makefile aucat.1 aucat.c dev.c wav.c 
Removed files:
	usr.bin/aucat  : listen.c listen.h opt.c opt.h sock.c sock.h 

Log message:
remove bogus legacy server-specific bits that cause confusion


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 23:55:50

Modified files:
	x11/gnome/at-spi2-core: Makefile distinfo 
	x11/gnome/at-spi2-core/pkg: PLIST 

Log message:
Update to at-spi2-core-2.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:56:00

Modified files:
	lib/libsndio   : aucat.c 

Log message:
internalize some functions so that they do not need prototypes
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:57:54

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
avoid arithetic on void *
ok guenther otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/11 23:58:33

Modified files:
	x11/gnome/at-spi2-atk: Makefile distinfo 

Log message:
Update to at-spi2-atk-2.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/11 23:59:12

Modified files:
	lib/libc/rpc   : pmap_rmt.c 

Log message:
insert the proper arguments into a prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 00:00:24

Modified files:
	lib/libc/net   : res_random.c 

Log message:
permute15() should be static.  Not cranking libc now, because it is
not urgent.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 00:04:06

Modified files:
	lib/libc/stdio : fgetln.c findfp.c 

Log message:
both files contain a function which should only be static.
not cranking libc over this (unless an issue is found in ports)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 00:04:35

Modified files:
	lib/libc/stdio : flags.c fputws.c fvwrite.h vfwprintf.c 

Log message:
a __fputwc_unlock() prototype was available in fvwrite.h, so use that


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 00:04:54

Modified files:
	lib/libc/gen   : getpwent.c 

Log message:
ANSI prototypes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 00:17:16

Modified files:
	x11/gnome/user-docs: Makefile distinfo 
	x11/gnome/user-docs/pkg: PLIST 

Log message:
Update to gnome-user-docs-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 00:27:16

Modified files:
	x11/gnome/devel-docs: Makefile distinfo 

Log message:
Update to gnome-devel-docs-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 00:37:24

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
Update to libsoup-2.44.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 00:51:03

Modified files:
	x11/gnome/vinagre: Makefile distinfo 

Log message:
Update to vinagre-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 00:55:18

Modified files:
	x11/gnome/orca : Makefile distinfo 

Log message:
Update to orca-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/12 00:57:23

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/patches: patch-configure_ac 
	                             patch-cppunit_openbsd-cppunit_patch 
	                             patch-desktop_source_app_app_cxx 
	                             patch-extensions_Library_npsoplugin_mk 
	                             patch-hsqldb_UnpackedTarball_hsqldb_mk 
	                             patch-liblangtag_ExternalProject_langtag_mk 
	                             patch-liborcus_ExternalProject_liborcus_mk 
	                             patch-sc_qa_unit_subsequent_filters-test_cxx 
	                             patch-scp2_source_ooo_file_library_ooo_scp 
	                             patch-sdext_source_pdfimport_test_tests_cxx 
	                             patch-shell_Module_shell_mk 
	                             patch-solenv_bin_ooinstall 
	                             patch-vcl_unx_gtk_gdi_salnativewidgets-gtk_cxx 
	                             patch-writerfilter_source_rtftok_rtfsprm_hxx 
	editors/libreoffice/pkg: PFRAG.no-no_java-i18n-ar 
	                         PFRAG.no-no_java-i18n-bg 
	                         PFRAG.no-no_java-i18n-ca 
	                         PFRAG.no-no_java-i18n-de 
	                         PFRAG.no-no_java-i18n-es 
	                         PFRAG.no-no_java-i18n-fa 
	                         PFRAG.no-no_java-i18n-fi 
	                         PFRAG.no-no_java-i18n-fr 
	                         PFRAG.no-no_java-i18n-hu 
	                         PFRAG.no-no_java-i18n-it 
	                         PFRAG.no-no_java-i18n-lt 
	                         PFRAG.no-no_java-i18n-lv 
	                         PFRAG.no-no_java-i18n-nl 
	                         PFRAG.no-no_java-i18n-pl 
	                         PFRAG.no-no_java-i18n-pt-br 
	                         PFRAG.no-no_java-i18n-ru 
	                         PFRAG.no-no_java-i18n-sl 
	                         PFRAG.no-no_java-i18n-sv 
	                         PFRAG.shared-java PFRAG.shared-kde 
	                         PFRAG.shared-main PLIST-i18n-ar 
	                         PLIST-i18n-bg PLIST-i18n-ca 
	                         PLIST-i18n-de PLIST-i18n-es 
	                         PLIST-i18n-fa PLIST-i18n-fi 
	                         PLIST-i18n-fr PLIST-i18n-hu 
	                         PLIST-i18n-it PLIST-i18n-lt 
	                         PLIST-i18n-lv PLIST-i18n-nl 
	                         PLIST-i18n-pl PLIST-i18n-pt-br 
	                         PLIST-i18n-ru PLIST-i18n-sl 
	                         PLIST-i18n-sv PLIST-java PLIST-kde 
	                         PLIST-main 
Added files:
	editors/libreoffice/patches: patch-autogen_sh 
	                             patch-bridges_Library_cpp_uno_mk 
	                             patch-cppunit_ExternalPackage_cppunit_mk 
	                             patch-cppunit_UnpackedTarball_cppunit_mk 
	                             patch-libexttextcat_UnpackedTarball_exttextcat_mk 
	                             patch-libexttextcat_openbsd_patch 
	                             patch-liborcus_UnpackedTarball_liborcus_mk 
	                             patch-liborcus_openbsd_patch 
	                             patch-libxmlsec_UnpackedTarball_xmlsec_mk 
	                             patch-libxmlsec_openbsd_patch 
	                             patch-vcl_Executable_kdefilepicker_mk 
	                             patch-vcl_Executable_tdefilepicker_mk 
	                             patch-vcl_Library_desktop_detector_mk 
	                             patch-vcl_Library_vclplug_kde_mk 
Removed files:
	editors/libreoffice/patches: 
	                             patch-bridges_Library_gcc3_linux_intel_mk 
	                             patch-bridges_Library_gcc3_linux_x86-64_mk 
	                             patch-cppunit_makefile_mk 
	                             patch-cppunit_prj_d_lst 
	                             patch-liblangtag_UnpackedTarball_langtag_mk 
	                             patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx 
	                             patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx 
	                             patch-solenv_inc_unxgcc_mk 
	                             patch-testtools_CustomTarget_uno_test_mk 

Log message:
update to 4.1.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/12 01:10:32

Modified files:
	databases/ruby-redis: Makefile distinfo 
	databases/ruby-redis/pkg: PLIST 

Log message:
Update to 3.0.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 01:16:52

Modified files:
	x11/gnome/gdm  : Makefile 
Added files:
	x11/gnome/gdm/patches: patch-daemon_gdm-session_c 

Log message:
Use g_credentials_get_unix_pid() instead of home baked function (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 01:22:38

Modified files:
	comms/fldigi   : Makefile distinfo 
	comms/fldigi/pkg: PLIST 

Log message:
update to fldigi-3.21.77


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/12 01:28:29

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/pkg: puppetd.rc 

Log message:
use a better regexp for the puppetd process to avoid killing every puppetd process; ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/12 03:04:42

Modified files:
	devel/git      : Makefile distinfo 

Log message:
Update to git 1.8.4.3.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/12 04:13:31

Modified files:
	faq/ports      : specialtopics.html 

Log message:
- remove some a.out mentions
- adjust USE_LIBTOOL now that this is the default and talk about
CMake as well since this works in a similar way
- remove the outdated list of autoconf versions in the ports tree
and suggest that people use the version originally used in the distfile

ok zhuk dcoppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 04:18:38

Modified files:
	x11/kde4/libs  : Makefile 
Added files:
	x11/kde4/libs/patches: patch-mimetypes_kde_xml 

Log message:
Silence "Unknown media type in type ..." warnings by removing some fake
mime types. Until upstream properly addresses this issue.

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/12 04:24:21

Modified files:
	infrastructure/bin: portcheck 

Log message:
Remove check for files/directories named "core", they are not a problem
anymore.

Pointed out by sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 06:09:22

Modified files:
	usr.sbin/kgmon : kgmon.c 

Log message:
unused variable in the shadows


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 06:11:10

Modified files:
	usr.sbin/kvm_mkdb: nlist.c 

Log message:
remove the code that iterates over binary types, since everything is now
ELF.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/12 06:20:47

Modified files:
	distrib/miniroot: install.sub 

Log message:
Rework get_responsefile()

- Take netboot interface down and so kill a dhclient from a previous
attempt and to free up the only bpf which exists in this installstage.
Without this, we're not able to "restart" autoinstall because dhclient
fails due to lack of bpf's. dhclient takes the interface up again.
- Remove -s leasefile check, it's implicitly done with -n SERVER check.
- Avoid possible sed error msgs by redirecting STDERR to /dev/null.
- Fetch install.conf in a ftp on-liner whithout unneccessary URL var.
- Shorten -s install.conf check,
- [] -> [[]] for consistency

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 06:44:48

Modified files:
	x11/gnome/totem: Makefile 

Log message:
sounttouch -> scaletempo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 06:51:42

Modified files:
	usr.bin/patch  : mkpath.c 

Log message:
pull in local .h files to satisfy proto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 06:54:51

Modified files:
	usr.bin/wc     : wc.c 
	usr.bin/vis    : foldit.c 
	usr.bin/pkill  : pkill.c 
	usr.bin/midiplay: midiplay.c 
	usr.bin/encrypt: encrypt.c 
	usr.bin/cu     : command.c xmodem.c 
	usr.bin/bc     : bc.y tty.c 

Log message:
simpler prototype repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/12 06:56:23

Modified files:
	sys/arch/luna88k/dev: timekeeper.c 
	sys/arch/luna88k/stand/boot: getsecs.c 

Log message:
Fix the bootloader random hang-up while counting down on LUNA-88K2.
The same logic is also applied to luna88k/dev/timekeeper.c.

suggested and ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/12 07:04:15

Modified files:
	sys/arch/luna88k/stand/boot: Makefile 

Log message:
We always make symlinks to 'machine' and 'm88k' to compile.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 07:07:54

Modified files:
	usr.bin/nm     : nm.c 
Removed files:
	usr.bin/nm     : byte.c 

Log message:
remove more code accidentally left behind during the a.out purge


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 07:09:54

Modified files:
	x11/gnome/user-share: Makefile distinfo 
	x11/gnome/user-share/pkg: PLIST 

Log message:
Update to gnome-user-share-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/12 07:11:08

Modified files:
	sys/dev        : vnd.c 

Log message:
Use %llu+DL_GETPSIZE() to show partition size. Replace %li+(long) with
%u for u_int32_t d_secsize.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/12 07:20:52

Modified files:
	sys/ufs/ffs    : fs.h 

Log message:
Tweak comment to explicitly mention that disk blocks are DEV_BSIZE
(a.k.a. 512-bytes) as far as ffs is concerned.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/12 07:49:41

Modified files:
	lib/libkvm     : kvm_file2.c kvm_private.h kvm_proc2.c 

Log message:
Apply format __attribute__ to _kvm_err() and fix the errors that it detects.
Treat failure to KREAD teh pcredd or ucreds to be errors insteading of
continuing with bogus data.

ok deraadt@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 08:00:25

Modified files:
	audio/glyr     : Makefile 
	devel/libgit2  : Makefile.inc 
	devel/libgit2/libgit2: Makefile 
	devel/lua-penlight: Makefile 
	devel/lualdoc  : Makefile 
	devel/ninja    : Makefile 
	www/tt-rss     : Makefile 

Log message:
switch github MASTER_SITES urls with the query-string hack to using
DISTFILES=myfilename{theirfilename} type syntax, using a unified DISTFILES
line so they can later be merged.  ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/12 08:30:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make variables inside get_responsefile() local.

ok krw@ halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 08:57:00

Modified files:
	databases/openldap: Makefile distinfo 

Log message:
update to openldap-2.4.37


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/12 09:04:10

Modified files:
	sys/arch/sparc/dev: fd.c 

Log message:
Use daddr_t to hold calculated disk sector address. %d -> %lld to
match. Whitespace tweaks. All bringing this chunk into identity
with same chunk in sparc64 fd.c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 09:17:58

Modified files:
	devel/glib2    : Makefile distinfo 
	devel/glib2/pkg: PLIST 

Log message:
Update to glib2-2.38.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/12 10:10:43

Modified files:
	x11/gnome/totem: Makefile 
Added files:
	x11/gnome/totem/patches: patch-configure 

Log message:
We do not need to depend on gstreamer1-plugins-bad anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 10:44:03

Modified files:
	usr.bin/make   : varmodifiers.c 

Log message:
Do not use a char as index, unless first making it unsigned.
(signed char, ya know)
ok espie


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 10:51:52

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Implement sd card detection. Fixes the `sdmmc0: can't enable card' on bbb
when there is no card.
Tested on pandaboard by patrick@, ok patrick@ and syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 10:55:11

Modified files:
	devel/startup-notification: Makefile 
Added files:
	devel/startup-notification/patches: patch-libsn_sn-monitor_c 
	                                    patch-libsn_sn-monitor_h 

Log message:
Fix warnings: pass the right types for tv_sec and tv_usec. Bump.
ajacoutot@ ok.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 10:57:34

Modified files:
	usr.bin/cdio   : mmc.c rip.c 

Log message:
bring prototypes into scope


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:18:51

ports/x11/compiz/bcop

Update of /cvs/ports/x11/compiz/bcop
In directory cvs.openbsd.org:/tmp/cvs-serv19779/bcop

Log Message:
Directory /cvs/ports/x11/compiz/bcop added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:18:52

ports/x11/compiz/ccsm

Update of /cvs/ports/x11/compiz/ccsm
In directory cvs.openbsd.org:/tmp/cvs-serv19779/ccsm

Log Message:
Directory /cvs/ports/x11/compiz/ccsm added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:18:53

ports/x11/compiz/compizconfig-python

Update of /cvs/ports/x11/compiz/compizconfig-python
In directory cvs.openbsd.org:/tmp/cvs-serv19779/compizconfig-python

Log Message:
Directory /cvs/ports/x11/compiz/compizconfig-python added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:18:54

ports/x11/compiz/libcompizconfig

Update of /cvs/ports/x11/compiz/libcompizconfig
In directory cvs.openbsd.org:/tmp/cvs-serv19779/libcompizconfig

Log Message:
Directory /cvs/ports/x11/compiz/libcompizconfig added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:18:55

ports/x11/compiz/plugins-main

Update of /cvs/ports/x11/compiz/plugins-main
In directory cvs.openbsd.org:/tmp/cvs-serv19779/plugins-main

Log Message:
Directory /cvs/ports/x11/compiz/plugins-main added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:14

ports/x11/compiz/ccsm/pkg

Update of /cvs/ports/x11/compiz/ccsm/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv18701/ccsm/pkg

Log Message:
Directory /cvs/ports/x11/compiz/ccsm/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:15

ports/x11/compiz/compizconfig-python/pkg

Update of /cvs/ports/x11/compiz/compizconfig-python/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv18701/compizconfig-python/pkg

Log Message:
Directory /cvs/ports/x11/compiz/compizconfig-python/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:17

ports/x11/compiz/compizconfig-python/patches

Update of /cvs/ports/x11/compiz/compizconfig-python/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18701/compizconfig-python/patches

Log Message:
Directory /cvs/ports/x11/compiz/compizconfig-python/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:18

ports/x11/compiz/libcompizconfig/pkg

Update of /cvs/ports/x11/compiz/libcompizconfig/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv18701/libcompizconfig/pkg

Log Message:
Directory /cvs/ports/x11/compiz/libcompizconfig/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:19

ports/x11/compiz/libcompizconfig/patches

Update of /cvs/ports/x11/compiz/libcompizconfig/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18701/libcompizconfig/patches

Log Message:
Directory /cvs/ports/x11/compiz/libcompizconfig/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:20

ports/x11/compiz/plugins-main/pkg

Update of /cvs/ports/x11/compiz/plugins-main/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv18701/plugins-main/pkg

Log Message:
Directory /cvs/ports/x11/compiz/plugins-main/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:21

ports/x11/compiz/bcop/pkg

Update of /cvs/ports/x11/compiz/bcop/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv18701/bcop/pkg

Log Message:
Directory /cvs/ports/x11/compiz/bcop/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/12 11:20:22

ports/x11/compiz/bcop/patches

Update of /cvs/ports/x11/compiz/bcop/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18701/bcop/patches

Log Message:
Directory /cvs/ports/x11/compiz/bcop/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/11/12 11:28:02

Modified files:
	lib/libm/src   : e_logf.c s_expm1.c s_expm1f.c s_fmax.c 
	                 s_fmaxf.c s_fmaxl.c s_fmin.c s_fminf.c 
	                 s_fminl.c s_scalbnl.c 

Log message:
Add explicit braces to avoid ambiguous else.  Pointed out by theo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/12 11:53:03

Modified files:
	devel/libftdi  : Makefile distinfo 
	devel/libftdi/patches: patch-src_ftdi_c 
	devel/libftdi/pkg: PLIST 
Removed files:
	devel/libftdi/pkg: PFRAG.shared 

Log message:
Update to 0.20.

ok landry@; thanks sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/11/12 12:00:38

Modified files:
	lib/libm/src   : s_fma.c s_fmal.c 

Log message:
Add parentheses around comparison in operand of ^.  Pointed out by theo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 12:03:10

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update lang/seed7 to 20131110. Big change is that Seed7 is no longer broken
on sparc64 (I gave upstream access to one of my sparc64 boxes).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:35:47

Modified files:
	usr.bin/calendar: day.c 

Log message:
deal with lack of prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:36:30

Modified files:
	usr.sbin/traceroute: traceroute.c 
	usr.sbin/traceroute6: traceroute6.c 

Log message:
prototypes, some pleasing of gcc, and cleanup an unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:37:39

Modified files:
	usr.bin/nm     : nm.c 

Log message:
avoid math on void * pointers; delete an unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:42:47

Modified files:
	sbin/sysctl    : sysctl.c 

Log message:
satisfy proto requirement


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:44:26

Modified files:
	usr.sbin/acpidump: acpidump.c 

Log message:
prototype the mess of functions inside


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:44:44

Modified files:
	usr.sbin/inetd : inetd.c 

Log message:
missing protos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:47:52

Modified files:
	usr.sbin/identd: identd.c 

Log message:
handle lack of prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:48:40

Modified files:
	usr.sbin/crunchgen: crunchide.c elf_hide.c 

Log message:
add missing protos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:48:53

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
missing protos and an unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:49:42

Modified files:
	usr.sbin/rarpd : arptab.c 

Log message:
handle lack of prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 12:55:12

Modified files:
	sys/lib/libsa  : cd9660.c 

Log message:
avoid math on void * pointers
(a few years ago, people went far too void * happy, it was like a drug
or something)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 13:00:50

Log message:
    import ports/archivers/lz4, ok jca@
    
    LZ4 is a very fast lossless compression algorithm, providing compression
    speed at 400 MB/s per core, scalable with multi-cores CPU. It also features
    an extremely fast decoder, with speed in multiple GB/s per core, typically
    reaching RAM speed limits on multi-core systems. The library is BSD-licensed.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131112
    
    N ports/archivers/lz4/Makefile
    N ports/archivers/lz4/distinfo
    N ports/archivers/lz4/pkg/PLIST
    N ports/archivers/lz4/pkg/DESCR
    N ports/archivers/lz4/patches/patch-Makefile
    N ports/archivers/lz4/patches/patch-cmake_CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 13:01:04

Modified files:
	archivers      : Makefile 

Log message:
+lz4


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/12 13:12:02

Modified files:
	graphics/scratch: Makefile 

Log message:
Tidy Makefile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 13:13:21

Log message:
    Import games/bluemoon. Blue Moon is a console-based 52-card solitaire game.
    ok benoit@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-12
    
    N ports/games/bluemoon/Makefile
    N ports/games/bluemoon/distinfo
    N ports/games/bluemoon/patches/patch-bluemoon_c
    N ports/games/bluemoon/pkg/DESCR
    N ports/games/bluemoon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 13:13:49

Modified files:
	games          : Makefile 

Log message:
+bluemoon


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 13:14:23

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
two ioctl's were disclosing kernel pointers and such.
ok henning benno


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 13:19:23

Modified files:
	lib/libc/gen   : readdir_r.c telldir.h 

Log message:
put the _readdir_unlocked() prototype in an obvious place


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/11/12 13:35:19

Modified files:
	lib/libm/src   : math_private.h polevll.c 
	lib/libm/src/ld128: e_expl.c 
	lib/libm/src/ld80: e_expl.c e_log10l.c e_log2l.c e_logl.c 
	                   e_powl.c e_tgammal.c s_log1pl.c 

Log message:
Declare __p1evll and __polevll protos in math_private.h instead of
redeclaring each time in ld{80,128}.  Pointed out by theo.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/12 13:37:16

Removed files:
	lib/libc/net   : getaddrinfo.c gethostnamadr.c getnameinfo.c 
	                 getnetnamadr.c getrrsetbyname.c res_debug.c 
	                 res_init.c res_mkquery.c res_query.c res_send.c 
	                 sethostent.c 

Log message:
remove dead files

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/11/12 14:07:28

Modified files:
	lib/libm/src   : s_nexttowardf.c 
	lib/libm/src/ld80: s_nextafterl.c s_nexttoward.c 

Log message:
Trick the compiler that volatile temporary is used while raising
the underflow.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/12 14:25:00

Modified files:
	app/cwm        : calmwm.h client.c xevents.c 

Log message:
Alter the r1.35 of event.c race fix.  Remove the forward looking event
queue check (removing the need for a server grab/ungrab) - if the client
is going away, let it fall all the way through to a DestroyNotify event.
There's no longer a need for us to manually destroy a client ourselves
(removing yet another server grab/ungrab).  Instead, when the
UnmapNotify event is synthetic, simply set the state to Withdrawn (as
per ICCCM), else Iconic (in our case 'hidden').

Verified with test case from the 2009 race which was the original reason
for r1.35 of event.c.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/11/12 15:03:11

Modified files:
	.              : orders.html 

Log message:
Update link for Get Digital to 5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/12 15:11:50

Modified files:
	infrastructure/lib/DPB: PkgPath.pm PortInfo.pm 

Log message:
redo the discovery of tree yet once again, after issues found out by naddy@
following the bsd.port.arch.mk change. Suddenly, some paths make their way
into the build where they should not !

This actually comes from setting up wantbuild/wantinfo straight when building
path lists.

So reorganize stuff:
- don't ask for more scans during straight dump-vars reading.
- perform the "BUILD_PACKAGES may vanish from MULTI_PACKAGES" early in
merge_depends.
- do add appropriate wantbuild/wantinfo during actual dependency registration
there, which ensures depends that got ignored will be built.

This should restore proper behavior and fix long-standing semi-random
behavior.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 15:24:57

Modified files:
	mail/postgrey  : Makefile 
	mail/postgrey/patches: patch-postgrey 

Log message:
preemptively fix postgrey for taint changes in newer perl (since I just
happened to run across the diff when looking for something else).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/12 15:25:07

Modified files:
	mail/postgrey  : distinfo 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 15:27:13

Modified files:
	usr.sbin/pstat : pstat.c 
	usr.sbin/quot  : quot.c 
	usr.sbin/quotaon: quotaon.c 
	usr.sbin/rdate : ntpleaps.c rdate.c rfc868time.c 
	usr.sbin/repquota: repquota.c 
	usr.sbin/rtsold: rtsold.h 
	usr.sbin/rtadvd: dump.c dump.h 
	usr.sbin/tftpd : tftpd.c 
	usr.sbin/ypserv/ypserv: ypserv.c 

Log message:
ensure there are prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 15:50:42

Modified files:
	usr.bin/ftp    : list.c 
	usr.bin/grep   : binary.c 

Log message:
simple prototype repairs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 15:51:18

Modified files:
	usr.bin/vis    : foldit.c 

Log message:
clarify a simple expression


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/12 16:31:34

Modified files:
	sys/arch/sgi/stand/sgivol: sgivol.c 

Log message:
Oops. Use %llu for DL_GETDSIZE() value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 17:19:28

Modified files:
	games/bluemoon : Makefile 
	games/bluemoon/patches: patch-bluemoon_c 

Log message:
Use time_t instead of long long in the patch.
Noticed by aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 18:09:51

Log message:
    Import audio/schismtracker. Schism Tracker is a free reimplentation of the
    90s tracker editor and player, Impulse Tracker.
    ok benoit@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-12
    
    N ports/audio/schismtracker/Makefile
    N ports/audio/schismtracker/distinfo
    N ports/audio/schismtracker/patches/patch-modplug_snd_gm_c
    N ports/audio/schismtracker/pkg/PLIST
    N ports/audio/schismtracker/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 18:10:15

Modified files:
	audio          : Makefile 

Log message:
+schismtracker


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/11/12 19:23:33

Modified files:
	sys/arch/vax/vax: machdep.c 

Log message:
Honor RB_TIMEBAD on vax too as other ports.

OK miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/12 19:33:24

Modified files:
	libexec/ld.so/hppa: archdep.h 

Log message:
Complete the prototype in a function cast to quiet a gcc warning

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/12 20:30:26

Modified files:
	lang/seed7     : Makefile 

Log message:
This update also fixes the alpha build, so remove BROKEN-alpha.
Thanks to merdely@ for testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/12 21:11:34

Modified files:
	sys/arch/amd64/stand/installboot: installboot.c 
	sys/arch/i386/stand/installboot: installboot.c 

Log message:
Use DL_GETPOFFSET() to get partition offset, except where we
explicitly check p_offseth before assigning p_offset to
local variables. Add missing check for p_offseth.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 21:50:21

Modified files:
	usr.sbin/apmd  : apmd.c 

Log message:
protos, and please gcc warnings about operator precedence
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/12 22:26:23

Modified files:
	sys/dev/ic     : aac.c 

Log message:
Use of uninitialized variable. There are obvious locking problems also
present in this function, but I've been advised to walk away, and it
have been this way forever (and this code is not even enabled in GENERIC
by default anyway)

original bug found by Maxime Villard, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 22:41:43

Modified files:
	libexec/ld.so  : dl_prebind.c dlfcn.c library_subr.c resolve.c 
	                 resolve.h util.c 
	libexec/ld.so/ldconfig: ldconfig.c library.c prebind.c 
	                        prebind_path.c 

Log message:
prototype & void * math cleanup
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/11/12 22:47:58

Modified files:
	sys/dev/ic     : aac.c 

Log message:
ENOMEM is probably more appropriate than 0 in this error case.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/12 23:36:57

Modified files:
	libexec/ld.so/ldconfig: prebind.c 

Log message:
Reduce casts by careful use of char*

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/12 23:37:24

Modified files:
	usr.bin/nm     : elf.c 

Log message:
proto and such cleanup
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/11/13 00:03:11

Modified files:
	sys/arch/armish/armish: armish_machdep.c 
	sys/arch/armv7/armv7: armv7_machdep.c 

Log message:
boot(): Don't forget calling if_downall() and uvm_shutdown() on arm ports.

"Unification good" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 00:09:30

Modified files:
	faq/de         : faq15.html faq6.html 
	faq/fr         : faq1.html faq12.html faq4.html index.html 
	fr             : errata53.html errata54.html index.html 
	                 report.html 
	ja             : index.html 
	opensmtpd/fr   : list.html security.html 
	openssh/fr     : ftp.html index.html openbsd.html security.html 
	openssh/ja     : ftp.html index.html openbsd.html portable.html 
	                 security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 00:10:00

Modified files:
	x11/gnome/settings-daemon: Makefile distinfo 

Log message:
Update to gnome-settings-daemon-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 00:13:19

Modified files:
	x11/gnome/tweak-tool: Makefile distinfo 
	x11/gnome/tweak-tool/pkg: PLIST 

Log message:
Update to gnome-tweak-tool-3.10.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 00:16:18

Modified files:
	sys/arch/sgi/stand/sgivol: sgivol.c 

Log message:
fix typo in last commit


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/13 00:16:55

Modified files:
	distrib/miniroot: install.sub 

Log message:
Ensure, that install.conf is non-empty and is
refetched on every restart of the autoinstaller.

ok halex@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 00:24:52

Modified files:
	x11/gnome/controlcenter: Makefile distinfo 

Log message:
Update to gnome-control-center-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/13 01:27:24

Modified files:
	sys/netinet6   : in6.c 

Log message:
In in6_update_ifa(), don't set the TENTATIVE flag on an IPv6 address that
is marked as NODAD.

Since we're not gonna do duplicate address detection for this address,
the TENTATIVE flag won't get cleared, rendering the address unusable.
The existing logic only checked whether DAD was enabled for the interface,
but DAD can be configured on a per-address basis.

ok sthen@ as part of a larger diff


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/13 01:39:33

Modified files:
	usr.sbin/smtpd : lka.c parse.y 

Log message:
Fix case-folding issue with pki names. They are case-insensitive.
Make sure a pki entry exists when used in a listen or relay rule.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/13 01:57:24

Modified files:
	usr.sbin/smtpd : forward.5 smtpd.c 

Log message:
disable .forward lookup if sticky bit is set on homedir


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/11/13 02:14:48

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.conf.5 bgpd.h config.c kroute.c 
	                 parse.y printconf.c 

Log message:
Knob to set priority with which bgpd inserts routes into the kernel
routing table. Need for it in "special" setups pointed out by
Loic Blot (loic.blot _AT_ unix-experience _DOT_ fr) on tech.
OK benno, henning


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/13 02:15:41

Modified files:
	usr.sbin/smtpd : smtpctl.8 smtpctl.c 

Log message:
document smtpctl "show hosts" and "show relays".
add an encrypt wrapper usable for auth tables.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 02:30:53

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
No need for expr (rpe@).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/13 03:02:47

Modified files:
	security/nss   : Makefile distinfo 

Log message:
SECURITY (f34r!) update to nss 3.15.3.

Fixes CVE-2013-1739 (bug #894370) & CVE-2013-5605 (bug #934016)
Adds support for AES-GCM ciphersuites in 3.15.2 (#bug 880543)

See for more details:
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.2_release_notes
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.3_release_notes
(the latter is not yet complete..)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 04:17:31

Modified files:
	x11/gnome/documents: Makefile distinfo 

Log message:
Update to gnome-documents-3.10.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 04:26:12

Modified files:
	x11/gnome/photos: Makefile distinfo 

Log message:
Update to gnome-photos-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/13 06:02:44

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
exit with 0 on admin shutdown


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 06:37:29

Modified files:
	x11/gnome/maps : Makefile distinfo 
	x11/gnome/maps/pkg: PLIST 

Log message:
Update to gnome-maps-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/13 06:48:08

Modified files:
	sys/dev/usb    : ukbd.c usbdi.c usbdi.h usbdi_util.c 

Log message:
Polling is done per controller not per interface.

The controllers are linked through device->bus so the iface is redundant.

So fixing usbd_dopoll() to take the device as argument and making
usbd_interface2device_handle() private (for now) inside usbdi_util.

Tested and okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/13 06:48:20

Modified files:
	usr.bin/ssh    : ssh-pkcs11.c 

Log message:
add missing braces found by pedro


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/13 07:08:38

Modified files:
	www/bacula-web : Makefile distinfo 
	www/bacula-web/patches: 
	                        patch-application_config_config_php_sample 
	www/bacula-web/pkg: PLIST 

Log message:
Update to bacula-web-6.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/13 07:32:18

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_mount_rb 

Log message:
Our mount doesn't support '-o remount', so don't set the 'remounts' parameter
to true by default for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 08:07:27

Modified files:
	usr.bin/sort   : msort.c sort.c 

Log message:
repair buffer resizing "undershoot", and some minor issues with
math on void *
assistance from guenther, ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 08:21:51

Modified files:
	lib/libc/arch/arm/gen: fabs.c 
	lib/libc/arch/hppa/gen: fabs.c 
	lib/libc/arch/hppa64/gen: fabs.c 

Log message:
bring in math.h to provide prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 08:24:21

Modified files:
	libexec/rpc.rusersd: rusers_proc.c 

Log message:
repair device checking, somewhat broken from around 10 years.
Bring things into prototypes and remove handling for old X utmp
handling as well
ok guenther millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 08:40:08

Modified files:
	lib/libc/rpc   : rpc_dtablesize.c 

Log message:
bring in proto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 08:52:48

Modified files:
	lib/libc/stdio : findfp.c 

Log message:
oops should not be static


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 09:28:17

Modified files:
	lib/libkeynote : signature.c 

Log message:
correct types for arguments to the x509 functions
ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 09:56:17

Modified files:
	lib/librthread : rthread_np.c 

Log message:
use sysctl vm.psstrings to calculate stack bounds, rather than USRSTACK.
long discussions with guenther, kurt, kettenis etc etc etc


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/13 10:30:44

Modified files:
	sys/arch/armv7/armv7: armv7_machdep.c 

Log message:
Add missing includes.
Unbreak armv7 compilation.

ok rapha@
"commit the fix" from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/13 10:34:55

Modified files:
	security/nss   : Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
Security update of nss to 3.15.3, which among others addresses CVE-2013-1739
and CVE-2013-5605.

ok landry@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/13 10:53:54

Modified files:
	sys/sys        : fusebuf.h 

Log message:
Make fusebuf.fh_err signed, it might store negative errno values; ok syl


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/13 10:54:36

Modified files:
	lib/libfuse    : fuse.h 

Log message:
Document the negative errno quirk used by callbacks in struct fuse_operations.
ok syl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 11:25:57

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
DIOCGETSRCNODES was leaking a little bit more kernel information
ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/11/13 11:30:48

Modified files:
	sys/arch/armish/armish: armish_machdep.c 

Log message:
add missing headers here too, forgotten after testing the diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 11:50:05

Modified files:
	usr.bin/audioctl: audioctl.c 

Log message:
handle missing proto


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/13 12:17:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
Ignore empty lines and emtpy answers in install.conf.

bug report from philip
e1c1bac6253dc54a1e89ddc046585792 at posteo dot net

ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/11/13 12:38:12

Modified files:
	lib/libwrap    : tcpd.h 

Log message:
Remove redundant extern "C" {...}.  ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/13 12:41:02

Modified files:
	security/assl  : Makefile distinfo 

Log message:
Update to assl 1.5.0.

from David Hill (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/13 12:48:59

Modified files:
	sysutils/cyphertite: Makefile distinfo 

Log message:
Update to cyphertite 1.6.7.

from David Hill (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/13 12:53:08

Modified files:
	devel/cvsweb   : Makefile 
	devel/cvsweb/pkg: README 

Log message:
cvs doesn't link against Kerberos any longer, so less stuff needed in chroot


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/13 13:35:59

Modified files:
	sys/arch/luna88k/luna88k: pmap_table.c 

Log message:
Do not map frame buffer resources the kernel doesn't use; only keep the
lowest bitmap plane, and a page per plane to be able to probe the frame buffer
depth.

Saves an insignificant amount of kernel memory (about 4KB), still worth doing.

ok aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:40:24

Modified files:
	lib/libutil    : imsg-buffer.c 

Log message:
original bug diagnosed by sthen: automatic retry in msgbuf_write on
EAGAIN causes spinning.

fix from claudio:
"Let msgbuf_write return -1 with errno EAGAIN. The users then must
check if this was the case and readd the event or poll again.  The
current handling in the imsg code is wrong for sure."

ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:41:01

Modified files:
	usr.sbin/bgpd  : bgpd.c control.c mrt.c rde.c session.c 

Log message:
from claudio
"Let msgbuf_write return -1 with errno EAGAIN. The users then must
check if this was the case and readd the event or poll again.  The
current handling in the imsg code is wrong for sure."

ok gilles, benno


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 13:41:10

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
satisfy gcc in -Whiny mode


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 13:41:14

Modified files:
	usr.bin/ftp    : ftp.c list.c 

Log message:
protos


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:43:00

Modified files:
	usr.sbin/ospfd : control.c ospfd.c ospfe.c rde.c 

Log message:
from claudio
"Let msgbuf_write return -1 with errno EAGAIN. The users then must
check if this was the case and readd the event or poll again.  The
current handling in the imsg code is wrong for sure."

ok gilles, benno


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:43:37

Modified files:
	usr.bin/tmux   : client.c server-client.c 

Log message:
from nicm: : handle msgbuf_write() returning EAGAIN


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 13:44:21

Modified files:
	usr.bin/locale : locale.c 

Log message:
handle proto warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:44:39

Modified files:
	usr.sbin/ntpd  : control.c ntp.c ntp_dns.c ntpd.c 

Log message:
from sthen: handle msgbuf_write() returning EAGAIN

ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:45:19

Modified files:
	usr.sbin/snmpd : control.c proc.c 

Log message:
handle msgbuf_write() returning EAGAIN

ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:45:50

Modified files:
	usr.sbin/relayd: control.c proc.c 

Log message:
handle msgbuf_write() returning EAGAIN


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 13:49:49

Modified files:
	usr.sbin/ospf6d: control.c ospf6d.c ospfe.c rde.c 

Log message:
handle msgbuf_write() returning EAGAIN,
taken from claudios previous fix to ospfd.

"do it" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/13 13:54:45

Modified files:
	devel/nspr     : Makefile distinfo 
	devel/nspr/patches: patch-nspr_configure_in 

Log message:
SECURITY(?) update to nspr 4.10.2.

Fixes the following bugs:
Bug 927687: Avoid unsigned integer wrapping in PL_ArenaAllocate (possible CVE?, not confirmed yet)
Bug 770534: eliminate possible pointer overflow in PL_ArenaAllocate().
Bug 888546: PR_ImportUDPSocket doesn't work.

No release notes yet.
Note: This is what will be shipped within Fx 25.0.1, per #935568 & #935959.


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/13 14:04:46

Modified files:
	lib/libutil    : imsg_init.3 

Log message:
document that ibuf_write() and msgbuf_write() can now return EAGAIN
from and with deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 14:19:30

Modified files:
	usr.bin/netstat: show.c 

Log message:
handle lack of proto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 14:20:01

Modified files:
	usr.bin/du     : du.c 

Log message:
a few things can be static to avoid need for protos


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2013/11/13 15:26:02

Modified files:
	usr.bin/vmstat : vmstat.c 

Log message:
remove unused variables

ok mikeb@ bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 15:37:00

Modified files:
	lib/libwrap    : Makefile shlib_version 
Removed files:
	lib/libwrap    : fix_options.c 

Log message:
fix_options() is not used by anything; remove API, crank major
ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 15:37:15

Modified files:
	lib/libwrap    : options.c percent_m.c rfc931.c shell_cmd.c 
	                 update.c 

Log message:
repair prototypes
reviewed by chris


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/13 15:38:22

Modified files:
	lib/libsndio   : aucat.c aucat.h debug.c debug.h mio.c 
	                 mio_aucat.c mio_priv.h mio_rmidi.c 
	                 shlib_version sio.c sio_aucat.c sio_priv.h 
	                 sio_sun.c 

Log message:
Prefix by '_' symbols that are not part of the API.

ok deraadt, guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 15:44:50

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/13 15:52:41

Modified files:
	usr.sbin/bgpctl: bgpctl.c 
	usr.sbin/ospfctl: ospfctl.c 
	usr.sbin/ospf6ctl: ospf6ctl.c 

Log message:
handle msgbuf_write() returning EAGAIN, looks right to deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/13 16:13:04

Modified files:
	regress/sys/netinet6/rh0: Makefile 
Added files:
	regress/sys/netinet6/rh0: rh0_none.py 

Log message:
Add a check-setup target to make sure that all addresses and routes
are configured correctly.  Add a scapy test that creates a packet
without routing header to check the setup.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/13 16:22:30

Modified files:
	regress/sys/netinet6/rh0: rh0_route.py 

Log message:
Fix typo prt -> ptr.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/13 22:57:02

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/11/14 00:36:27

Modified files:
	mail/nmh       : Makefile 
	mail/nmh/patches: patch-uip_mhparse_c 
Added files:
	mail/nmh/patches: patch-h_mhparse_h patch-uip_mhbuildsbr_c 

Log message:
Pull in an upstream fix for CP1252 conversion.

ok william@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2013/11/14 01:19:07

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update youtube-dl to 13.11.2013.

Adds gamekings and tvp extractors.


CVSROOT:	/cvs
Module name:	src
Changes by:	bentley@cvs.openbsd.org	2013/11/14 01:47:21

Modified files:
	sbin/isakmpd   : isakmpd.8 

Log message:
Add STANDARDS section to isakmpd(8).

tweaks/ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/14 01:47:21

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Bugfix update to 4.0.9


CVSROOT:	/cvs
Module name:	src
Changes by:	bentley@cvs.openbsd.org	2013/11/14 01:50:04

Modified files:
	libexec/fingerd: fingerd.8 
	usr.bin/finger : finger.1 

Log message:
Add STANDARDS section to finger(1)/fingerd(8).

tweaks/ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/14 02:01:11

Modified files:
	databases/percona-toolkit: Makefile distinfo 
	databases/percona-toolkit/pkg: PLIST 

Log message:
Bugfix update to 2.2.5
Full Changelog available at:
http://www.percona.com/doc/percona-toolkit/2.2/release_notes.html#v2-2-5-released-2013-10-16


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:11:21

Modified files:
	lang/jimtcl    : Makefile distinfo 
	lang/jimtcl/patches: patch-Makefile_in 
	lang/jimtcl/pkg: PLIST 
Removed files:
	lang/jimtcl/patches: patch-autosetup_cc-shared_tcl 

Log message:
Update to 0.75.
Gmake not needed.
Put include files in their own dir.
Install examples.
Install loadable sqlite3 extension.
Take maintainership with permission.

Thanks to Steve Havelka for distfile hosting.

ok landry@; thanks sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:12:29

Modified files:
	devel/openocd  : Makefile 

Log message:
Adjust for libftdi and newer jimtcl.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:21:18

Modified files:
	devel/tcllib   : Makefile distinfo 
	devel/tcllib/patches: patch-examples_tepam_tepam_demo_tcl 
	                      patch-installer_tcl 
	devel/tcllib/pkg: DESCR PLIST 
Added files:
	devel/tcllib/patches: patch-apps_pt 
	                      patch-support_installation_actions_tcl 
	                      patch-support_installation_modules_tcl 
Removed files:
	devel/tcllib/files: mkindex.tcl 
	devel/tcllib/patches: patch-support_devel_all_tcl 
	                      patch-support_devel_sak_test_run_tcl 

Log message:
Update to 1.15.
Some stuff went upstream.
Instead of doing all that ridiculous work in the Makefile,
I've moved it all to Tcllib's installer itself.
This should make future updates a lot less painful.

Thanks to Steve Havelka for distfile hosting.

ok landry@; thanks zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/14 02:35:01

Modified files:
	infrastructure/lib/DPB: Core.pm 

Log message:
extra explaination of Core's role


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:43:09

Modified files:
	devel/tklib    : Makefile distinfo 
	devel/tklib/patches: patch-installer_tcl 
	devel/tklib/pkg: PLIST 
Added files:
	devel/tklib/patches: patch-apps_bitmap-editor 
	                     patch-apps_diagram-viewer 
	                     patch-examples_controlwidget_demo-tachometer_tcl 
	                     patch-examples_plotchart_testtable_tcl 
	                     patch-modules_plotchart_xyplot_tcl 
	                     patch-support_installation_actions_tcl 
	                     patch-support_installation_modules_tcl 
Removed files:
	devel/tklib/files: mkindex.tcl 
	devel/tklib/patches: patch-examples_canvas_city_tcl 
	                     patch-examples_tkpiechart_demo_tcl 
	                     patch-installed_modules_tcl 
	                     patch-modules_plotchart_plotcontour_tcl 
	                     patch-modules_plotchart_plothist_test 

Log message:
Update to 0.6.
Installation changes like with tcllib.
Mentry and wcb are now in tklib.
Too many patches for stupidities.

Thanks to Steve Havelka for distfile hosting.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:44:01

Removed files:
	devel/mentry   : Makefile distinfo 
	devel/mentry/pkg: DESCR PLIST 

Log message:
Mentry and wcb are now part of tklib.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:44:14

Removed files:
	devel/wcb      : Makefile distinfo 
	devel/wcb/patches: patch-demos_listboxtest1_tcl 
	                   patch-demos_listboxtest2_tcl 
	devel/wcb/pkg  : DESCR PLIST 

Log message:
Mentry and wcb are now part of tklib.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:44:34

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Mentry and wcb are now part of tklib.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/14 02:45:20

Modified files:
	devel          : Makefile 

Log message:
Mentry and wcb are now part of tklib.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 02:55:12

Modified files:
	devel/nspr     : Tag: OPENBSD_5_4 Makefile 
Added files:
	devel/nspr/patches: Tag: OPENBSD_5_4 patch-nspr_lib_ds_plarena_c 

Log message:
Security fix for CVE-2013-5607

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 02:57:07

Modified files:
	www/mozilla    : Tag: OPENBSD_5_4 mozilla.port.mk 
	www/mozilla-firefox: Tag: OPENBSD_5_4 Makefile distinfo 
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 
	                             patch-browser_app_profile_firefox_js 
	                             patch-browser_installer_Makefile_in 
	                             patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                             patch-js_src_configure_in 
	                             patch-storage_src_mozStorageConnection_cpp 
	www/mozilla-firefox/pkg: Tag: OPENBSD_5_4 PLIST 
	www/firefox-i18n: Tag: OPENBSD_5_4 Makefile.inc distinfo 
Added files:
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 
	                             patch-ipc_chromium_src_base_debug_util_posix_cc 
Removed files:
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 
	                             patch-gfx_thebes_gfxPlatform_cpp 
	                             patch-parser_html_Makefile_in 

Log message:
browsers have become a major security issue, so bring firefox up to date in -stable by
bumping it to 24.1.0esr and sync language packs.

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2013/11/14 03:09:52

Log message:
    import Net::Ident
    
    this includes a patch that rewrites the socket bits so it can support v6
    lookups as well as v4.
    
    tweaks from benoit@ and sthen@, ok sthen@
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20131114
    
    N ports/net/p5-Net-Ident/distinfo
    N ports/net/p5-Net-Ident/Makefile
    N ports/net/p5-Net-Ident/patches/patch-Ident_pm
    N ports/net/p5-Net-Ident/pkg/DESCR
    N ports/net/p5-Net-Ident/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 04:36:32

Modified files:
	sys/net80211   : ieee80211_crypto_tkip.c 

Log message:
improve maths and conditionals around ticks to cope with wraparound better.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:10:05

Modified files:
	sys/dev/cardbus: if_bwi_cardbus.c 
	sys/dev/ic     : bwi.c bwivar.h 
	sys/dev/pci    : if_bwi_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:16:01

Modified files:
	sys/dev/cardbus: if_fxp_cardbus.c 
	sys/dev/ic     : fxp.c fxpvar.h 
	sys/dev/pci    : if_fxp_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:21:13

Modified files:
	sys/dev/cardbus: if_malo_cardbus.c 
	sys/dev/ic     : malo.c malo.h 
	sys/dev/pci    : if_malo_pci.c 
	sys/dev/pcmcia : if_malo.c if_malovar.h 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:24:18

Modified files:
	sys/dev/cardbus: if_pgt_cardbus.c 
	sys/dev/ic     : pgt.c pgtvar.h 
	sys/dev/pci    : if_pgt_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/14 05:26:38

Modified files:
	sbin/iked      : Makefile 

Log message:
not need to specify OBJDIR; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:28:48

Modified files:
	sys/dev/cardbus: if_ral_cardbus.c 
	sys/dev/pci    : if_ral_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/14 05:30:35

Modified files:
	sbin/iked      : dh.c 

Log message:
verify EC points; from hshoexer; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:30:39

Modified files:
	sys/dev/ic     : atw.c atwvar.h 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:33:15

Modified files:
	sys/dev/pcmcia : if_wi_pcmcia.c 
	sys/dev/pci    : if_wi_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:34:30

Modified files:
	sys/dev/pci    : if_wpi.c if_wpivar.h 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:37:36

Modified files:
	sys/dev/pci    : if_athn_pci.c 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/14 05:38:20

Modified files:
	sbin/iked      : ca.c crypto.c iked.h 

Log message:
pass caller to ca_sslerror for better error messages; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:39:14

Modified files:
	sys/dev/pci    : if_iwi.c if_iwivar.h 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:40:00

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnvar.h 

Log message:
replace workqs with tasks for handling resume

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/14 05:41:14

Modified files:
	sys/dev/pci    : if_ipw.c if_ipwvar.h 

Log message:
replace workqs with tasks for handling resume. state handling is
still in workqs.

from kimberley manning


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/14 05:44:51

Modified files:
	sbin/iked      : pfkey.c 

Log message:
setup pfkey timer before use; ok mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/14 05:58:16

Modified files:
	mail/evolution : Makefile 

Log message:
Remove XXX.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/14 06:35:19

Modified files:
	sbin/iked      : pfkey.c 

Log message:
ignore messages for other daemons, like isakmpd does; ok mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 06:38:22

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 06:51:15

Modified files:
	lang/vala      : Makefile distinfo 

Log message:
update to vala-0.22.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 06:59:48

Modified files:
	x11/gnome/eog  : Makefile distinfo 

Log message:
update to eog-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:11:24

Modified files:
	x11/gnome/gedit: Makefile distinfo 

Log message:
update to gedit-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:11:44

Modified files:
	x11/gnome/bijiben: Makefile distinfo 
	x11/gnome/bijiben/pkg: PLIST 

Log message:
update to bijiben-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:12:46

Modified files:
	x11/gnome/shell: Makefile distinfo 

Log message:
update to gnome-shell-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:21:49

Modified files:
	x11/gnome/file-roller: Makefile distinfo 

Log message:
update to file-roller-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:23:50

Modified files:
	net/gupnp/tools: Makefile distinfo 
	net/gupnp/tools/pkg: PLIST 

Log message:
update to gupnp-tools-0.8.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 07:24:38

Modified files:
	x11/gnome/empathy: Makefile distinfo 
	x11/gnome/empathy/pkg: PLIST 

Log message:
update to empathy-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/14 07:58:51

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/patches: patch-Makefile_in 
	                     patch-prnt_hpcups_ErnieFilter_cpp 
	print/hplip/pkg: PLIST-hpijs 

Log message:
Update to hplip-3.13.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 08:00:17

Modified files:
	x11/gnome/gucharmap: Makefile distinfo 

Log message:
update to gucharmap-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 08:00:23

Modified files:
	x11/gnome/terminal: Makefile distinfo 

Log message:
update to gnome-terminal-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/11/14 08:04:02

Modified files:
	mail/nmh/patches: patch-h_mhparse_h patch-uip_mhbuildsbr_c 
	                  patch-uip_mhparse_c 

Log message:
Fix botched commit. Didn't build, so no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 08:05:26

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
update to rygel-0.20.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/14 08:05:43

Modified files:
	graphics/evince: Makefile distinfo 
	graphics/evince/pkg: PLIST-main 

Log message:
update to evince-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/14 08:10:16

Modified files:
	www/tt-rss     : Makefile 

Log message:
fix after version variable changed name


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/11/14 08:20:54

Modified files:
	distrib/miniroot: dot.profile 

Log message:
fix ^C handling which was accidentally trapped a bit to much

ok rpe@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/14 08:23:30

Modified files:
	bin/ksh        : c_ulimit.c 

Log message:
be more specific in ulimit error messages.
prompted by henning@
okay millert@, krw@, pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/14 08:44:06

Modified files:
	sbin/isakmpd   : x509.c 

Log message:
fix parameter types for x509 routines
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/14 08:56:50

Modified files:
	usr.bin/m4     : eval.c 

Log message:
cleanup up a nest of if/if/else


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/14 09:47:00

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	                    patch-Source_WTF_wtf_Platform_h 
	                    patch-Source_WTF_wtf_dtoa_utils_h 
	                    patch-Source_WebKit2_UIProcess_Launcher_gtk_ProcessLauncherGtk_cpp 
	                    patch-configure 
	www/webkit/pkg : PFRAG.gtk3 PLIST 

Log message:
Update to webkit-2.2.2.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/14 09:52:33

Modified files:
	sys/net        : if_sppp.h if_spppsubr.c 

Log message:
Improvements for address assignment and related issues in IPv6CP.

Move address assignment to process context. This uses a workq at
present, conversion to taskq is on my todo list (discussed with dlg).
Instead of rummaging around in sockaddr_in6 structs, use the proper
netinet6 APIs to configure addresses.
Deal with IFID collisions instead of ignoring them. The whole point of
IPv6CP is to avoid IFID collisions. Use arc4random() during IFID generation.
Assign destination address to /128 point-to-point links.

tested by me and sthen with pppoe(4)
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/11/14 10:04:37

Modified files:
	www/ruby-unicorn: Makefile distinfo 
	www/ruby-unicorn/patches: patch-script_isolate_for_tests 
	www/ruby-unicorn/pkg: PLIST 

Log message:
Update to unicorn 4.7.0.

Initial diff from robert@. OK robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2013/11/14 11:09:39

Modified files:
	sys/kern       : kern_event.c 

Log message:
Use (N * sizeof(struct klist)) instead of (N * sizeof(struct klist *))
when malloc'ing struct klist *.

Similar diff found upstream:
http://svnweb.freebsd.org/base?view=revision&revision=197575

Found by LLVM/Clang Static Analyzer.

ok tedu@ krw@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/14 13:48:52

Modified files:
	usr.sbin/dvmrpctl: dvmrpctl.c 
	usr.sbin/ikectl: ikectl.c 
	usr.sbin/ldapctl: ldapctl.c 
	usr.sbin/ldpctl: ldpctl.c 
	usr.sbin/relayctl: relayctl.c 
	usr.sbin/ripctl: ripctl.c 
	usr.sbin/snmpctl: snmpctl.c 

Log message:
cope with the EAGAIN API change for msgbuf_write()
ok benno


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/14 15:30:30

Modified files:
	net/weechat    : Makefile distinfo 
	net/weechat/pkg: PLIST-main 
Added files:
	net/weechat/patches: patch-doc_CMakeLists_txt 
Removed files:
	net/weechat/patches: patch-src_core_wee-config_c 
	                     patch-src_plugins_xfer_xfer-dcc_c 

Log message:
update to weechat 0.4.2.
from Simon Kuhnle with minor tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	patrick@cvs.openbsd.org	2013/11/14 16:30:23

Modified files:
	sys/netinet6   : mld6.c 

Log message:
Clean up tabs and a backslash which seemed to have sneeked in in r1.29.

"clean that little thingy up" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/11/14 17:53:36

Modified files:
	textproc/p5-ack: Makefile distinfo 
	textproc/p5-ack/pkg: PLIST 

Log message:
Update to ack 2.10. ok pyr@ sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/14 18:45:45

Modified files:
	sys/dev/ic     : athn.c 

Log message:
Add missing parenthesis to make tick calculation work as intended. Should
fix excessive timeouts and 'Michael mic' errors.

Problem pointed out by vigdis via bugs@

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/11/14 20:10:33

Modified files:
	sys/arch/vax/stand: Makefile.inc 
	sys/arch/vax/stand/xxboot: Makefile 

Log message:
Make vax stand build cross-build friendly.

OK miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/14 21:53:22

Added files:
	x11/gnome/user-share/patches: patch-configure 

Log message:
No need for itstool; help files got removed.

spotted by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/14 22:26:06

Modified files:
	x11/gnome/tracker: Makefile 
Added files:
	x11/gnome/tracker/patches: 
	                           patch-src_libtracker-miner_tracker-monitor_c 

Log message:
Base the monitor limits on max NOFILE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/15 00:44:50

Modified files:
	www/chromium   : Makefile 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/files: chromium-browser.desktop 
Removed files:
	www/chromium/files: chrome.desktop 

Log message:
Sync the Desktop file with Ubuntu and FreeBSD.
Rename to chromium-browser.desktop to match what others are doing.

ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/15 01:06:51

Modified files:
	x11/gnome/online-accounts: Makefile distinfo 

Log message:
update to gnome-online-accounts-3.10.2


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/15 01:17:44

Modified files:
	sys/dev/usb    : uhid.c uhidev.h ukbd.c ums.c utpms.c 

Log message:
Clean-up the HID environment.

This set of drivers were very very dirty.

i/ Clean-up the match/attach multi-casting hackjob
- stop casting aux to every attach arg in existance
- be consistent about casting it only to uhidev_attach_arg
- fetch the usb_attach_arg from above where needed

ii/ Sort out the activate routines
- leave the deactivation to the parent (uhidev(4))
- ditch the sc_dying flag in favour of usbd_is_dying()

iii/ Get closer to keeping all the usb hid information in the uhidev
structure (one uhidev per reportID)
- store the usbd_device in the uhidev
- use it consistently instead of always peaking at the parent's
soft state

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/15 01:25:31

Modified files:
	sys/dev/usb    : moscom.c uark.c ubsa.c uchcom.c ucom.c ucycom.c 
	                 uftdi.c uipaq.c umct.c umodem.c umsm.c uplcom.c 
	                 uslcom.c uticom.c uvisor.c uvscom.c 

Log message:
Sort-out activate functionality for ucom(4) and it's parents.

The child should not have to call the parent for deactivation.
The parent should handle it.
So kill the activate routine in ucom(4) and adapt the parents
to no longer call it.

Also remove sc_dying in ucom(4) and use usbd_is_dying() instead.

Okay mpi@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/15 01:26:59

Modified files:
	net/telepathy/folks: Makefile distinfo 
	net/telepathy/folks/pkg: PLIST 

Log message:
update to folks-0.9.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/15 03:10:02

Modified files:
	mail/perdition : Makefile 
Added files:
	mail/perdition/patches: patch-perdition_perdition_c 

Log message:
SECURITY patch for Perdition: use the correct list of ciphers for
outgoing STARTTLS cnnections.  CVE-2013-4584
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729028


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/15 03:17:39

Modified files:
	sys/dev/usb    : if_atu.c if_aue.c if_axe.c if_axen.c if_cdce.c 
	                 if_cue.c if_kue.c if_mos.c if_smsc.c if_udav.c 
	                 if_upl.c if_url.c if_urndis.c if_wi_usb.c 
	                 ubsa.c uchcom.c umbg.c umct.c umodem.c umsm.c 
	                 uplcom.c usbdi.c usbdi.h uticom.c uvscom.c 

Log message:
Clean-up usbd_abort_pipe() usage.

This function never fails. So change it's return type to void and
adjust the copy-pasted callers that were checking the return.

"If it compiles, ok" mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2013/11/15 03:18:27

Modified files:
	sys/net        : pf.c 

Log message:
Forget socket linking on pf_pkt_addr_changed(), this fixes among other
things, setups with ipsec+ifbound.

The sympthon was that local IPSec packets (tunnel->tunnel) would not
match state after the latest pf_find_state() changes. The first packet
would go through, but the subsequent ones would fail the match and
collide later with the existing state.

ok henning@ markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/15 03:21:29

Modified files:
	graphics/libgphoto2: Makefile 
Removed files:
	graphics/libgphoto2/patches: patch-Makefile_in 
	                             patch-tests_Makefile_in 

Log message:
Delete these patches; no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/15 03:50:40

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
SECURITY update to owncloud-5.0.13.
* Fix a possible security bypass on admin page under certain
circumstances and MariaDB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/15 03:52:24

Modified files:
	x11/qt4        : Makefile 
Added files:
	x11/qt4/patches: patch-src_gui_kernel_qkeymapper_x11_cpp 

Log message:
Revert "QTBUG-15319: fix shortcuts with secondary Xkb layout."

The change which attempted to fix QTBUG-15319 broke keyboard shortcuts
for non latin keyboard layouts.

This patch reverts QTBUG-15319 (f45cdeda8) since it caused a
regression.

From upstream via Arch Linux.

OK espie@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/15 03:59:47

Modified files:
	www/owncloud   : Tag: OPENBSD_5_4 Makefile distinfo 
	www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
Bring owncloud-5.0.13 from -current:
SECURITY: Fix a possible security bypass on admin page under certain
circumstances and MariaDB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/15 04:00:37

Modified files:
	x11/lablgtk2   : Makefile distinfo 
	x11/lablgtk2/pkg: PLIST 
Removed files:
	x11/lablgtk2/patches: patch-config_make_in patch-configure 
	                      patch-src_Makefile patch-src_gFile_ml 
	                      patch-src_gMenu_ml patch-src_gdk_ml 
	                      patch-src_gobject_ml patch-src_gobject_mli 
	                      patch-src_gtkSignal_ml4 
	                      patch-src_ml_glib_c 
	                      patch-src_ml_gtkstock_c 

Log message:
Update to lablgtk2-2.18.0.

Suggestion about @comment'ing a bogus ld.conf file by giovanni@
OK giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/15 05:18:02

Modified files:
	sys/net        : if_pfsync.c 

Log message:
inherit the rdomain sc to pkthdr
from erik at halon dot se, ok benno phessler benno


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/15 05:30:19

Modified files:
	sbin/iked      : control.c proc.c 

Log message:
Cope with the EAGAIN API change for msgbuf_write()


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/15 06:52:46

Modified files:
	x11/gnome/shell: Makefile distinfo 

Log message:
update to gnome-shell-3.10.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/15 07:23:14

Modified files:
	net/iftop      : Makefile 

Log message:
fix typo in COMMENT


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/15 07:31:52

Modified files:
	sys/arch/armv7/omap: if_cpsw.c if_cpswreg.h 

Log message:
Start cleaning this driver. No functional change.
input and ok to move forward dlg@ patrick@ syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/15 07:53:03

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
Nathan Wheeler has an em which lacks a prom.  Rather than fail when no
MAC address, continue on, because if_etherattach contains logic for this.
ok mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/15 08:37:57

Modified files:
	x11/xscreensaver: Makefile distinfo 
	x11/xscreensaver/pkg: PLIST 

Log message:
update xscreensaver, ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/15 08:47:53

Modified files:
	usr.bin/jot    : jot.c 
	usr.bin/rs     : rs.c 

Log message:
Include unistd.h as it is the standard location for getopt().
From Eitan Adler


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/15 09:02:16

Modified files:
	x11/gnome/getting-started-docs: Makefile distinfo 

Log message:
Update to gnome-getting-started-docs-3.10.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/15 09:15:42

Modified files:
	sys/net        : pf.c 
	sys/netinet6   : ip6_input.c 
	sys/sys        : mbuf.h 

Log message:
After discussion with deraadt@ and Fernando Gont, it seems that the
stack should still scan for IPv6 type 0 routing headers.  There are
OpenBSD routers running without pf and there are plenty of legacy
implementations supporting RH0.

Bring back the function ip6_check_rh0hdr() that I removed a month
ago.  As an improvement to the prevoius solution, only scan the
header chain in ip6_input() if the packet has not been inspected
by pf.  Both implementations drop packets with RH0 anywhere in the
extension header chain.

OK mikeb@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2013/11/15 09:46:15

Modified files:
	sys/netinet    : ip_divert.c 
	sys/netinet6   : ip6_divert.c 

Log message:
Rename the struct pf_divert variable in divert_packet() and
divert6_packet() from "pd" to "divert" to match the rest of the source.
I think "pd" was not a good name for a struct pf_divert because "pd"
usually refers to a pf_pdesc.

No object file change.

OK benno@ bluhm@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/15 09:46:27

Modified files:
	sys/dev/ic     : advlib.c 
	sys/dev/isa    : ess.c ess_isapnp.c gus.c if_eg.c if_ep_isa.c 
	                 if_ep_isapnp.c isapnpres.c wds.c 
	sys/dev/pci    : autri.c fms.c maestro.c neo.c sv.c 

Log message:
ansify some function definitions.
no functional change.

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2013/11/15 09:58:49

Modified files:
	.              : want.html 

Log message:
missing closing tag


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/15 10:37:50

Modified files:
	lang/gcc/4.8   : Makefile 
	lang/gcc/4.8/patches: patch-gcc_c-family_c_opt 

Log message:
Match base GCC and the GCC 4.6 port and only enable -Wpointer-sign
when using the -pedantic command line option.

ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/15 12:09:18

Modified files:
	www            : Makefile 
	www/squid      : Makefile 
Added files:
	www/squid      : Makefile.inc 
	www/squid/snapshot: Makefile distinfo 
	www/squid/snapshot/patches: patch-acinclude_compiler-flags_m4 
	                            patch-bootstrap_sh 
	                            patch-configure_ac 
	                            patch-helpers_external_acl_wbinfo_group_ext_wbinfo_group_acl_pl_in 
	                            patch-src_Makefile_am 
	                            patch-src_cf_data_pre 
	                            patch-src_client_side_reply_cc 
	                            patch-src_squid_8_in 
	www/squid/snapshot/pkg: DESCR-ldap DESCR-main DESCR-ntlm 
	                        PLIST-ldap PLIST-main PLIST-ntlm 
	                        README-main squid.rc 
	www/squid/stable: Makefile distinfo 
	www/squid/stable/patches: patch-acinclude_compiler-flags_m4 
	                          patch-bootstrap_sh patch-configure_ac 
	                          patch-helpers_external_acl_wbinfo_group_ext_wbinfo_group_acl_pl_in 
	                          patch-src_Makefile_am 
	                          patch-src_cf_data_pre 
	                          patch-src_client_side_reply_cc 
	                          patch-src_squid_8_in 
	www/squid/stable/pkg: DESCR-ldap DESCR-main DESCR-ntlm 
	                      PLIST-ldap PLIST-main PLIST-ntlm 
	                      README-main squid.rc 
Removed files:
	www/squid27    : Makefile distinfo 
	www/squid27/patches: patch-configure_in patch-errors_Makefile_in 
	                     patch-helpers_basic_auth_MSNT_Makefile_in 
	                     patch-helpers_basic_auth_SMB_Makefile_in 
	                     patch-helpers_external_acl_wbinfo_group_wbinfo_group_pl 
	                     patch-helpers_negotiate_auth_squid_kerb_auth_Makefile_in 
	                     patch-helpers_negotiate_auth_squid_kerb_auth_squid_kerb_auth_c 
	                     patch-icons_Makefile_in 
	                     patch-src_Makefile_in patch-src_cf_data_pre 
	                     patch-src_client_side_c patch-src_defines_h 
	                     patch-src_ssl_support_c 
	                     patch-tools_Makefile_in 
	www/squid27/pkg: DESCR PFRAG.ldap PFRAG.ntlm PLIST README 
	                 squid.rc 

Log message:
Update to squid-3.3.10 and reorganise the squid ports; retire squid-2.7
(it was kept separately because 3.x didn't build on some arch due to an
incomplete atomic ops autoconf check which has since been repaired) and
replace with 3.4 (devel version). Enable additional helpers and turn on
support for rock cache dirs.


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/11/15 12:42:20

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISKBIG 
	sys/arch/amd64/conf: GENERIC RAMDISK RAMDISK_CD 
	sys/arch/armish/conf: GENERIC RAMDISK 
	sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI 
	                     RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI 
	sys/arch/hppa/conf: GENERIC RAMDISK 
	sys/arch/hppa64/conf: GENERIC RAMDISK 
	sys/arch/i386/conf: GENERIC RAMDISKC RAMDISK_CD 
	sys/arch/landisk/conf: GENERIC RAMDISK 
	sys/arch/loongson/conf: GENERIC RAMDISK 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC RAMDISK 
	sys/dev/usb    : files.usb usbdevs usbdevs.h usbdevs_data.h 
Added files:
	sys/dev/usb    : if_ugl.c 

Log message:
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
USB host-to-host link cable. This driver is derived from upl(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/15 14:14:24

Modified files:
	x11/gnome/eog/patches: patch-src_eog-jobs_h 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/15 14:32:16

Modified files:
	x11/gnome/anjuta: Makefile distinfo 

Log message:
update to anjuta-3.10.2


CVSROOT:	/cvs
Module name:	src
Changes by:	haesbaert@cvs.openbsd.org	2013/11/15 14:34:51

Modified files:
	sys/net        : pf.c 

Log message:
Revert 1.858, as it causes panics of inp:

kernel diagnostic assertion \"sotoinpcb(inp->inp_socket) == inp\"
failed: file "../../../../netinet/tcp_input.c", line 646

Will think of a better fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/15 14:41:54

Modified files:
	sys/net        : bpf.c 

Log message:
calculate the line in the sand before comparing it to ticks, which looks
more like the original conditional.

if this doesnt fix rd thrushs panic, then this should be reverted to
r1.85.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/15 15:20:04

Modified files:
	sbin/lmccontrol: lmccontrol.c 
	sbin/restore   : main.c 
	sbin/sysctl    : sysctl.c 
	usr.bin/diff3  : diff3prog.c 
	usr.bin/find   : main.c 
	usr.bin/getcap : getcap.c 
	usr.bin/join   : join.c 
	usr.bin/lam    : lam.c 
	usr.bin/locale : locale.c 
	usr.bin/nl     : nl.c 
	usr.bin/renice : renice.c 
	usr.bin/unvis  : unvis.c 
	usr.bin/users  : users.c 
	usr.bin/whatis : whatis.c 
	usr.bin/ypwhich: ypwhich.c 
	usr.sbin/spamdb: spamdb.c 

Log message:
Include unistd.h as it is the standard location for getopt().


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/15 15:32:55

Modified files:
	lib/libc/gen   : getpwent.c 

Log message:
getpwnam_r() and getpwuid_r() reopen the passwd even when called with
setpassent(stayopen).

Bug found and fixed by Erik Lax <erik-AT-halon-DOT-se>
ok millert@ guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/15 16:01:20

Modified files:
	telephony/spandsp: Makefile distinfo 
	telephony/spandsp/pkg: PLIST 
Removed files:
	telephony/spandsp/pkg: PFRAG.shared 

Log message:
update to spandsp-0.0.6pre21, pointed out by chris@, ok brad@ (maintainer)
various t38/t4 fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/15 16:51:39

Modified files:
	devel/sdl-mixer: Makefile 
	devel/sdl-mixer/patches: patch-SDL_mixer_pc_in 

Log message:
Correct the pkg-config file for static vs shared library linking.

Bulk build tested by landry@/sthen@

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2013/11/15 17:36:01

Modified files:
	sys/net        : if_pflog.c pf.c pf_norm.c 

Log message:
Remove dead assignments and now unused variables.

Found by LLVM/Clang Static Analyzer.

ok henning@ mikeb@ bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/15 17:37:11

Modified files:
	lib/libkvm     : kvm_cd9660.c kvm_file2.c kvm_ntfs.c 
	                 kvm_private.h kvm_udf.c 
Added files:
	lib/libkvm     : kvm_file.h 

Log message:
Prep for hidden visibility: move the vnode/file related function
declarations, including _kvm_getftype(), into a new header, kvm_file.h,
so that we don't have to pull <sys/vnode.h> into all the .c files.  No
more extern function declaration in .c files.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/15 17:41:44

Modified files:
	lib/libkvm     : kvm.c 

Log message:
ANSIfy a declaration


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/15 17:47:49

Modified files:
	lib/libkvm     : kvm_private.h 

Log message:
_kvm_syserr() is printf-like too


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/15 17:49:57

Modified files:
	multimedia/libass: Makefile distinfo 
	multimedia/libass/pkg: PLIST 
Removed files:
	multimedia/libass/pkg: PFRAG.shared 

Log message:
Update to libass 0.10.2.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/15 18:45:38

Modified files:
	misc/viz/patches: patch-viz_c 

Log message:
Include unistd.h as it is the standard location for getopt().


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/16 00:15:22

Modified files:
	www/gnash      : Makefile 

Log message:
Switch to use xulrunner/24, bump REVISION.
ok brad@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/16 01:59:15

Modified files:
	x11/ruby-dbus  : Makefile 
	x11/ruby-dbus/pkg: PLIST 

Log message:
Use default ruby.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 02:30:16

Log message:
    import gnome-code-assistance-0.3.0
    
    gnome-code-assistance is a project which aims to provide common code
    assistance services for code editors (simple editors as well as IDEs).
    It is an effort to provide a centralized code-assistance as a service
    for the GNOME platform instead of having every editor implement their
    own solution.
    
    with and ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20131611
    
    N ports/x11/gnome/code-assistance/distinfo
    N ports/x11/gnome/code-assistance/Makefile
    N ports/x11/gnome/code-assistance/pkg/PLIST
    N ports/x11/gnome/code-assistance/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 02:31:08

Modified files:
	x11/gnome      : Makefile 

Log message:
+code-assistance


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 02:36:40

Modified files:
	x11/gnome/gedit-code-assistance: Makefile distinfo 
	x11/gnome/gedit-code-assistance/pkg: PLIST 
Removed files:
	x11/gnome/gedit-code-assistance/patches: 
	                                         patch-backends_c_gcp-c-compile-args_c 
	                                         patch-src_gcp-diagnostic-support_c 

Log message:
update to gedit-code-assistance-0.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 02:42:17

ports/x11/gnome/code-assistance/patches

Update of /cvs/ports/x11/gnome/code-assistance/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6650/patches

Log Message:
Directory /cvs/ports/x11/gnome/code-assistance/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 02:42:42

Modified files:
	x11/gnome/code-assistance: Makefile 
Added files:
	x11/gnome/code-assistance/patches: 
	                                   patch-backends_jscommon_gnome_codeassistance_transport_dbus_js 

Log message:
unbreak js backend; from upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/16 05:10:14

Modified files:
	audio/ksmp3play: Makefile 
Added files:
	audio/ksmp3play/patches: patch-ksmp3play_1 patch-ksmp3play_c 
Removed files:
	audio/ksmp3play/patches: patch-acinclude_m4 patch-aclocal_m4 

Log message:
Include unistd.h as it is the standard location for getopt().

While here,
- remove redundant patches,
- fix undefined characters in man page and drop groff.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/16 05:46:29

Modified files:
	sys/dev/pci    : if_wpi.c 

Log message:
Enable 802.11a support.  Seems to work fine on:

wpi0 at pci2 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02: msi, MoW2

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/16 05:58:12

Modified files:
	lib/libc/gen   : disklabel.c 

Log message:
In getdiskbyname() set partition size with DL_SETPSIZE(). Make sure
d_secperunith and p_offseth are set to 0 since they can't be read
from disktab and lower 32 bits (d_secperunit and p_offset) are read
directly from the input.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/16 05:59:25

Modified files:
	.              : index.html 
	faq            : index.html 
	faq/pf         : index.html 

Log message:
Unlink outdated translation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/16 06:06:00

Modified files:
	infrastructure/lib/DPB: Config.pm PortBuilder.pm State.pm 
	infrastructure/lib/DPB/Heuristics: Size.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
add/read timestamps to rolling logs, so that eventually old stuff gets
removed.

alias -DSTARTUP/-DCLEANUP, since I keep mixing up the two.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/16 06:24:14

Modified files:
	net            : Makefile 

Log message:
-libdnsres


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/16 06:26:48

Removed files:
	net/libdnsres  : Makefile distinfo 
	net/libdnsres/patches: patch-Makefile_am patch-Makefile_in 
	net/libdnsres/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove libdnsres, broken after inet_nsap_ntoa, used last by honeyd which
switched to libevent's asynchronous library.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/16 08:09:02

Log message:
    Import Mac::iTunes::Library
    
    This modules provides a data structure for representing a item (song,
    URL, video) within an iTunes library and a collection of items to make a
    library. It provides methods for parsing an iTunes XML formatted
    library.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	merdely_20131116
    
    N ports/multimedia/p5-Mac-iTunes-Library/Makefile
    N ports/multimedia/p5-Mac-iTunes-Library/distinfo
    N ports/multimedia/p5-Mac-iTunes-Library/pkg/DESCR
    N ports/multimedia/p5-Mac-iTunes-Library/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/16 08:10:22

Modified files:
	multimedia     : Makefile 

Log message:
Add p5-Mac-iTunes-Library


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/16 08:12:55

Modified files:
	de             : orders.html 
	faq/fr         : faq15.html faq6.html index.html 
	faq/nl         : faq15.html faq6.html 
	fr             : errata53.html errata54.html events.html 
	                 orders.html want.html 
	nl             : index.html orders.html 
	opensmtpd/nl   : list.html portable.html security.html 
	openssh/nl     : ftp.html index.html openbsd.html security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/16 08:22:16

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 
	x11/gnome/libgda/pkg: PLIST-main PLIST-ui 
Added files:
	x11/gnome/libgda/patches: patch-libgda_gda-value_c 

Log message:
Update to libgda-5.2.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/16 08:22:45

Modified files:
	textproc/gtranslator: Makefile 

Log message:
Sync WANTLIB.
Drop useless CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/16 09:15:36

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h 

Log message:
Remove some dead code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/16 09:39:28

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm State.pm 
	infrastructure/lib/DPB/Heuristics: Size.pm 
	infrastructure/lib/DPB/Job: Port.pm 
Added files:
	infrastructure/lib/DPB: Serialize.pm 

Log message:
make the data in permanent logs a bit more self-describing, so that we may add
new fields in the future without atrocious hacks for bw compatibility.
(grows the files a bit, but quite acceptable).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/16 10:58:34

Log message:
    Import audio/potamus. Potamus is a lightweight GTK-based audio player with
    a simple interface and an emphasis on high audio quality. It is designed to
    use the filesystem for sorting music, instead of a complex database.
    ok landry@ sthen@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-16
    
    N ports/audio/potamus/Makefile
    N ports/audio/potamus/distinfo
    N ports/audio/potamus/pkg/DESCR
    N ports/audio/potamus/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/16 10:58:56

Modified files:
	audio          : Makefile 

Log message:
+potamus


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/16 11:24:59

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
PAGE_MASK has exactly the opposite meaning in Linux and OpenBSD.  Adjust its
usage in a currently disabled codepath to prevent future surprised.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/16 11:31:44

Modified files:
	sys/arch/luna88k/dev: omkbdmap.c 

Log message:
Allow ddb to be entered from the keyboard, if glass console and ddb.console=1,
with ctrl-alt/zenmen-esc. Tested on three different keyboard models (compact
black, JIS, and full-sized) by aoyama@ and me.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/16 11:37:27

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/armv7/ramdisk: install.md 
	distrib/aviion/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/loongson/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/miniroot: install.sh 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/octeon/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 

Log message:
Remove AUTOROOT variable which is a leftover of r1.183 of install.sub

diff from Philipp e1c1bac6253dc54a1e89ddc046585792 at osteo dot net

ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/16 11:45:20

Modified files:
	sys/arch/luna88k/luna88k: pmap_table.c 
	sys/arch/m88k/include: cmmu.h mmu.h pmap_table.h 
	sys/arch/m88k/m88k: m8820x_machdep.c pmap.c 
	sys/arch/mvme88k/mvme88k: m88110.c 

Log message:
Allow initial device mappings (from pmap_table) to be backed up by BATC.
Use this on luna88k to map the bitmap planes of the frame buffer used by
the driver. 10% speedup under X.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/16 12:20:46

Modified files:
	www/squid/stable/pkg: PLIST-main 

Log message:
oops, forgot to regen PLIST in squid/stable after disabling an auth module,
reported by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/16 12:34:43

Modified files:
	sbin/dhclient  : dispatch.c 

Log message:
Fix msgbuf_write() usage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/16 13:29:00

Modified files:
	security/gnupg : Makefile distinfo 
Removed files:
	security/gnupg/patches: patch-mpi_mpi-pow_c 

Log message:
SECURITY update to gnupg-1.4.15, fixes CVE-2013-4402 (infinite recursion
parsing compressed packets) and includes the patch we had for
CVE-2013-4242 (Yarom/Falkner flush+reload side-channel attack on RSA
secret keys already had a patch).  Input from and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/16 14:00:02

Modified files:
	sys/arch/i386/isa: npx.c 

Log message:
Copied from amd64..

Use an explicit suffix for the "fld" instruction to shut up clang.  The correct
instruction is fldl since we try to load a double-precision value.
GCC actually gets it wrong and emits "flds" (which is harmless).

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/16 14:00:43

Modified files:
	graphics/evince: Makefile distinfo 
	graphics/evince/pkg: PLIST-main 

Log message:
updat eto evince-3.10.3


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/16 15:45:37

Modified files:
	sys/arch/luna88k/conf: files.luna88k 
	sys/arch/luna88k/dev: omrasops.c 
Added files:
	sys/arch/luna88k/dev: maskbits.h omrasops.h omrasops1.c 

Log message:
Re-organize luna88k rasops om_{copy,erase}{cols,rows} by using one
generic function, based on hp300/dev/diofb_mono.c.

This also fixes `screen is not updated when delete a character if it
is on the middle of a 32-bit word of the frame buffer' problem.

"Go for it!" miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/16 17:05:51

Modified files:
	net/weechat/pkg: PLIST-main 

Log message:
Fix PLIST.
reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/16 17:40:50

Modified files:
	share/man/man4 : route.4 

Log message:
The struct rt_metrics has changed, update documentation in route(4).
While there, add some missing constants.
OK claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/11/16 19:47:59

Modified files:
	.              : plus.html 

Log message:
plus.html for Nov 4 to 11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/16 21:02:59

Modified files:
	net/p5-IP-Country: Makefile distinfo 

Log message:
Update IP::Country to 2.28


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 01:41:58

Modified files:
	productivity/tryton/tryton: Makefile distinfo 
Removed files:
	productivity/tryton/tryton/patches: patch-tryton_action_main_py 

Log message:
Update to tryton-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 01:45:08

Modified files:
	productivity/tryton/project_revenue: Makefile 

Log message:
Missing dependency.
https://bugs.tryton.org/issue3500


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/11/17 01:51:23

Modified files:
	etc/etc.alpha  : fbtab 
	etc/etc.amd64  : fbtab 
	etc/etc.i386   : fbtab 
	etc/etc.loongson: fbtab 
	etc/etc.luna88k: fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.octeon : fbtab 
	etc/etc.sgi    : fbtab 
	etc/etc.sparc  : fbtab 
	etc/etc.sparc64: fbtab 
	etc/etc.vax    : fbtab 
	etc/etc.zaurus : fbtab 

Log message:
Remove unused /dev/X0 entries. ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/17 01:58:35

Modified files:
	sys/net        : bpf.c 

Log message:
speeling


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 02:29:20

Modified files:
	base/xenocara/lib/libGLU: Makefile 

Log message:
well, wants libGL first


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 02:41:01

Modified files:
	x11/gnome      : gnome.port.mk 

Log message:
Bump vala requirements.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 02:43:09

Modified files:
	infrastructure/lib/DPB: Config.pm Signature.pm 
	infrastructure/lib/DPB/Core: Init.pm 

Log message:
libdir based on experimental xenocara support


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 02:45:22

ports/base/xenocara/lib/libglapi

Update of /cvs/ports/base/xenocara/lib/libglapi
In directory cvs.openbsd.org:/tmp/cvs-serv14099/libglapi

Log Message:
Directory /cvs/ports/base/xenocara/lib/libglapi added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 02:45:50

Modified files:
	base/xenocara/lib: Makefile 
	base/xenocara/lib/libGL: Makefile 
Added files:
	base/xenocara/lib/libglapi: Makefile 

Log message:
GL now has extra libglapi component


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 02:48:27

Modified files:
	sysutils/deja-dup: Makefile 
	sysutils/deja-dup/pkg: PLIST 
Added files:
	sysutils/deja-dup/patches: patch-widgets_WidgetUtils_vala 

Log message:
Fix build with vala >=0.22.1 (reported by naddy@).
Regen PLIST while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/17 03:07:32

Modified files:
	sys/netinet    : ip_icmp.c ip_input.c ip_var.h 

Log message:
Instead of stripping the IP options manually in icmp_reflect(),
just call ip_stripoptions().  Remove an unneeded parameter and
adjust the ip length in ip_stripoptions().
from FreeBSD; OK deraadt@ henninh@ lteo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/17 03:26:27

Added files:
	mail/geary/patches: patch-bindings_metadata_WebKit-3_0_metadata 
	                    patch-src_client_notification_notification-bubble_vala 

Log message:
Fix build with vala 0.22.1 and webkit 2.2.2.

http://redmine.yorba.org/issues/7695
http://redmine.yorba.org/issues/7694
http://redmine.yorba.org/projects/geary/repository/revisions/eed221bf3a3b49685f77ab15ce9233d716a347a9
breakage reported by naddy@, upstream commit pointed out by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:36:02

ports/base/xenocara/lib/libEGL

Update of /cvs/ports/base/xenocara/lib/libEGL
In directory cvs.openbsd.org:/tmp/cvs-serv16120/libEGL

Log Message:
Directory /cvs/ports/base/xenocara/lib/libEGL added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:36:03

ports/base/xenocara/lib/libGLESv1_CM

Update of /cvs/ports/base/xenocara/lib/libGLESv1_CM
In directory cvs.openbsd.org:/tmp/cvs-serv16120/libGLESv1_CM

Log Message:
Directory /cvs/ports/base/xenocara/lib/libGLESv1_CM added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:36:04

ports/base/xenocara/lib/libGLESv2

Update of /cvs/ports/base/xenocara/lib/libGLESv2
In directory cvs.openbsd.org:/tmp/cvs-serv16120/libGLESv2

Log Message:
Directory /cvs/ports/base/xenocara/lib/libGLESv2 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:36:05

ports/base/xenocara/lib/libtxc_dxtn

Update of /cvs/ports/base/xenocara/lib/libtxc_dxtn
In directory cvs.openbsd.org:/tmp/cvs-serv16120/libtxc_dxtn

Log Message:
Directory /cvs/ports/base/xenocara/lib/libtxc_dxtn added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:36:55

Modified files:
	base/xenocara/lib: Makefile 
Added files:
	base/xenocara/lib/libEGL: Makefile 
	base/xenocara/lib/libGLESv1_CM: Makefile 
	base/xenocara/lib/libGLESv2: Makefile 
	base/xenocara/lib/libtxc_dxtn: Makefile 

Log message:
add some newer GL libraries and some of their basic depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:42:12

ports/base/xenocara/driver/xf86-video-modesetting

Update of /cvs/ports/base/xenocara/driver/xf86-video-modesetting
In directory cvs.openbsd.org:/tmp/cvs-serv9640/xf86-video-modesetting

Log Message:
Directory /cvs/ports/base/xenocara/driver/xf86-video-modesetting added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/17 03:42:37

Modified files:
	base/xenocara/driver: Makefile 
Added files:
	base/xenocara/driver/xf86-video-modesetting: Makefile 

Log message:
+driver


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/17 04:08:03

Modified files:
	lang/tcl       : tcl.port.mk 

Log message:
Non-funtcional fix for previous: zap outdated comment, that was left since
some intermediate patch improvement iterations.

Spotted by stu@.


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2013/11/17 04:13:04

Modified files:
	.              : want.html 

Log message:
Thinkpad X60 or X60s laptop is needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/17 04:21:39

Modified files:
	mail/geary     : Makefile distinfo 
	mail/geary/pkg : PLIST 
Added files:
	mail/geary/patches: 
	                    patch-bindings_metadata_webkitgtk-2_2_WebKit-3_0_metadata 
	                    patch-src_client_notification_libnotify_vala 
Removed files:
	mail/geary/patches: patch-bindings_gir_WebKit-3_0_gir 
	                    patch-bindings_metadata_WebKit-3_0_metadata 
	                    patch-cmake_FindIntltool_cmake 
	                    patch-src_CMakeLists_txt 
	                    patch-src_client_geary-application_vala 
	                    patch-src_client_notification_notification-bubble_vala 
	                    patch-src_console_main_vala 

Log message:
Update to geary 0.4.1.

Move from libgee06 to libgee, and from gnome-keyring to libsecret. Still
seems to work fine with gmail. Note, if you use two-factor auth, refer
to
http://redmine.yorba.org/projects/geary/wiki/Geary_FAQ#How-can-I-use-Geary-with-Googles-2-Step-authentication
See for new features:
http://redmine.yorba.org/projects/geary/repository/revisions/35bbe87836de85e4dda31215186e626bf8e65a75/entry/NEWS


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2013/11/17 04:25:08

Modified files:
	.              : want.html 

Log message:
Update list of known PCI IDs of unsupported rtsx(4) devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 04:32:10

Modified files:
	inputmethods/libskk: Makefile distinfo 
	inputmethods/libskk/pkg: PLIST 
Removed files:
	inputmethods/libskk/pkg: PFRAG.shared 

Log message:
Minor update to libskk-1.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/17 04:43:09

Removed files:
	graphics/blender/patches: 
	                          patch-source_blender_avi_intern_avi_endian_c 

Log message:
Remove this patch, it makes no sense now and breaks the build on BE
archs since update to 2.67.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 04:45:17

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile 

Log message:
x11/gnome/gvfs is also needed at build time; spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/17 04:45:52

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/patches: 
	                             patch-liborcus_ExternalProject_liborcus_mk 
	editors/libreoffice/pkg: PFRAG.shared-java PFRAG.shared-main 

Log message:
add boost_system to LDFLAGS for liborcus to avoid cppunit tests failing
do the undefined symbols and fix up some plist entries


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/17 05:52:00

Modified files:
	etc/etc.luna88k: fbtab 

Log message:
Delete unused `:0'.

"Good catch" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/17 06:41:26

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c 
	sbin/wsconsctl : util.c 
	sys/dev/wscons : wsconsio.h 
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Distinguish between inteldrm and radeondrm.

ok jsg@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/17 06:53:45

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
correct some iodata strings and add ETX-US2
from ISIHARA Takanori


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/17 06:54:18

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/17 06:57:03

Modified files:
	share/man/man4 : aue.4 
	sys/dev/usb    : if_aue.c 

Log message:
correct some iodata strings and add ETX-US2
from ISIHARA Takanori


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/17 07:23:22

Modified files:
	sys/dev/pci/drm: drm.h drm_mode.h radeon_drm.h 

Log message:
Sync with libdrm 2.4.47.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/17 07:29:45

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
drm/i915: Only clear write-domains after a successful wait-seqno

From Chris Wilson
5ca3f11716a0487110745824ad5282bf4c00d211 in ubuntu 3.8
daa13e1ca587bc773c1aae415ed1af6554117bd4 in mainline linux
https://bugs.freedesktop.org/show_bug.cgi?id=66163


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/17 07:33:05

Modified files:
	driver         : Makefile 

Log message:
Unhook radeonold from the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/11/17 07:53:49

Modified files:
	www/sogo       : Tag: OPENBSD_5_4 Makefile 
Added files:
	www/sogo/patches: Tag: OPENBSD_5_4 
	                  patch-UI_MailPartViewers_GNUmakefile 
	                  patch-UI_MailPartViewers_GNUmakefile_preamble 

Log message:
fix running sogo, had patch since short after unlock, but forgot
about it. Problem noted by Martijn Rijkeboer

OK aja@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/17 08:12:47

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c 

Log message:
drm/radeon: fix hw contexts for SUMO2 asics

From wojciech kapuscinski
b71a688b1e56a0a2b4260c2ab0cdf80f67965072 in ubuntu 3.8
50b8f5aec04ebec7dbdf2adb17220b9148c99e63 in mainline linux
https://bugs.freedesktop.org/show_bug.cgi?id=63599


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/17 08:21:55

Modified files:
	mail/perdition : Tag: OPENBSD_5_4 Makefile 
Added files:
	mail/perdition/patches: Tag: OPENBSD_5_4 
	                        patch-perdition_perdition_c 

Log message:
SECURITY patch for Perdition: use the correct list of ciphers for
outgoing STARTTLS cnnections.  CVE-2013-4584


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/17 09:04:04

Modified files:
	security/gnupg : Tag: OPENBSD_5_4 Makefile 
Added files:
	security/gnupg/patches: Tag: OPENBSD_5_4 patch-g10_mainproc_c 
	                        patch-mpi_mpi-internal_h 
	                        patch-mpi_mpi-pow_c patch-util_iobuf_c 

Log message:
MFC

Backport security fixes for CVE-2013-4402 (infinite recursion parsing
compressed packets) and CVE-2013-4242 (Yarom/Falkner flush+reload
side-channel attack on RSA secret keys) from gnupg-1.4.15.
Requested by jasper@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/17 09:55:36

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/17 10:09:11

Modified files:
	security/gnupg : Tag: OPENBSD_5_3 Makefile 
Added files:
	security/gnupg/patches: Tag: OPENBSD_5_3 patch-g10_mainproc_c 
	                        patch-mpi_mpi-internal_h 
	                        patch-util_iobuf_c 

Log message:
MFC

Backport security fixes for CVE-2013-4402 (infinite recursion parsing
compressed packets) from gnupg-1.4.15.  Tests by merderly@ and jasper@,
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/17 10:54:09

Modified files:
	x11/gnome/libgda: Makefile distinfo 
Removed files:
	x11/gnome/libgda/patches: patch-libgda_gda-value_c 

Log message:
Update to libgda-5.2.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/17 11:47:13

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c 
	                      i915_trace.h intel_ringbuffer.c 

Log message:
Implement DRM_IOCTL_I915_GEM_WAIT.  Based on an earlier diff from jsg@

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/17 13:04:47

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h 

Log message:
Remove some more dead code.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/17 13:16:27

Modified files:
	regress/sys/netinet6/rh0: Makefile rh0_empty.py rh0_final.py 
Added files:
	regress/sys/netinet6/rh0: rh0_frag2.py rh0_frag_empty.py 
	                          rh0_frag_final.py rh0_frag_route.py 

Log message:
Adapt the IPv6 routing header type 0 tests to the current behaviour.
As header scanning is back, there is always a icmp6 parameter problem
response.  Add tests that hide the routing header behind an atomic
fragment header to get the RFC 5095 behaviour.  One test puts the
routing header into the second fragment so that it cannot be detected
without reassembly.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2013/11/17 13:19:36

Modified files:
	usr.bin/locate/code: locate.code.c 
	usr.bin/rup    : rup.c 
	usr.bin/tmux   : arguments.c 
	usr.bin/units  : units.c 

Log message:
Include unistd.h as it is the standard location for getopt().

OK millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/17 13:27:14

Modified files:
	lib/libkvm     : kvm_file.h kvm_private.h shlib_version 

Log message:
Mark internal symbols as hidden.  This removes symbols from the ABI,
albeit ones no one should be using, so major bump the shlib.

ok kettenis@
ports testing by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/11/17 13:51:58

Added files:
	share/man/man4 : ugl.4 

Log message:
Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A
USB host-to-host link cable. This driver is derived from upl(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/17 14:32:08

Modified files:
	share/man/man4 : usb.4 

Log message:
+ugl.4;


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/17 16:34:55

Modified files:
	math/veusz     : Makefile distinfo 
	math/veusz/pkg : PLIST 

Log message:
Update Veusz to 1.19


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/17 17:27:37

Modified files:
	share/man/man4 : Makefile 

Log message:
+ugl


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/17 18:34:25

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/17 18:56:35

Modified files:
	sys/arch/sparc/dev: fd.c 

Log message:
replace disksort with bufqs. basically a copy of the same change in sparc64
which was a copy of the change in isa/fd.c.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/11/17 22:09:32

Modified files:
	regress/usr.bin/ssh: forward-control.sh 

Log message:
bump timeout to 10 seconds to allow slow machines (e.g. Alpha PC164)
to successfully run this; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/18 00:23:37

Modified files:
	lang/rubinius  : Makefile 

Log message:
Mark as BROKEN-powerpc, #error "no memory barrier implementation" with base
gcc and no atomic ops with gcc from ports.
Discussed with jeremy@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/11/18 01:20:22

Modified files:
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/socppc/socppc: machdep.c 

Log message:
Normalize code sequence around dumpsys(), doshutdownhooks(), and
config_suspend() in ppc boot() functions.  Always go through them regardless
of (howto & RB_HALT).

OK deraadt@ mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/18 02:16:30

Modified files:
	sys/net        : if.c if_trunk.c if_trunk.h 

Log message:
Convert trunk(4) to use a detachhook, discussed at b2k13 with many.

While here add a comment explaining detach hooks' order of execution when
destroying/detaching an interface.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/18 02:17:38

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/pkg: PLIST 

Log message:
Update to glib2mm-2.38.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/18 02:50:06

Modified files:
	x11/ruby-dbus  : Makefile 

Log message:
bump REVISION, this used to force ruby 1.9 with a ruby19-dbus pkgname,
recent change to use the default ruby version needed extra bumps to get past
the pkgname of an earlier ruby-dbus-0.2.1p3 package. noticed by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/18 04:47:16

Modified files:
	usr.sbin/smtpd : config.c dict.c envelope.c smtpd-api.h table.c 
	                 table_passwd.c table_sqlite.c table_static.c 

Log message:
change dict_poproot() prototype: do not take key placeholder parameter as
it can't work that way.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/18 04:55:41

Modified files:
	usr.sbin/smtpd : dns.c 

Log message:
When looking up a MX, parse the address if the domain is a "[ipaddr]" string.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/18 05:24:26

Modified files:
	usr.sbin/smtpd : lka.c mta_session.c smtp_session.c smtpd.conf.5 
	                 smtpd.h 

Log message:
Allow overriding the local ca


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/11/18 05:55:30

Modified files:
	opensmtpd      : index.html 

Log message:
copyright 2013, reported by Joel Carnat


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/18 09:34:05

Modified files:
	mail/mutt/snapshot: Makefile distinfo 

Log message:
use a newer sidebar patch, adding a fix for the status line in the pager
display from Vincent Brillault via Gentoo, problem reported by Mark Patruck


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/18 09:40:07

Modified files:
	databases/openldap: Makefile distinfo 

Log message:
update to openldap-2.4.38


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/18 09:49:14

Log message:
    import p5-WWW-Mechanize-GZip
    
    from DESCR:
    The WWW::Mechanize::GZip module tries to fetch a URL by requesting
    gzip-compression from the webserver.
    
    If the response contains a header with 'Content-Encoding: gzip', it
    decompresses the response in order to get the original (uncompressed)
    content.
    
    This module will help to reduce bandwith fetching webpages, if supported
    by the webeserver. If the webserver does not support gzip-compression,
    no decompression will be made.
    
    This modules is a direct subclass of WWW::Mechanize and will therefore
    support any methods provided by WWW::Mechanize.
    
    The decompression is handled by Compress::Zlib::memGunzip.
    
    There is a small webform, you can instantly test, whether a webserver
    supports gzip-compression on a particular URL:
    http://www.computerhandlung.de/www-mechanize-gzip.htm
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	merdely_20131118
    
    N ports/www/p5-WWW-Mechanize-GZip/Makefile
    N ports/www/p5-WWW-Mechanize-GZip/distinfo
    N ports/www/p5-WWW-Mechanize-GZip/pkg/DESCR
    N ports/www/p5-WWW-Mechanize-GZip/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/18 09:49:58

Modified files:
	www            : Makefile 

Log message:
link p5-WWW-Mechanize-GZip


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/18 09:51:23

Modified files:
	net/transmission: Makefile 
Added files:
	net/transmission/patches: patch-gtk_main_c 

Log message:
GTK client: Disable help entry in menu while the URL returns 404.
http://www.transmissionbt.com/help/gtk/2.8x/

Requested by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2013/11/18 10:01:11

Modified files:
	graphics/sxiv  : Makefile distinfo 
	graphics/sxiv/patches: patch-Makefile 
	graphics/sxiv/pkg: PLIST 
Removed files:
	graphics/sxiv/patches: patch-main_c 

Log message:
update sxiv to 1.1.1

ok bentley@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/18 10:23:12

Modified files:
	regress/lib/libsndio/fd: fd.c 
	regress/lib/libsndio/play: play.c 
	regress/lib/libsndio/rec: rec.c 
	regress/lib/libsndio/vol: vol.c 

Log message:
cleanup style


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/18 10:37:45

Modified files:
	usr.bin/aucat  : abuf.c aproc.c aproc.h aucat.c dev.c file.c 
	                 headers.c midi.c siofile.c wav.c 
	usr.bin/sndiod : dev.c dsp.h file.c midi.h siofile.c sndiod.c 
	                 sock.c 
	lib/libsndio   : aucat.c 

Log message:
add missing prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/18 10:40:39

Modified files:
	sys/dev/pci    : ahd_pci.c 

Log message:
Factor out of {split,pci}_status_strings[] the printf formattings bits,
putting them in the actual printf() calls.  Shuts up gcc -Wformat=2 and
reduces the space spent on string constants.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 10:45:01

Modified files:
	sys/kern       : subr_disk.c 

Log message:
panic expects a format string


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/18 10:51:59

Modified files:
	usr.bin/aucat  : aucat.c 

Log message:
remove unused variables


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/18 11:06:52

Modified files:
	x11/gnome/caribou: Makefile distinfo 
	x11/gnome/caribou/pkg: PLIST 

Log message:
Update to caribou-0.4.13.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/18 11:29:12

Modified files:
	faq            : current.html 

Log message:
reinstate the pwd_mkdb step in the notes for crossing time_t, for people
with insane update situations who can't use bsd.rd properly. ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 11:41:35

Modified files:
	.              : books.html 

Log message:
some books no longer pre-order; jcr


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/18 11:49:53

Modified files:
	sys/crypto     : ecb3_enc.c ecb_enc.c set_key.c 

Log message:
ansify some function definitions and tidy up this code style wise. this
ancient code looked pretty crummy.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/18 12:43:00

Modified files:
	sys/dev/pci    : if_nge.c if_tl.c 

Log message:
- ansify some function definitions
- remove return at end of void functions
- remove extraneous braces

no functional change.

ok chris@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/18 12:45:41

Modified files:
	driver/xf86-video-nv/src: nv_driver.c nv_local.h nv_proto.h 
	                          nv_shadow.c nv_type.h 

Log message:
Fix shadow framebuffer implementation.

Tested by  Martijn van Duren and mpi@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/18 13:17:17

Modified files:
	x11/gnome/system-monitor: Makefile distinfo 
	x11/gnome/system-monitor/pkg: PLIST 

Log message:
update to gnome-system-monitor-3.10.2

still marked BROKEN, but robert is making some good progress..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 13:21:52

Modified files:
	share/man/man9 : kthread.9 
	sys/arch/arm/xscale: pxa2x0_apm.c pxa2x0_pcic.c 
	sys/arch/i386/i386: apm.c 
	sys/arch/macppc/dev: mediabay.c xlights.c 
	sys/arch/sparc/dev: ts102.c 
	sys/dev/hil    : hil.c 
	sys/dev/ic     : aac.c i82365.c tcic2.c twe.c 
	sys/dev/onewire: onewire.c 
	sys/dev/sbus   : stp4020.c 
	sys/dev/sdmmc  : sdmmc.c 
	sys/dev/usb    : usbf.c 
	sys/kern       : kern_kthread.c kern_task.c kern_workq.c 
	sys/sys        : kthread.h 

Log message:
simplify kthread_create(). no more stdarg
ok matthew guenther mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 13:22:23

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
use arc4random() for ether_fakeaddr, because it is safe
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/18 13:30:04

Modified files:
	sys/net        : pf.c 

Log message:
The prio value of a pf match rule was overridden by a later pass
rule even if the latter had no prio flag.  Fix match rules with
prio to work as expected.
Found by Roman Kravchuk; reported and tested by Alexey Suslikov;
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/11/18 13:38:32

Modified files:
	etc/etc.amd64  : fbtab 
	etc/etc.i386   : fbtab 
	etc/etc.macppc : fbtab 
	etc/etc.sparc64: fbtab 

Log message:
Give /dev/drm0 to the user logged on the console to be able
to run OpenGL applications. ok kettenis@ naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/18 13:39:48

Modified files:
	app/xdm/config : GiveConsole TakeConsole 

Log message:
Give /dev/drm0 to the user logging into xdm to be able
to run OpenGL applications. ok kettenis@, naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/18 13:42:52

Modified files:
	devel/py-country: Makefile distinfo 
	devel/py-country/pkg: PLIST 

Log message:
Update to py-country 1.2.

ok giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2013/11/18 14:16:55

Modified files:
	sys/net        : if_pfsync.c 

Log message:
Fix potential null dereference.

Found by LLVM/Clang Static Analyzer.

ok benno@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/18 14:31:39

Modified files:
	distrib/miniroot: install.sub 

Log message:
Extract the information whether to install or upgrade in unattended
mode from DHCP attribute "filename", which has to be "auto_install"
or "auto_upgrade". For archs that use this attribute for the boot
program create a symbolic link to auto_install and/or auto_install.

Change the naming scheme for response files on the http server to
<mac-addres>-<install|upgrade>.conf where <mac-address> is the
lladdr of the netboot interface of to be installed/upgraded hosts,
e.g. 52:54:00:12:34:56-install.conf. This allows different response
files for multiple hosts.

ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/18 14:51:11

Log message:
    Import arandr, a Python xrandr GUI.
    
    OK sthen@
    
    Status:
    
    Vendor Tag:	edd
    Release Tags:	edd_20131018
    
    N ports/x11/arandr/Makefile
    N ports/x11/arandr/distinfo
    N ports/x11/arandr/patches/patch-setup_py
    N ports/x11/arandr/pkg/DESCR
    N ports/x11/arandr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/18 14:52:50

Modified files:
	x11            : Makefile 

Log message:
Link arandr.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/18 15:21:27

Modified files:
	sys/dev/ic     : rtl81x9reg.h 
	sys/dev/pci    : if_re_pci.c 

Log message:
Enable MSI on the remaining chipsets.

ok naddy@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/18 16:09:46

Modified files:
	sys/kern       : kern_synch.c 

Log message:
hack in a global rendezvous for interprocess semaphores to use


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/18 16:10:48

Modified files:
	lib/librthread : rthread.h rthread_sem.c 

Log message:
interprocess semaphores ala sem_open. mostly following in the pattern
of shm_open. with some additions and fixes from zhuk.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/18 16:17:52

Modified files:
	lib/libpthread/man: sem_open.3 

Log message:
boilerplate documentation


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 16:32:23

Modified files:
	sys/dev/ic     : twe.c 

Log message:
format string


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 16:36:09

Modified files:
	sys/dev/pci    : if_san_obsd.c 

Log message:
cleanse format string


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 16:44:57

Modified files:
	sys/dev/acpi   : acpidebug.c 

Log message:
format string cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/18 16:56:35

Modified files:
	net/synergy    : Makefile distinfo 
	net/synergy/patches: patch-CMakeLists_txt 
	                     patch-src_lib_ipc_CIpcClientProxy_cpp 
	                     patch-src_lib_ipc_CIpcServerProxy_cpp 
	                     patch-src_lib_server_CClientProxy1_4_cpp 
Added files:
	net/synergy/patches: patch-src_lib_io_CCryptoMode_h 
	                     patch-src_lib_io_CCryptoStream_h 
Removed files:
	net/synergy/patches: patch-src_lib_synergy_CCryptoMode_h 
	                     patch-src_lib_synergy_CCryptoStream_h 

Log message:
Update synergy to 1.4.15
testing and ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/18 18:23:51

Modified files:
	sys/dev/sbus   : stp4020.c 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/18 19:01:28

Modified files:
	lib/libpthread/man: sem_open.3 

Log message:
slightly better


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/18 21:12:17

Modified files:
	sys/arch/amd64/amd64: bios.c db_disasm.c identcpu.c machdep.c 
	                      pmap.c 

Log message:
format string fixes picked up with -Wformat=2

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/18 21:18:16

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
more 4th gen Intel Core HD Audio ids


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/18 21:22:50

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/19 00:24:57

Modified files:
	usr.bin/aucat  : Makefile 
	usr.bin/sndiod : Makefile 
	lib/libsndio   : Makefile 

Log message:
move -Wxxx flags from CFALGS to COPTS

suggested by deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/11/19 00:30:58

Modified files:
	devel/libgtop2 : Makefile 
Added files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_prockernel_c 

Log message:
wchan is no longer exposed, just check if wmesg is not empty, which is done
already and then use p_wmesg instead of trying to strlcpy p_wmesg[0]
this fixes one out of two bugs of libgtop2
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/19 00:59:12

Modified files:
	lib/libpthread/man: sem_open.3 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/19 02:00:43

Modified files:
	sys/arch/amd64/amd64: autoconf.c 
	sys/arch/i386/i386: autoconf.c 
	sys/net        : if.c 
	sys/netinet6   : in6_ifattach.c nd6_nbr.c 

Log message:
Remove some FDDI/ATM leftovers.

ok mikeb@, henning@, deraadt@, brad@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/19 03:01:20

Modified files:
	usr.sbin/smtpd : parse.y scheduler.c smtpd.conf.5 smtpd.h 

Log message:
Add a limit on the number of inflight envelopes.  The scheduler suspends
scheduling of mta/mda envelopes until the number of inflight envelopes
falls below that line.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/19 03:22:42

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.conf.5 util.c 

Log message:
Allow '*' in the user part of mailaddresses.  By default, potentially dangerous
characters are replaced when expanding for local deliveries, unless the "raw"
modifier is specified.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/19 05:02:56

Modified files:
	distrib/miniroot: install.sub 

Log message:
Fetch host specific responsefile, if that does not exist, fall back
to generic one.

noted by and ok phessler@
ok krw@ and positive feedback deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/19 06:11:03

Modified files:
	net/weechat    : Makefile 

Log message:
missed bump; the package did previously (sometimes) build


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/19 06:27:45

Modified files:
	x11/gnome/screenshot: Makefile distinfo 

Log message:
update to gnome-screenshot-3.10.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/19 06:30:52

Modified files:
	net/gupnp/av   : Makefile distinfo 

Log message:
update to  gupnp-av-0.12.4


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/11/19 07:04:07

Modified files:
	sys/dev/usb    : ugen.c uhid.c uhidev.c uhidev.h usb_subr.c 
	                 usbdi.h 

Log message:
Kill matchlvl usage throughout the usb stack.

Allows us to move forward on cleaning.

Okay mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/19 08:08:04

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c 
	                      i915_trace.h intel_ringbuffer.c 

Log message:
backout the DRM_IOCTL_I915_GEM_WAIT commit
it seems to leave X unuseable on resume on at least snb/ivb
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/19 08:12:13

Modified files:
	sys/dev        : softraid.c softraid_crypto.c 

Log message:
Print daddr_t's with %lld, size_t's with %zu, int's with %d and
u_int32_t's with %u.

Translate DL_GETPSIZE() results to 512-byte-block values with
DL_SECTOBLK().

ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/19 08:12:23

Modified files:
	sbin/dhclient  : dhcpd.h 
	usr.sbin/pppoe : client.c common.c pppoe.c server.c session.c 
	                 tag.c 

Log message:
include queue.h directly instead of relying on if.h to provide it;
ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/19 08:46:30

Modified files:
	faq            : current.html 

Log message:
add a note for Icinga, it was updated a while ago, I've just noticed that
a deprecated option was removed causing startup to fail if it's present
in your configuration.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/19 08:47:33

Modified files:
	mail/p5-GetLive: Makefile distinfo 
	mail/p5-GetLive/patches: patch-GetLive_pl patch-Manual 

Log message:
Update to 3.0.  This commit also includes some of upstream's post-3.0 changes
that fix changes to outlook.com's login screen.

"update looks good to me" -sthen@ (prior to s/hotmail\.com/outlook\.com/ change to COMMENT by me).


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/11/19 08:49:15

Modified files:
	mail/p5-GetLive/pkg: DESCR 

Log message:
Update DESCR from the GetLive website to include updated info.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/19 08:50:14

Modified files:
	x11/gnome/tracker/patches: 
	                           patch-src_libtracker-miner_tracker-monitor_c 

Log message:
Committed usptream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/19 09:16:00

Modified files:
	x11/gnome/system-monitor: Makefile 

Log message:
no longer mark this broken now that it doesn't crash anymore,


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/19 09:39:26

Modified files:
	net/mtr        : Makefile distinfo 
	net/mtr/patches: patch-gtk_c 
Added files:
	net/mtr/patches: patch-report_c 

Log message:
update to mtr 0.85 and add a patch from upstream for long long time_t,
from dhill. drop jakob@ as maintainer and take it myself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/19 09:41:58

Modified files:
	meta/gnome     : Makefile 

Log message:
Re-add x11/gnome/system-monitor now that it is in a better shape.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/19 10:29:18

Modified files:
	graphics/clutter/core: Makefile distinfo 
	graphics/clutter/core/patches: patch-configure 
	graphics/clutter/core/pkg: PLIST 

Log message:
update to clutter-1.16.2


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/19 10:30:08

Modified files:
	sys/net        : pfvar.h 

Log message:
provide forward declarations for structures ifnet and ifg_group;
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/19 10:59:01

Log message:
    import benchmarks/speedtest-cli, ok merdely@ william@
    
    speedtest-cli is a command line interface for testing internet bandwidth
    using speedtest.net servers.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131119
    
    N ports/benchmarks/speedtest-cli/Makefile
    N ports/benchmarks/speedtest-cli/distinfo
    N ports/benchmarks/speedtest-cli/pkg/PLIST
    N ports/benchmarks/speedtest-cli/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/19 10:59:30

Modified files:
	benchmarks     : Makefile 

Log message:
+speedtest-cli


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/19 11:33:07

Modified files:
	libexec/spamd  : sync.c 

Log message:
the time being handled here is strictly unsigned 32 bit
ok beck phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/19 11:33:38

Modified files:
	libexec/spamd  : spamd.c 

Log message:
repair format strings for time_t, and some missing protos
ok beck phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/19 11:33:57

Modified files:
	libexec/spamd  : grey.c 

Log message:
add a bunch of missing prototypes
ok beck phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/19 12:14:09

Modified files:
	sys/dev/pci    : agp_i810.c 
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
	                      i915_gem.c i915_gem_context.c 
	                      i915_gem_execbuffer.c i915_gem_gtt.c 
	                      i915_gem_tiling.c intel_fb.c 
	                      intel_ringbuffer.c 

Log message:
Move the GTT management into the inteldrm driver.  It is really obvious now
that this is necessary as on some hardware we need guard pages between
regions that have different cache attributes.  Even if this appears to cause
regressions on some hardware, this change is a necessary (but not sufficient)
step to fix the cache coherency problems on the affected hardware.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/19 13:21:28

Modified files:
	x11/gnome/librsvg: Makefile distinfo 

Log message:
Update to librsvg-2.40.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/19 13:36:27

Modified files:
	net/tor        : Makefile distinfo 

Log message:
Update to 0.2.4.18rc, ok dcoppa@ benoit@ jca@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/11/19 14:26:36

Modified files:
	distrib/sets/lists/xserv: md.amd64 md.i386 md.macppc md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/11/19 15:20:06

Modified files:
	distrib/miniroot: install.sh 

Log message:
Add autoinstall configuration to the list of files and output stirring
the random pool at install.  Apart from the configuration in itself, this
permits adding various random data in comments or whatever.

ok krw@ rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/19 15:25:32

Modified files:
	usr.sbin/ripd  : control.c rde.c ripd.c 

Log message:
handle msgbuf_write() returning EAGAIN

"looks right" deraadt and sthen.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/19 17:12:37

Modified files:
	sys/arch/hp300/dev: hd.c hdvar.h 

Log message:
replace bare use of disksort with bufqs.

uebayashi@ made sure it compiled
go ahead miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/19 17:13:54

Modified files:
	sys/arch/vax/vsa: hdc9224.c 

Log message:
replace bare use of disksort with bufqs.

go ahead miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/19 17:15:32

Modified files:
	sys/arch/sparc/dev: xy.c xyvar.h 

Log message:
replace bare use of disksort with bufqs. this is the last disksort user
in the tree apart from the bufq wrapper around it.

go ahead miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/19 19:03:52

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h i915_gem.c i915_gem_evict.c 
	                      i915_trace.h 

Log message:
switch to the drm_mm based gtt eviction code from linux 3.8.13
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/19 19:19:01

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
delay closure of in/out fds until after "Bad protocol version
identification..." message, as get_remote_ipaddr/get_remote_port
require them open.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/19 20:04:30

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
zhuk and i have slightly different styles. unify and consistify


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/19 20:16:39

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
oops, forgot about unnamed shared sems


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/19 20:19:39

Modified files:
	lib/libpthread/man: sem_open.3 

Log message:
more detail on error conditions


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/19 20:26:56

Modified files:
	lib/libpthread/man: sem_init.3 

Log message:
this implementation may now be capable of shared semaphores


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/11/19 20:43:05

Modified files:
	editors/nvi    : Makefile distinfo 
	editors/nvi/patches: patch-build_CMakeLists_txt 
Removed files:
	editors/nvi/patches: patch-vi_v_txt_c patch-vi_vs_msg_c 

Log message:
Update to nvi-2.1.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/19 22:19:30

Modified files:
	sys/arch/hp300/dev: hd.c 

Log message:
give this a real chance to compile


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2013/11/19 23:56:57

Modified files:
	.              : want.html 

Log message:
Remove my laptop entry.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/20 01:21:33

Modified files:
	sys/net        : if_sppp.h if_spppsubr.c 

Log message:
Convert sppp(4) to taskq; ok mikeb@ mpi@


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2013/11/20 01:36:02

Modified files:
	.              : donations.html 

Log message:
Thanks to Jan Was, Remi Locherer, Ulrich Philipp, Daniel Gracia Garallar,
Edward Ahlsen-Girard, Mary L Henze, David Fleming, Todd Norris, Michael Mitton,
Sunil Nimmagadda, Henrik Hellerstedt, David Alten, Jon Roberts, Jason Tubnor,
Luke Tymowski, Paul Kelly, Gabriel Guzman and Bryan Vyhmeister for funding
a new laptop.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/20 01:36:36

Modified files:
	sys/dev/ic     : dc.c 

Log message:
Instead of comparing the lower and higher addresses of all the multicast
entries to decide if the IFF_ALLMULTI flag should be set, check if there
is at least one real range between them.

Tested by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/20 01:53:06

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-gl: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-ugly: Makefile 

Log message:
Sync wantlib; after a mail from dave del debbio.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/20 01:53:27

Modified files:
	sys/dev/usb    : if_axen.c 

Log message:
in_var.h is not needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/20 02:22:42

Modified files:
	usr.sbin/smtpd : lka.c mda.c parse.y queue.c scheduler.c 
	                 scheduler_api.c scheduler_null.c 
	                 scheduler_proc.c scheduler_ramqueue.c 
	                 smtpd-api.h smtpd.h 

Log message:
Rework the mda and scheduler to use the holdq mechanism instead of
tempfail for limiting the number of pending deliveries to the same
user.  This allows to reach optimal delivery time even in case of
burst, while keeping the number of inflight envelopes low.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/20 06:27:59

Modified files:
	mail/thunderbird-i18n: Makefile.inc distinfo 
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
Bugfix update to thunderbird{,-i18n} 24.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/11/20 06:32:40

Modified files:
	sys/arch/armv7/armv7: armv7.c 
	sys/arch/armv7/conf: GENERIC-OMAP 
	sys/arch/armv7/omap: am335x.c files.omap omgpio.c omgpiovar.h 

Log message:
Add gpio(4) support for omap3/4 and am335x.

Feedback by patrick and syl, tested by syl on BeagleBoard and BBB.
ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/20 07:18:57

Modified files:
	net/openfire   : Makefile distinfo 
Removed files:
	net/openfire/patches: patch-build_build_xml 

Log message:
update to openfire-3.8.2, from Marc Peters, ok ian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/20 08:48:57

Modified files:
	x11/xfce4/terminal: Makefile 
Added files:
	x11/xfce4/terminal/patches: 
	                            patch-terminal_terminal-encoding-action_c 

Log message:
Fix crash when opening the encoding menu since glib 2.38 update (bug #10395)

Reported a while ago by someone i don't remember, and just stumbled
upon the fix in xfce's bugzilla..


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/20 08:57:42

Modified files:
	lang/expect    : Makefile 

Log message:
tidy Makefile, no pkg change, ok sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/20 08:58:31

Modified files:
	lang/expect    : Makefile 
	lang/expect/pkg: PFRAG.shared 

Log message:
fix tclsh path in example scripts, and regen PFRAG.shared to use
LIBexpect545_VERSION, ok sebastia@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 09:44:27

Modified files:
	usr.bin/m4     : gnum4.c 

Log message:
repair signed char vs isdigit
ok espie


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 10:01:23

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
missing unsigned char casts areound tolower()
ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 10:22:46

Modified files:
	sbin/dhclient  : dhclient.c parse.c 

Log message:
cleanups for signed char vs ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/20 10:27:32

Modified files:
	sys/dev/usb    : makemap.awk 

Log message:
Fix translation table for JIS keys; reported by Nakano Takaharu.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/20 10:28:00

Modified files:
	sys/dev/usb    : ukbdmap.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 10:36:06

Modified files:
	sys/arch/arm/xscale: pxa2x0_pcic.c 

Log message:
oops, typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/20 11:31:23

Modified files:
	lib/libpthread/man: sem_open.3 

Log message:
spelling fix;


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/20 12:20:17

Modified files:
	devel/hs-aeson : Makefile distinfo 

Log message:
Update to hs-aeson-0.6.2.1.

From David Schaefer.

No bumps to textproc/hs-heist nor www/hs-snap required.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/20 12:22:51

Modified files:
	devel/jenkins/devel: Makefile distinfo 

Log message:
update to jenkins 1.539

testing/ok ian@ (MAINTAINER, gonzalo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/20 12:23:16

Modified files:
	devel/jenkins/stable: Makefile distinfo 

Log message:
update to jenkins 1.509.4

ok ian@ (MAINTAINER) gonzalo@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:46:48

Modified files:
	usr.bin/printf : printf.c 

Log message:
isxdigit() needs unsigned char cast for this specific argument
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:52:12

Modified files:
	usr.bin/nice   : nice.c 

Log message:
this isdigit() needs an unsigned char cast; ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:53:55

Modified files:
	usr.bin/ssh    : scp.c 
	bin/rcp        : rcp.c util.c 

Log message:
unsigned casts for ctype macros where neccessary
ok guenther millert markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:54:10

Modified files:
	usr.bin/ssh    : canohost.c clientloop.c match.c readconf.c 
	                 sftp.c 

Log message:
unsigned casts for ctype macros where neccessary
ok guenther millert markus


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:54:34

Modified files:
	usr.bin/cdio   : cdio.c rip.c 

Log message:
unsigned char casts where neccessary
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 13:55:09

Modified files:
	usr.bin/cu     : cu.c 

Log message:
unsigned char casts with ctype macros are pretty obvious when dealing
with argv or optarg
ok ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/20 13:57:29

Log message:
    Import firefox ESR 24.1.1.
    
    Firefox ESR is intended for groups who deploy and maintain the desktop
    environment in large organizations such as universities and other
    schools, county or city governments and businesses. During the extended
    cycle, no new features will be added to a Firefox ESR; only
    high-risk/high-impact security vulnerabilities or major stability fixes
    will be corrected.
    
    Note that using it on OpenBSD is NOT supported by mozilla. People
    willing to deploy it should subscribe to the EWG mailing list.
    
    http://www.mozilla.org/en-US/firefox/organizations/faq/
    
    Installs as firefox-esr and doesnt conflict with mainline www/mozilla-firefox.
    Learn to use several profiles if you plan to use both.
    
    req'd by several.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131120
    
    N ports/www/firefox-esr/Makefile
    N ports/www/firefox-esr/distinfo
    N ports/www/firefox-esr/files/firefox.desktop
    N ports/www/firefox-esr/pkg/DESCR
    N ports/www/firefox-esr/pkg/PLIST
    N ports/www/firefox-esr/patches/patch-ipc_chromium_src_base_debug_util_posix_cc
    N ports/www/firefox-esr/patches/patch-ipc_chromium_src_base_dir_reader_bsd_h
    N ports/www/firefox-esr/patches/patch-browser_installer_Makefile_in
    N ports/www/firefox-esr/patches/patch-storage_src_mozStorageConnection_cpp
    N ports/www/firefox-esr/patches/patch-js_src_ctypes_libffi_src_x86_freebsd_S
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/20 13:58:42

Log message:
    Import the 85 langpacks for Firefox ESR 24.1.1.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131120
    
    N ports/www/firefox-esr-i18n/Makefile
    N ports/www/firefox-esr-i18n/Makefile.inc
    N ports/www/firefox-esr-i18n/distinfo
    N ports/www/firefox-esr-i18n/ach/Makefile
    N ports/www/firefox-esr-i18n/af/Makefile
    N ports/www/firefox-esr-i18n/ar/Makefile
    N ports/www/firefox-esr-i18n/as/Makefile
    N ports/www/firefox-esr-i18n/ast/Makefile
    N ports/www/firefox-esr-i18n/be/Makefile
    N ports/www/firefox-esr-i18n/bg/Makefile
    N ports/www/firefox-esr-i18n/bn-BD/Makefile
    N ports/www/firefox-esr-i18n/bn-IN/Makefile
    N ports/www/firefox-esr-i18n/br/Makefile
    N ports/www/firefox-esr-i18n/bs/Makefile
    N ports/www/firefox-esr-i18n/ca/Makefile
    N ports/www/firefox-esr-i18n/cs/Makefile
    N ports/www/firefox-esr-i18n/csb/Makefile
    N ports/www/firefox-esr-i18n/cy/Makefile
    N ports/www/firefox-esr-i18n/da/Makefile
    N ports/www/firefox-esr-i18n/de/Makefile
    N ports/www/firefox-esr-i18n/el/Makefile
    N ports/www/firefox-esr-i18n/en-GB/Makefile
    N ports/www/firefox-esr-i18n/en-US/Makefile
    N ports/www/firefox-esr-i18n/en-ZA/Makefile
    N ports/www/firefox-esr-i18n/eo/Makefile
    N ports/www/firefox-esr-i18n/es-AR/Makefile
    N ports/www/firefox-esr-i18n/es-CL/Makefile
    N ports/www/firefox-esr-i18n/es-ES/Makefile
    N ports/www/firefox-esr-i18n/es-MX/Makefile
    N ports/www/firefox-esr-i18n/et/Makefile
    N ports/www/firefox-esr-i18n/eu/Makefile
    N ports/www/firefox-esr-i18n/fa/Makefile
    N ports/www/firefox-esr-i18n/ff/Makefile
    N ports/www/firefox-esr-i18n/fi/Makefile
    N ports/www/firefox-esr-i18n/fr/Makefile
    N ports/www/firefox-esr-i18n/fy-NL/Makefile
    N ports/www/firefox-esr-i18n/ga-IE/Makefile
    N ports/www/firefox-esr-i18n/gd/Makefile
    N ports/www/firefox-esr-i18n/gl/Makefile
    N ports/www/firefox-esr-i18n/gu-IN/Makefile
    N ports/www/firefox-esr-i18n/he/Makefile
    N ports/www/firefox-esr-i18n/hi-IN/Makefile
    N ports/www/firefox-esr-i18n/hr/Makefile
    N ports/www/firefox-esr-i18n/hu/Makefile
    N ports/www/firefox-esr-i18n/hy-AM/Makefile
    N ports/www/firefox-esr-i18n/id/Makefile
    N ports/www/firefox-esr-i18n/is/Makefile
    N ports/www/firefox-esr-i18n/it/Makefile
    N ports/www/firefox-esr-i18n/ja/Makefile
    N ports/www/firefox-esr-i18n/kk/Makefile
    N ports/www/firefox-esr-i18n/km/Makefile
    N ports/www/firefox-esr-i18n/kn/Makefile
    N ports/www/firefox-esr-i18n/ko/Makefile
    N ports/www/firefox-esr-i18n/lij/Makefile
    N ports/www/firefox-esr-i18n/lt/Makefile
    N ports/www/firefox-esr-i18n/lv/Makefile
    N ports/www/firefox-esr-i18n/mai/Makefile
    N ports/www/firefox-esr-i18n/mk/Makefile
    N ports/www/firefox-esr-i18n/ml/Makefile
    N ports/www/firefox-esr-i18n/mr/Makefile
    N ports/www/firefox-esr-i18n/nb-NO/Makefile
    N ports/www/firefox-esr-i18n/nl/Makefile
    N ports/www/firefox-esr-i18n/nn-NO/Makefile
    N ports/www/firefox-esr-i18n/nso/Makefile
    N ports/www/firefox-esr-i18n/or/Makefile
    N ports/www/firefox-esr-i18n/pa-IN/Makefile
    N ports/www/firefox-esr-i18n/pl/Makefile
    N ports/www/firefox-esr-i18n/pt-BR/Makefile
    N ports/www/firefox-esr-i18n/pt-PT/Makefile
    N ports/www/firefox-esr-i18n/rm/Makefile
    N ports/www/firefox-esr-i18n/ro/Makefile
    N ports/www/firefox-esr-i18n/ru/Makefile
    N ports/www/firefox-esr-i18n/si/Makefile
    N ports/www/firefox-esr-i18n/sk/Makefile
    N ports/www/firefox-esr-i18n/sl/Makefile
    N ports/www/firefox-esr-i18n/son/Makefile
    N ports/www/firefox-esr-i18n/sq/Makefile
    N ports/www/firefox-esr-i18n/sr/Makefile
    N ports/www/firefox-esr-i18n/sv-SE/Makefile
    N ports/www/firefox-esr-i18n/ta/Makefile
    N ports/www/firefox-esr-i18n/te/Makefile
    N ports/www/firefox-esr-i18n/th/Makefile
    N ports/www/firefox-esr-i18n/tr/Makefile
    N ports/www/firefox-esr-i18n/uk/Makefile
    N ports/www/firefox-esr-i18n/vi/Makefile
    N ports/www/firefox-esr-i18n/zh-CN/Makefile
    N ports/www/firefox-esr-i18n/zh-TW/Makefile
    N ports/www/firefox-esr-i18n/zu/Makefile
    N ports/www/firefox-esr-i18n/pkg/MESSAGE
    N ports/www/firefox-esr-i18n/pkg/DESCR
    N ports/www/firefox-esr-i18n/pkg/PLIST
    N ports/www/firefox-esr-i18n/pkg/Makefile
    N ports/www/firefox-esr-i18n/ak/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/20 13:59:33

Modified files:
	www            : Makefile 

Log message:
We need more firefoxes in our tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:00:33

Modified files:
	usr.bin/w      : w.c 

Log message:
str derives from argv; so use an unsigned char cast for isspace()
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:21:50

Modified files:
	usr.bin/hexdump: odsyntax.c 

Log message:
unsigned char casts needed for isdigit()
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:22:17

Modified files:
	usr.bin/lam    : lam.c 

Log message:
unsigned char casts for ctype.h macros, when dealing with optarg
ok ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:33:17

Modified files:
	usr.bin/cal    : cal.c 

Log message:
unsigned char casts are needed for these isdigit & isprint calls
ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:33:54

Modified files:
	usr.bin/bc     : bc.y 

Log message:
unsigned char casts for ctype.h macros, when dealing with the
yytext buffer
ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/20 14:34:25

Modified files:
	usr.bin/netstat: main.c 

Log message:
unsigned char cast for isdigit, dealing with argv
ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/11/20 14:50:35

Modified files:
	share/man/man4 : gpio.4 
	share/man/man4/man4.armv7: Makefile 
Added files:
	share/man/man4/man4.armv7: omgpio.4 

Log message:
Add omgpio(4) manpage.
Help and ok jmc@, syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/20 14:55:23

Modified files:
	sys/dev/pci/drm/i915: i915_gem_tiling.c 

Log message:
Silly Linux-style negative errno returns.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/20 15:10:19

Modified files:
	sys/dev/pci/drm/i915: intel_ringbuffer.c 

Log message:
Eliminate some differences with the Linux code; no code change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/20 15:34:13

Modified files:
	usr.sbin/gpioctl: gpioctl.8 

Log message:
+.An -nosplit


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/20 16:18:17

Modified files:
	lib/librthread : rthread.h rthread_sem.c 

Log message:
shared semaphore fixes. first, eliminate the sem inside a sem indirection.
it's not needed (mindless holdover from earlier prototype). everything is
simpler and sem_init shared semaphores even work now (confirmed by sthen).
correct the einval checks to not deref a pointer before the null check.
in sem_open, if we created the semaphore, we need to initialize the spinlock.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/20 16:52:42

Modified files:
	sys/kern       : kern_bufq.c subr_disk.c 
	sys/sys        : buf.h 

Log message:
now that all the direct users of disksort have been removed, we can now
safely remove disksort.

most hardware and pretty much all of the kernel has moved to logical
block addressing when dealing with disks, so the assumptions disksort
was built against arent useful these days. it also has bad edge cases
with lots of sequential writes being able to starve other io requests
in the system. these issues have been addressed by becks nscan
implementation, which disksort was previously deprecated in favour
of.

this removes the guts of disksort and the bufq wrapper around it.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/20 16:57:07

Modified files:
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/solbourne/include: param.h 
	sys/arch/solbourne/solbourne: machdep.c 
	sys/arch/vax/vax: machdep.c pmap.c 
	sys/uvm        : uvm_swap.c 

Log message:
Update comments mentioning `resource maps' to mention `extents' instead.
Resource maps have been removed more than 10 years ago, it's about time to
update comments to better match reality.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/20 17:13:33

Modified files:
	sys/arch/amd64/amd64: dkcsum.c 
	sys/arch/i386/i386: dkcsum.c 
	sys/arch/sparc/dev: fd.c 
	sys/arch/sparc64/dev: fd.c 
	sys/dev/isa    : fd.c 
	sys/isofs/cd9660: cd9660_vfsops.c 
	sys/kern       : subr_hibernate.c 
	sys/sys        : buf.h 
	sys/uvm        : uvm_swap.c 

Log message:
remove the #define b_cylinder b_resid from bufs. i hated the
overloading of that thing.

the only hardware that seems to care about cylinders in our tree
are floppy drives, and the drivers for those calculate their own
cylinders from logical block addresses and ignore whatever the rest
of the kernel thought b_cylinders should be.

most of this diff is moving the floppy drivers to using b_resid as
a resid and using that as part of the calculation for real cylinder
values.

the rest of the diff is getting rid of the useless assignments to
b_cylinder that dont get used by anything (now that disksort is
gone).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/20 17:45:44

Modified files:
	usr.bin/ssh    : PROTOCOL authfile.c cipher.c cipher.h dh.c 
	                 myproposal.h packet.c servconf.c ssh.1 ssh.c 
	                 ssh_config.5 sshd_config.5 
	usr.bin/ssh/lib: Makefile 
Added files:
	usr.bin/ssh    : PROTOCOL.chacha20poly1305 chacha.c chacha.h 
	                 cipher-chachapoly.c cipher-chachapoly.h 
	                 poly1305.c poly1305.h 

Log message:
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
that combines Daniel Bernstein's ChaCha20 stream cipher and Poly1305 MAC
to build an authenticated encryption mode.

Inspired by and similar to Adam Langley's proposal for TLS:
http://tools.ietf.org/html/draft-agl-tls-chacha20poly1305-03
but differs in layout used for the MAC calculation and the use of a
second ChaCha20 instance to separately encrypt packet lengths.
Details are in the PROTOCOL.chacha20poly1305 file.

Feedback markus@, naddy@; manpage bits Loganden Velvindron @ AfriNIC
ok markus@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/20 18:16:53

Modified files:
	sys/sys        : buf.h 

Log message:
remove #define b_errcnt b_resid. nothing uses it, and nothing should.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/11/20 18:47:10

Modified files:
	usr.bin/mandoc : mandocdb.c manpath.c 

Log message:
My audit of mandoc revealed two missing (unsigned char) casts
in isspace() and tolower() arguments containing arbitrary char data.
Thanks to deraadt@ for triggering the audit.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/20 19:50:00

Modified files:
	usr.bin/ssh    : cipher-chachapoly.c poly1305.c 

Log message:
RCSID markers


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/20 20:09:07

Modified files:
	usr.sbin/identd: identd.c 

Log message:
get bytes off the wire as unsigned char so we can pass them to
identd_parse() and then isspace()/isdigit() as appropriately promoted
values.

based on discussion with deraadt@ and guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/20 20:15:46

Modified files:
	regress/usr.bin/ssh: krl.sh 

Log message:
add some reminders for additional tests that I'd like to implement


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/20 20:16:47

Modified files:
	regress/usr.bin/ssh: modpipe.c 

Log message:
use unsigned long long instead of u_int64_t here to avoid warnings
on some systems portable OpenSSH is built on.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/20 20:18:51

Modified files:
	regress/usr.bin/ssh: cipher-speed.sh integrity.sh rekey.sh 
	                     try-ciphers.sh 

Log message:
use new "ssh -Q cipher-auth" query to obtain lists of authenticated
encryption ciphers instead of specifying them manually; ensures that
the new chacha20poly1305@openssh.com mode is tested;

ok markus@ and naddy@ as part of the diff to add
chacha20poly1305@openssh.com


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/21 01:05:09

Modified files:
	usr.bin/ssh    : ssh_config.5 sshd_config.5 

Log message:
no need for .Pp before displays;


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/11/21 01:15:46

Modified files:
	usr.bin/aucat  : Makefile 
	usr.bin/sndiod : Makefile 
	lib/libsndio   : Makefile 

Log message:
use -Wmissing-prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/21 01:35:54

Modified files:
	usr.sbin/smtpd : mproc.c 

Log message:
correctly handle EAGAIN and closed pipe in msgbuf_write()


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/21 01:36:52

Modified files:
	usr.sbin/smtpd : ca.c 

Log message:
fail if lka can't load cert file


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/21 01:52:57

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
correctly set verify flag on the listener


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 02:00:19

Modified files:
	mail/geary     : Makefile distinfo 
Removed files:
	mail/geary/patches: 
	                    patch-bindings_metadata_webkitgtk-2_2_WebKit-3_0_metadata 
	                    patch-src_client_notification_libnotify_vala 

Log message:
Update to geary-0.4.2.

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/21 02:08:38

Modified files:
	sys/netinet    : if_ether.c in_var.h 

Log message:
Replace the last usage of IA_SIN() and kill this macro.

ok henning@, sthen@, mikeb@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/21 04:04:44

Modified files:
	etc            : MAKEDEV.common 

Log message:
Change /dev/drm* permissions to 0600.

ok deraadt@, naddy@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/21 04:06:09

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.armv7  : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : 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.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.octeon : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.zaurus : MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 04:34:14

Modified files:
	x11/gnome/desktop: Makefile distinfo 
	x11/gnome/desktop/patches: patch-libgnome-desktop_Makefile_in 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Update to gnome-desktop-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 04:34:42

Modified files:
	meta/gnome     : Makefile 

Log message:
Welcome GNOME 3.10.2!


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2013/11/21 05:37:56

Modified files:
	.              : want.html 

Log message:
Remove request for x60 thinkpads.
A T400 for kettenis and an X60s for jsg have been donated.
Donors: Please consider the other "laptop wanted" entries on this page as well.
Thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2013/11/21 06:30:07

Modified files:
	lib/libdrm     : Makefile.inc shlib_version xf86drm.c xf86drm.h 
	                 xf86drmMode.h 
	lib/libdrm/intel: intel_bufmgr_gem.c libdrm_intel.pc.in 
	lib/libdrm/radeon: r600_pci_ids.h radeon_cs_gem.c 
	                   radeon_surface.c 

Log message:
update to libdrm 2.4.47
ok mpi@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/21 06:46:06

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2013.11.21.
New extractors for anitube, d8, and toutv.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2013/11/21 07:02:25

Modified files:
	usr.sbin/nginx : CHANGES CHANGES.ru 
	usr.sbin/nginx/src/core: nginx.h 
	usr.sbin/nginx/src/http: ngx_http_parse.c 

Log message:
security update to nginx 1.4.4 which fixes CVE-2013-4547


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/21 07:08:05

Modified files:
	sys/dev/usb    : if_urndis.c if_urndisreg.h 

Log message:
Revert r1.41, in this driver sc_attached does not indicate that the
driver is not yet attached, it is here to prevent the driver to free
unitialized structures in case something wrong happened during the
the initialization...

Found the hard way and ok giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2013/11/21 07:12:05

Modified files:
	usr.sbin/nginx/src/http: Tag: OPENBSD_5_4 ngx_http_parse.c 

Log message:
backport security fix for CVE-2013-4547 from nginx 1.4.4
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/21 07:44:37

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Initial support for the integrated Lynx Point and Lynx Point LP Ethernet
with external i217 and i218 PHYs.
Requires a changed way of detecting the eeprom flash bank from FreeBSD
as suggested by Masanobu SAITOH.  Thanks to everyone who tested.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 08:54:46

Modified files:
	bin/date       : date.c 
	bin/ed         : main.c 
	bin/expr       : expr.c 
	bin/kill       : kill.c 
	bin/ls         : util.c 
	bin/md5        : md5.c 
	bin/mt         : mtrmt.c 
	bin/pax        : sel_subs.c tar.c 
	bin/ps         : ps.c 
	bin/rmail      : rmail.c 
	bin/sleep      : sleep.c 
	bin/stty       : stty.c 
	bin/systrace   : policy.c util.c 
	bin/test       : test.c 

Log message:
add unsigned char casts for specific calls to ctype.h macros.
ok guenther step


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/11/21 09:04:05

Modified files:
	x11/gnustep/pcapkit: Makefile distinfo 

Log message:
Update to PcapKit 0.2
some minor bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/11/21 09:05:49

Modified files:
	x11/gnustep/impersonatortoolkit: Makefile distinfo 

Log message:
update ImpersonatorToolKit to 0.2
some minor bug fixes, but most notably revamped web interface in the proxy


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/21 09:10:46

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/pkg : PLIST 
Added files:
	www/midori/patches: patch-CMakeLists_txt 
	                    patch-config_CMakeLists_txt 
Removed files:
	www/midori/patches: patch-wscript 

Log message:
Update to midori 0.5.6.

Upstream switched from waf to cmake (yay!) so rewrite patches. Fix
WANTLIB all around while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/21 09:16:08

Modified files:
	sys/dev/ic     : ar5xxx.h ath.c 
	sys/dev/pci    : if_alc.c if_ath_pci.c if_vte.c 
	sys/net        : if_trunk.c 
	sys/net80211   : ieee80211.c ieee80211_crypto.c 
	                 ieee80211_crypto_bip.c ieee80211_crypto_ccmp.c 
	                 ieee80211_crypto_tkip.c ieee80211_crypto_wep.c 
	                 ieee80211_node.c 
	sys/netinet    : ip_carp.c 

Log message:
Remove unneeded include.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/21 09:34:33

Modified files:
	sys/netinet    : in_var.h if_ether.h 

Log message:
hide a bunch of structures (namely arpcom, llinfo_arp, ethernet
multicast macros and in_ifaddr) that reference ifnet in some way;
looked over by deraadt, ok mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/21 09:34:51

Modified files:
	sys/dev        : softraid_aoe.c softraid_concat.c 
	                 softraid_raid0.c softraid_raid6.c 
	                 softraid_raidp.c 

Log message:
Change a bunch of daddr_t variables that don't (obviously) contain
512-byte-block information to int64_t, the underlying type of
daddr_t at the moment. No change to .o files. Removal of now
unneeded (long long) casts is next.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/21 09:54:46

Modified files:
	sys/dev        : softraid_concat.c softraid_raid0.c 

Log message:
Don't cast int64_t variables to (long long) when using %lld.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 09:59:41

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to gstreamer1-1.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 09:59:59

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-base-1.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 10:00:17

Modified files:
	multimedia/gstreamer1/plugins-good: Makefile distinfo 
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-sys_v4l2_gstv4l2bufferpool_c 

Log message:
Update to gstreamer1-plugins-good-1.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 10:00:32

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/patches: patch-configure_ac 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Update to gstreamer1-plugins-bad-1.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 10:00:46

Modified files:
	multimedia/gstreamer1/plugins-ugly: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-ugly-1.2.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 10:00:59

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
gstreamer1-plugins-libav-1.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/21 10:01:13

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
Bump to 1.2.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/21 10:06:45

Modified files:
	sys/dev        : softraid_raid6.c softraid_raidp.c 

Log message:
Cast daddr_t variable to (long long) even for %llx!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/21 10:24:34

Modified files:
	sbin/ifconfig  : brconfig.h ifconfig.c 

Log message:
Make the bit string unsigned char * in printb() and printb_status().
In practice we shouldn't have chars > 127 in these but it is better
not to assume this.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/11/21 10:32:13

Modified files:
	sys/net        : if.h 
	usr.bin/netstat: if.c mroute6.c net80211.c route.c show.c 
	usr.sbin/snmpd : snmpd.h 
Added files:
	sys/net        : if_var.h 

Log message:
split kernel parts of the if.h into a separate header file if_var.h
which allows us to modify ifnet structure in a relatively safe way;
discussed with deraadt, ok mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/21 10:43:57

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
handle the fourth vararg value to sem_open
ok zhuk and presumably fgsch who just sent me a similar diff


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/21 10:45:10

Modified files:
	lib/librthread : rthread_file.c 

Log message:
remove dead assignment as reported by llvm.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/21 10:46:17

Modified files:
	sbin/iked      : iked.h util.c 

Log message:
Make the bit string u_char * in print_bits().  In practice we
shouldn't have chars > 127 in these but it is better not to assume
this.  OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/11/21 11:08:09

Modified files:
	audio/pulseaudio/patches: patch-src_pulsecore_lock-autospawn_c 

Log message:
This patch was submitted upstream, adding bugzilla link here for reference.


CVSROOT:	/cvs
Module name:	src
Changes by:	gsoares@cvs.openbsd.org	2013/11/21 12:08:14

Modified files:
	sys/dev/pci    : if_nxe.c 

Log message:
missing pass DEVNAME(sc), fix format string; OK guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2013/11/21 12:31:43

Modified files:
	usr.sbin/nginx/src/http: Tag: OPENBSD_5_3 ngx_http_parse.c 

Log message:
backport security fix for CVE-2013-4547 from nginx 1.4.4
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 12:36:14

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2013/11/21 13:40:46

Modified files:
	www/p5-WWW-Wikipedia: Makefile distinfo 

Log message:
minor update to 2.01

changelog:
2.01 2013-02-21
- Update test suite due to a change in returned data


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/21 15:03:26

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Fix a big memory leak in libfuse.

Spotted by sthen@
With some input from stsp@ and tested by mpk@ and sthen@
ok sthen@, stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 15:10:54

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/11/21 15:25:02

Modified files:
	sbin/isakmpd   : ipsec.c sa.c sa.h 

Log message:
Keep the flow until last IPsec SA is deleted, if the flow is shared by
multiple IPsec SAs in NAT-T case.

This fixes a problem that L2TP/IPsec connections are disconnected
improper in case multiple Windows clients are connected from behind
one NAT.

ok markus


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/21 15:45:25

Modified files:
	misc/dialog    : Makefile distinfo 
	misc/dialog/pkg: PLIST 

Log message:
update to dialog 1.2-20130928, from Vladimir Tamara Patino, with a few tweaks
from me


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/21 16:51:54

Modified files:
	net/flickcurl  : Makefile distinfo 

Log message:
Update to flickcurl-1.25.

OK sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/21 17:05:40

Modified files:
	.              : errata53.html errata54.html 

Log message:
Errata for CVE-2013-4547 in nginx, for more information see
http://mailman.nginx.org/pipermail/nginx-announce/2013/000125.html.
Requested by, and patches from, robert@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/21 17:23:34

Modified files:
	.              : security.html 

Log message:
add nginx and ssh aes-gcm advisories


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/21 20:47:07

Modified files:
	sys/dev        : softraid_concat.c 

Log message:
Stray missing (long long) on a daddr_t variable being printed.

ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 21:12:48

Modified files:
	sbin/bioctl    : bioctl.c 
	sbin/disklabel : disklabel.c editor.c 
	sbin/dump      : dumprmt.c 
	sbin/fdisk     : misc.c 
	sbin/ifconfig  : ifconfig.c 
	sbin/iked      : parse.y util.c 
	sbin/ipsecctl  : parse.y 
	sbin/isakmpd   : conf.c policy.c 
	sbin/mount_msdos: mount_msdos.c 
	sbin/mountd    : mountd.c 
	sbin/newfs     : newfs.c 
	sbin/pfctl     : parse.y pfctl_optimize.c pfctl_osfp.c 
	                 pfctl_parser.c pfctl_radix.c 
	sbin/ping      : ping.c 
	sbin/ping6     : ping6.c 
	sbin/scsi      : libscsi.c 
	sbin/shutdown  : shutdown.c 
	sbin/sysctl    : sysctl.c 

Log message:
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Careful second audit by millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 21:14:01

Modified files:
	sbin/fsck      : preen.c 
	sbin/newfs_ext2fs: newfs_ext2fs.c 
	sbin/newfs_msdos: newfs_msdos.c 

Log message:
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Careful second audit by millert


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/21 21:38:02

Modified files:
	sbin/fsck_ext2fs: setup.c 
	sbin/fsck_ffs  : setup.c 

Log message:
Kirk was being waaaay too chummy with the compiler when he trusted
it to not optimize away a comparison against NULL-1.
Add (unsigned char) casts for some ctype calls.
Teach fsck_ext2fs about MAXPARTITIONS, letting it operate on
partitions 'i' through 'p'.

ok deraadt@ millert@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/21 21:47:41

Modified files:
	usr.sbin/dhcpd : parse.c 

Log message:
unsigned char cast for some ctype calls
ok krw


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/22 00:47:07

Modified files:
	de             : books.html index.html 
	faq/de         : index.html 
	faq/fr         : index.html 
	faq/nl         : index.html 
	faq/pf/de      : index.html 
	faq/pf/fr      : index.html 
	faq/pf/nl      : index.html 
	fr             : donations.html errata53.html errata54.html 
	                 index.html want.html 
	nl             : books.html donations.html index.html 
	opensmtpd/de   : index.html 
	opensmtpd/fr   : index.html 
	opensmtpd/nl   : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/22 00:48:41

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
don't use PAGE_SIZE, it is not portable.  Ted can polish this after
if he wants, but let us get the tree building.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/22 00:49:26

Modified files:
	sys/sys        : videoio.h 

Log message:
Comment out more ioctls that are part of the v4l2 API but that we don't
implement.  Required to teach kdump(1) about VIDIOC_* ioctls.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/22 00:49:44

Modified files:
	lib/libwrap    : options.c 

Log message:
obvious cast for isspace()


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/22 00:50:36

Modified files:
	usr.bin/kdump  : Makefile mkioctls 

Log message:
Teach kdump(1) about USB, VIDIOC and generic DRM ioctls.

ok deraadt@, guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/22 00:59:09

Modified files:
	sys/netinet    : tcp_usrreq.c udp_usrreq.c 
	sys/netinet6   : in6.c in6_var.h ip6_divert.c raw_ip6.c 

Log message:
Remove unused proc argument in in6_control().

ok henning@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/22 01:01:49

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20131118.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/22 01:09:16

Modified files:
	print/splix    : Makefile distinfo 

Log message:
Update to splix-2.0.1.20130902.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/22 01:42:13

Modified files:
	www/lighttpd   : Tag: OPENBSD_5_4 Makefile distinfo 
Added files:
	www/lighttpd/patches: Tag: OPENBSD_5_4 patch-src_base_h 
	                      patch-src_configfile_c patch-src_network_c 
	                      patch-src_server_c 
Removed files:
	www/lighttpd/patches: Tag: OPENBSD_5_4 patch-src_connections_c 
	                      patch-src_http-header-glue_c 
	                      patch-src_http_auth_c patch-src_log_c 
	                      patch-src_log_h patch-src_mod_fastcgi_c 
	                      patch-src_request_c 

Log message:
- update lighttpd to 1.4.33 and apply the security fixes for CVE-2013-4508

testing/ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/22 01:55:28

Modified files:
	games/belooted : Makefile 

Log message:
Sync WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/22 03:42:12

Modified files:
	graphics/feh   : Makefile 
	graphics/feh/patches: patch-src_events_c 

Log message:
Fix off-by-one pixel error when warping the pointer in the bottom/right
window border (git commit 2f09bf037a9e02de6a0df68625f139173495699a)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/22 05:26:06

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Also subst C/esr// in MOZILLA_VER, fixes firefox-esr packaging and
forgotten in previous. Originally from jasper@, breakage reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/22 08:15:17

Modified files:
	usr.sbin/bgpctl: irr_asset.c irr_output.c irr_parser.c 
	usr.sbin/rtadvd: advcap.c 

Log message:
unsigned char casts where needed for for ctype.h
checked by florian


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/22 08:35:22

Modified files:
	net/wmnet/patches: patch-drivers_c patch-wmnet_c patch-wmnet_h 

Log message:
regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/22 08:38:30

Modified files:
	net/wmnet      : Makefile 
	net/wmnet/patches: patch-drivers_c 

Log message:
unbreak following if.h split; while there, honour CC/CFLAGS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/22 08:40:22

Modified files:
	devel/py-openbsd: Makefile 
	devel/py-openbsd/patches: patch-openbsd__netstat_c 

Log message:
fix following if.h split


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/22 08:41:05

Modified files:
	lib/libc/gen   : pw_dup.3 

Log message:
doc nit okay millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/22 08:43:18

Modified files:
	share/mk       : bsd.obj.mk 

Log message:
remove unused goo, okay guenther@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	espie@cvs.openbsd.org	2013/11/22 08:44:48

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
remove useless goo. okay matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/22 08:47:35

Modified files:
	usr.bin/make   : arch.c cond.c defines.h engine.c for.c parse.c 
	                 parsevar.c str.c suff.c varmodifiers.c 

Log message:
wrappers for is*/to* that make damn sure their arguments are
cast to unsigned chars.

okay deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/22 09:07:41

Modified files:
	.              : security.html 

Log message:
move "what we support" line; sdaoden


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/11/22 09:22:22

Modified files:
	x11/xbindkeys  : Makefile 
	x11/xbindkeys/files: xbindkeys.desktop 

Log message:
Revert 'NoDisplay=true' in desktop file.

This means that xbindkeys can be started at gnome startup. Previously xbindkeys
would not appear in the menu from which to choose startup applications.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/22 11:27:25

Modified files:
	lib/libm/src   : s_nan.c 

Log message:
unsigned char casts for ctype macros
ok martynas


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/22 12:02:50

Modified files:
	x11/i3         : Makefile 
Added files:
	x11/i3/patches : patch-src_con_c 

Log message:
Fix an issue that caused content cons to become urgent when the
output is killed with RandR
(upstream git commit 57822e3ed43c011ad8d28c09b31c014cd930fe9b)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/22 12:53:46

Modified files:
	devel/m4       : Makefile distinfo 
	devel/m4/patches: patch-doc_m4_1 patch-lib_isnan_c 
Added files:
	devel/m4/patches: patch-doc_m4_texi 
Removed files:
	devel/m4/patches: patch-doc_m4_texinfo 

Log message:
Update to m4 1.4.17.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/22 12:58:40

Modified files:
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.6/patches: patch-gcc_config_rs6000_openbsd_h 
	lang/gcc/4.8   : Makefile 
	lang/gcc/4.8/patches: patch-gcc_config_rs6000_openbsd_h 

Log message:
As was commited to the base GCC have the compiler use collect2 when
linking instead of calling the linker directly.

ok pascal@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/22 13:55:07

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Another AMD Family 15h Models 10h-1Fh device.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/22 13:55:43

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/22 13:58:36

Modified files:
	usr.bin/tmux   : cmd-new-session.c cmd-new-window.c 
	                 cmd-split-window.c 

Log message:
Handle empty current directory more gracefully.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/11/22 14:32:49

Modified files:
	include        : getopt.h stdlib.h unistd.h 

Log message:
The getopt() prototype and externs don't belong in stdlib.h.  Berkeley
moved them to unistd.h to match POSIX in 1995 but we never did.
The exception to this is getsubopt() which POSIX says should be in
stdlib.h.  The non-standard suboptarg extern remains in the BSD-only
section of stdlib.h.  Neither getsubopt() nor suboptarg belong in
unistd.h or getopt.h.  They were only there to allow us to protect
all the getopt() bits from being multiply defined.  OK guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/11/22 15:06:55

Modified files:
	.              : plus.html 

Log message:
plus.html for Nov 11-17, fixes and ok from jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/23 00:09:36

Modified files:
	sys/dev/pci    : if_athn_pci.c 

Log message:
task_add(NULL, blah) is a fault, fix by using task_add(systq, blah).

reported by josh grosse on misc@


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/11/23 00:20:52

Modified files:
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 

Log message:
Run doshutdownhooks() and config_suspend() even when boot() is called while
cold != 0.  Indent and make hppa/hppa64 boot() closer to others.

OK kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/23 02:18:29

Modified files:
	usr.bin/tmux   : cmd-new-window.c 

Log message:
With -k, kill window after using it to work out -c path. Reported by
jmacristovao at gmail dot com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/23 03:02:01

Modified files:
	x11/gnome/online-miners: Makefile distinfo 

Log message:
Update to gnome-online-miners-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/23 03:23:16

Modified files:
	x11/gnome/tracker: Makefile distinfo 
	x11/gnome/tracker/patches: 
	                           patch-tests_libtracker-miner_Makefile_in 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Update to meta-tracker-0.16.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/23 06:25:47

Modified files:
	distrib/miniroot: install.sub 

Log message:
- use a flag file to recognize a successfull autoinstaller run
- use a shorter constant logfile name
- quote From lines and remove ^M in ftp output from logfile
- provide the autoinstaller logfile as mail to root

with help and positive feedback halex@ krw@ deraadt@
ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/23 09:11:11

Modified files:
	graphics/xaos  : Makefile distinfo 
	graphics/xaos/pkg: PLIST 
Removed files:
	graphics/xaos/patches: patch-src_util_png_c 

Log message:
Update to XaoS 3.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 10:14:05

Modified files:
	usr.sbin/user  : user.c 

Log message:
unsigned char casts for ctype; ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 10:24:29

Modified files:
	usr.sbin/inetd : inetd.c 

Log message:
obvious unsigned char casts for ctype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 10:30:29

Modified files:
	usr.bin/cut    : cut.c 

Log message:
obvious unsigned casts for ctype


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 10:37:22

Modified files:
	usr.bin/wc     : wc.c 

Log message:
send a extra space to the bit bucket


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 10:38:15

Modified files:
	usr.sbin/config: cmd.c main.c mkheaders.c mkmakefile.c sem.c 

Log message:
unsigned char casts for ctype
ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 11:02:44

Modified files:
	usr.sbin/ldapd : syntax.c util.c 

Log message:
unsigned char casts for ctype
ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 11:06:49

Modified files:
	usr.sbin/cron  : macros.h 

Log message:
remove unused macro; ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 11:23:00

Modified files:
	usr.sbin/cron  : do_command.c 

Log message:
obvious unsigned char cast for ctype
ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/23 12:07:51

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
Verify that the directory entry being looked at is entirely present in
the read buffer before trying to process it, so that invalidated
or bogus offsets can't trigger access past the end of the read buffer.
Also, zero out the dirent buffer to avoid leaking stack garbage to userspace.

Problem pointed out by Pedro Martelletto (pedro (at) ambientworks.net)
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 12:18:52

Modified files:
	usr.sbin/cron  : atrun.c 

Log message:
remove redundant check, and be a bit more careful about queue naming
discussion with jca
ok millert guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 15:51:42

Modified files:
	usr.sbin/crunchgen: crunchgen.c 
	usr.sbin/edquota: edquota.c 
	usr.sbin/iostat: iostat.c 

Log message:
yet more unsigned char casts for ctype
checked by jca


CVSROOT:	/cvs
Module name:	src
Changes by:	gsoares@cvs.openbsd.org	2013/11/23 16:35:02

Modified files:
	sys/scsi       : mpath_emc.c mpath_hds.c 

Log message:
fix format string; OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 17:54:12

Modified files:
	usr.sbin/mtrace: mtrace.c 

Log message:
fairly obvious ctype cleanup dealing with argv
ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 17:54:30

Modified files:
	usr.sbin/ppp/ppp: command.c 

Log message:
fairly obvious ctype cleanup dealing with argv
ok jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/23 18:06:19

Modified files:
	usr.sbin/syslogd: syslogd.c 
	usr.sbin/sa    : main.c 
	usr.sbin/spamdb: spamdb.c 
	usr.sbin/wsmoused: wsmoused.c 
	usr.sbin/ypbind: ypbind.c 

Log message:
more unsigned char casts for ctype
ok jca


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/11/23 19:24:35

Modified files:
	lang/ruby/1.9  : Makefile distinfo 
Removed files:
	lang/ruby/1.9/patches: 
	                       patch-ext_openssl_lib_openssl_ssl-internal_rb 
	                       patch-include_ruby_intern_h 

Log message:
Update to ruby 1.9.3p484, fixing heap overflow in floating point parser
(CVE-2013-4164).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/11/23 19:25:26

Modified files:
	lang/ruby/2.0  : Makefile distinfo 
	lang/ruby/2.0/pkg: PLIST-main PLIST-ri_docs 
Removed files:
	lang/ruby/2.0/patches: patch-ext_openssl_lib_openssl_ssl_rb 
	                       patch-include_ruby_intern_h 

Log message:
Update to ruby 2.0.0p353, fixing heap overflow in floating point parser
(CVE-2013-4164).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/11/23 19:27:08

Modified files:
	lang/ruby/1.8  : Makefile 
Added files:
	lang/ruby/1.8/patches: patch-util_c 

Log message:
Add patch to fix heap overflow in floating point parser (CVE-2013-4164).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/23 23:04:43

Log message:
    Import Mesa 9.2.3
    
    Status:
    
    Vendor Tag:	mesa
    Release Tags:	v9_2_3
    
    U xenocara/dist/Mesa/aclocal.m4
    U xenocara/dist/Mesa/configure
    U xenocara/dist/Mesa/Makefile.in
    U xenocara/dist/Mesa/Android.common.mk
    U xenocara/dist/Mesa/Android.mk
    U xenocara/dist/Mesa/Makefile.am
    C xenocara/dist/Mesa/SConstruct
    U xenocara/dist/Mesa/autogen.sh
    U xenocara/dist/Mesa/common.py
    C xenocara/dist/Mesa/configure.ac
    U xenocara/dist/Mesa/bin/ar-lib
    U xenocara/dist/Mesa/bin/compile
    U xenocara/dist/Mesa/bin/config.guess
    U xenocara/dist/Mesa/bin/config.sub
    U xenocara/dist/Mesa/bin/depcomp
    U xenocara/dist/Mesa/bin/install-sh
    U xenocara/dist/Mesa/bin/ltmain.sh
    U xenocara/dist/Mesa/bin/missing
    U xenocara/dist/Mesa/bin/test-driver
    U xenocara/dist/Mesa/bin/bugzilla_mesa.sh
    U xenocara/dist/Mesa/bin/get-pick-list.sh
    U xenocara/dist/Mesa/bin/perf-annotate-jit
    U xenocara/dist/Mesa/bin/shortlog_mesa.sh
    U xenocara/dist/Mesa/src/Makefile.in
    U xenocara/dist/Mesa/src/Makefile.am
    U xenocara/dist/Mesa/src/SConscript
    U xenocara/dist/Mesa/src/egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/common.c
    C xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/glx/egl_glx.c
    U xenocara/dist/Mesa/src/egl/main/Makefile.in
    U xenocara/dist/Mesa/src/egl/main/Android.mk
    U xenocara/dist/Mesa/src/egl/main/Makefile.am
    U xenocara/dist/Mesa/src/egl/main/README.txt
    U xenocara/dist/Mesa/src/egl/main/SConscript
    U xenocara/dist/Mesa/src/egl/main/egl.def
    U xenocara/dist/Mesa/src/egl/main/egl.pc.in
    U xenocara/dist/Mesa/src/egl/main/eglapi.c
    U xenocara/dist/Mesa/src/egl/main/eglapi.h
    U xenocara/dist/Mesa/src/egl/main/eglarray.c
    U xenocara/dist/Mesa/src/egl/main/eglarray.h
    U xenocara/dist/Mesa/src/egl/main/eglcompiler.h
    U xenocara/dist/Mesa/src/egl/main/eglconfig.c
    U xenocara/dist/Mesa/src/egl/main/eglconfig.h
    U xenocara/dist/Mesa/src/egl/main/eglcontext.c
    U xenocara/dist/Mesa/src/egl/main/eglcontext.h
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.c
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.h
    U xenocara/dist/Mesa/src/egl/main/egldefines.h
    U xenocara/dist/Mesa/src/egl/main/egldisplay.c
    U xenocara/dist/Mesa/src/egl/main/egldisplay.h
    U xenocara/dist/Mesa/src/egl/main/egldriver.c
    U xenocara/dist/Mesa/src/egl/main/egldriver.h
    U xenocara/dist/Mesa/src/egl/main/eglfallbacks.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.h
    U xenocara/dist/Mesa/src/egl/main/eglimage.c
    U xenocara/dist/Mesa/src/egl/main/eglimage.h
    U xenocara/dist/Mesa/src/egl/main/egllog.c
    U xenocara/dist/Mesa/src/egl/main/egllog.h
    U xenocara/dist/Mesa/src/egl/main/eglmisc.c
    U xenocara/dist/Mesa/src/egl/main/eglmisc.h
    U xenocara/dist/Mesa/src/egl/main/eglmode.c
    U xenocara/dist/Mesa/src/egl/main/eglmode.h
    U xenocara/dist/Mesa/src/egl/main/eglmutex.h
    U xenocara/dist/Mesa/src/egl/main/eglscreen.c
    U xenocara/dist/Mesa/src/egl/main/eglscreen.h
    U xenocara/dist/Mesa/src/egl/main/eglstring.c
    U xenocara/dist/Mesa/src/egl/main/eglstring.h
    U xenocara/dist/Mesa/src/egl/main/eglsurface.c
    U xenocara/dist/Mesa/src/egl/main/eglsurface.h
    U xenocara/dist/Mesa/src/egl/main/eglsync.c
    U xenocara/dist/Mesa/src/egl/main/eglsync.h
    U xenocara/dist/Mesa/src/egl/main/egltypedefs.h
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am
    C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c
    C xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
    U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface
    U xenocara/dist/Mesa/src/gallium/Android.common.mk
    U xenocara/dist/Mesa/src/gallium/Android.mk
    U xenocara/dist/Mesa/src/gallium/Automake.inc
    U xenocara/dist/Mesa/src/gallium/README.portability
    U xenocara/dist/Mesa/src/gallium/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/auxiliary/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_xsp.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/i915/TODO
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30-40_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragtex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_verttex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_defs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_texture.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_driver.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_emit_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_graph_macros.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_ppp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_p2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvf0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_streamout.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/README
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/trace/README
    U xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/base.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compat.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/geometry.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h
    C xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/compat-api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_crtc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_driver.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_winsys.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xvmc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/SConscript.dri
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/vmw_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.h
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/unit/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/graw/clear.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h
    U xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/docs/Makefile
    U xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt
    U xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt
    U xenocara/dist/Mesa/src/gallium/docs/make.bat
    U xenocara/dist/Mesa/src/gallium/docs/source/conf.py
    U xenocara/dist/Mesa/src/gallium/docs/source/context.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/distro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/format.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/index.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt
    U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/screen.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_decoder.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh
    U xenocara/dist/Mesa/src/gallium/tools/trace/README.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/format.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/model.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/parse.py
    U xenocara/dist/Mesa/src/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gbm/backends/dri/driver_name.c
    C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c
    C xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h
    U xenocara/dist/Mesa/src/gbm/main/backend.c
    U xenocara/dist/Mesa/src/gbm/main/backend.h
    U xenocara/dist/Mesa/src/gbm/main/common.c
    U xenocara/dist/Mesa/src/gbm/main/common.h
    U xenocara/dist/Mesa/src/gbm/main/common_drm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.c
    U xenocara/dist/Mesa/src/gbm/main/gbm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.pc.in
    U xenocara/dist/Mesa/src/gbm/main/gbmint.h
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.h
    U xenocara/dist/Mesa/src/glsl/Makefile.in
    U xenocara/dist/Mesa/src/glsl/Android.gen.mk
    U xenocara/dist/Mesa/src/glsl/Android.mk
    U xenocara/dist/Mesa/src/glsl/Makefile.am
    U xenocara/dist/Mesa/src/glsl/Makefile.sources
    U xenocara/dist/Mesa/src/glsl/README
    U xenocara/dist/Mesa/src/glsl/SConscript
    U xenocara/dist/Mesa/src/glsl/TODO
    U xenocara/dist/Mesa/src/glsl/ast.h
    U xenocara/dist/Mesa/src/glsl/ast_array_index.cpp
    U xenocara/dist/Mesa/src/glsl/ast_expr.cpp
    U xenocara/dist/Mesa/src/glsl/ast_function.cpp
    U xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp
    U xenocara/dist/Mesa/src/glsl/ast_type.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_type_macros.h
    U xenocara/dist/Mesa/src/glsl/builtin_types.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_variables.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.ll
    U xenocara/dist/Mesa/src/glsl/glsl_parser.yy
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h
    U xenocara/dist/Mesa/src/glsl/glsl_types.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_types.h
    U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp
    U xenocara/dist/Mesa/src/glsl/ir.cpp
    U xenocara/dist/Mesa/src/glsl/ir.h
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.h
    U xenocara/dist/Mesa/src/glsl/ir_builder.cpp
    U xenocara/dist/Mesa/src/glsl/ir_builder.h
    U xenocara/dist/Mesa/src/glsl/ir_clone.cpp
    U xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h
    U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp
    U xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp
    U xenocara/dist/Mesa/src/glsl/ir_optimization.h
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_reader.cpp
    U xenocara/dist/Mesa/src/glsl/ir_reader.h
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp
    U xenocara/dist/Mesa/src/glsl/ir_uniform.h
    U xenocara/dist/Mesa/src/glsl/ir_validate.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h
    U xenocara/dist/Mesa/src/glsl/ir_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_functions.cpp
    U xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniforms.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.h
    U xenocara/dist/Mesa/src/glsl/linker.cpp
    U xenocara/dist/Mesa/src/glsl/linker.h
    U xenocara/dist/Mesa/src/glsl/list.h
    U xenocara/dist/Mesa/src/glsl/loop_analysis.cpp
    U xenocara/dist/Mesa/src/glsl/loop_analysis.h
    U xenocara/dist/Mesa/src/glsl/loop_controls.cpp
    U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp
    U xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp
    U xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_instructions.cpp
    U xenocara/dist/Mesa/src/glsl/lower_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp
    U xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/lower_noise.cpp
    U xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp
    U xenocara/dist/Mesa/src/glsl/main.cpp
    U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp
    U xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp
    U xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp
    U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp
    U xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp
    U xenocara/dist/Mesa/src/glsl/program.h
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.c
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp
    U xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp
    U xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp
    U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.h
    U xenocara/dist/Mesa/src/glsl/s_expression.cpp
    U xenocara/dist/Mesa/src/glsl/s_expression.h
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h
    U xenocara/dist/Mesa/src/glsl/strtod.c
    U xenocara/dist/Mesa/src/glsl/strtod.h
    U xenocara/dist/Mesa/src/glsl/test.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.h
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.in
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.am
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/builtin_stubs.cpp
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h
    U xenocara/dist/Mesa/src/glsl/glcpp/README
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h
    U xenocara/dist/Mesa/src/glsl/glcpp/pp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/determinant.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/inverse.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/ir/abs.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/all.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/any.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitCount.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldExtract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldInsert.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldReverse.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ceil.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/clamp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cross.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdx.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdy.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/degrees.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/distance.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dot.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/equal.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/faceforward.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findLSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findMSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToInt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToUint.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floor.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ftransform.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fwidth.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/intBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/inversesqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isinf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isnan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/length.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/matrixCompMult.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/max.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/min.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mix.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mod.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/modf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise1.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise3.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise4.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/normalize.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/not.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/notEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/outerProduct.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/pow.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/radians.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/reflect.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/refract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/round.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/roundEven.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sign.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/smoothstep.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/step.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/transpose.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/trunc.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/uintBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_gpu_shader5.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_bit_encoding.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shading_language_packing.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_multisample.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_query_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_rectangle.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_EGL_image_external.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_standard_derivatives.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.vert
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_builtins.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_matrixCompMultGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_outerProductGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_transposeGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/texture_builtins.py
    U xenocara/dist/Mesa/src/glsl/tests/compare_ir
    U xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/optimization-test
    U xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp
    U xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/sexps.py
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glx/Makefile.in
    U xenocara/dist/Mesa/src/glx/Makefile.am
    U xenocara/dist/Mesa/src/glx/SConscript
    U xenocara/dist/Mesa/src/glx/XF86dri.c
    U xenocara/dist/Mesa/src/glx/applegl_glx.c
    U xenocara/dist/Mesa/src/glx/clientattrib.c
    U xenocara/dist/Mesa/src/glx/clientinfo.c
    U xenocara/dist/Mesa/src/glx/compsize.c
    U xenocara/dist/Mesa/src/glx/create_context.c
    U xenocara/dist/Mesa/src/glx/dri2.c
    U xenocara/dist/Mesa/src/glx/dri2.h
    U xenocara/dist/Mesa/src/glx/dri2_glx.c
    U xenocara/dist/Mesa/src/glx/dri_common.c
    U xenocara/dist/Mesa/src/glx/dri_common.h
    U xenocara/dist/Mesa/src/glx/dri_glx.c
    U xenocara/dist/Mesa/src/glx/drisw_glx.c
    U xenocara/dist/Mesa/src/glx/eval.c
    U xenocara/dist/Mesa/src/glx/glx_error.c
    U xenocara/dist/Mesa/src/glx/glx_error.h
    U xenocara/dist/Mesa/src/glx/glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/glx_query.c
    U xenocara/dist/Mesa/src/glx/pixel.c
    U xenocara/dist/Mesa/src/glx/glxclient.h
    U xenocara/dist/Mesa/src/glx/glxcmds.c
    U xenocara/dist/Mesa/src/glx/glxconfig.c
    U xenocara/dist/Mesa/src/glx/glxconfig.h
    U xenocara/dist/Mesa/src/glx/glxcurrent.c
    U xenocara/dist/Mesa/src/glx/glxext.c
    U xenocara/dist/Mesa/src/glx/glxextensions.c
    U xenocara/dist/Mesa/src/glx/glxextensions.h
    U xenocara/dist/Mesa/src/glx/glxhash.c
    U xenocara/dist/Mesa/src/glx/glxhash.h
    U xenocara/dist/Mesa/src/glx/indirect_glx.c
    U xenocara/dist/Mesa/src/glx/indirect_init.h
    U xenocara/dist/Mesa/src/glx/indirect_texture_compression.c
    U xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_program.c
    U xenocara/dist/Mesa/src/glx/indirect_window_pos.c
    U xenocara/dist/Mesa/src/glx/packrender.h
    U xenocara/dist/Mesa/src/glx/packsingle.h
    U xenocara/dist/Mesa/src/glx/pixelstore.c
    U xenocara/dist/Mesa/src/glx/render2.c
    U xenocara/dist/Mesa/src/glx/renderpix.c
    U xenocara/dist/Mesa/src/glx/single2.c
    U xenocara/dist/Mesa/src/glx/singlepix.c
    U xenocara/dist/Mesa/src/glx/vertarr.c
    U xenocara/dist/Mesa/src/glx/xf86dri.h
    U xenocara/dist/Mesa/src/glx/xf86dristr.h
    U xenocara/dist/Mesa/src/glx/xfont.c
    U xenocara/dist/Mesa/src/glx/tests/Makefile.in
    U xenocara/dist/Mesa/src/glx/tests/Makefile.am
    U xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h
    U xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp
    U xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h
    U xenocara/dist/Mesa/src/glx/apple/Makefile
    U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES
    U xenocara/dist/Mesa/src/glx/apple/TODO
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.c
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glapi.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.h
    U xenocara/dist/Mesa/src/glx/apple/appledristr.h
    U xenocara/dist/Mesa/src/glx/apple/glx_empty.c
    U xenocara/dist/Mesa/src/glx/apple/glxreply.c
    U xenocara/dist/Mesa/src/gtest/Makefile.in
    U xenocara/dist/Mesa/src/gtest/Makefile.am
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
    U xenocara/dist/Mesa/src/gtest/src/gtest-all.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h
    U xenocara/dist/Mesa/src/gtest/src/gtest-port.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest_main.cc
    U xenocara/dist/Mesa/src/mapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/Android.mk
    U xenocara/dist/Mesa/src/mapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/entry.c
    U xenocara/dist/Mesa/src/mapi/entry.h
    U xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h
    U xenocara/dist/Mesa/src/mapi/mapi.c
    U xenocara/dist/Mesa/src/mapi/mapi.h
    U xenocara/dist/Mesa/src/mapi/mapi_abi.py
    U xenocara/dist/Mesa/src/mapi/mapi_glapi.c
    U xenocara/dist/Mesa/src/mapi/mapi_tmp.h
    U xenocara/dist/Mesa/src/mapi/stub.c
    U xenocara/dist/Mesa/src/mapi/stub.h
    U xenocara/dist/Mesa/src/mapi/table.c
    U xenocara/dist/Mesa/src/mapi/table.h
    U xenocara/dist/Mesa/src/mapi/u_compiler.h
    U xenocara/dist/Mesa/src/mapi/u_current.c
    U xenocara/dist/Mesa/src/mapi/u_current.h
    U xenocara/dist/Mesa/src/mapi/u_execmem.c
    U xenocara/dist/Mesa/src/mapi/u_execmem.h
    U xenocara/dist/Mesa/src/mapi/u_macros.h
    U xenocara/dist/Mesa/src/mapi/u_thread.h
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es1api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es2api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.h
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.c
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.h
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_doc.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk
    U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh
    U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/vgapi/SConscript
    U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in
    U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv
    U xenocara/dist/Mesa/src/mesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/Android.gen.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk
    U xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk
    U xenocara/dist/Mesa/src/mesa/Android.mk
    U xenocara/dist/Mesa/src/mesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/SConscript
    U xenocara/dist/Mesa/src/mesa/gl.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drisw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript
    C xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h
    C xenocara/dist/Mesa/src/mesa/drivers/common/meta.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.in
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/accum.c
    U xenocara/dist/Mesa/src/mesa/main/accum.h
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h
    U xenocara/dist/Mesa/src/mesa/main/api_exec.h
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.c
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.h
    U xenocara/dist/Mesa/src/mesa/main/api_validate.c
    U xenocara/dist/Mesa/src/mesa/main/api_validate.h
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.c
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.h
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.c
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.h
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.c
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.h
    U xenocara/dist/Mesa/src/mesa/main/attrib.c
    U xenocara/dist/Mesa/src/mesa/main/attrib.h
    U xenocara/dist/Mesa/src/mesa/main/bitset.h
    U xenocara/dist/Mesa/src/mesa/main/blend.c
    U xenocara/dist/Mesa/src/mesa/main/blend.h
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.c
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.h
    U xenocara/dist/Mesa/src/mesa/main/buffers.c
    U xenocara/dist/Mesa/src/mesa/main/buffers.h
    U xenocara/dist/Mesa/src/mesa/main/clear.c
    U xenocara/dist/Mesa/src/mesa/main/clear.h
    U xenocara/dist/Mesa/src/mesa/main/clip.c
    U xenocara/dist/Mesa/src/mesa/main/clip.h
    U xenocara/dist/Mesa/src/mesa/main/colormac.h
    U xenocara/dist/Mesa/src/mesa/main/colortab.c
    U xenocara/dist/Mesa/src/mesa/main/colortab.h
    U xenocara/dist/Mesa/src/mesa/main/compiler.h
    U xenocara/dist/Mesa/src/mesa/main/condrender.c
    U xenocara/dist/Mesa/src/mesa/main/condrender.h
    U xenocara/dist/Mesa/src/mesa/main/config.h
    U xenocara/dist/Mesa/src/mesa/main/context.c
    U xenocara/dist/Mesa/src/mesa/main/context.h
    U xenocara/dist/Mesa/src/mesa/main/convolve.c
    U xenocara/dist/Mesa/src/mesa/main/convolve.h
    U xenocara/dist/Mesa/src/mesa/main/core.h
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.c
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.h
    U xenocara/dist/Mesa/src/mesa/main/dd.h
    U xenocara/dist/Mesa/src/mesa/main/debug.c
    U xenocara/dist/Mesa/src/mesa/main/debug.h
    U xenocara/dist/Mesa/src/mesa/main/depth.c
    U xenocara/dist/Mesa/src/mesa/main/depth.h
    U xenocara/dist/Mesa/src/mesa/main/dlist.c
    U xenocara/dist/Mesa/src/mesa/main/dlist.h
    U xenocara/dist/Mesa/src/mesa/main/dlopen.h
    U xenocara/dist/Mesa/src/mesa/main/drawpix.c
    U xenocara/dist/Mesa/src/mesa/main/drawpix.h
    U xenocara/dist/Mesa/src/mesa/main/drawtex.c
    U xenocara/dist/Mesa/src/mesa/main/drawtex.h
    U xenocara/dist/Mesa/src/mesa/main/enable.c
    U xenocara/dist/Mesa/src/mesa/main/enable.h
    U xenocara/dist/Mesa/src/mesa/main/enums.h
    U xenocara/dist/Mesa/src/mesa/main/errors.c
    U xenocara/dist/Mesa/src/mesa/main/errors.h
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.c
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.h
    U xenocara/dist/Mesa/src/mesa/main/eval.c
    U xenocara/dist/Mesa/src/mesa/main/eval.h
    U xenocara/dist/Mesa/src/mesa/main/execmem.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.h
    U xenocara/dist/Mesa/src/mesa/main/fbobject.c
    U xenocara/dist/Mesa/src/mesa/main/fbobject.h
    U xenocara/dist/Mesa/src/mesa/main/feedback.c
    U xenocara/dist/Mesa/src/mesa/main/feedback.h
    U xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h
    U xenocara/dist/Mesa/src/mesa/main/fog.c
    U xenocara/dist/Mesa/src/mesa/main/fog.h
    U xenocara/dist/Mesa/src/mesa/main/format_pack.c
    U xenocara/dist/Mesa/src/mesa/main/format_pack.h
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.c
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.h
    U xenocara/dist/Mesa/src/mesa/main/formatquery.c
    U xenocara/dist/Mesa/src/mesa/main/formatquery.h
    U xenocara/dist/Mesa/src/mesa/main/formats.c
    U xenocara/dist/Mesa/src/mesa/main/formats.h
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.c
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.h
    U xenocara/dist/Mesa/src/mesa/main/get.c
    U xenocara/dist/Mesa/src/mesa/main/get.h
    U xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py
    U xenocara/dist/Mesa/src/mesa/main/get_hash_params.py
    U xenocara/dist/Mesa/src/mesa/main/getstring.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.h
    U xenocara/dist/Mesa/src/mesa/main/glheader.h
    U xenocara/dist/Mesa/src/mesa/main/hash.c
    U xenocara/dist/Mesa/src/mesa/main/hash.h
    U xenocara/dist/Mesa/src/mesa/main/hash_table.c
    U xenocara/dist/Mesa/src/mesa/main/hint.c
    U xenocara/dist/Mesa/src/mesa/main/hash_table.h
    U xenocara/dist/Mesa/src/mesa/main/hint.h
    U xenocara/dist/Mesa/src/mesa/main/histogram.c
    U xenocara/dist/Mesa/src/mesa/main/histogram.h
    U xenocara/dist/Mesa/src/mesa/main/image.c
    U xenocara/dist/Mesa/src/mesa/main/image.h
    U xenocara/dist/Mesa/src/mesa/main/imports.c
    U xenocara/dist/Mesa/src/mesa/main/imports.h
    U xenocara/dist/Mesa/src/mesa/main/light.c
    U xenocara/dist/Mesa/src/mesa/main/light.h
    U xenocara/dist/Mesa/src/mesa/main/lines.c
    U xenocara/dist/Mesa/src/mesa/main/lines.h
    U xenocara/dist/Mesa/src/mesa/main/macros.h
    U xenocara/dist/Mesa/src/mesa/main/matrix.c
    U xenocara/dist/Mesa/src/mesa/main/matrix.h
    U xenocara/dist/Mesa/src/mesa/main/mipmap.c
    U xenocara/dist/Mesa/src/mesa/main/mipmap.h
    U xenocara/dist/Mesa/src/mesa/main/mm.c
    U xenocara/dist/Mesa/src/mesa/main/mm.h
    U xenocara/dist/Mesa/src/mesa/main/mtypes.h
    U xenocara/dist/Mesa/src/mesa/main/multisample.c
    U xenocara/dist/Mesa/src/mesa/main/multisample.h
    U xenocara/dist/Mesa/src/mesa/main/pack.c
    U xenocara/dist/Mesa/src/mesa/main/pack.h
    U xenocara/dist/Mesa/src/mesa/main/pack_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/pbo.c
    U xenocara/dist/Mesa/src/mesa/main/pbo.h
    U xenocara/dist/Mesa/src/mesa/main/pixel.c
    U xenocara/dist/Mesa/src/mesa/main/pixel.h
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.c
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.h
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h
    U xenocara/dist/Mesa/src/mesa/main/points.c
    U xenocara/dist/Mesa/src/mesa/main/points.h
    U xenocara/dist/Mesa/src/mesa/main/polygon.c
    U xenocara/dist/Mesa/src/mesa/main/polygon.h
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.c
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.h
    C xenocara/dist/Mesa/src/mesa/main/queryobj.c
    U xenocara/dist/Mesa/src/mesa/main/queryobj.h
    U xenocara/dist/Mesa/src/mesa/main/rastpos.c
    U xenocara/dist/Mesa/src/mesa/main/rastpos.h
    U xenocara/dist/Mesa/src/mesa/main/readpix.c
    U xenocara/dist/Mesa/src/mesa/main/readpix.h
    U xenocara/dist/Mesa/src/mesa/main/remap.c
    U xenocara/dist/Mesa/src/mesa/main/remap.h
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.c
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.h
    U xenocara/dist/Mesa/src/mesa/main/scissor.c
    U xenocara/dist/Mesa/src/mesa/main/scissor.h
    U xenocara/dist/Mesa/src/mesa/main/set.c
    U xenocara/dist/Mesa/src/mesa/main/set.h
    U xenocara/dist/Mesa/src/mesa/main/shader_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.c
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.h
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.c
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.h
    U xenocara/dist/Mesa/src/mesa/main/shared.c
    U xenocara/dist/Mesa/src/mesa/main/shared.h
    U xenocara/dist/Mesa/src/mesa/main/simple_list.h
    U xenocara/dist/Mesa/src/mesa/main/state.c
    U xenocara/dist/Mesa/src/mesa/main/state.h
    U xenocara/dist/Mesa/src/mesa/main/stencil.c
    U xenocara/dist/Mesa/src/mesa/main/stencil.h
    U xenocara/dist/Mesa/src/mesa/main/syncobj.c
    U xenocara/dist/Mesa/src/mesa/main/syncobj.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c
    U xenocara/dist/Mesa/src/mesa/main/texenv.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h
    U xenocara/dist/Mesa/src/mesa/main/texenv.h
    U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h
    U xenocara/dist/Mesa/src/mesa/main/texformat.c
    U xenocara/dist/Mesa/src/mesa/main/texformat.h
    U xenocara/dist/Mesa/src/mesa/main/texgen.c
    U xenocara/dist/Mesa/src/mesa/main/texgen.h
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.c
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.h
    U xenocara/dist/Mesa/src/mesa/main/teximage.c
    U xenocara/dist/Mesa/src/mesa/main/teximage.h
    U xenocara/dist/Mesa/src/mesa/main/texobj.c
    U xenocara/dist/Mesa/src/mesa/main/texobj.h
    U xenocara/dist/Mesa/src/mesa/main/texparam.c
    U xenocara/dist/Mesa/src/mesa/main/texparam.h
    U xenocara/dist/Mesa/src/mesa/main/texstate.c
    U xenocara/dist/Mesa/src/mesa/main/texstate.h
    U xenocara/dist/Mesa/src/mesa/main/texstorage.c
    U xenocara/dist/Mesa/src/mesa/main/texstorage.h
    U xenocara/dist/Mesa/src/mesa/main/texstore.c
    U xenocara/dist/Mesa/src/mesa/main/texstore.h
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.c
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h
    U xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/uniforms.c
    U xenocara/dist/Mesa/src/mesa/main/uniforms.h
    U xenocara/dist/Mesa/src/mesa/main/varray.c
    U xenocara/dist/Mesa/src/mesa/main/varray.h
    U xenocara/dist/Mesa/src/mesa/main/version.c
    U xenocara/dist/Mesa/src/mesa/main/version.h
    U xenocara/dist/Mesa/src/mesa/main/viewport.c
    U xenocara/dist/Mesa/src/mesa/main/viewport.h
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.c
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.h
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c
    U xenocara/dist/Mesa/src/mesa/program/lex.yy.c
    U xenocara/dist/Mesa/src/mesa/program/Makefile.in
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h
    U xenocara/dist/Mesa/src/mesa/program/Android.mk
    U xenocara/dist/Mesa/src/mesa/program/Makefile.am
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.c
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.h
    U xenocara/dist/Mesa/src/mesa/program/hash_table.h
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.c
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.h
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.c
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.h
    U xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.h
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.c
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.h
    U xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h
    U xenocara/dist/Mesa/src/mesa/program/prog_print.c
    U xenocara/dist/Mesa/src/mesa/program/prog_print.h
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.c
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.h
    U xenocara/dist/Mesa/src/mesa/program/program.c
    U xenocara/dist/Mesa/src/mesa/program/program.h
    U xenocara/dist/Mesa/src/mesa/program/program_lexer.l
    U xenocara/dist/Mesa/src/mesa/program/program_parse.y
    U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c
    U xenocara/dist/Mesa/src/mesa/program/program_parser.h
    U xenocara/dist/Mesa/src/mesa/program/programopt.c
    U xenocara/dist/Mesa/src/mesa/program/programopt.h
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.c
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.h
    U xenocara/dist/Mesa/src/mesa/program/sampler.cpp
    U xenocara/dist/Mesa/src/mesa/program/sampler.h
    U xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.c
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.h
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h
    U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.c
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.h
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86/assyntax.h
    U xenocara/dist/Mesa/src/mesa/x86/clip_args.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86.c
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h
    U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c
    U xenocara/dist/Mesa/src/mesa/x86/mmx.h
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h
    U xenocara/dist/Mesa/src/mesa/x86/norm_args.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.c
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.h
    U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.c
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.h
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/xform_args.h
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h
    U xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_util.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_eval.c
    U xenocara/dist/Mesa/src/mesa/math/m_eval.h
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.c
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.h
    U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_translate.c
    U xenocara/dist/Mesa/src/mesa/math/m_translate.h
    U xenocara/dist/Mesa/src/mesa/math/m_vector.c
    U xenocara/dist/Mesa/src/mesa/math/m_vector.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_xform.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h
    U xenocara/dist/Mesa/src/mesa/sparc/norm.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.c
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.h
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h
    U xenocara/dist/Mesa/src/mesa/sparc/xform.S
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h
    U xenocara/dist/Mesa/src/mesa/swrast/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_blit.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_chan.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_clear.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texture.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h
    U xenocara/dist/Mesa/src/mesa/swrast/swrast.h
    U xenocara/dist/Mesa/src/mesa/tnl/NOTES
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_draw.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h
    U xenocara/dist/Mesa/src/mesa/tnl/tnl.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c
    U xenocara/dist/Mesa/src/getopt/SConscript
    U xenocara/dist/Mesa/src/getopt/getopt.h
    U xenocara/dist/Mesa/src/getopt/getopt_long.c
    U xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt
    U xenocara/dist/Mesa/docs/COPYING
    U xenocara/dist/Mesa/docs/GL3.txt
    U xenocara/dist/Mesa/docs/README.CYGWIN
    U xenocara/dist/Mesa/docs/README.MITS
    U xenocara/dist/Mesa/docs/README.QUAKE
    U xenocara/dist/Mesa/docs/README.THREADS
    U xenocara/dist/Mesa/docs/README.UVD
    U xenocara/dist/Mesa/docs/README.WIN32
    U xenocara/dist/Mesa/docs/VERSIONS
    U xenocara/dist/Mesa/docs/application-issues.html
    U xenocara/dist/Mesa/docs/autoconf.html
    U xenocara/dist/Mesa/docs/bugs.html
    U xenocara/dist/Mesa/docs/conform.html
    U xenocara/dist/Mesa/docs/contents.html
    U xenocara/dist/Mesa/docs/debugging.html
    U xenocara/dist/Mesa/docs/developers.html
    U xenocara/dist/Mesa/docs/devinfo.html
    U xenocara/dist/Mesa/docs/dispatch.html
    U xenocara/dist/Mesa/docs/download.html
    U xenocara/dist/Mesa/docs/egl.html
    U xenocara/dist/Mesa/docs/envvars.html
    U xenocara/dist/Mesa/docs/extensions.html
    U xenocara/dist/Mesa/docs/faq.html
    U xenocara/dist/Mesa/docs/gears.png
    U xenocara/dist/Mesa/docs/helpwanted.html
    U xenocara/dist/Mesa/docs/index.html
    U xenocara/dist/Mesa/docs/install.html
    U xenocara/dist/Mesa/docs/intro.html
    U xenocara/dist/Mesa/docs/libGL.txt
    U xenocara/dist/Mesa/docs/license.html
    U xenocara/dist/Mesa/docs/lists.html
    U xenocara/dist/Mesa/docs/llvmpipe.html
    U xenocara/dist/Mesa/docs/mangling.html
    U xenocara/dist/Mesa/docs/mesa.css
    U xenocara/dist/Mesa/docs/opengles.html
    U xenocara/dist/Mesa/docs/openvg.html
    U xenocara/dist/Mesa/docs/osmesa.html
    U xenocara/dist/Mesa/docs/patents.txt
    U xenocara/dist/Mesa/docs/perf.html
    U xenocara/dist/Mesa/docs/postprocess.html
    U xenocara/dist/Mesa/docs/precompiled.html
    U xenocara/dist/Mesa/docs/relnotes.html
    U xenocara/dist/Mesa/docs/repository.html
    U xenocara/dist/Mesa/docs/shading.html
    U xenocara/dist/Mesa/docs/sourcedocs.html
    U xenocara/dist/Mesa/docs/sourcetree.html
    U xenocara/dist/Mesa/docs/systems.html
    U xenocara/dist/Mesa/docs/thanks.html
    U xenocara/dist/Mesa/docs/utilities.html
    U xenocara/dist/Mesa/docs/versions.html
    U xenocara/dist/Mesa/docs/viewperf.html
    U xenocara/dist/Mesa/docs/vmware-guest.html
    U xenocara/dist/Mesa/docs/webmaster.html
    U xenocara/dist/Mesa/docs/xlibdriver.html
    U xenocara/dist/Mesa/docs/relnotes/3.1
    U xenocara/dist/Mesa/docs/relnotes/3.2
    U xenocara/dist/Mesa/docs/relnotes/3.2.1
    U xenocara/dist/Mesa/docs/relnotes/3.3
    U xenocara/dist/Mesa/docs/relnotes/3.4
    U xenocara/dist/Mesa/docs/relnotes/3.4.1
    U xenocara/dist/Mesa/docs/relnotes/3.4.2
    U xenocara/dist/Mesa/docs/relnotes/3.5
    U xenocara/dist/Mesa/docs/relnotes/4.0
    U xenocara/dist/Mesa/docs/relnotes/4.0.1
    U xenocara/dist/Mesa/docs/relnotes/4.0.2
    U xenocara/dist/Mesa/docs/relnotes/4.0.3
    U xenocara/dist/Mesa/docs/relnotes/4.1
    U xenocara/dist/Mesa/docs/relnotes/5.0
    U xenocara/dist/Mesa/docs/relnotes/5.0.1
    U xenocara/dist/Mesa/docs/relnotes/5.0.2
    U xenocara/dist/Mesa/docs/relnotes/5.1
    U xenocara/dist/Mesa/docs/relnotes/6.0
    U xenocara/dist/Mesa/docs/relnotes/6.0.1
    U xenocara/dist/Mesa/docs/relnotes/6.1
    U xenocara/dist/Mesa/docs/relnotes/6.2
    U xenocara/dist/Mesa/docs/relnotes/6.2.1
    U xenocara/dist/Mesa/docs/relnotes/6.3
    U xenocara/dist/Mesa/docs/relnotes/6.3.1
    U xenocara/dist/Mesa/docs/relnotes/6.3.2
    U xenocara/dist/Mesa/docs/relnotes/6.4
    U xenocara/dist/Mesa/docs/relnotes/6.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.3.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.html
    U xenocara/dist/Mesa/docs/relnotes/7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.html
    U xenocara/dist/Mesa/docs/relnotes/7.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.5.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.4.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.5.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.6.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.2.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.html
    U xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec
    U xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec
    U xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec
    U xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec
    U xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec
    U xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec
    U xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec
    U xenocara/dist/Mesa/docs/specs/enums.txt
    U xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec
    U xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec
    U xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec
    U xenocara/dist/Mesa/doxygen/Makefile
    U xenocara/dist/Mesa/doxygen/README
    U xenocara/dist/Mesa/doxygen/common.doxy
    U xenocara/dist/Mesa/doxygen/core_subset.doxy
    U xenocara/dist/Mesa/doxygen/doxy.bat
    U xenocara/dist/Mesa/doxygen/gallium.doc
    U xenocara/dist/Mesa/doxygen/gallium.doxy
    U xenocara/dist/Mesa/doxygen/gbm.doxy
    U xenocara/dist/Mesa/doxygen/glapi.doxy
    U xenocara/dist/Mesa/doxygen/glsl.doxy
    U xenocara/dist/Mesa/doxygen/header.html
    U xenocara/dist/Mesa/doxygen/header_subset.html
    U xenocara/dist/Mesa/doxygen/main.doxy
    U xenocara/dist/Mesa/doxygen/math.doxy
    U xenocara/dist/Mesa/doxygen/math_subset.doxy
    U xenocara/dist/Mesa/doxygen/radeon_subset.doxy
    U xenocara/dist/Mesa/doxygen/shader.doxy
    U xenocara/dist/Mesa/doxygen/swrast.doxy
    U xenocara/dist/Mesa/doxygen/swrast_setup.doxy
    U xenocara/dist/Mesa/doxygen/tnl.doxy
    U xenocara/dist/Mesa/doxygen/tnl_dd.doxy
    U xenocara/dist/Mesa/doxygen/vbo.doxy
    U xenocara/dist/Mesa/include/c99_compat.h
    U xenocara/dist/Mesa/include/CL/cl.h
    U xenocara/dist/Mesa/include/CL/cl.hpp
    U xenocara/dist/Mesa/include/CL/cl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_gl.h
    U xenocara/dist/Mesa/include/CL/cl_gl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_platform.h
    U xenocara/dist/Mesa/include/CL/opencl.h
    U xenocara/dist/Mesa/include/EGL/egl.h
    U xenocara/dist/Mesa/include/EGL/eglext.h
    U xenocara/dist/Mesa/include/EGL/eglmesaext.h
    U xenocara/dist/Mesa/include/EGL/eglplatform.h
    U xenocara/dist/Mesa/include/GL/gl.h
    U xenocara/dist/Mesa/include/GL/gl_mangle.h
    U xenocara/dist/Mesa/include/GL/glext.h
    U xenocara/dist/Mesa/include/GL/glx.h
    U xenocara/dist/Mesa/include/GL/glx_mangle.h
    U xenocara/dist/Mesa/include/GL/glxext.h
    U xenocara/dist/Mesa/include/GL/osmesa.h
    U xenocara/dist/Mesa/include/GL/wglext.h
    U xenocara/dist/Mesa/include/GL/wmesa.h
    U xenocara/dist/Mesa/include/GL/internal/dri_interface.h
    U xenocara/dist/Mesa/include/GL/internal/sarea.h
    U xenocara/dist/Mesa/include/GLES/egl.h
    U xenocara/dist/Mesa/include/GLES/gl.h
    U xenocara/dist/Mesa/include/GLES/glext.h
    U xenocara/dist/Mesa/include/GLES/glplatform.h
    U xenocara/dist/Mesa/include/GLES2/gl2.h
    U xenocara/dist/Mesa/include/GLES2/gl2ext.h
    U xenocara/dist/Mesa/include/GLES2/gl2platform.h
    U xenocara/dist/Mesa/include/GLES3/gl3.h
    U xenocara/dist/Mesa/include/GLES3/gl3ext.h
    U xenocara/dist/Mesa/include/GLES3/gl3platform.h
    U xenocara/dist/Mesa/include/KHR/khrplatform.h
    U xenocara/dist/Mesa/include/VG/openvg.h
    U xenocara/dist/Mesa/include/VG/vgext.h
    U xenocara/dist/Mesa/include/VG/vgplatform.h
    U xenocara/dist/Mesa/include/VG/vgu.h
    U xenocara/dist/Mesa/include/c99/inttypes.h
    C xenocara/dist/Mesa/include/c99/stdbool.h
    U xenocara/dist/Mesa/include/c99/stdint.h
    U xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/pci_id_driver_map.h
    U xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h
    U xenocara/dist/Mesa/m4/ax_prog_bison.m4
    U xenocara/dist/Mesa/m4/ax_prog_cc_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_cxx_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_flex.m4
    U xenocara/dist/Mesa/m4/ax_pthread.m4
    U xenocara/dist/Mesa/m4/ax_python_module.m4
    U xenocara/dist/Mesa/scons/crossmingw.py
    U xenocara/dist/Mesa/scons/custom.py
    U xenocara/dist/Mesa/scons/dxsdk.py
    U xenocara/dist/Mesa/scons/fixes.py
    U xenocara/dist/Mesa/scons/gallium.py
    U xenocara/dist/Mesa/scons/llvm.py
    U xenocara/dist/Mesa/scons/source_list.py
    U xenocara/dist/Mesa/scons/x11.py
    
    20 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/23 23:19:52

Modified files:
	dist/Mesa      : SConstruct configure.ac 
	dist/Mesa/include/c99: stdbool.h 
	dist/Mesa/src/egl/drivers/dri2: egl_dri2.c 
	dist/Mesa/src/egl/wayland/wayland-drm: wayland-drm.c 
	                                       wayland-drm.h 
	dist/Mesa/src/gallium/state_trackers/egl/common: native.h 
	                                                 native_wayland_drm_bufmgr_helper.c 
	dist/Mesa/src/gallium/state_trackers/egl/drm: native_drm.c 
	                                              native_drm.h 
	dist/Mesa/src/gallium/state_trackers/egl/wayland: native_drm.c 
	dist/Mesa/src/gallium/state_trackers/egl/x11: native_dri2.c 
	dist/Mesa/src/gbm/backends/dri: gbm_dri.c gbm_driint.h 
	dist/Mesa/src/mesa/drivers/common: meta.c 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_misc_state.c 
	                                     brw_wm_surface_state.c 
	dist/Mesa/src/mesa/drivers/osmesa: osmesa.c 
	dist/Mesa/src/mesa/main: queryobj.c 
	dist/Mesa/src/mesa/state_tracker: st_draw.c 

Log message:
Merge Mesa 9.2.3
ok mpi@ kettenis@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/23 23:23:35

Modified files:
	lib/libEGL     : Makefile 
	lib/libGL      : Makefile 
	lib/libGL/mesa : Makefile.inc 
	lib/libGLESv1_CM: Makefile 
	lib/libGLESv2  : Makefile 

Log message:
Mesa 9.2.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/11/23 23:25:09

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/24 04:29:09

Modified files:
	usr.bin/tmux   : format.c tmux.1 

Log message:
Replace ## by # in format.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/11/24 05:36:13

Modified files:
	usr.bin/make   : main.c make.1 

Log message:
simplify determination of OBJDIR to what we actually use.
(prevents some race conditions by just chdir()'ing into the right objdir)
problem noticed by theo
okay'd by general apathy...


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/24 05:58:17

Modified files:
	share/man/man4/man4.loongson: glxpcib.4 

Log message:
add missing " from a commented-out .Nd line; doesn't affect mandoc output,
but it was causing incorrect output from "man -k".


CVSROOT:	/cvs
Module name:	src
Changes by:	rapha@cvs.openbsd.org	2013/11/24 08:00:22

Added files:
	sys/arch/armv7/omap: ti_iic.c ti_iicreg.h 

Log message:
I2C driver for am335x, ported from netbsd, not enabled yet.

"Commit the driver code" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/24 08:44:26

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
Replace the swapdev CIRCLEQ with a TAILQ and replace the manually rolled
list traversals with LIST_FOREACH.

ok beck@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/24 09:02:30

Modified files:
	sys/ntfs       : ntfs.h ntfs_compr.c ntfs_conv.c ntfs_subr.c 
	                 ntfs_vfsops.c ntfs_vnops.c 

Log message:
Clean up the NTFS debug code - use uppercase names for the debug macros,
especially since 'dprintf' now has another meaning (at least outside of
the kernel). Tweak the macro syntax so we can avoid having to double
bracket all invocations. Also apply a good dose of style(9).

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/24 09:56:01

Modified files:
	base/xenocara/app/xclock: Makefile 
	base/xenocara/app/xwd: Makefile 
	base/xenocara/lib/libEGL: Makefile 
	base/xenocara/meta: Makefile 

Log message:
some missed dependencies


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/11/24 10:00:15

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/24 11:13:26

Added files:
	devel/sdl2-image/patches: patch-IMG_webp_c 

Log message:
Fix build on big endian archs by backporting http://hg.libsdl.org/SDL_image/rev/f0b623bb5570


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/24 11:28:37

Modified files:
	net            : Makefile 
Removed files:
	net/BitTorrent : Makefile distinfo 
	net/BitTorrent/patches: patch-BitTorrent_Storage_py 
	                        patch-BitTorrent_defaultargs_py 
	                        patch-BitTorrent_platform_py 
	                        patch-bittorrent-curses_py 
	                        patch-khashmir_test_py 
	net/BitTorrent/pkg: DESCR-gui DESCR-main PLIST-gui PLIST-main 
	                    README-main 

Log message:
Remove BitTorrent Mainline client.  Reported broken, long dead upstream.
Suggested by Amit Kulkarni; ok zhuk@ brad@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2013/11/24 12:38:32

Modified files:
	usr.bin/tmux   : tty-acs.c 

Log message:
Add comments to ACS table matching terminfo(5).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/24 12:56:33

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST-main 
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-main 
	x11/kde4/libs  : Makefile 
	x11/kde4/runtime: Makefile 
	x11/kde4/admin : Makefile 
	x11/kde4/analitza: Makefile 
	x11/kde4/ark   : Makefile 
	x11/kde4/artwork: Makefile 
	x11/kde4/audiocd-kio: Makefile 
	x11/kde4/baseapps: Makefile 
	x11/kde4/blinken: Makefile 
	x11/kde4/bomber: Makefile 
	x11/kde4/bovo  : Makefile 
	x11/kde4/cantor: Makefile 
	x11/kde4/dragon: Makefile 
	x11/kde4/ffmpegthumbs: Makefile 
	x11/kde4/filelight: Makefile 
	x11/kde4/granatier: Makefile 
	x11/kde4/graphics-mobipocket: Makefile 
	x11/kde4/graphics-thumbnailers: Makefile 
	x11/kde4/gwenview: Makefile 
	x11/kde4/jovie : Makefile 
	x11/kde4/juk   : Makefile 
	x11/kde4/kaccessible: Makefile 
	x11/kde4/kactivities: Makefile 
	x11/kde4/kajongg: Makefile 
	x11/kde4/kalgebra: Makefile 
	x11/kde4/kamera: Makefile 
	x11/kde4/kanagram: Makefile 
	x11/kde4/kapman: Makefile 
	x11/kde4/kate  : Makefile 
	x11/kde4/katomic: Makefile 
	x11/kde4/kblackbox: Makefile 
	x11/kde4/kblocks: Makefile 
	x11/kde4/kbounce: Makefile 
	x11/kde4/kbreakout: Makefile 
	x11/kde4/kbruch: Makefile 
	x11/kde4/kcalc : Makefile 
	x11/kde4/kcharselect: Makefile 
	x11/kde4/kcolorchooser: Makefile 
	x11/kde4/kdf   : Makefile 
	x11/kde4/kdiamond: Makefile 
	x11/kde4/kfloppy: Makefile 
	x11/kde4/kfourinline: Makefile 
	x11/kde4/kgamma: Makefile 
	x11/kde4/kgeography: Makefile 
	x11/kde4/kgoldrunner: Makefile 
	x11/kde4/kgpg  : Makefile 
	x11/kde4/khangman: Makefile 
	x11/kde4/kig   : Makefile 
	x11/kde4/kigo  : Makefile 
	x11/kde4/killbots: Makefile 
	x11/kde4/kimono: Makefile 
	x11/kde4/kiriki: Makefile 
	x11/kde4/kiten : Makefile 
	x11/kde4/kjumpingcube: Makefile 
	x11/kde4/klettres: Makefile 
	x11/kde4/klickety: Makefile 
	x11/kde4/klines: Makefile 
	x11/kde4/kmag  : Makefile 
	x11/kde4/kmahjongg: Makefile 
	x11/kde4/kmines: Makefile 
	x11/kde4/kmix  : Makefile 
	x11/kde4/kmousetool: Makefile 
	x11/kde4/kmouth: Makefile 
	x11/kde4/kmplot: Makefile 
	x11/kde4/knavalbattle: Makefile 
	x11/kde4/knetwalk: Makefile 
	x11/kde4/kolf  : Makefile 
	x11/kde4/kollision: Makefile 
	x11/kde4/kolourpaint: Makefile 
	x11/kde4/konquest: Makefile 
	x11/kde4/konsole: Makefile 
	x11/kde4/korundum: Makefile 
	x11/kde4/kpat  : Makefile 
	x11/kde4/kremotecontrol: Makefile 
	x11/kde4/kreversi: Makefile 
	x11/kde4/kross-interpreters: Makefile 
	x11/kde4/kruler: Makefile 
	x11/kde4/ksaneplugin: Makefile 
	x11/kde4/kscd  : Makefile 
	x11/kde4/kshisen: Makefile 
	x11/kde4/ksirk : Makefile 
	x11/kde4/ksnakeduel: Makefile 
	x11/kde4/ksnapshot: Makefile 
	x11/kde4/kspaceduel: Makefile 
	x11/kde4/ksquares: Makefile 
	x11/kde4/kstars: Makefile 
	x11/kde4/ksudoku: Makefile 
	x11/kde4/ktimer: Makefile 
	x11/kde4/ktouch: Makefile 
	x11/kde4/ktuberling: Makefile 
	x11/kde4/kturtle: Makefile 
	x11/kde4/kubrick: Makefile 
	x11/kde4/kwallet: Makefile 
	x11/kde4/kwordquiz: Makefile 
	x11/kde4/libkcddb: Makefile 
	x11/kde4/libkcompactdisc: Makefile 
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkdeedu: Makefile 
	x11/kde4/libkdegames: Makefile 
	x11/kde4/libkexiv2: Makefile 
	x11/kde4/libkipi: Makefile 
	x11/kde4/libkmahjongg: Makefile 
	x11/kde4/libksane: Makefile 
	x11/kde4/lskat : Makefile 
	x11/kde4/marble: Makefile 
	x11/kde4/mplayerthumbs: Makefile 
	x11/kde4/nepomuk-core: Makefile 
	x11/kde4/nepomuk-widgets: Makefile 
	x11/kde4/network: Makefile 
	x11/kde4/okular: Makefile 
	x11/kde4/p5-kde: Makefile 
	x11/kde4/pairs : Makefile 
	x11/kde4/palapeli: Makefile 
	x11/kde4/parley: Makefile 
	x11/kde4/picmi : Makefile 
	x11/kde4/pim   : Makefile 
	x11/kde4/pim-runtime: Makefile 
	x11/kde4/pimlibs: Makefile 
	x11/kde4/plasma-addons: Makefile 
	x11/kde4/print-manager: Makefile 
	x11/kde4/rocs  : Makefile 
	x11/kde4/sdk   : Makefile 
	x11/kde4/smokekde: Makefile 
	x11/kde4/step  : Makefile 
	x11/kde4/superkaramba: Makefile 
	x11/kde4/svgpart: Makefile 
	x11/kde4/sweeper: Makefile 
	x11/kde4/toys  : Makefile 
	x11/kde4/webdev: Makefile 
	x11/kde4/workspace: Makefile 
	net/libktorrent: Makefile 
	productivity/libkfbapi: Makefile 
	productivity/libkgapi: Makefile 
	www/kwebkitpart: Makefile 
Added files:
	x11/kde/libs3/pkg: DESCR-langlist PLIST-langlist 
	x11/kde/base3/pkg: DESCR-en_US DESCR-locale PLIST-en_US 
	                   PLIST-locale 
	x11/kde4/libs/pkg: DESCR-en_US DESCR-langlist DESCR-main 
	                   PLIST-en_US PLIST-langlist PLIST-main 
	x11/kde4/runtime/pkg: DESCR-locale DESCR-main MESSAGE-main 
	                      PLIST-locale PLIST-main 
Removed files:
	x11/kde4/libs/pkg: DESCR PLIST 
	x11/kde4/runtime/pkg: DESCR MESSAGE PLIST 

Log message:
Split some locale-specific files out of kdelibs, kdebase and kde-runtime
into some sort of interchangeable subpackages. The idea is that each version
of KDE being installed picks up it's own version of locale-specific package
by default, and KDE4's one doesn't update to KDE3's one automatically, but
can replace it on explicit pkg_add call.

Most of the Makefiles are bumps needed after splitting x11/kde4/libs.

This is a part of KDE3/4 deconflicting work.

hardly tested by landry@ in a bulk build


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/24 14:32:32

Modified files:
	usr.sbin/mopd/common: device.c 
	usr.sbin/lpr/common_source: displayq.c rmjob.c 
	usr.sbin/lpr/lpc: cmds.c 
	usr.sbin/lpr/lpd: lpd.c printjob.c 
	usr.sbin/lpr/lpq: lpq.c 
	usr.sbin/lpr/lpr: lpr.c 
	usr.sbin/lpr/lprm: lprm.c 
	usr.sbin/lpr/pac: pac.c 

Log message:
more ctype cleanups
checked by jca


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/24 14:58:25

Log message:
    Import graphics/openscenegraph, ok landry@, "reads ok" sthen@
    
    The OpenSceneGraph is an open source high performance 3D graphics
    toolkit, used by application developers in fields such as visual
    simulation, games, virtual reality, scientific visualization and
    modelling. Written entirely in Standard C++ and OpenGL it runs on all
    Windows platforms, OSX, GNU/Linux, IRIX, Solaris, HP-Ux, AIX and FreeBSD
    operating systems. The OpenSceneGraph is now well established as the
    world leading scene graph technology, used widely in the vis-sim, space,
    scientific, oil-gas, games and virtual reality industries.
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20132411
    
    N ports/graphics/openscenegraph/Makefile
    N ports/graphics/openscenegraph/distinfo
    N ports/graphics/openscenegraph/patches/patch-CMakeLists_txt
    N ports/graphics/openscenegraph/patches/patch-applications_present3D_Cluster_cpp
    N ports/graphics/openscenegraph/patches/patch-src_osgDB_FileUtils_cpp
    N ports/graphics/openscenegraph/patches/patch-src_osgPlugins_osc_osc_OscHostEndianness_h
    N ports/graphics/openscenegraph/pkg/DESCR
    N ports/graphics/openscenegraph/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/24 14:59:15

Log message:
    Import graphics/simgear.  ok landry@, "reads ok" sthen@
    
    SimGear intends to provide a common, standardized set of building block
    (libraries) which can be used by a variety of software projects
    including 3d realtime simulations, visualization software, and games.
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20132411
    
    N ports/graphics/simgear/Makefile
    N ports/graphics/simgear/distinfo
    N ports/graphics/simgear/patches/patch-simgear_canvas_ShivaVG_src_shConfig_h
    N ports/graphics/simgear/patches/patch-simgear_canvas_ShivaVG_src_shDefs_h
    N ports/graphics/simgear/patches/patch-simgear_scene_sky_cloud_cxx
    N ports/graphics/simgear/patches/patch-simgear_sound_sample_group_cxx
    N ports/graphics/simgear/pkg/DESCR
    N ports/graphics/simgear/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/24 15:05:18

Log message:
    Import games/flightgear.  ok landry@, "reads ok" sthen@
    
    The goal of the FlightGear project is to create a sophisticated and open
    flight simulator framework for use in research or academic environments,
    pilot training, as an industry engineering tool, for DIY-ers to pursue
    their favorite interesting flight simulation idea, and last but
    certainly not least as a fun, realistic, and challenging desktop flight
    simulator. We are developing a sophisticated, open simulation framework
    that can be expanded and improved upon by anyone interested in
    contributing.
    
    Status:
    
    Vendor Tag:	pascal
    Release Tags:	pascal_20131124
    
    N ports/games/flightgear/Makefile
    N ports/games/flightgear/Makefile.inc
    N ports/games/flightgear/base/Makefile
    N ports/games/flightgear/base/distinfo
    N ports/games/flightgear/base/patches/patch-utils_GPSsmooth_MIDG_main_cxx
    N ports/games/flightgear/base/patches/patch-utils_GPSsmooth_UGear_main_cxx
    N ports/games/flightgear/base/patches/patch-utils_GPSsmooth_gps_main_cxx
    N ports/games/flightgear/base/patches/patch-utils_TerraSync_terrasync_cxx
    N ports/games/flightgear/base/pkg/DESCR
    N ports/games/flightgear/base/pkg/PLIST
    N ports/games/flightgear/data/Makefile
    N ports/games/flightgear/data/distinfo
    N ports/games/flightgear/data/pkg/DESCR
    N ports/games/flightgear/data/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/24 15:06:28

Modified files:
	x11/sakura     : Makefile distinfo 

Log message:
Bugfix update to 3.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/24 15:06:34

Modified files:
	graphics       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/24 15:07:36

Modified files:
	games          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/24 15:08:25

Modified files:
	sys/arch/vax/include: pcb.h pmap.h pte.h 
	sys/arch/vax/vax: genassym.cf locore.S machdep.c pmap.c trap.c 
	                  vm_machdep.c 

Log message:
Rework pmap to use dynamic P0 and P1 region allocation, instead of allocating
the largest possible page table for every pmap; from NetBSD. This allows the
kernel to use much less memory for page tables.

Significant differences against the NetBSD code are:
- allocation of page table pages is done with a pool instead of allocating
whole logical pages from uvm and managing the freelist within pmap, never
releasing allocated pages.
- try to use pt_entry_t * rather than int * whenever possible.
- growth of P0 and P1 regions is allowed to fail, if invoked from
pmap_enter with the PMAP_CANFAIL flag. This will stall processes until
memory for the page tables can be obtained, rather than panicing, in
most cases.
- keep management of mappings for managed pages using pv lists tied to the
vm_page (using __HAVE_VM_PAGE_MD), rather than a global pv_list head.
- bound check against Sysmap[] in pmap_extract() when asked for a kernel
address.

As a result of this, bsd.rd can now install a working system on a 12MB machine
without needing to enable swap.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/24 15:09:58

Modified files:
	sys/arch/vax/include: vmparam.h 

Log message:
Increase MAXDSIZ to 128MB, and BRKSIZ to 16MB, now that we can afford this.
Also double DFLDSIZ.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/24 15:15:24

Modified files:
	sys/arch/vax/include: param.h 

Log message:
Increase NMBCLUSTERS a bit. Riding upon the kernel memory saved by the pmap
changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/24 16:51:29

Modified files:
	lib/libc/net   : base64.c ethers.c inet_addr.c ruserok.c 
	lib/libc/time  : zic.c 
	lib/libc/asr   : asr_utils.c gethostnamadr_async.c 
	lib/libc/gen   : auth_subr.c authenticate.c fnmatch.c 
	                 getttyent.c getusershell.c readpassphrase.c 
	                 setmode.c 

Log message:
most obvious unsigned char casts for ctype
ok jca krw ingo


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/24 17:23:49

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update Seed7 to 20131124.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/11/24 17:33:21

Modified files:
	sys/kern       : subr_prf.c 

Log message:
disable %n in printf(9); there is no need for it in the kernel besides
making format-string vulnerabilities exploitable; inspired by similar
change made by Kees Cook to Linux; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/11/24 21:34:27

Modified files:
	www/nginx      : Makefile.inc 
	www/nginx/devel: Makefile distinfo 
	www/nginx/stable: Makefile distinfo 

Log message:
SECURITY UPDATE to 1.4.4 / 1.5.7 to resolve CVE-2013-4547
- naxsi update to 0.53 and update MASTER_SITES
- enable the new auth_request_module for the devel branch
- whitespace cleanup and handle naxsi the same as for other modules (thanks sthen)


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2013/11/24 21:41:48

Modified files:
	www/nginx/devel: Tag: OPENBSD_5_4 Makefile 
	www/nginx/stable: Tag: OPENBSD_5_4 Makefile 
Added files:
	www/nginx/devel/patches: Tag: OPENBSD_5_4 
	                         patch-src_http_ngx_http_parse_c 
	www/nginx/stable/patches: Tag: OPENBSD_5_4 
	                          patch-src_http_ngx_http_parse_c 

Log message:
SECURITY FIX from upstream for CVE-2013-4547

ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/11/24 22:23:27

Log message:
    Import xnp2-20130726.
    
    Neko Project II is a PC-9801 emulator.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131124
    
    N ports/emulators/xnp2/Makefile
    N ports/emulators/xnp2/distinfo
    N ports/emulators/xnp2/pkg/DESCR
    N ports/emulators/xnp2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/11/24 22:23:55

Modified files:
	emulators      : Makefile 

Log message:
+xnp2


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/11/24 22:48:59

Added files:
	images         : DNSsec_big.jpg DNSsec_cov.jpg SudoMast_big.jpg 
	                 SudoMast_cov.jpg 

Log message:
Adding images for Lucas' DNSSEC Mastery and SUDO Mastery books


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/25 00:06:18

Modified files:
	emulators/xnp2 : Makefile 

Log message:
Needs th devel/gettext module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 03:31:04

Modified files:
	x11/xmobar     : Makefile distinfo 
	x11/xmobar/patches: patch-samples_xmobar_config 
	                    patch-src_Actions_hs 
	                    patch-src_Plugins_Monitors_Weather_hs 
	                    patch-src_Plugins_Monitors_hs 
	x11/xmobar/pkg : MESSAGE 
Added files:
	x11/xmobar/patches: patch-src_Main_hs 
Removed files:
	x11/xmobar/patches: patch-src_Localize_hsc 

Log message:
Update to xmobar-0.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 03:36:16

Modified files:
	www/py-genshi  : Makefile 

Log message:
missing WANTLIBs


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 03:40:20

Modified files:
	sysutils/ykpers: Makefile distinfo 

Log message:
update to ykpers 1.14.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 04:37:15

Modified files:
	devel/apr      : Makefile distinfo 
	devel/apr/pkg  : PLIST 
Removed files:
	devel/apr/pkg  : PFRAG.shared 

Log message:
merge PFRAG.shared into PLIST, and regen distinfo, ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 04:55:13

Modified files:
	net/amule      : Makefile 
	net/amule/patches: patch-src_Statistics_cpp patch-src_amule_cpp 
Added files:
	net/amule/patches: patch-src_DownloadQueue_cpp 
	                   patch-src_utils_aLinkCreator_src_md4_cpp 

Log message:
Bugfixes from upstream:

Fix pre-allocation in CDownloadQueue::CopyFileList
(upstream git commit f8f0eca00153b508831fce03c385fb2fb1c8ae66)

Don't log a critical line on startup if statistics.dat is missing
(upstream git commit 2de1d5fa97de56625459362cc6ccfd94dbf1c044)

Less writing of known files list during hashing (every 3000MB instead
of 300): files have become larger and hashing faster.
(upstream git commit f9b504a11ba7fabde6c7a63184edeeeb15ec7f66)


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/11/25 05:15:19

Modified files:
	lib/libc/stdio : vfwscanf.c 

Log message:
Use iswupper() for wide characters, not isupper(); ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2013/11/25 05:48:40

Modified files:
	usr.bin/netstat: route.c 

Log message:
netstat -Ar leaked some kernel pointers to unprivileged users.  Use
hideroot to show them only to root.
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:51:10

Modified files:
	bin/chio       : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:52:12

Modified files:
	sbin/ipsecctl  : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:52:46

Modified files:
	sbin/pfctl     : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:53:27

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:54:14

Modified files:
	usr.sbin/dvmrpd: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:55:01

Modified files:
	usr.sbin/hostapd: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:55:44

Modified files:
	usr.sbin/ifstated: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:56:09

Modified files:
	usr.sbin/iscsictl: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:56:41

Modified files:
	usr.sbin/ldapd : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/11/25 05:56:49

Modified files:
	x11/kde4/py-kde: Makefile 

Log message:
bump missed for x11/kde4/libs changes

Ok sthen@ zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:57:18

Modified files:
	usr.sbin/ldomctl: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:57:42

Modified files:
	usr.sbin/ldpd  : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:58:17

Modified files:
	usr.sbin/npppd/npppd: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:58:42

Modified files:
	usr.sbin/ntpd  : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/25 05:58:58

Modified files:
	devel/libgit2/libgit2: Makefile distinfo 
	devel/libgit2/libgit2/patches: patch-CMakeLists_txt 
	devel/libgit2/libgit2/pkg: PLIST 
Removed files:
	devel/libgit2/libgit2/patches: patch-src_buffer_c 
	                               patch-src_buffer_h 
	                               patch-src_clone_c 
	                               patch-src_config_file_c 
	                               patch-src_indexer_c 
	                               patch-src_refspec_c 

Log message:
- update to libgit2-0.20.0


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:59:13

Modified files:
	usr.sbin/ospf6d: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/25 05:59:14

Modified files:
	devel/libgit2/py-git2: Makefile distinfo 
	devel/libgit2/py-git2/pkg: PLIST 

Log message:
- update to pygit2-0.20.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/25 05:59:24

Modified files:
	devel/libgit2/libgit2-glib: Makefile distinfo 
	devel/libgit2/libgit2-glib/pkg: PLIST 
Removed files:
	devel/libgit2/libgit2-glib/patches: patch-libgit2-glib-1_0_pc_in 

Log message:
- update to libgit2-glib-0.0.8


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 05:59:34

Modified files:
	usr.sbin/ospfd : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 06:00:07

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 06:00:27

Modified files:
	usr.sbin/ripd  : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 06:00:56

Modified files:
	usr.sbin/snmpd : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 06:01:19

Modified files:
	usr.sbin/ypldap: parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/11/25 06:12:23

Modified files:
	sbin/iked      : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls
found by millert@, from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/11/25 06:14:27

Modified files:
	devel/p5-Data-Random: Makefile distinfo 

Log message:
update p5-Data-Random to 0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	juanfra@cvs.openbsd.org	2013/11/25 06:15:22

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
miod@ increased the datasize of VAX from 40MB to 128MB. Now VAX can
use .xz files with big dictionaries like the other platforms.

ok brad@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/11/25 06:23:37

Modified files:
	net/p5-Net-Inspect: Makefile distinfo 

Log message:
update p5-Net-Inspect to 0.303


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/25 07:05:00

Modified files:
	distrib/notes/macppc: prep 

Log message:
Document which keys need to be hold to enter the Open Firmware with a
standard PC keyboard.  From Daniel Dickman (didickman at gmail.com).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2013/11/25 07:11:12

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.960
Supports TLSv11, TLSv12.  Uses more secure algorithms.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:13:33

Modified files:
	infrastructure/mk: bsd.port.mk 
	databases/sqlports: Makefile 
	databases/sqlports/files: Info.pm 

Log message:
Remove support for VMEM_WARNING, as it's manually "maintained" it isn't
very accurate, and isn't sensitive to differences between arches.
ok ajacoutot dcoppa zhuk espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/25 07:14:43

Modified files:
	sysutils/duplicity: Makefile distinfo 
	sysutils/duplicity/pkg: PLIST 

Log message:
Update to 0.6.22
ok jim@ (Maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:14:44

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Remove VMEM_WARNING, reminded by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:16:24

Modified files:
	audio/ardour   : Makefile 
	audio/flite    : Makefile 
	audio/mumble   : Makefile 
	audio/py-tagpy : Makefile 
	cad/openscad   : Makefile 
	databases/mariadb: Makefile 
	databases/mysql: Makefile 
	devel/atlas    : Makefile 
	devel/boost    : Makefile 
	devel/cmake    : Makefile 
	devel/ddd      : Makefile 
	devel/doxygen  : Makefile 
	devel/eclipse/sdk: Makefile 
	devel/hs-type-level: Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
	devel/llvm     : Makefile 
	devel/sparsehash: Makefile 
	devel/spidermonkey: Makefile 
	editors/libreoffice: Makefile 
	editors/texmaker: Makefile 
	editors/texworks: Makefile 
	emulators/dgen-sdl: Makefile 
	emulators/mednafen: Makefile 
	emulators/qemu : Makefile 
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 
	emulators/simh : Makefile 
	emulators/snes9x: Makefile 
	emulators/vbam : Makefile 
	games/ivan     : Makefile 
	games/openxcom : Makefile 
	games/pokerth  : Makefile 
	games/stepmania: Makefile 
	games/zoom     : Makefile 
	geo/gpstk      : Makefile 
	geo/qlandkartegt: Makefile 
	graphics/asymptote: Makefile 
	graphics/blender: Makefile 
	graphics/enblend-enfuse: Makefile 
	graphics/hugin : Makefile 
	graphics/mapnik: Makefile 
	graphics/opencv: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/shotwell: Makefile 
	lang/feldspar  : Makefile.inc 
	lang/feldspar/language: Makefile 
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.8   : Makefile 
	lang/ghc       : Makefile 
	lang/hs-haskell-src-exts: Makefile 
	lang/kawa      : Makefile 
	lang/libv8     : Makefile 
	lang/node      : Makefile 
	lang/nqp       : Makefile 
	lang/ocaml     : Makefile 
	lang/pugs      : Makefile 
	lang/pypy      : Makefile 
	lang/racket    : Makefile 
	lang/rakudo    : Makefile 
	lang/ruby/1.8  : Makefile 
	lang/ruby/1.9  : Makefile 
	lang/ruby/2.0  : Makefile 
	math/R         : Makefile 
	math/libqalculate: Makefile 
	math/openfst   : Makefile 
	multimedia/libquicktime: Makefile 
	multimedia/swftools: Makefile 
	net/retroshare : Makefile 
	news/pan       : Makefile 
	print/qpdf     : Makefile 
	security/fwbuilder: Makefile 
	textproc/arabica: Makefile 
	textproc/glimpse: Makefile 
	textproc/py-lxml: Makefile 
	www/hs-snap    : Makefile 
	www/mozilla    : mozilla.port.mk 
	www/webkit     : Makefile 
	x11/e17/evas   : Makefile 
	x11/hs-gtk     : Makefile 
	x11/hs-xmonad-contrib: Makefile 
	x11/kde/libs3  : Makefile 
	x11/kde/office3: Makefile 
	x11/kde4/py-kde: Makefile 
	x11/ogre       : Makefile 
	x11/py-gtk2    : Makefile 
	x11/qt3        : Makefile 
	x11/qt4        : Makefile 
	x11/wxWidgets  : Makefile 
	x11/xdrawchem  : Makefile 

Log message:
kill VMEM_WARNING


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:16:35

Modified files:
	infrastructure/templates: mk.conf.template 

Log message:
poison VMEM_WARNING, it's no longer used


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/25 07:20:23

Modified files:
	net/p5-Net-Whois-Raw: Makefile distinfo 
Added files:
	net/p5-Net-Whois-Raw/patches: patch-META_yml 

Log message:
Update to 2.48


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 07:35:26

Modified files:
	devel/ocaml-batteries: Makefile distinfo 
	devel/ocaml-batteries/pkg: PLIST 
	devel/ocaml-lwt: Makefile distinfo 
	devel/ocaml-lwt/patches: patch-setup_ml 
	devel/ocaml-lwt/pkg: PFRAG.dynlink-native PFRAG.native PLIST 
	devel/ocaml-net: Makefile distinfo 
	devel/ocaml-net/pkg: PLIST 
Added files:
	devel/ocaml-batteries/patches: patch-src_batUnix_mliv 

Log message:
ocaml-related updates:

ocaml-batteries 2.0.0 -> 2.1.0

ocaml-lwt 2.4.2 -> 2.4.4

ocaml-net 3.6 -> 3.7.3

All needed for an upcoming update to ocaml-4.01.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:38:01

Modified files:
	security/antisniff/patches: patch-includes_h 

Log message:
fix following if header changes, from mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:38:28

Modified files:
	net/ifmcstat/patches: patch-ifmcstat_c 

Log message:
fix following if header changes, from mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/25 07:39:29

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
replace an Ed mistakenly removed in -r1.186;


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 07:40:15

Modified files:
	lang/ocaml     : Makefile distinfo ocaml.port.mk 
	lang/ocaml/patches: patch-configure 
	lang/ocaml/pkg : PFRAG.native PLIST 

Log message:
Update to ocaml-4.01.0

Tested in a bulk build by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 07:58:32

Modified files:
	net/bird       : Makefile distinfo 
	net/bird/pkg   : PLIST-main 

Log message:
Update to BIRD 1.4.0 - adds BFD protocol and support for BGP/OSPF,
"allow local as", extended filters, bugfixes and more.
Note these incompatible changes:

- IBGP is multihop by default.
- Changes primary address selection on BSD to the first one.
- Integers in filters are handled as unsigned.
- ISO 8601 time formats used by default.
- Import of device routes from kernel protocol allowed.
- Last state change now tracks just protocol state change.
- Minor changes to default router ID calculation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 08:05:54

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-setup_py 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2013.11.25.2
Added extractors for clipfish, niconico, streamcloud, and viki.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/25 08:24:18

Modified files:
	sys/kern       : kern_synch.c 

Log message:
rename magicnumber to globalsleepaddr


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 08:27:56

Modified files:
	net/luasocket  : Makefile distinfo 
	net/luasocket/patches: patch-src_buffer_c patch-src_buffer_h 
	                       patch-src_luasocket_c patch-src_makefile 
	                       patch-src_mime_c patch-src_tcp_c 
	                       patch-src_unix_c 
	net/luasocket/pkg: PLIST 
Added files:
	net/luasocket/patches: patch-src_serial_c 
Removed files:
	net/luasocket/patches: patch-config patch-src_http_lua 

Log message:
Update to luasocket-3.0rc1 to unbreak lua52 flavor.
Reported by tedu@
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/25 08:56:23

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_type_file_content_rb 
	                                patch-spec_unit_type_file_content_spec_rb 

Log message:
(#22129) force explicit file content to be treated as a bytestring.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 09:07:33

ports/net/ortp/patches

Update of /cvs/ports/net/ortp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv9215/patches

Log Message:
Directory /cvs/ports/net/ortp/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/25 09:10:05

Removed files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-spec_unit_type_file_content_spec_rb 

Log message:
No needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/25 09:12:58

Modified files:
	net/luasocket  : Makefile 
	net/luasocket/patches: patch-src_makefile 

Log message:
De-uglify


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 09:26:08

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
Do not force MODKDE4_VERSION even if MODKDE4_FLAVOR detected.

Does not affect x11/kde4 but unbreaks custom kde4* dirs with MODKDE4_VERSION
forced (hello from kde-wallpapers).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/11/25 10:00:47

Modified files:
	www/apache-httpd: Makefile distinfo 
	www/apache-httpd/patches: patch-docs_man_htpasswd_1 
Removed files:
	www/apache-httpd/patches: patch-modules_dav_fs_repos_c 
	                          patch-modules_dav_main_mod_dav_c 
	                          patch-modules_dav_main_mod_dav_h 
	                          patch-modules_dav_main_util_c 
	                          patch-modules_ssl_ssl_engine_io_c 

Log message:
Update to Apache HTTPD 2.2.26. Mostly rolls in patches we had already.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/11/25 10:08:06

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to Apache Subversion 1.8.5.
Among other fixes, this release addresses two security issues:
CVE-2013-4505: mod_dontdothat does not restrict requests from serf clients.
CVE-2013-4558: mod_dav_svn assertion triggered by autoversioning commits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 10:12:43

Modified files:
	net/ortp       : Makefile 
Added files:
	net/ortp/patches: patch-configure_ac patch-src_netsim_c 
	                  patch-src_ortp_c patch-src_rtpsession_c 
	                  patch-src_rtpsession_inet_c patch-src_stun_c 
	                  patch-src_zrtp_c 

Log message:
Patch oRTP for getting proper random numbers through arc4random().

Patches for HEAD sent upstream. Take MAINTAINER as it's me who should be
blamed for problems now, anyway.

Initial prodding by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 10:29:19

Modified files:
	lib/libc/net   : inet_network.c 

Log message:
use an unsigned char instead, to avoid lots of casts


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:02:50

Modified files:
	usr.bin/apropos: apropos.c 
	usr.bin/bdes   : bdes.c 
	usr.bin/at     : at.c parsetime.c 
	usr.bin/bgplg  : bgplg.c bgplgsh.c misc.c 

Log message:
variety of unsigned char casts (or conversions) for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:03:17

Modified files:
	usr.bin/apply  : apply.c 

Log message:
variety of unsigned char casts (or conversions) for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:04:21

Modified files:
	usr.bin/ssh    : ssh.1 ssh.c 

Log message:
improve -Q usage and such.  One usage change is that the option is now
case-sensitive
ok dtucker markus djm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:06:32

Modified files:
	usr.bin/whois  : whois.c 

Log message:
obvious cast for isblank()


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/25 11:11:14

Modified files:
	x11/xfe        : Makefile distinfo 
Removed files:
	x11/xfe/patches: patch-src_FilePanel_cpp 

Log message:
Update Xfe to 1.37 - changelog includes a new file search dialog and many
bug fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:12:19

Modified files:
	distrib/notes/macppc: prep 

Log message:
improve keyboard boot info; Daniel Dickman


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	benno@cvs.openbsd.org	2013/11/25 11:21:55

Modified files:
	app/cwm        : parse.y 

Log message:
Log message:
use u_char for buffers in yylex, for ctype calls, as done in all other
parse.y in the tree
found by millert@, ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 11:23:51

Modified files:
	lib/libc/net   : inet_net_pton.c 

Log message:
unsigned char changes for ctype
re-re-reviewed by krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/25 11:39:02

Modified files:
	x11/xfe        : Makefile 
Added files:
	x11/xfe/patches: patch-src_SearchWindow_cpp 

Log message:
Forgot to add this patch; needed for the new search window to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/25 12:17:08

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
use u_char for buffers in yylex, for ctype calls, as done in all other
parse.y in the tree
issue found by millert, ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/25 12:27:20

Modified files:
	lang/seed7     : Makefile 

Log message:
Mark as BROKEN-hppa, SIGILL running/compiling s7c.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/25 12:54:03

Modified files:
	games/openxcom : Makefile 

Log message:
Mark as BROKEN-alpha: cc1plus OOM's on XcomRuleset.cpp since forever.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/25 13:11:24

Modified files:
	graphics/blender: Makefile 

Log message:
Mark as BROKEN-powerpc, build keeps getting stuck infinitely on makesrna/intern/rna_nodetree_gen.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 13:42:17

Log message:
    Import meta/kde4. Will be needed for update to KDE 4.11 and later due to
    splitting of packages by upstream.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131126
    
    N ports/meta/kde4/Makefile
    N ports/meta/kde4/pkg/DESCR-extras
    N ports/meta/kde4/pkg/DESCR-main
    N ports/meta/kde4/pkg/PLIST-extras
    N ports/meta/kde4/pkg/PLIST-admin
    N ports/meta/kde4/pkg/DESCR-games
    N ports/meta/kde4/pkg/PLIST-games
    N ports/meta/kde4/pkg/PLIST-network
    N ports/meta/kde4/pkg/DESCR-admin
    N ports/meta/kde4/pkg/DESCR-network
    N ports/meta/kde4/pkg/DESCR-minimal
    N ports/meta/kde4/pkg/PLIST-main
    N ports/meta/kde4/pkg/PLIST-minimal
    N ports/meta/kde4/pkg/PLIST-sdk
    N ports/meta/kde4/pkg/PLIST-toys
    N ports/meta/kde4/pkg/README-minimal
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 13:44:49

Modified files:
	meta           : Makefile 

Log message:
Link meta/kde4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 13:53:35

ports/x11/kde4/runtime/files

Update of /cvs/ports/x11/kde4/runtime/files
In directory cvs.openbsd.org:/tmp/cvs-serv919/runtime/files

Log Message:
Directory /cvs/ports/x11/kde4/runtime/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/25 13:59:07

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 

Log message:
- update to puppet-3.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:05:56

ports/x11/kde4/lskat/patches

Update of /cvs/ports/x11/kde4/lskat/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16857/lskat/patches

Log Message:
Directory /cvs/ports/x11/kde4/lskat/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:08:26

ports/x11/kde4/ark/patches

Update of /cvs/ports/x11/kde4/ark/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30453/ark/patches

Log Message:
Directory /cvs/ports/x11/kde4/ark/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:09:10

ports/x11/kde4/juk/patches

Update of /cvs/ports/x11/kde4/juk/patches
In directory cvs.openbsd.org:/tmp/cvs-serv1808/juk/patches

Log Message:
Directory /cvs/ports/x11/kde4/juk/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/25 14:09:40

Modified files:
	games/flightgear/data: Makefile 
	games/flightgear/data/pkg: PLIST 

Log message:
@comment .gitignore file, noticed by aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:09:44

ports/x11/kde4/kate/patches

Update of /cvs/ports/x11/kde4/kate/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23797/kate/patches

Log Message:
Directory /cvs/ports/x11/kde4/kate/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:11:06

ports/x11/kde4/libkexiv2/patches

Update of /cvs/ports/x11/kde4/libkexiv2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4539/libkexiv2/patches

Log Message:
Directory /cvs/ports/x11/kde4/libkexiv2/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/25 14:11:10

ports/x11/kde4/libkexiv2/files

Update of /cvs/ports/x11/kde4/libkexiv2/files
In directory cvs.openbsd.org:/tmp/cvs-serv25954/libkexiv2/files

Log Message:
Directory /cvs/ports/x11/kde4/libkexiv2/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/25 14:40:39

Modified files:
	x11/keybinder  : Makefile 

Log message:
Old HOMEPAGE has been gone for some time now, so change to the GitHub
project page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/25 14:48:53

Modified files:
	textproc/chmsee: Makefile distinfo 
	textproc/chmsee/pkg: PLIST 
Added files:
	textproc/chmsee/patches: patch-src_Makefile_netbsd 
	                         patch-src_csChm_cpp 
Removed files:
	textproc/chmsee/patches: patch-CMakeLists_txt 
	                         patch-data_CMakeLists_txt 

Log message:
Tentatively update to 2.0.2, and mark it BROKEN.

- this doesnt work at runtime with newer xulrunner (starts, but fails to
open a chm file), and is dead upstream
- debian & freebsd removed it, ubuntu ships a version with a 3 year old
patch adding webkit support.

use xchm if you need a chm viewer for your warez ebooks.. or help fixing
it :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/25 14:49:24

Added files:
	textproc/chmsee/patches: patch-application_ini 

Log message:
add missing patch for xulrunner 24.* compat


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/25 14:51:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
Rework _autorespond()

- strip leading/trailing blanks from question
- strip leading blanks from answer
- compare questions case insensitive
- ignore empty and comment lines and lines without =
- treat empty/missing/multiple answers as error and exit
- ensure, that $RESPONSEFILE is actually an existing file.
- unset IFS to preserve leading/trailing blanks on read.
- use read -r, because we don't support line continuation in answers.
- simplify the "_i=0 but we have a default answer" case a bit.

lots of feedback from halex@
ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 14:59:03

Added files:
	net/miniupnp/miniupnpd/patches: patch-bsd_getifstats_c 

Log message:
this needs if_var.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 15:06:40

Added files:
	net/wmnetload/patches: patch-src_ifstat_openbsd_c 

Log message:
this now needs if_var.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 15:18:43

Added files:
	plan9/plan9port/patches: patch-src_cmd_auxstats_OpenBSD_c 

Log message:
pull in if_var.h to unbreak


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/25 15:23:18

Added files:
	security/wpa_supplicant/patches: 
	                                 patch-src_drivers_driver_openbsd_c 

Log message:
include if_var.h to unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/25 16:02:04

Modified files:
	distrib/miniroot: install.sub 

Log message:
Allow auto install/upgrade in non-netbooted case.

Add some logic to get_responsefile() to select an interface for the
initial dhcp request which tells what to do (install/upgrade) and
where to fetch the responsefile from.

- if netbooted, use the interface in netboot group, or
- if only one interface exists, use it, or
- if more intefaces exist, ask user which one to use

Tweak ask_which() to be usable if $auto is true, but
$RESPSONSEFILE not yet set.

ok halex@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/11/25 16:15:58

Modified files:
	sys/kern       : sysv_sem.c 

Log message:
Fix infinite loop pointed out by clang/brad.

ok guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/25 16:24:14

Modified files:
	devel/node-generic-pool: Makefile distinfo 

Log message:
Update required for new node-pg from MAINTAINER Roman Kravchuk <kravchuk.kp@gmail.com>

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/11/25 16:27:02

Modified files:
	databases/node-pg: Makefile distinfo 
	databases/node-pg/pkg: PLIST 
Added files:
	databases/node-pg/patches: patch-Makefile 

Log message:
Update from MAINTAINER Roman Kravchuk <kravchuk.kp@gmail.com>

OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/25 16:27:11

Modified files:
	usr.bin/vi/common: cut.c cut.h line.c main.c put.c screen.c 
	usr.bin/vi/ex  : ex.c ex_append.c ex_at.c ex_cscope.c 
	                 ex_display.c ex_move.c ex_subst.c ex_txt.c 
	usr.bin/vi/vi  : v_at.c v_ex.c v_search.c v_txt.c 

Log message:
Replace _texth CIRCLEQ with TAILQ. One down, five to go.

Read, tested, fixed and ok'd zhuk@ pelikan@ millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2013/11/25 16:43:38

Modified files:
	.              : events.html 

Log message:
Add ruBSD 2013 event.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/25 20:48:52

Modified files:
	sys/dev/pci/drm/i915: i915_dma.c 

Log message:
claim to support relaxed fencing
ok kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2013/11/25 20:58:09

Modified files:
	.              : donations.html 

Log message:
Thanks to Nick Gray for donating a X60s.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2013/11/25 22:07:50

Modified files:
	devel/p5-ExtUtils-CChecker: Makefile distinfo 

Log message:
update to ExtUtils-CChecker-0.08
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/26 01:25:57

Modified files:
	graphics/shotwell: Makefile distinfo 
	graphics/shotwell/pkg: PLIST 

Log message:
Update to shotwell-0.15.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/26 01:53:24

Modified files:
	net/openmdns   : Makefile 
Added files:
	net/openmdns/patches: patch-mdnsd_mdns_c patch-mdnsd_mdnsd_h 

Log message:
Unbreak after <net/if.h> change: we need to include <sys/tree.h>
explicitely.  ok mpi@

While here, fix a minor typo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/26 01:56:44

Modified files:
	games/rocksndiamonds: Makefile distinfo 

Log message:
Update to rocksndiamonds 3.3.1.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/11/26 02:12:04

Modified files:
	usr.bin/vi/vi  : v_txt.c 

Log message:
fix incorrectly converted CIRCLEQ_END comparison to prevent NULL deref's

found by clang static analyzer, ok jca, otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/26 02:30:20

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
cmake.port.mk already requires CMake 2.8.11, no point for explicit depend
on >=2.8.9 in kde4.port.mk.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/26 02:39:41

Modified files:
	net/wide-dhcp  : Makefile 
	net/wide-dhcp/patches: patch-server_getmac_c 

Log message:
Unbreak after <net/if.h>, <netinet/if_ether.h> and <netinet/in_var.h>
changes.  ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/26 02:50:33

Modified files:
	sys/dev/ic     : aic6915.c ath.c athn.c atw.c dp8390.c i82596.c 
	                 if_wi.c lance.c lemac.c mtd8xx.c rtw.c 
	                 smc83c170.c 
	sys/dev/isa    : if_ie.c 
	sys/dev/pci    : if_de.c if_ixgb.c if_lge.c if_nge.c if_pcn.c 
	                 if_tl.c if_txp.c if_wb.c if_xge.c 
	sys/dev/pcmcia : if_xe.c 
	sys/dev/sbus   : be.c qe.c 

Log message:
Instead of comparing the lower and higher addresses of all the multicast
entries to decide if the IFF_ALLMULTI flag should be set, check if there
is at least one real range between them.

This should not change the behavior of any driver but if you encounter
any problem, feel free to revert the offending chunk and ping me about
it.

ok naddy@, dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/26 02:59:02

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 

Log message:
implement :upgradeable feature (ensure => latest) along with some fixes for flavor handling.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 03:43:06

Modified files:
	usr.sbin/nginx/conf: mime.types 

Log message:
Copy some entries from Apache's mime.types file to nginx's, ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/11/26 04:24:43

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
Remove unused var and include.  Fix errno values as per spec.
NULL semaphore in sem_close().  Minor cosmetic changes.
tedu@ zhuk@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 04:27:41

Modified files:
	sys/netinet    : ip_icmp.c 

Log message:
instead of calculating the icmp checksum here, just set the flag that
it is needed and the lower parts of the stack will take care of it.
fixes a cksum bug in a rather constructed case and is just the right thing
to do now. ok mpi naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 04:32:31

Modified files:
	usr.sbin/dvmrpd: control.c dvmrpd.c dvmrpe.c rde.c 

Log message:
deal with msgbuf_write EAGAIN, ok gilles benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 04:33:34

Modified files:
	usr.sbin/ldapd : imsgev.c 

Log message:
deal with msgbuf_write EAGAIN, ok gilles benno


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/26 04:45:48

Modified files:
	sys/kern       : subr_autoconf.c 

Log message:
compare pointers to NULL


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/26 04:59:32

Modified files:
	x11/compiz/core: Makefile distinfo 
	x11/compiz/core/patches: patch-src_Makefile_in 
	x11/compiz/core/pkg: PLIST 
Added files:
	x11/compiz/core/patches: patch-plugins_gconf_c 
	                         patch-plugins_screenshot_c 
	                         patch-plugins_svg_c patch-src_display_c 
	                         patch-src_option_c 
Removed files:
	x11/compiz/core/patches: patch-configure 
	                         patch-gtk_window-decorator_gtk-window-decorator_c 

Log message:
long overdue update to compiz 0.8.8
ajacoutot@ ok a while back


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 04:59:38

Modified files:
	usr.sbin/ldpd  : control.c lde.c ldpd.c ldpe.c packet.c 

Log message:
deal with msgbuf_write EAGAIN, ok gilles benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 05:00:19

Modified files:
	usr.sbin/ripd  : ripe.c 

Log message:
msgbuf_write EAGAIN, ok gilles benno


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/11/26 05:00:56

Added files:
	x11/compiz     : Makefile.inc 

Log message:
And this is needed now since more stuff is coming.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/26 05:01:19

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-configure 

Log message:
remove a bunch of patches to the autoconf output script that was coping
with lack of inter-lib deps for gettext, ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 05:01:40

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
deal with msgbuf_write EAGAIN, ok gilles benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 05:02:23

Modified files:
	usr.sbin/snmpd : control.c 

Log message:
remove "clever" shortcut that might bite later, ok gilles benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 05:02:59

Modified files:
	usr.sbin/ypldap: ldapclient.c 

Log message:
msgbuf_write EAGAIN, ok gilles benno
all of these from a long train ride


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/26 05:14:54

Modified files:
	usr.bin/ssh    : ssh.1 ssh.c 

Log message:
- put -Q in the right place
- Ar was a poor choice for the arguments to -Q. i've chosen an admittedly equally
poor Cm, at least consistent with the rest of the docs. also no need for multiple
instances
- zap a now redundant Nm
- usage() sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 05:50:32

Log message:
    import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by brad@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_4_0_0
    
    C src/usr.sbin/nsd/axfr.c
    C src/usr.sbin/nsd/rrl.c
    U src/usr.sbin/nsd/tsig-openssl.h
    U src/usr.sbin/nsd/LICENSE
    N src/usr.sbin/nsd/udbzone.h
    U src/usr.sbin/nsd/iterated_hash.h
    U src/usr.sbin/nsd/nsec3.h
    C src/usr.sbin/nsd/nsd.8.in
    N src/usr.sbin/nsd/remote.h
    C src/usr.sbin/nsd/server.c
    U src/usr.sbin/nsd/packet.h
    C src/usr.sbin/nsd/query.c
    U src/usr.sbin/nsd/answer.h
    U src/usr.sbin/nsd/buffer.h
    U src/usr.sbin/nsd/nsd.h
    C src/usr.sbin/nsd/nsec3.c
    C src/usr.sbin/nsd/configure.ac
    C src/usr.sbin/nsd/xfrd-tcp.c
    C src/usr.sbin/nsd/zonec.h
    C src/usr.sbin/nsd/xfrd-disk.c
    N src/usr.sbin/nsd/remote.c
    U src/usr.sbin/nsd/xfrd-tcp.h
    N src/usr.sbin/nsd/udb.h
    U src/usr.sbin/nsd/tsig-openssl.c
    U src/usr.sbin/nsd/netio.c
    C src/usr.sbin/nsd/nsd.c
    U src/usr.sbin/nsd/region-allocator.h
    U src/usr.sbin/nsd/axfr.h
    U src/usr.sbin/nsd/tsig.c
    U src/usr.sbin/nsd/nsd.conf.sample.in
    U src/usr.sbin/nsd/tsig.h
    C src/usr.sbin/nsd/nsd.conf.5.in
    N src/usr.sbin/nsd/nsd-control.c
    U src/usr.sbin/nsd/rdata.h
    U src/usr.sbin/nsd/answer.c
    U src/usr.sbin/nsd/xfrd.h
    C src/usr.sbin/nsd/xfrd.c
    U src/usr.sbin/nsd/xfrd-notify.c
    C src/usr.sbin/nsd/nsd-checkconf.c
    C src/usr.sbin/nsd/Makefile.in
    C src/usr.sbin/nsd/configure
    U src/usr.sbin/nsd/packet.c
    N src/usr.sbin/nsd/radtree.h
    U src/usr.sbin/nsd/rrl.h
    N src/usr.sbin/nsd/mini_event.h
    U src/usr.sbin/nsd/netio.h
    U src/usr.sbin/nsd/configyyrename.h
    U src/usr.sbin/nsd/options.h
    C src/usr.sbin/nsd/configparser.y
    C src/usr.sbin/nsd/dns.c
    U src/usr.sbin/nsd/difffile.c
    U src/usr.sbin/nsd/xfrd-disk.h
    U src/usr.sbin/nsd/namedb.h
    N src/usr.sbin/nsd/radtree.c
    U src/usr.sbin/nsd/zlexer.lex
    U src/usr.sbin/nsd/buffer.c
    U src/usr.sbin/nsd/difffile.h
    U src/usr.sbin/nsd/xfrd-notify.h
    U src/usr.sbin/nsd/install-sh
    U src/usr.sbin/nsd/dname.h
    U src/usr.sbin/nsd/namedb.c
    U src/usr.sbin/nsd/edns.h
    C src/usr.sbin/nsd/dns.h
    N src/usr.sbin/nsd/nsd-mem.c
    U src/usr.sbin/nsd/ipc.h
    U src/usr.sbin/nsd/rbtree.h
    N src/usr.sbin/nsd/mini_event.c
    U src/usr.sbin/nsd/edns.c
    U src/usr.sbin/nsd/mkinstalldirs
    C src/usr.sbin/nsd/dname.c
    N src/usr.sbin/nsd/nsd-control.8.in
    U src/usr.sbin/nsd/dbaccess.c
    U src/usr.sbin/nsd/dbcreate.c
    C src/usr.sbin/nsd/util.h
    C src/usr.sbin/nsd/config.h.in
    C src/usr.sbin/nsd/lookup3.c
    C src/usr.sbin/nsd/region-allocator.c
    U src/usr.sbin/nsd/acx_nlnetlabs.m4
    U src/usr.sbin/nsd/ipc.c
    C src/usr.sbin/nsd/rdata.c
    N src/usr.sbin/nsd/udbradtree.c
    U src/usr.sbin/nsd/lookup3.h
    C src/usr.sbin/nsd/zparser.y
    N src/usr.sbin/nsd/udbzone.c
    N src/usr.sbin/nsd/nsd-control-setup.sh.in
    N src/usr.sbin/nsd/udbradtree.h
    C src/usr.sbin/nsd/zonec.c
    N src/usr.sbin/nsd/udb.c
    U src/usr.sbin/nsd/configlexer.lex
    U src/usr.sbin/nsd/options.c
    U src/usr.sbin/nsd/iterated_hash.c
    C src/usr.sbin/nsd/nsd-checkconf.8.in
    U src/usr.sbin/nsd/query.h
    C src/usr.sbin/nsd/util.c
    U src/usr.sbin/nsd/rbtree.c
    U src/usr.sbin/nsd/compat/pselect.c
    U src/usr.sbin/nsd/compat/malloc.c
    U src/usr.sbin/nsd/compat/b64_pton.c
    U src/usr.sbin/nsd/compat/b64_ntop.c
    U src/usr.sbin/nsd/compat/strlcpy.c
    U src/usr.sbin/nsd/compat/inet_pton.c
    U src/usr.sbin/nsd/compat/memcmp.c
    U src/usr.sbin/nsd/compat/memmove.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.h
    U src/usr.sbin/nsd/compat/strptime.c
    U src/usr.sbin/nsd/compat/strlcat.c
    U src/usr.sbin/nsd/compat/snprintf.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.c
    U src/usr.sbin/nsd/compat/inet_ntop.c
    U src/usr.sbin/nsd/compat/basename.c
    U src/usr.sbin/nsd/compat/inet_aton.c
    U src/usr.sbin/nsd/compat/memcmp.h
    
    29 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd

CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 05:53:58

Modified files:
	usr.sbin/nsd   : Makefile.bsd-wrapper Makefile.in axfr.c 
	                 config.h.in configparser.y configure 
	                 configure.ac dname.c dns.c dns.h lookup3.c 
	                 mkinstalldirs nsd-checkconf.8.in 
	                 nsd-checkconf.c nsd.8.in nsd.c nsd.conf.5.in 
	                 nsec3.c query.c rdata.c region-allocator.c 
	                 rrl.c server.c util.c util.h xfrd-disk.c 
	                 xfrd-tcp.c xfrd.c zonec.c zonec.h zparser.y 
	usr.sbin/nsd/compat: snprintf.c 

Log message:
merge conflicts


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 05:54:20

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
mtree changes for NSD 4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 05:54:42

Modified files:
	etc            : nsd.conf 

Log message:
new sample config entries for NSD 4.0.0


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 06:01:30

Modified files:
	etc/rc.d       : nsd 

Log message:
update for NSD 4.0.0; generate keys for nsd-control if non-existent, and
use nsd-control to signal NSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 06:04:24

Removed files:
	usr.sbin/nsd   : nsd-notify.8.in nsd-notify.c nsd-patch.8.in 
	                 nsd-patch.c nsd-xfer.8.in nsd-xfer.c nsdc.8.in 
	                 nsdc.sh.in zonec.8.in 

Log message:
remove old files


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/26 06:13:09

Modified files:
	faq            : current.html 

Log message:
notes for NSD 4


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2013/11/26 06:16:06

Modified files:
	usr.bin/vi/common: put.c 

Log message:
fix condition after CIRCLEQ -> TAILQ conversion; ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 06:16:18

Modified files:
	lib/libc/regex : regcomp.c 

Log message:
unsigned char cast for ctype; ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 06:18:55

Modified files:
	usr.bin/calendar: day.c io.c 
	usr.bin/chpass : edit.c field.c 
	usr.bin/column : column.c 
	usr.bin/ctags  : fortran.c lisp.c 
	usr.bin/expand : expand.c 
	usr.bin/finger : util.c 
	usr.bin/fmt    : fmt.c 
	usr.bin/from   : from.c 
	usr.bin/fsplit : fsplit.c 

Log message:
unsigned char casts for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 06:19:07

Modified files:
	usr.bin/lastcomm: lastcomm.c 
	usr.bin/leave  : leave.c 
	usr.bin/logger : logger.c 
	usr.bin/look   : look.c 
	usr.bin/newsyslog: newsyslog.c 
	usr.bin/nm     : elf.c nm.c 
	usr.bin/patch  : backupfile.c inp.c patch.c pch.c util.c 
	usr.bin/pr     : egetopt.c pr.c 
	usr.bin/quota  : quota.c 

Log message:
unsigned char casts for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 06:21:18

Modified files:
	usr.bin/grep   : grep.h util.c 
	usr.bin/head   : head.c 
	usr.bin/indent : args.c indent.c io.c lexi.c 
	usr.bin/jot    : jot.c 

Log message:
unsigned char casts for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 06:27:20

Modified files:
	usr.sbin/relayd: relayd.c 

Log message:
don't intentionally cast the argument to isprint() to the wrong type...


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2013/11/26 06:43:19

Modified files:
	.              : events.html 

Log message:
add my talk as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/26 06:49:05

Modified files:
	lang/ruby/1.8  : Tag: OPENBSD_5_4 Makefile 
	lang/ruby/1.9  : Tag: OPENBSD_5_4 Makefile 
	lang/ruby/2.0  : Tag: OPENBSD_5_4 Makefile 
Added files:
	lang/ruby/1.8/patches: Tag: OPENBSD_5_4 patch-util_c 
	lang/ruby/1.9/patches: Tag: OPENBSD_5_4 patch-util_c 
	lang/ruby/2.0/patches: Tag: OPENBSD_5_4 patch-util_c 

Log message:
backport security fix for CVE-2013-4164

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2013/11/26 06:53:51

Modified files:
	x11/spectrwm   : Makefile distinfo 
	x11/spectrwm/patches: patch-Makefile 

Log message:
Update for spectrwm to 2.4.0:

* Improve spawn program command parsing.
* Fix segfault when X keyboard map does not include
* Fix placement issue when uniconifying floaters.
* Fix default quirks to work correctly with regex.
* Add new option: iconic_enabled
* Add quirk POSIX Extended Regular Expression patter
* Fix focus border issue on output only windows.

And others.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/11/26 07:17:38

Modified files:
	faq            : current.html 

Log message:
more for NSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/26 07:53:33

Modified files:
	audio/musique  : Makefile distinfo 
	audio/musique/patches: patch-src_utils_cpp 
	audio/musique/pkg: PLIST 
Added files:
	audio/musique/patches: patch-src_mainwindow_cpp 

Log message:
Update Musique to 1.3
Info icon patch from and ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/26 07:54:18

Modified files:
	games/gottcode/tetzle: Makefile distinfo 
	games/gottcode/tetzle/pkg: PLIST 

Log message:
Update Tetzle to 2.0.3
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/26 07:57:05

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/pkg: PLIST 

Log message:
create /var/puppet/facts/ upon installation


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2013/11/26 08:25:56

Modified files:
	usr.bin/calendar/calendars: calendar.history calendar.holiday 
	                            calendar.music 

Log message:
fix some typos in calendars; written with lot of useful advice
from jmc@ that helped discovering a few false positives (e.g. old
or unusual but correct spelling).

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	martin@cvs.openbsd.org	2013/11/26 08:42:43

Modified files:
	sys/arch/sparc/dev: fd.c 

Log message:
make this compile after dlg's recent change


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/11/26 08:52:16

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
need errno, thx sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/26 08:52:40

Modified files:
	games/flightgear/data: Makefile 

Log message:
missed BUILD_DEPENDS = archivers/bzip2, noticed by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/26 09:24:09

Modified files:
	net/curl       : Tag: OPENBSD_5_4 Makefile 
Added files:
	net/curl/patches: Tag: OPENBSD_5_4 patch-lib_ssluse_c 

Log message:
Security fix: libcurl cert name check ignore (CVE-2013-4545)
http://curl.haxx.se/docs/adv_20131115.html

ok sthen@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/26 09:27:55

Modified files:
	net/curl       : Tag: OPENBSD_5_3 Makefile 
Added files:
	net/curl/patches: Tag: OPENBSD_5_3 patch-lib_ssluse_c 

Log message:
Security fix: libcurl cert name check ignore (CVE-2013-4545)
http://curl.haxx.se/docs/adv_20131115.html

ok sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/11/26 09:31:06

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hp300 md.hppa md.i386 
	                          md.landisk md.loongson md.luna88k 
	                          md.macppc md.mvme68k md.mvme88k md.sgi 
	                          md.socppc md.sparc md.sparc64 
	                          md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/26 09:38:57

Modified files:
	usr.bin/vi/vi  : v_txt.c 

Log message:
Tweak a tortuous manual loop into a TAILQ_FOREACH().

ok pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/11/26 10:48:01

Modified files:
	usr.bin/vi/common: msg.c 

Log message:
fix a possible double-free/NULL deref in msg_print

While there, initialize some variables on unusual paths.
Found by clang static analyzer, ok krw.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 10:53:22

Modified files:
	share/man/man8 : release.8 

Log message:
In release(8), defer discussion of ports/package building to ports(7),
which has more complete information (e.g. about DPB). ok espie@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 10:53:50

Modified files:
	share/man/man7 : ports.7 

Log message:
mirror-maker has gone, replace the entry talking about this with an Xr to
mirroring-ports(7). ok espie@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 11:47:06

Modified files:
	usr.bin/cap_mkdb: getinfo.c 

Log message:
change a local char * to unsigned, to ease ctype handling
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 12:15:09

Modified files:
	kerberosV/src/lib/hx509/ref: pkcs11.h 
	usr.bin/ssh    : pkcs11.h 

Log message:
cleanup 1 << 31 idioms.  Resurrection of this issue pointed out by Eitan Adler
ok markus for ssh, implies same change in kerberosV


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 12:15:49

Modified files:
	kerberosV/src/lib/krb5: krb5.h 

Log message:
another 1 << 31
robert, please pass this and the previous commit back up into mainline
kerberos


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 12:25:39

Modified files:
	usr.bin/radioctl: radioctl.c 
	usr.bin/uniq   : uniq.c 
	usr.bin/vacation: vacation.c 
	usr.bin/whatis : whatis.c 

Log message:
unsigned char casts for ctype
ok okan


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/26 12:46:52

Modified files:
	security/wpa_supplicant/files: driver_openbsd.c 
Removed files:
	security/wpa_supplicant/patches: 
	                                 patch-src_drivers_driver_openbsd_c 

Log message:
no point patching a file that is already in ${FILESDIR}


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 13:07:21

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 13:11:51

Modified files:
	etc            : Makefile 

Log message:
install sample nsd config file to /var/nsd/etc not /etc, spotted by/ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/11/26 13:12:03

Modified files:
	etc            : changelist 

Log message:
/etc/nsd.conf -> /var/nsd/etc/nsd.conf


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/26 13:27:23

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 
Added files:
	games/manaplus/patches: patch-configure_ac patch-src_Makefile_am 

Log message:
Update ManaPlus to 1.3.11.10 - this update introduces a new SDL2 FLAVOR
(SDL1.2 is still the default), also uses the internal guichan instead of
the guichan port (upstream guichan *is* manaplus these days). Please make
sure you uninstall the old guichan port before trying to build this update.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 13:33:20

Modified files:
	lib/libc/arch/sparc64/fpu: fpu_div.c fpu_sqrt.c 
	lib/libc/rpc   : xdr_rec.c 
	sys/arch/arm/include: armreg.h 
	sys/arch/armv7/imx: imxccm.c imxehci.c 
	sys/arch/armv7/omap: if_cpsw.c 
	sys/arch/armv7/sunxi: sxiccmu.c 
	sys/arch/hppa/dev: cpu.c 
	sys/arch/hppa/hppa: intr.c 
	sys/arch/hppa/spmath: dbl_float.h sgl_float.h 
	sys/arch/i386/pci: pciide_gcsc_reg.h 
	sys/arch/mips64/mips64: cache_r5k.c 
	sys/arch/mvme88k/include: m8820x.h 
	sys/arch/sparc/dev: rfx.c 
	sys/arch/sparc/fpu: fpu.c fpu_div.c fpu_sqrt.c 
	sys/arch/sparc64/fpu: fpu.c fpu_div.c fpu_sqrt.c 
	sys/dev/ic     : bwireg.h bwivar.h rt2560reg.h rt2661reg.h 
	                 rt2860reg.h rtsxreg.h silireg.h tcic2reg.h 
	sys/dev/pci    : if_etreg.h if_iwnreg.h if_wpireg.h pciidereg.h 
	                 tcpcib.c 
	sys/dev/pci/bktr: bktr_core.c 
	sys/dev/sbus   : rfx.c 
	sys/dev/usb    : if_axenreg.h if_otus.c if_otusreg.h if_ralreg.h 
	                 if_rumreg.h if_urtwreg.h if_zyd.c if_zydreg.h 
	sys/kern       : kern_workq.c 
	sys/scsi       : scsi_disk.h 

Log message:
1 << 31 cleanup.  Eitan Adler pointed out that there has been a
resurrection of the bad idiom in the tree.
sufficient review by miod, kettenis, tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 13:35:37

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
spelling; Kent R. Spillner


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2013/11/26 13:41:27

Modified files:
	sys/nfs        : nfsrvcache.h 

Log message:
grow NFS request cache for the server side from 64 to 2048 entries.

FreeBSD did the corresponding change a while ago - the server request
cache is used to avoid giving unnecessary failures to clients when a request
is completed server side, but the client does not receive the result
and therefore retries the request.  This avoids errors like "file
already exists" when the client tries to create files on a busy
NFS server.
ok krw@, tedu@, dcoppa@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 14:08:12

Modified files:
	usr.bin/xstr   : xstr.c 
	usr.bin/xinstall: xinstall.c 
	usr.bin/tftp   : main.c 
	usr.bin/sdiff  : edit.c sdiff.c 
	usr.bin/systat : engine.c 
	usr.bin/vmstat : vmstat.c 
	usr.bin/stat   : stat.c 

Log message:
unsigned char casts for ctype
ok okan


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 14:13:04

Modified files:
	distrib/special/more: more.c 

Log message:
unsigned char for ctype


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/26 14:22:36

Modified files:
	x11/kde4       : kde4.port.mk 

Log message:
Zap the comment forgotten in previous commit, spotted by Amit Kulkarni.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 14:47:16

Modified files:
	usr.sbin/tftpd : tftpd.c 

Log message:
unsigned char for ctype


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/26 14:56:52

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 

Log message:
Cope with net*/ headers change.  No bump needed (didn't build and last
bump was today).  ok sthen@ jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 16:43:23

Modified files:
	.              : hackathons.html 

Log message:
improve, plus ask for funding...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 16:51:49

Modified files:
	.              : hackathons.html 

Log message:
improve even more, including the parts begging for hackathon funding donations


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 16:57:16

Modified files:
	.              : hackathons.html 

Log message:
money OR space..


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/26 17:00:53

Modified files:
	sys/sys        : device.h 
	sys/kern       : subr_autoconf.c 

Log message:
get rid of the goop for maintaining multiple cftables since theres
no current code there to add or remove them. such code was put in
17 years ago, disabled 14 years ago, and removed 11 years ago, so
i suspect we dont really need it or the goop to support it.

very ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/26 17:01:23

Modified files:
	app/cwm        : calmwm.h client.c xevents.c 

Log message:
Rewrite active/inactive client handling in client_setactive();
client_leave() served no real purpose, likewise no reason to handle
LeaveNotify events since an EnterNotify will process the next active
client (and we don't have anything important to process anyway), so
xev_handle_leavenotify() goes as well.  Allows a simplification of
client_mtf() and client_cycle_leave() for clarity.  While here, unify a
few client_current() checks.

No intended behaviour change.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 17:13:24

Modified files:
	usr.bin/x99token: x99token.c 
	usr.bin/usbhidaction: usbhidaction.c 
	usr.bin/usbhidctl: usbhid.c 
	usr.bin/units  : units.c 
	usr.bin/tsort  : tsort.c 
	usr.bin/tput   : tput.c 

Log message:
unsigned char for ctype
ok okan


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 17:36:22

Modified files:
	.              : hackathons.html 

Log message:
found another sponsor....


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/11/26 18:13:10

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
use a macro when testing for an ich8 family mac type
no binary change


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 18:19:30

Modified files:
	.              : hackathons.html 

Log message:
even more accurate timeline...


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/26 19:42:23

Modified files:
	devel          : Makefile 

Log message:
-guichan


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/26 19:43:41

Removed files:
	devel/guichan  : Makefile distinfo 
	devel/guichan/patches: patch-src_Makefile_in 
	                       patch-src_opengl_Makefile_in 
	                       patch-src_sdl_Makefile_in 
	devel/guichan/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove devel/guichan. The one port that used it has its own maintained
version; this is no longer maintained upstream as an independent project.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/26 21:28:30

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
Update to Postfix 2.11-20131122.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/26 21:28:32

Modified files:
	sys/sys        : timeout.h 
	sys/kern       : kern_timeout.c 
	share/man/man9 : timeout.9 

Log message:
make timeout_add and its wrappers return whether the timeout was scheduled
in this call by returning 1, or a previous call by returning 0. this makes
it easy to refcount the stuff we're scheduling a timeout for, and brings
the api in line with what task_add(9) provides.

ok mpi@ matthew@ mikeb@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 21:35:00

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/26 21:46:56

Log message:
    Import smpeg2.
    
    SMPEG is a free MPEG-1 video player library with sound support.  Video
    playback is based on the ubiquitous Berkeley MPEG player, mpeg_play v2.2.
    SMPEG support MPEG audio (MP3), based on mpg123's source, MPEG-1 video,
    and MPEG system streams.
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_20131126
    
    N ports/devel/smpeg2/Makefile
    N ports/devel/smpeg2/distinfo
    N ports/devel/smpeg2/patches/patch-Makefile_in
    N ports/devel/smpeg2/patches/patch-audio_MPEGaudio_cpp
    N ports/devel/smpeg2/pkg/DESCR
    N ports/devel/smpeg2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/26 21:48:37

Modified files:
	devel          : Makefile 

Log message:
Add smpeg2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/26 22:13:37

Modified files:
	devel/sdl2-image: Makefile 
	devel/sdl2-image/patches: patch-SDL2_image_pc_in 

Log message:
Correct the pkg-config file for static vs shared linking.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/26 22:14:13

Modified files:
	devel/sdl2-mixer: Makefile 
	devel/sdl2-mixer/patches: patch-SDL2_mixer_pc_in 

Log message:
Correct the pkg-config file for static vs shared linking.

ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/26 23:48:50

Modified files:
	sys/dev/ic     : i82596.c 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 00:34:41

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in patch-gtk_gtksettings_c 

Log message:
Update to gtk+3-3.10.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 00:52:54

Modified files:
	sysutils/syslog-ng: Makefile 
	sysutils/syslog-ng/pkg: syslog_ng.rc 

Log message:
Drop the INRC special case -- switching syslogd for syslog-ng should be
left as an exercice for whoever needs/wants to do it.

ok sthen@ steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/27 01:25:34

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to 2013.11.26


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 01:34:40

Modified files:
	sys/netinet    : ip_input.c 
	sys/net        : if.c 

Log message:
Let's call a rtableid a rtableid.

ok mikeb@, henning@, claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 01:37:08

Modified files:
	sys/netinet    : ip_output.c in_var.h 

Log message:
Replace INADDR_TO_IFP() by in_iawithaddr() and kill the macro.

ok mikeb@, ports@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2013/11/27 01:52:41

Modified files:
	usr.bin/vi/common: line.c 

Log message:
Zap some pointer casts became extra (and thus dangerous) after recent
CIRCLEQ removal.

okay krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 01:56:31

Modified files:
	sys/arch/mvme68k/dev: if_ie.c 
	sys/arch/mvme88k/dev: if_ie.c 
	sys/arch/sparc/dev: be.c if_ie.c qe.c 
	sys/arch/vax/if: if_qe.c sgec.c 

Log message:
Instead of comparing the lower and higher addresses of all the multicast
entries to decide if the IFF_ALLMULTI flag should be set, check if there
is at least one real range between them.

This should not change the behavior of any driver but if you encounter
any problem, feel free to revert the offending chunk and ping me about
it.

ok naddy@, dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 02:47:51

Log message:
    Import p5-Goo-Canvas-0.06.
    
    Perl bindings to the goocanvas-0.9+.
    
    input and ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131127
    
    N ports/graphics/p5-Goo-Canvas/Makefile
    N ports/graphics/p5-Goo-Canvas/distinfo
    N ports/graphics/p5-Goo-Canvas/pkg/DESCR
    N ports/graphics/p5-Goo-Canvas/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 02:48:42

Log message:
    Import p5-Sane-0.05.
    
    This module allows you to access SANE-compatible scanners in a Perlish
    and object-oriented way.
    
    input and ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131127
    
    N ports/graphics/p5-Sane/Makefile
    N ports/graphics/p5-Sane/distinfo
    N ports/graphics/p5-Sane/pkg/DESCR
    N ports/graphics/p5-Sane/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 02:49:44

Modified files:
	graphics       : Makefile 

Log message:
+p5-Goo-Canvas
+p5-Sane


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 02:51:00

Log message:
    Import p5-Gtk2-ImageView-0.05.
    
    Perl bindings to the GtkImageView image viewer widget.
    
    input and ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131127
    
    N ports/x11/p5-Gtk2-ImageView/Makefile
    N ports/x11/p5-Gtk2-ImageView/distinfo
    N ports/x11/p5-Gtk2-ImageView/pkg/DESCR
    N ports/x11/p5-Gtk2-ImageView/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/27 02:51:27

Modified files:
	x11            : Makefile 

Log message:
+p5-Gtk2-ImageView


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/11/27 03:19:54

Modified files:
	opensmtpd      : security.html 

Log message:
formatting, reported by Maxime Villard


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 05:25:30

Modified files:
	sys/netinet    : if_ether.c 

Log message:
Since r1.106 we have a local variable referencing the receiving interface,
use it instead of dereferencing the mbuf once again. No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/27 05:51:02

Modified files:
	games/flightgear/base: Makefile 

Log message:
build dep on boost


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 06:12:48

Modified files:
	distrib/notes/macppc: prep 

Log message:
Put back info to enter the Open Firmware with a standard PC keyboard
from Daniel Dickman that got accidentally reverted.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/27 06:28:37

Modified files:
	share/man/man9 : mbuf.9 

Log message:
M_AUTH_AH got removed in 2012, no reason to document it.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2013/11/27 06:32:02

Modified files:
	bin/date       : date.c 
	games/backgammon/common_source: subs.c 
	games/morse    : morse.c 
	usr.bin/from   : from.c 
	usr.bin/lastcomm: lastcomm.c 
	usr.bin/logger : logger.c 
	usr.bin/ruptime: ruptime.c 
	usr.bin/rwho   : rwho.c 
	usr.bin/tcopy  : tcopy.c 
	usr.bin/tr     : tr.c 
	usr.bin/tty    : tty.c 
	usr.bin/unvis  : unvis.c 
	usr.bin/vis    : vis.c 
	usr.bin/wc     : wc.c 
	usr.bin/xinstall: xinstall.c 
	usr.sbin/dev_mkdb: dev_mkdb.c 
	usr.sbin/kgmon : kgmon.c 
	usr.sbin/mtree : mtree.c 

Log message:
remove erroneous char cast to switch expression processing getopt(3);
not used in any cases.

ok deraadt@, guenther@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/27 07:14:22

Modified files:
	shells/nsh     : Makefile 
Added files:
	shells/nsh/patches: patch-conf_c patch-if_c patch-sysctl_c 

Log message:
Unbreak after net*/ headers changes.  Patches by mikeb@, applied
upstream by chris@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/27 07:20:32

Modified files:
	app/cwm        : client.c mousefunc.c 

Log message:
simplify/unfold


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/27 08:16:29

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document better how priorities work, and fix an example;
diff originally from timo myyra, but tweaked according to henning
(equal prio packets are fifo, not round-robin);

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	yasuoka@cvs.openbsd.org	2013/11/27 08:23:01

Modified files:
	usr.bin/tput   : tput.c 

Log message:
unsigned char cast was on a wrong place.

ok okan


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/27 08:48:43

Modified files:
	sys/kern       : vfs_cache.c 

Log message:
Assert that we never have destinations cached for a non-VDIR vnode.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/27 08:50:52

Modified files:
	sys/kern       : vfs_subr.c 

Log message:
Defer the v_type initialisation until after the vnode has been purged from
the namecache. Changing the v_type between cache_enter() and cache_purge()
results in bad things happening.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/11/27 09:02:54

Modified files:
	sys/nfs        : nfs_subs.c 

Log message:
If the v_type is going to change when loading the NFS attribute cache,
purge the vnode from the namecache first. This prevents cache_purge()
from later getting confused and trying to cache_zap() a namecache entry
multiple times over, due to cache_zap() believing that the entry does not
need to be removed from the vnode destinations queue.

ok beck@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/27 09:24:17

Modified files:
	app/cwm        : conf.c cwmrc.5 xevents.c 

Log message:
Remove the option to bind a key by keycode with brackets; it never
worked (and no one complained!).  While it's fairly easy to fix, users
should be using keysym names and not keycodes.

Discussed at length months ago with todd@, matthieu@ and Owain.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/27 10:04:35

Modified files:
	app/cwm        : client.c 

Log message:
alter -r1.145 getsizehints to deal with clients that don't have
WM_NORMAL_HINTS.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2013/11/27 10:43:56

Modified files:
	.              : books.html 

Log message:
Adding Sudo Mastery and DNSSEC mastery to books offered, plus minor edits elsewhere


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/27 11:22:42

Modified files:
	graphics/enblend-enfuse: Makefile 

Log message:
BROKEN-alpha: enblend-enblend.o: .got subsegment exceeds 64K (size 77816)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/11/27 11:34:34

Modified files:
	app/cwm        : calmwm.h conf.c kbfunc.c mousefunc.c 

Log message:
like gap, make snapdist per screen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 11:38:39

Modified files:
	usr.sbin/relayd: log.c 

Log message:
unsigned char for ctype


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/27 11:49:29

Modified files:
	net/pidgin-sipe: Makefile 

Log message:
BROKEN-hppa: if you want -Werror, then deal with the breakage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/27 12:59:45

Added files:
	net/zabbix/patches: patch-include_sysinc_h 

Log message:
let this build following if.h fix; quick hack to unbreak the port but not
very clean


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/27 13:13:30

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h i915_gem.c 

Log message:
Add 'struct drm_i915_gem_objects_ops' and use it; reduces diffs with Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 13:25:48

Modified files:
	distrib/special/more: more.c 

Log message:
astoundingly, the read loop has been subtly broken in a variety of ways
on big-endian machines for quite a while.  Some discussion with millert
and guenther to repair it.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/27 13:41:19

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Hook up gem_open/close_object methods.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/27 13:42:08

Modified files:
	lang/gcc/4.6   : gcc4.port.mk 
	lang/gcc/4.8   : gcc4.port.mk 
	lang/clang     : clang.port.mk 

Log message:
Force NO_CCACHE for non-base compilers. Before that, ports system tried to
enable it through symlinks in ${WRKDIR}/bin/, which were effectively
overriden by gcc4.port.mk or clang.port.mk - thus lying that ccache was
used while it was not.

Still investigating for a good solution to actually enable ccache support
for non-base compilers.

okay juanfra@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 14:25:04

Modified files:
	libexec/ld.so  : util.h 

Log message:
make the _dl_isalnum() resemble the ctype version
prodding from kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 14:25:25

Modified files:
	libexec/talkd  : process.c 
	libexec/spamd  : grey.c 
	libexec/login_yubikey: login_yubikey.c 
	libexec/login_token: token.c 
	libexec/identd : parse.c 
	libexec/getty  : main.c 
	libexec/login_radius: login_radius.c raddauth.c 
	libexec/ld.so  : resolve.c 
	libexec/ftpd   : ftpcmd.y 

Log message:
unsigned char for ctype
ok okan kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 14:25:40

Modified files:
	libexec/rpc.yppasswdd: yppasswdd_mkpw.c 

Log message:
unsigned char for ctype
ok okan kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/27 14:42:00

Modified files:
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-en_US PLIST-locale 

Log message:
Bump the @conflict markers in -en_US and -locale to kdebase-<3.5.10p30.

ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/27 14:48:25

Modified files:
	distrib/miniroot: install.sub 

Log message:
Remove an outdated comment.

ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 14:49:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
wasteful spaces and tabs snuck in.  Actually, it's true -- this is one
place where they do matter...


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/27 15:02:18

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST-server 

Log message:
Update to Dovecot 2.2.9.

With input regarding xz and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/27 15:20:19

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
Reduce diffs with Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/27 15:44:46

Modified files:
	sysutils/dcfldd: Makefile 

Log message:
Remove MAINTAINER per his request.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/27 15:45:56

Modified files:
	sysutils/dcfldd: distinfo 

Log message:
Regen distinfo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/27 15:51:55

Modified files:
	misc/ent       : Makefile distinfo 
	misc/ent/files : ent.1 

Log message:
Remove MAINTAINER per his request and change MASTER_SITES (hosted by
sthen).  While here, regen distinfo, fix a glitch in the manpage and
remove USE_GROFF.  ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 16:49:10

Modified files:
	.              : hackathons.html 

Log message:
more meat to the matter


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/27 17:09:21

Modified files:
	distrib/miniroot: dot.profile 

Log message:
Now, that the auto installer supports both, install and upgrade,
use "non-interactive mode" instead of installation.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 17:10:17

Modified files:
	.              : hackathons.html 

Log message:
digging up the history is hard... :-(


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 17:16:17

Modified files:
	.              : hackathons.html 

Log message:
even more details


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/27 17:27:07

Modified files:
	.              : hackathons.html 

Log message:
newest to oldest


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/11/27 17:38:50

Modified files:
	sys/dev        : audio.c 
Removed files:
	sys/dev        : audiovar.h 

Log message:
the stuff in audiovar.h is only used in audio.c, so move it in there to
take the temptation of using it elsewhere and fumbling with audio internals
away from the rest of the kernel.

ok mpi@ ratchov@
"if it is worth doing, just do it." deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/27 20:28:36

Modified files:
	mail/dovecot-antispam: Makefile 

Log message:
Update after update to Dovecot 2.2.9.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/27 20:29:01

Modified files:
	mail/dovecot-pigeonhole: Makefile 

Log message:
Update after update to Dovecot 2.2.9.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/27 22:09:45

Modified files:
	lib/libc/regex : engine.c 

Log message:
The print() routine here can be passed at least some of the non-characters
OUT to EOW, making its domain CHAR_MIN...CODEMAX.  It makes sense to have
pchar() take the same domain and output those non-characters appropriately,
so the (unsigned char) cast for isprint() goes in pchar().  Constipate
pchar() while we're here, and let print() pass through NUL to it, as it
knows how to output it unambiguously.

ok otto@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/28 02:36:37

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Use the local variable referencing the receiving interface instead of
dereferencing the mbuf various times. No functional change.

ok mpf@, bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2013/11/28 03:04:26

Modified files:
	bin/ed         : POSIX 

Log message:
remove trailing spaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/28 03:16:44

Modified files:
	sys/net        : if.c if_var.h 
	sys/netinet    : igmp.c in.c in_var.h 
	sys/netinet6   : in6.c in6_ifattach.c in6_var.h mld6.c 

Log message:
Change the way protocol multicast addresses are linked to an interface.

Instead of linking multicast records to the first configured address of
the corresponding protocol, making this address and its position in the
global list special, add them to a new list directly linked to the
interface descriptor.

This new multicast address list is similar to the address list, all its
elements contain a protocol agnostic part.  This design allows us to
be able to join a multicast group without necessarily having a configured
address.  That means IPv6 multicast kludges are no longer needed.

Another benefit is to be able to add and remove an IP address from an
interface without worrying about multicast records.  That means that the
global IPv4 list is no longer needed since the first configured address
of an interface is no longer special.

This new list might also be extended in the future to contain the
link-layer addresses used to configure hardware filters.

Tested by sthen@ and weerd@, ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2013/11/28 03:33:37

Modified files:
	bin/ksh        : BUG-REPORTS ChangeLog ChangeLog.0 NOTES 
	                 PROJECTS c_ulimit.c emacs.c mail.c main.c 
	                 misc.c sh.h 

Log message:
remove trailing whitespaces; use tabs instead of spaces where appropriate;
no binary changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/28 03:43:38

Modified files:
	usr.sbin/smtpd : enqueue.c envelope.c makemap.c mda.c 
	                 mta_session.c smtp_session.c table_ldap.c 
	                 table_sqlite.c table_static.c to.c util.c 

Log message:
unsigned char casts for ctype
ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/28 03:53:28

Modified files:
	net/avahi      : Makefile 

Log message:
Fix RUN_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/11/28 03:54:09

Modified files:
	security/logsentry: Makefile distinfo 
	security/logsentry/pkg: PLIST 
Added files:
	security/logsentry/pkg: README 
Removed files:
	security/logsentry/pkg: MESSAGE 

Log message:
- switch to new MASTER_SITES and DISTFILE
- correct license
- documentation cleanup
- switch from MESSAGE to README
OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/28 03:57:29

Modified files:
	usr.sbin/smtpd : table.5 table.c 

Log message:
allow subdomain matching in mailaddr tables


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2013/11/28 04:05:18

Modified files:
	sys/net        : if_var.h 

Log message:
IFAFREE() was resurrected from the dead with the new bandwith subsytem,
send it back in the Attic.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/28 05:39:23

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
better response


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/28 05:50:40

Modified files:
	usr.sbin/smtpd : smtpd.c ssl.c ssl.h 

Log message:
fix loading of passphrase-protected keys.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/28 05:53:59

Modified files:
	sys/miscfs/fuse: fuse_device.c 

Log message:
Remove some double free on fusebuf datas.

Found the hard way and ok mpk@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/28 06:13:56

Modified files:
	usr.sbin/smtpd : mta.c parse.y smtpd.h 

Log message:
limit the number of envelopes to recall in the hoststat cache.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/28 06:38:01

Modified files:
	infrastructure/bin: portcheck 

Log message:
Some missing ${portref} in err() calls. Found while checking new KDE ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/28 06:45:50

Modified files:
	distrib/sets/lists/base: md.luna88k 
	distrib/sets/lists/comp: md.luna88k 

Log message:
Add missing files for luna88k.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/11/28 07:54:18

Modified files:
	share/man/man9 : Makefile fb_setup.9 

Log message:
update fb_setup(9) to follow changes that occurs in struct fusebuf few
month ago. Add also a few words about fb_delete(9).

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/28 08:25:51

Modified files:
	databases/sqlite3: Makefile distinfo 
	databases/sqlite3/patches: patch-Makefile_in 
	                           patch-src_sqliteInt_h 

Log message:
Update to 3.8.0.2.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/28 08:42:35

ports/net/fpdns/patches

Update of /cvs/ports/net/fpdns/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13723/patches

Log Message:
Directory /cvs/ports/net/fpdns/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/11/28 08:43:55

Modified files:
	net/fpdns      : Makefile distinfo 
	net/fpdns/pkg  : PLIST 
Added files:
	net/fpdns/patches: patch-lib_Net_DNS_Fingerprint_pm 

Log message:
Update to 0.10.0 and unbreak
hints and ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/11/28 08:48:29

Modified files:
	infrastructure/bin: portcheck 

Log message:
Oops, extra colon sneaked in previous commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/28 08:49:25

Modified files:
	audio/taglib   : Makefile distinfo 
	audio/taglib/pkg: PLIST 
Added files:
	audio/taglib/patches: patch-tests_test_info_cpp 
	                      patch-tests_test_string_cpp 
Removed files:
	audio/taglib/patches: patch-taglib_ape_apefile_cpp 
	                      patch-taglib_asf_asffile_cpp 
	                      patch-taglib_flac_flacfile_cpp 
	                      patch-taglib_it_itfile_cpp 
	                      patch-taglib_mod_modfile_cpp 
	                      patch-taglib_mp4_mp4coverart_h 
	                      patch-taglib_mp4_mp4file_cpp 
	                      patch-taglib_mp4_mp4tag_cpp 
	                      patch-taglib_mpc_mpcfile_cpp 
	                      patch-taglib_mpeg_id3v2_id3v2frame_cpp 
	                      patch-taglib_mpeg_id3v2_id3v2framefactory_cpp 
	                      patch-taglib_ogg_flac_oggflacfile_cpp 
	                      patch-taglib_ogg_speex_speexfile_cpp 
	                      patch-taglib_ogg_vorbis_vorbisfile_cpp 
	                      patch-taglib_s3m_s3mfile_cpp 
	                      patch-taglib_toolkit_taglib_h 
	                      patch-taglib_wavpack_wavpackfile_cpp 
	                      patch-taglib_xm_xmfile_cpp 
	                      patch-tests_CMakeLists_txt 
	                      patch-tests_utils_h 
	audio/taglib/pkg: PFRAG.shared 

Log message:
Update to taglib-1.9.1

No fallouts in a bulk build, as verified by landry@ (thanks!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/28 09:48:09

Modified files:
	infrastructure/db: user.list 

Log message:
sslsplit


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/28 09:49:10

Log message:
    import ports/security/sslsplit, ok zhuk@
    
    SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS
    encrypted network connections. Connections are transparently intercepted
    through a firewall/network address translation engine and redirected to
    SSLsplit.
    
    SSLsplit terminates SSL/TLS and initiates a new SSL/TLS connection to
    the original destination address, while logging all data transmitted.
    SSLsplit is intended to be useful for network forensics and penetration
    testing.
    
    SSLsplit supports plain TCP, plain SSL, HTTP and HTTPS connections over
    both IPv4 and IPv6. For SSL and HTTPS connections, SSLsplit generates
    and signs forged X509v3 certificates on-the-fly, based on the original
    server certificate subject DN and subjectAltName extension. SSLsplit
    fully supports Server Name Indication (SNI) and is able to work with
    RSA, DSA and ECDSA keys and DHE and ECDHE cipher suites. SSLsplit can
    also use existing certificates of which the private key is available,
    instead of generating forged ones. SSLsplit supports NULL-prefix CN
    certificates and can deny OCSP requests in a generic way. SSLsplit
    removes HPKP response headers in order to prevent public key pinning.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131128
    
    N ports/security/sslsplit/Makefile
    N ports/security/sslsplit/distinfo
    N ports/security/sslsplit/pkg/PLIST
    N ports/security/sslsplit/pkg/DESCR
    N ports/security/sslsplit/patches/patch-GNUmakefile
    N ports/security/sslsplit/patches/patch-main_c
    N ports/security/sslsplit/patches/patch-sslsplit_1
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/28 09:49:37

Modified files:
	security       : Makefile 

Log message:
+sslsplit


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/28 09:54:25

Added files:
	graphics/openscenegraph/patches: 
	                                 patch-src_osgPlugins_CMakeLists_txt 

Log message:
Prevent geo/gdal from being picked up; noticed by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 11:03:41

Modified files:
	.              : books.html 

Log message:
date; from jcr


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 11:24:55

Modified files:
	usr.bin/rpcgen : rpc_cout.c rpc_main.c rpc_scan.c 
	usr.bin/sed    : compile.c process.c 
	usr.bin/skeyinit: skeyinit.c 
	usr.bin/sort   : init.c 
	usr.bin/spell  : spellprog.c 
	usr.bin/talk   : display.c 
	usr.bin/tic    : tic.c 
	usr.bin/top    : commands.c display.c 

Log message:
unsigned char for ctype
ok krw okan


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 11:26:47

Modified files:
	usr.sbin/rbootd: bpf.c parseconf.c 
	usr.sbin/eeprom: eehandlers.c 

Log message:
unsigned char for ctype
ok okan krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/28 11:58:33

Modified files:
	devel          : Makefile 

Log message:
Unhook devel/ivy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/11/28 11:59:56

Removed files:
	devel/ivy      : Makefile distinfo 
	devel/ivy/files: ivy.in 
	devel/ivy/pkg  : DESCR PLIST 

Log message:
Remove devel/ivy. Not updated since i dropped maintainership, and
nothing depends on it. People using it could just use the jar file
from upstream.

ok ajacoutot@, sthen@, zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/28 12:30:47

Modified files:
	sys/arch/i386/i386: apicvec.s apmcall.S vector.s 
	sys/arch/i386/pci: pcibios.c 

Log message:
Appease LLVM's integrated assembler.

error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq'
error: unknown token in expression

cmp -> cmpl, %cs:* -> *%cs:

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/28 13:07:32

Modified files:
	sys/dev/pci    : if_wpi.c if_wpivar.h 

Log message:
Seems we simply have tolibe with fatal firmware errors.  Even Linux, with its
driver written by Intel engineers occasionally gets them.  So when we get one,
simply reset the chip, reload the firware and bring the interface up again.

ok chris@, phessler@, mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:21:17

Modified files:
	sbin/iked      : ca.c iked.h ikev2.c ikev2_pld.c parse.y 

Log message:
support raw pubkey authentication w/o x509 certificates;
mostly by Michael Cardell Widerkrantz, reyk@ and mikeb@; ok mike@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:21:55

Modified files:
	sbin/iked      : util.c 

Log message:
include hexdump in debug output only for -vvv; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:23:28

Modified files:
	sbin/iked      : policy.c 

Log message:
sa_new(): discard & free duplicate IKESAs; ok mibek@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:24:48

Modified files:
	sbin/iked      : policy.c 

Log message:
sa_lookup: don't compare with sh_rspi if rspi is not set

otherwise this can happen: initiator retransmits SA_INIT
with rspi of zero, sa_lookup for responder fails, and
it creates a new SA, that cannot be inserted in the SA tree


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:26:04

Modified files:
	sbin/iked      : iked.h 

Log message:
document sa_msgid & sa_reqid; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:27:18

Modified files:
	sbin/iked      : ikev2.c 

Log message:
drop duplicate requests

otherwise IKE_AUTH requests might be accepted twice, leading to TWO
child-SAs with the same remote SPI, but different local SPIs, leading
to corrupt child-SA tables.

with & ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:28:34

Modified files:
	sbin/iked      : config.c 

Log message:
don't leak duplicate flows; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/11/28 13:30:41

Modified files:
	sbin/iked      : ikev2.c 

Log message:
mark replaced flows as 'not loaded'; this can happen if both
sides negotiate the same flow, but only one flow is active
in the kernel; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/28 13:32:20

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Add short-circuit code to __wait_seqno() that's also present in Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/11/28 13:44:43

Modified files:
	usr.bin/nl     : nl.1 

Log message:
Re-add documentation about `-' handling.  Discussed a few months ago
with jmc and wiz@netbsd.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/28 14:20:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
- use IFS=<space><tab> to trim the leading/trailing blanks with read
- simplify the key/value splitting with a true halexism
- recognize a line without a '=' by counting the chars in _key/_val
instead of doing a string comparison which needs a temporary _k var
- localize _l

ok krw@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/28 14:27:41

Modified files:
	share/man/man9 : fb_setup.9 

Log message:
add fb_queue and fb_delete to NAME, so man -k picks them up;


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/28 14:45:36

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Re-enable RADEON_INFO_VA_START and RADEON_INFO_IB_VM_MAX_SIZE.

suggested by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/11/28 15:12:40

Modified files:
	usr.bin/vi/cl  : cl_screen.c 
	usr.bin/vi/common: api.c gs.h key.c line.c main.c screen.c 
	                   screen.h 
	usr.bin/vi/ex  : ex_screen.c ex_script.c 
	usr.bin/vi/vi  : v_screen.c vi.c vi.h vs_msg.c vs_refresh.c 
	                 vs_split.c 

Log message:
Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.

ok pelikan@ zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 15:18:52

Modified files:
	sys/arch/sparc/dev: if_ie.c 

Log message:
fix typo


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/11/28 15:31:08

Modified files:
	distrib/miniroot: install.sub 

Log message:
make ask_which bail out on a missing response in the autoinstall case
rather than looping endlessly.

ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/28 15:41:09

Modified files:
	lang/railo     : Makefile distinfo 
	lang/railo/patches: patch-WEB-INF_web_xml 
	lang/railo/pkg : PLIST 

Log message:
update to Railo 4.1.1.009

Note that railo-server-root was renamed railo-server-directory, this will
be handled automatically unless you have made your own modifications to
/var/tomcat/conf/web-railo.xml, in which case you should update it yourself.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/28 15:56:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
simplify the check if a responsefile line is valid

idea from and ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 17:19:33

Modified files:
	sys/netinet    : in_var.h 

Log message:
move in_multi definition into kernel-only


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 17:25:51

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/28 17:47:04

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
fix missing space from line break


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/28 19:02:47

Modified files:
	distrib/miniroot: install.sub 

Log message:
- Rename _bootdev to _ifdev now that we not only support
the interface we netbooted from for initial dhcp reqest.
- Change the error message in case no response file was
found to match the info message at the beginning.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/28 20:39:00

Modified files:
	sys/dev/isa    : sbdspvar.h 

Log message:
Change the sc_model field type from unsigned to signed since the model can be
set to SB_UNK which has a value of -1.

sb.c:307:8: error: comparison of 0 <= unsigned expression is always true [-Werror,-Wtautological-compare]

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/28 21:33:19

Modified files:
	math/veusz     : Makefile distinfo 

Log message:
Bugfix update to 1.19.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/28 21:40:29

Modified files:
	games/manaplus : Makefile distinfo 
Added files:
	games/manaplus/patches: patch-src_gui_widgets_textfield_cpp 
Removed files:
	games/manaplus/patches: patch-configure_ac patch-src_Makefile_am 

Log message:
Update to 1.3.11.24


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/28 22:05:13

Modified files:
	sys/kern       : subr_autoconf.c 

Log message:
msgs can be const


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/29 01:17:28

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2013.11.29.
New extractors for clipsyndicate, imdb, and podomatic


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/11/29 01:32:24

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-deps_Makefile patch-redis_conf 
	                         patch-sentinel_conf patch-src_Makefile 
	                         patch-src_Makefile_dep 
	                         patch-src_mkreleasehdr_sh 
	                         patch-src_scripting_c 
	databases/redis/pkg: redis.rc 
Added files:
	databases/redis/patches: patch-src_redis_h 
Removed files:
	databases/redis/patches: patch-src_redis_c 

Log message:
Update to redis-2.8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/29 01:51:52

Modified files:
	editors/abiword: Makefile 

Log message:
Loosen up the dependency on devel/goffice version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/29 01:52:17

Modified files:
	devel/goffice  : Makefile distinfo 

Log message:
Update to goffice-0.10.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/29 01:52:50

Modified files:
	math/gnumeric  : Makefile distinfo 
	math/gnumeric/pkg: PLIST 

Log message:
Update to gnumeric-1.12.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/29 04:45:26

Modified files:
	net/libbind    : Makefile 
Added files:
	net/libbind/patches: patch-include_resolv_h 

Log message:
get rid of 2/3 of mtr's library warnings


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/29 04:47:09

Modified files:
	security/sslsplit: Makefile 

Log message:
fix homepage, reported by Ross L Richardson


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/11/29 05:35:48

Modified files:
	distrib/luna88k/ramdisk: Makefile Makefile.inc 

Log message:
Disable SRCLIBDIR crunchgen feature on gcc 3 platforms, same as mvme88k does.

suggested and ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/11/29 06:21:09

Modified files:
	games/supertuxkart: Makefile distinfo 
	games/supertuxkart/pkg: PLIST 
Added files:
	games/supertuxkart/patches: patch-CMakeLists_txt 
	                            patch-lib_irrlicht_CMakeLists_txt 
	                            patch-src_physics_btKartRaycast_cpp 
	                            patch-src_physics_physics_cpp 

Log message:
Update to supertuxkart 0.8.1.  Use external deps wherever possible.

ok bcallah@ stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/29 08:56:44

Modified files:
	misc/ytree     : Makefile 
Added files:
	misc/ytree/patches: patch-match_c 

Log message:
prefer regcomp(3) over obsolete re_comp(3), removing the need for libcompat
ok jca@


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2013/11/29 09:26:25

Modified files:
	.              : want.html 

Log message:
Juniper SSG5 is another example of a relatively cheap appliance with
an IKEv2 support.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/29 09:27:40

Modified files:
	lib/librthread : rthread_fork.c rthread_np.c rthread.c rthread.h 

Log message:
Don't try to reuse _initial_thread in the fork() wrapper, as the
thread's existing handle must continue to be valid and it didn't
fully 'change' the thread handle anyway.  For pthread_main_np(),
use a new flag, THREAD_ORIGINAL, to indicate that the flagged thread
is the original thread for *this* process.

Fixes some ConsoleKit failures according to aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/29 10:55:18

Modified files:
	games/xbl/patches: patch-Makefile_in 

Log message:
don't link with unused libcompat


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/29 11:41:53

Log message:
    Import devel/ltcltk, ok stsp@
    
    A binding of the Tcl interpreter to Lua. It allows for calls into Tcl,
    setting and reading variables from Tcl and registering of Lua functions
    for use from Tcl.  Also, a binding to the Tk toolit is included.
    
    Status:
    
    Vendor Tag:	stu
    Release Tags:	stu_20131129
    
    N ports/devel/ltcltk/Makefile
    N ports/devel/ltcltk/distinfo
    N ports/devel/ltcltk/pkg/DESCR
    N ports/devel/ltcltk/pkg/PLIST
    N ports/devel/ltcltk/pkg/PFRAG.shared
    N ports/devel/ltcltk/patches/patch-ltcl_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/11/29 11:43:57

Modified files:
	devel          : Makefile 

Log message:
+ltcltk


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/11/29 11:51:16

Modified files:
	.              : hackathons.html 

Log message:
even more details


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/29 12:00:51

Modified files:
	lib/libcompat/regexp: regexp.c 
	lib/libkeynote : environment.c keynote-ver.l keynote.l keynote.y 
	                 parse_assertion.c 
	lib/libskey    : put.c skeylogin.c skeysubr.c 
	lib/libusbhid  : usage.c 
	lib/libutil    : fmt_scaled.c 

Log message:
fairly simple unsigned char casts for ctype
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/11/29 12:28:55

Modified files:
	sys/net        : bpf.c 

Log message:
panics still being reported. send bpf.c back to 1.85


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/29 13:48:35

Modified files:
	astro/xphoon   : Makefile 
	astro/xphoon/patches: patch-dtime_c patch-xphoon_c 
Removed files:
	astro/xphoon/patches: patch-Imakefile 

Log message:
remove need for libcompat; drop groff


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/29 14:21:38

Modified files:
	emulators/qemu : Makefile distinfo 
	emulators/qemu/patches: patch-configure 
	                        patch-pc-bios_optionrom_Makefile 
	emulators/qemu/pkg: PLIST 

Log message:
Update to QEMU 1.7.0.

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/29 14:44:15

Modified files:
	sys/dev/pci/drm/i915: intel_ringbuffer.c 

Log message:
Should be safe to allow intel_ring_wait_seqno() to be interrupted.
Reduces diffs with Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/29 15:23:54

Modified files:
	games/xpat2    : Makefile 
	games/xpat2/patches: patch-src_Imakefile 

Log message:
* drop useless fallback to cuserid() and thus need for -lcompat
* drop groff
* regen wantlib


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/11/29 15:28:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
Move the comments out of get_responsefile() into a description block
at the top.

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/29 15:34:25

Modified files:
	games/late     : Makefile 
Added files:
	games/late/patches: patch-src_arch_cpp 
Removed files:
	games/late/patches: patch-configure 

Log message:
replace cuserid() with getlogin() and get rid of -lcompat; ok jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/29 16:21:06

Modified files:
	net/gopher     : Makefile 
	net/gopher/patches: patch-gopher_Makefile_in 
	                    patch-object_Regex_h 
Added files:
	net/gopher/patches: patch-object_GSgopherobj_c 

Log message:
Remove the need for libcompat by actually using POSIX regexps.
ok naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/11/29 17:22:39

Modified files:
	.              : plus.html 

Log message:
plus.html for Nov 18-24.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2013/11/29 18:11:15

Modified files:
	java/tanukiwrapper/files: Makefile-openbsd-x86-32.gmake 
	                          Makefile-openbsd-x86-64.gmake 

Log message:
Remove -lcompat, which isn't even needed.
Inspired by and ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/29 20:14:47

Modified files:
	devel/sdl2-mixer: Makefile 
	devel/sdl2-mixer/patches: patch-SDL2_mixer_pc_in 

Log message:
Enable the MP3 support.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/29 20:16:04

Modified files:
	devel/sdl2-gfx : Makefile 

Log message:
Unlike the version of sdl-gfx in the tree now sdl2-gfx has MMX support
on amd64 so enable it.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/11/30 01:21:41

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_ck-sysdeps-openbsd_c 

Log message:
Add missing function to match other OSes -- in case something else out
there uses it.
Re-add the sanity check -- it seems it did not help occasional ckit failures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/30 02:20:44

Modified files:
	x11/gnustep/libobjc2: Makefile 

Log message:
mark broken on mips64, binutils < 2.18 lack support for symbolic register naming
which is extensively uesd in objc_msgSend.mips.S


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/30 02:42:52

Modified files:
	usr.sbin/smtpd : table.5 

Log message:
mention smtpctl encrypt subcommand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2013/11/30 03:02:12

Modified files:
	sysutils/syslog-ng: Makefile distinfo 
	sysutils/syslog-ng/files: syslog-ng.conf 
	sysutils/syslog-ng/patches: patch-lib_Makefile_in 
	sysutils/syslog-ng/pkg: PLIST 
Added files:
	sysutils/syslog-ng/patches: patch-lib_gsockaddr_c 
	                            patch-libtest_mock-transport_c 
	                            patch-modules_afmongodb_libmongo-client_src_mongo-utils_c 
	                            patch-modules_dbparser_patternize_c 
Removed files:
	sysutils/syslog-ng/patches: patch-Makefile_in 
	                            patch-lib_mainloop_c 
	                            patch-modules_Makefile_in 

Log message:
update to syslog-ng 3.4.6

rand() patches from dhill@
portswise ok on a previous version landry@
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/30 03:11:57

Modified files:
	usr.sbin/smtpd : parse.y scheduler.c smtpd.h 

Log message:
do not hardcode scheduler batch size, and reduce default limit to avoid
hammering effects.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/11/30 03:21:16

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
do not send the holdq release message if no envelope were held for a relay.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/11/30 05:03:44

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Remove alpha from ONLY_FOR_ARCHS, it's pointless wasting cpu cycles
during bulks just to see gcc 4.6 blowing at some given spots. Firefox 3
was running fine there though... but xulrunner/1.9 and
productivity/sunbird are soon going to the attic anyway. Only a masochist
with alpha & gcc skills + enough patience might be brave enough to look
at it..


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/30 05:58:40

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Restore frame buffer upon last close; makes sure we we have a usable console
after exiting X.

tested by tobiasu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/30 06:58:51

Modified files:
	sys/dev/pci/drm/i915: intel_ringbuffer.c 

Log message:
Enable some #ifdef'ed out SandyBridge-specific code that seems to work fine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/30 08:13:06

Modified files:
	mail/metamail  : Makefile 
	mail/metamail/patches: patch-src_Makefile 
	                       patch-src_metamail_metamail_c 

Log message:
Remove the need for stty and gtty, using tcgetattr and tcsetattr.
Kill gets() calls while here.  Corrections from ajacoutot and naddy,
ok naddy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/11/30 08:24:08

Modified files:
	graphics/gthumb: Makefile distinfo 

Log message:
update to gthumb-3.2.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/11/30 08:41:40

Modified files:
	www/squidguard : Makefile 

Log message:
Fix RUN_DEPENDS following squid reorganisation; use a run dep of
www/squid/stable which is used if squid isn't already installed, but
this doesn't prevent using it with an already-installed squid/snapshot
package. Spotted by naddy (silent failure in bulk builds).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/11/30 09:06:56

Modified files:
	infrastructure/mk: bsd.port.mk pkgpath.mk 

Log message:
add "show-prepare-test-results" target, to be used by dpb for running tests


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/11/30 11:11:59

Modified files:
	kerberosV/src/appl/xnlock: xnlock.c 
	kerberosV/src/kadmin: add-random-users.c 
	kerberosV/src/kpasswd: kpasswd-generator.c 
	kerberosV/src/kuser: generate-requests.c 
	kerberosV/src/lib/hx509: softp11.c 
	kerberosV/src/lib/roken: rand.c 
	kerberosV/src/lib/sqlite: sqlite3.c 

Log message:
use HAVE_ARC4RANDOM and choose to call arc4random() instead of srand()
and rand() and friends.
being fed upstream by robert


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/30 11:39:43

Log message:
    Import games/tong. Tong is an arcade-style game in which you must play
    Tetris and Pong at the same time on the same playing field.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Nov-30
    
    N ports/games/tong/Makefile
    N ports/games/tong/distinfo
    N ports/games/tong/pkg/PLIST
    N ports/games/tong/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/11/30 11:39:59

Modified files:
	games          : Makefile 

Log message:
+tong


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/30 12:41:21

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnvar.h 

Log message:
Seems we simply have to live with fatal firmware errors.  Even Linux, with its
driver written by Intel engineers occasionally gets them.  So when we get one,
simply reset the chip, reload the firware and bring the interface up again.

tested by stsp@, pascal@
ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/11/30 13:00:23

Modified files:
	devel/c2hs     : Makefile 

Log message:
drop unused dependency; ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/30 13:03:32

Modified files:
	sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
	                      i915_gem.c i915_gem_execbuffer.c 
	                      i915_trace.h intel_ringbuffer.c 

Log message:
Reorder some case statements to reduce the diffs with Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/11/30 13:13:36

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c 
	                      i915_gem_execbuffer.c i915_trace.h 
	                      intel_ringbuffer.c 

Log message:
Oops!  Only intended to commit the i915_dma.c changes in the previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/30 13:24:45

Modified files:
	sys/arch/mvme68k/dev: if_ie.c 
	sys/arch/mvme88k/dev: if_ie.c 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/11/30 13:25:47

Modified files:
	sys/arch/mvme68k/dev: wdsc.c 

Log message:
Spurious linefeed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/30 13:31:49

Modified files:
	security/cfs   : Makefile 
	security/cfs/patches: patch-Makefile patch-getpass_c 

Log message:
#ifdefs to avoid using stty/gtty and including sgtty.h.
This removes the need for libcompat.
Remove USE_GROFF while here, as requested by naddy.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 13:35:44

Modified files:
	www/lighttpd   : Makefile 
	www/lighttpd/patches: patch-src_network_c patch-src_server_c 

Log message:
Two fixes from upstream..

- Check success of setuid, setgid, setgroups. CVE-2013-4559
- Fix regression from CVE-2013-4508 (client-cert sessions were broken)

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 13:36:41

Modified files:
	net/maradns-deadwood: Makefile distinfo 

Log message:
Update to maradns-deadwood 3.2.03c.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 13:37:20

Modified files:
	databases/mariadb: Makefile distinfo 
	databases/mariadb/patches: patch-cmake_install_macros_cmake 
	                           patch-scripts_mysqld_safe_sh 
	                           patch-sql_CMakeLists_txt 
	                           patch-sql_mysqld_cc 
	databases/mariadb/pkg: PLIST-main PLIST-tests 

Log message:
Update to MariaDB 5.5.34.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/11/30 13:39:43

Modified files:
	usr.sbin/nsd   : xfrd.c 

Log message:
Fix bug#534: IXFR query loop over UDP for zones that are unchanged.

"After upgrading a secondary NS to NSD 4.0.0, the master server came
under IXFR query flood from the slave."

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/11/30 13:47:49

Modified files:
	security/cfs   : distinfo 
	security/cfs/patches: patch-cattach_c patch-cfs_adm_c 
	                      patch-cfs_fh_c patch-cfs_nfs_c 
	                      patch-cfsd_8 patch-cmkdir_c 
	                      patch-cpasswd_c 

Log message:
Regen patches and distinfo.


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2013/11/30 14:02:23

Modified files:
	.              : errata53.html errata54.html 

Log message:
Correct the OpenSSH advisory URL to point to the correct domain name.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 15:13:37

Modified files:
	multimedia/xine-lib: Makefile distinfo 
	multimedia/xine-lib/patches: patch-configure_ac 
	                             patch-src_demuxers_demux_flv_c 
	                             patch-src_post_deinterlace_plugins_Makefile_in 
Added files:
	multimedia/xine-lib/patches: 
	                             patch-src_combined_ffmpeg_Makefile_in 
	                             patch-src_demuxers_demux_qt_c 
	                             patch-src_demuxers_demux_real_c 
	                             patch-src_libreal_xine_real_video_decoder_c 
	                             patch-src_xine-engine_buffer_types_c 
Removed files:
	multimedia/xine-lib/patches: 
	                             patch-src_combined_ffmpeg_ff_audio_decoder_c 
	                             patch-src_combined_ffmpeg_ff_video_decoder_c 
	                             patch-src_combined_ffmpeg_ffmpeg_compat_h 
	                             patch-src_combined_ffmpeg_xine_video_list 
	                             patch-src_xine-engine_video_out_c 

Log message:
Update to Xine-lib 1.2.4.

ok juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	pascal@cvs.openbsd.org	2013/11/30 15:15:23

Modified files:
	share/man/man3 : intro.3 

Log message:
add libfuse; ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/11/30 17:22:30

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/11/30 18:54:23

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Allows the autoinstaller to pass a public ssh key for inclusion in the
user's .ssh/authorized_keys. Deliberately not in interactive mode since
I am not sure it's worth adding another question that only quite few
people would enjoy.

ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 19:58:30

Modified files:
	www/apache-httpd: Makefile 

Log message:
This is the Apache 2.0 license.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 20:19:13

Log message:
    Import pigz.
    
    A parallel implementation of gzip for modern multi-processor, multi-core
    machines.
    
    From Thomas Pfaff.
    
    ok benoit@
    
    Status:
    
    Vendor Tag:	brad
    Release Tags:	brad_20131130
    
    N ports/archivers/pigz/Makefile
    N ports/archivers/pigz/distinfo
    N ports/archivers/pigz/pkg/PLIST
    N ports/archivers/pigz/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/11/30 20:20:20

Modified files:
	archivers      : Makefile 

Log message:
Add pigz.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/11/30 21:07:18

Modified files:
	lib/libc/sys   : getdents.2 

Log message:
Eliminate references to the basep argument which was removed in the
change to getdents().  Indicate that d_off values are valid for
seeking on directories.

problem noted by Jared Yanovich (slovichon (at) gmail.com)
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/11/30 22:43:54

Modified files:
	www/slowhttptest: Makefile distinfo 

Log message:
Update to slowhttptest 1.6.

Ok jung@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/01 01:23:45

Modified files:
	de             : books.html donations.html events.html 
	                 hackathons.html security.html 
	faq/pf/de      : index.html 
	fr             : donations.html events.html index.html 
	                 security.html 
	nl             : books.html donations.html 
	opensmtpd/de   : security.html 
	opensmtpd/nl   : security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/01 01:45:33

Modified files:
	net/libbind    : Makefile 

Log message:
Missed bump, pointed out by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 02:13:46

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
Fix WARN() and WARN_ON(); the condition should only be evaluated once.
Properly implement WARN_ON_ONCE() as well.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/01 02:56:52

Modified files:
	archivers/pigz : Makefile 
	archivers/pigz/pkg: DESCR 

Log message:
fix DESCR


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/12/01 03:05:29

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Make ifconfig scan show the nwid, channel, and bssid for IBSS networks.
These were only shown for access points, so getting useful information
about IBSS networks in the area was somewhat difficult.
ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/01 03:08:23

Modified files:
	www/lighttpd   : Tag: OPENBSD_5_4 Makefile 
	www/lighttpd/patches: Tag: OPENBSD_5_4 patch-src_base_h 
	                      patch-src_configfile_c patch-src_network_c 
	                      patch-src_server_c 

Log message:
backport security fixes for CVE-2013-4559 and fix regression of CVE-2013-4508


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/12/01 03:08:55

Modified files:
	sys/net80211   : ieee80211_node.c 

Log message:
Reset txrate array index after changing a node's rate list.
Should prevent "bogus xmit rate %d setup" panics, which I ran into again
in IBSS mode.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 04:47:14

Modified files:
	sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
	                      i915_gem.c i915_trace.h intel_ringbuffer.c 

Log message:
Bring back the DRM_IOCTL_I915_GEM_WAIT diff now that I've figured out what
made it fail (WARN_ON() was evaluating its argument multiple times).
This time, also advertise support through I915_PARAM_HAS_WAIT_TIMEOUT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2013/12/01 05:09:48

Modified files:
	sysutils/syslog-ng: Makefile 
	sysutils/syslog-ng/pkg: PLIST 

Log message:
disable rabbitmq for now.
this has a hidden dep on python and failed with python3 - spotted by nigel@
merge some post-install tweaks - from aja@
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/01 05:14:02

Modified files:
	net/glib2-networking: Makefile distinfo 

Log message:
Update to glib2-networking-2.38.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/01 05:30:56

Modified files:
	graphics/mapnik: Makefile 

Log message:
something picks up ansidecl.h and won't let go.

scons: *** [src/libxml2_loader.os] Implicit dependency `/usr/local/include/ansidecl.h' not found, needed by target `src/libxml2_loader.os'.
scons: building terminated because of errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/01 05:49:07

Modified files:
	devel/subversion: Tag: OPENBSD_5_4 Makefile 
	devel/subversion/patches: Tag: OPENBSD_5_4 
	                          patch-subversion_mod_dav_svn_repos_c 
Added files:
	devel/subversion/patches: Tag: OPENBSD_5_4 
	                          patch-tools_server-side_mod_dontdothat_mod_dontdothat_c 

Log message:
Apply security fixes for CVE-2013-4558 / CVE-2013-4505

ok stsp@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 05:58:33

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
drm/i915: Correct obj->mm_list link to dev_priv->dev_priv->mm.inactive_list

From Xiong Zhang
77e700964bdb06caf7eaf03371d7ffd4a6500199 in ubuntu 3.8
067556084a0e412013af6b0250a3143ae5afde6d in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 06:42:42

Modified files:
	usr.bin/vi/ex  : ex.c ex.h ex_at.c ex_global.c 

Log message:
Convert the ranges CIRCLEQ to TAILQ.

ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 06:53:53

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c 

Log message:
drm/i915: Adding more reserved PCI IDs for Haswell.

From Rodrigo Vivi
349fe2edae985d44dc8ca27c6441b20408a9e184 in ubuntu 3.8
1c98b4871cca4b7ce07e19f92f934d47cf7210b0 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 07:20:02

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: inverted brightness quirk for Acer Aspire 4736Z

From Daniel Vetter
96f2e8dd3f2492d3bbf232fa0afc1e0e065e7d52 in ubuntu 3.8
ac4199e0f047546aa40172785e26c82b54bbe811 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 07:23:48

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
drm/i915: Fix write-read race with multiple rings

From Chris Wilson
caf40bcc8f6751b723f0ec78e2f67beb771bfb68 in ubuntu 3.8
02978ff57a5bdfbf703d2bc5a4d933a53ede3144 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 07:28:40

Modified files:
	sys/dev/pci/drm/i915: intel_lvds.c 

Log message:
drm/i915: no lvds quirk for hp t5740

From Ben Mesman
117b91f41d99e88338e1f9577ced365e777a9098 in ubuntu 3.8
45a211d75137b1ac869a8a758a6667f15827a115 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 09:40:56

Modified files:
	regress/usr.bin/diff: t9.1 t9.2 
	sys/ddb        : db_command.c 
	sys/isofs/cd9660: cd9660_vfsops.c 
	sys/kern       : init_main.c vfs_subr.c vfs_syscalls.c 
	sys/nfs        : nfs_vfsops.c 
	sys/sys        : mount.h 
	sys/ufs/ext2fs : ext2fs_vfsops.c 
	sys/ufs/ffs    : ffs_softdep.c ffs_vfsops.c 
	usr.sbin/pstat : pstat.c 

Log message:
Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and
use TAILQ_*_SAFE more than might be needed.

Bulk ports build by sthen@ showed nobody sticking their fingers
so deep into the kernel.

Feedback and suggestions from millert@. ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 09:47:59

Modified files:
	usr.bin/vi/ex  : ex.h ex_cscope.c ex_init.c ex_tag.c tag.h 

Log message:
Change the tag queue from CIRCLEQ to TAILQ.

Fixes & ok zhuk@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/12/01 10:09:56

Modified files:
	faq            : faq6.html 

Log message:
make it slightly more clear that ONLY OpenBSD booting is being discussed here.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/01 10:18:31

Modified files:
	lib/csu/arm    : crt0.c 
	lib/csu/mips64 : Makefile 
	lib/csu/powerpc: crt0.c 
	lib/csu/sh     : crt0.c 

Log message:
mips64 no longer uses scrt0.o, and it was identical to crt0.o anyway.
Delete unused #ifndef SCRT0 conditionals.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/01 10:54:13

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
rc_pre() not needed anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 12:26:37

Modified files:
	usr.bin/vi/ex  : ex_cscope.c ex_tag.c tag.h 

Log message:
Change the tags queue from CIRCLEQ to TAILQ.

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/01 13:05:41

Modified files:
	lang/gcc/4.6   : gcc4.port.mk 
	lang/gcc/4.8   : gcc4.port.mk 
	lang/clang     : clang.port.mk 

Log message:
Make ccache work with Clang and GCC 4.6 & 4.8.

tested and okay juanfra@; also okay sthen@ for Clang part


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 13:19:15

Modified files:
	sys/dev/pci/drm/i915: i915_gem_gtt.c 

Log message:
The flush_tlb() method is a no-op so don't bother.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 13:22:34

Modified files:
	usr.bin/vi/common: exf.c gs.h main.c 

Log message:
Change the file reference queue from CIRCLEQ to TAILQ.

vi is now CIRCLEQ free!

ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/01 13:33:57

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h 

Log message:
Remove some prototypes for functions that no longer exist.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/01 13:34:20

Modified files:
	lib/pixman     : Makefile.bsd-wrapper Makefile.in config.h.in 
	                 configure configure.ac 
	lib/pixman/demos: Makefile.am Makefile.in scale.c scale.ui 
	lib/pixman/pixman: Makefile.am Makefile.in Makefile.win32 
	                   pixman-access.c pixman-bits-image.c 
	                   pixman-combine32.c pixman-compiler.h 
	                   pixman-fast-path.c pixman-filter.c 
	                   pixman-general.c pixman-glyph.c 
	                   pixman-image.c pixman-implementation.c 
	                   pixman-matrix.c pixman-mmx.c pixman-noop.c 
	                   pixman-private.h pixman-sse2.c pixman-utils.c 
	                   pixman-vmx.c pixman-x86.c pixman.c pixman.h 
	lib/pixman/test: Makefile.am Makefile.in Makefile.sources 
	                 affine-test.c blitters-test.c 
	                 composite-traps-test.c rotate-test.c 
	                 scaling-test.c trap-crasher.c utils.c utils.h 
Added files:
	lib/pixman     : test-driver 
	lib/pixman/pixman: pixman-ssse3.c 
	lib/pixman/test: scaling-bench.c thread-test.c 

Log message:
Update to pixman 0.32.4. Tested by naddy@ and ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/01 13:36:52

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/01 13:41:25

Modified files:
	etc/etc.luna88k: Makefile.inc 

Log message:
Copy the bootblocks to the release directory and sha256 it; spotted by
aoyama@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/01 14:01:02

Modified files:
	distrib/miniroot: install.sub 

Log message:
More robuse parsing of the DHCP lease file for autoinstall.  This will,
for example, bail out instead of producing annoying output if the
filename statement does not match auto_(install|upgrade).

Brought up again by Patrik Lundin, thanks!
ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/01 14:56:42

Modified files:
	sys/arch/mvme68k/conf: GENERIC MVME147 MVME162 RAMDISK 
	                       files.mvme68k 
	sys/arch/mvme68k/dev: mcreg.h zs.c 
	sys/arch/mvme68k/mvme68k: conf.c 
Added files:
	sys/arch/mvme68k/include: z8530var.h 

Log message:
switch mvme68k to the MI zs(4) driver.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/01 15:06:19

Modified files:
	www/mozilla-firefox: Tag: OPENBSD_5_4 Makefile distinfo 
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 
	                             patch-browser_installer_Makefile_in 
	                             patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                             patch-ipc_chromium_src_base_debug_util_posix_cc 
	                             patch-js_src_ctypes_libffi_src_x86_freebsd_S 
	                             patch-storage_src_mozStorageConnection_cpp 
Added files:
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 patch-configure_in 

Log message:
update to mozilla-firefox 24.1.1esr which includes fixes for MFSA2013-103

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/01 15:06:55

Modified files:
	www/firefox-i18n: Tag: OPENBSD_5_4 Makefile.inc distinfo 

Log message:
- update to firefox-i18n-24.1.1esr


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/01 15:10:40

Removed files:
	sys/arch/mvme68k/dev: scc.h 

Log message:
no longer needed


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/12/01 15:11:22

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
kill /var/obj which has been commented out since -r1.1 in '95.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/01 15:37:36

Modified files:
	audio/audacious: Makefile distinfo 
	audio/audacious/pkg: PLIST 
	audio/audacious-plugins: Makefile distinfo 
	audio/audacious-plugins/patches: patch-configure 
	audio/audacious-plugins/pkg: PLIST 

Log message:
Update to Audacious 3.4.2. Audacious has had a sndio output plugin for
a long time, so disable the unnecssary SDL output plugin.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/01 16:16:42

Log message:
    Import textproc/nfoview. NFOView is a simple viewer for NFO files that
    provides preset font and encoding settings designed for such files, as well
    as clickable hyperlinks and automatic window sizing.
    ok brad@ juanfra@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Dec-01
    
    N ports/textproc/nfoview/Makefile
    N ports/textproc/nfoview/distinfo
    N ports/textproc/nfoview/pkg/DESCR
    N ports/textproc/nfoview/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/01 16:17:09

Modified files:
	textproc       : Makefile 

Log message:
+nfoview


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/01 16:19:05

Modified files:
	usr.bin/ssh    : PROTOCOL 

Log message:
mention curve25519-sha256@libssh.org key exchange algorithm


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2013/12/01 16:42:04

Modified files:
	faq            : faq6.html 

Log message:
better wording suggested by krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 19:28:21

Modified files:
	include        : mpool.h 
	lib/libc/db/mpool: mpool.c 

Log message:
CIRCLEQ begone.

ok miller@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 19:33:41

Modified files:
	usr.bin/systat : engine.c 

Log message:
views CIRCLEQ begone.

ok miller@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/01 19:36:22

Modified files:
	sys/dev/wscons : wsmux.c wsmuxvar.h 

Log message:
CIRCLEQ begone.

ok jsing@ (who actually ok'd the systat one too, not millert@)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/01 19:50:27

Modified files:
	usr.bin/ssh    : PROTOCOL.chacha20poly1305 

Log message:
typo; from Jon Cave


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/01 19:56:17

Modified files:
	usr.bin/ssh    : ssh-pkcs11-helper.c 

Log message:
use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/01 20:09:22

Modified files:
	usr.bin/ssh    : key.c 

Log message:
make key_to_blob() return a NULL blob on failure; part of
bz#2175 from Loganaden Velvindron @ AfriNIC


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/01 20:13:14

Modified files:
	usr.bin/ssh    : cipher.c 

Log message:
correct bzero of chacha20+poly1305 key context. bz#2177 from
Loganaden Velvindron @ AfriNIC

Also make it a memset for consistency with the rest of cipher.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/02 01:23:16

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
adjust distfiles handling to allow for filename{url}sufx
to become
filenamesufx (stored name)
urlsufx (fetched url)

to be documented

okay sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/02 01:23:42

Modified files:
	textproc/nfoview: Makefile 

Log message:
Do not hardcode python version.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/02 01:32:20

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Document new DISTFILES extension
Document show-prepare-test-result


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/02 02:25:26

Modified files:
	x11/gtk+2      : Makefile 
Added files:
	x11/gtk+2/patches: patch-gtk_gtkfilesystem_c 

Log message:
GtkFileChooser: avoid a memory leak (upstream).
This was harmful for OS using kqueue...


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/02 06:37:47

Modified files:
	net/munin      : Makefile distinfo 

Log message:
Bugfix update to munin-2.0.17
ok sthen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/02 07:30:12

Modified files:
	app/cwm        : xevents.c 

Log message:
Since we use IconicState as our hidden state, check for the hidden flag
and unmanage the client if we're not hidden (basically if NormalState)
during an UnmapNotify event.

Resolves an issue with mplayer going fullscreen while not using NetWM
hints; behaviour regression reported by Ido Admon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/02 08:29:29

Modified files:
	cad/spice      : Makefile 
	cad/spice/files: OpenBSD 
	cad/spice/patches: patch-src_include_mfb_h 
	                   patch-src_lib_mfb_mfbgnc_c 
Added files:
	cad/spice/patches: patch-src_include_os_bsd_h 

Log message:
Replace the one use of ftime() on BSD with gettimeofday().
Also remove the useless inclusion of <sgtty.h>
ok jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/02 08:32:58

Modified files:
	textproc       : Makefile 
Removed files:
	textproc/sgmlformat: Makefile distinfo 
	textproc/sgmlformat/patches: patch-instant_Makefile 
	                             patch-instant_traninit_c 
	                             patch-sgmlfmt_Makefile 
	                             patch-sgmlfmt_sgmlfmt_1 
	                             patch-sgmlfmt_sgmlfmt_pl 
	                             patch-transpec_Makefile 
	                             patch-transpec_html_sdata 
	                             patch-transpec_linuxdoc-roff_ts 
	                             patch-transpec_roff_sdata 
	textproc/sgmlformat/pkg: DESCR PLIST 

Log message:
Remove sgmlformat.  Used in XFree86 times to format the docs, long
obsolete.  ok matthieu@, kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsing@cvs.openbsd.org	2013/12/02 08:35:49

Modified files:
	lang/go        : Makefile distinfo 
	lang/go/patches: patch-src_cmd_ld_lib_c 
	                 patch-src_pkg_runtime_defs_openbsd_386_h 
	                 patch-src_pkg_runtime_defs_openbsd_amd64_h 
	                 patch-src_pkg_runtime_sys_openbsd_386_s 
	                 patch-src_pkg_runtime_sys_openbsd_amd64_s 
	                 patch-src_pkg_syscall_syscall_openbsd_386_go 
	                 patch-src_pkg_syscall_syscall_openbsd_amd64_go 
	                 patch-src_pkg_syscall_syscall_openbsd_go 
	                 patch-src_pkg_syscall_zerrors_openbsd_386_go 
	                 patch-src_pkg_syscall_zerrors_openbsd_amd64_go 
	                 patch-src_pkg_syscall_zsyscall_openbsd_386_go 
	                 patch-src_pkg_syscall_zsyscall_openbsd_amd64_go 
	                 patch-src_pkg_syscall_zsysctl_openbsd_go 
	                 patch-src_pkg_syscall_zsysnum_openbsd_386_go 
	                 patch-src_pkg_syscall_zsysnum_openbsd_amd64_go 
	                 patch-src_pkg_syscall_ztypes_openbsd_386_go 
	                 patch-src_pkg_syscall_ztypes_openbsd_amd64_go 
	lang/go/pkg    : PFRAG.amd64 PFRAG.i386 PLIST 
Added files:
	lang/go/patches: patch-src_pkg_syscall_route_bsd_go 

Log message:
Update lang/go to Go 1.2.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/02 09:04:26

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile 

Log message:
let puppet run_depend on augeas; suggested by aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/02 09:05:07

Modified files:
	sys/ntfs       : ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c 

Log message:
Use appropriate format specifiers in debug messages. In particular, avoid
casting almost everything to u_int32_t, then formatting as a signed int
(which really helps when you're trying to debug based on 64-bit values).

Looked over by krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/02 09:08:14

Modified files:
	sysutils/augeas: Makefile 
Added files:
	sysutils/augeas/patches: patch-lenses_sudoers_aug 

Log message:
teach augeas' sudo lens about 'lecture' and 'insults'


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/02 09:19:09

Modified files:
	sys/ntfs       : ntfs_subr.c ntfs_subr.h 

Log message:
Avoid truncating 64-bit on disk attribute values to 32-bits. Otherwise an
attribute's data length value wraps at 4GB.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/02 09:23:16

Modified files:
	sys/ntfs       : ntfs_subr.c 

Log message:
Stop trying to put an off_t into an int, which results in a 2GB limit.

From NetBSD.

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/02 09:25:08

Modified files:
	audio/glyr     : Makefile 
	devel/git-cola : Makefile 
	devel/libgit2/libgit2: Makefile 
	devel/lua-penlight: Makefile 
	devel/lualdoc  : Makefile 
	devel/ninja    : Makefile 
	games/easyrpg  : Makefile 
	games/minetest : Makefile 
	mail/rcube-yubikey-plugin: Makefile 
	security/sslScanner: Makefile 
	www/tt-rss     : Makefile 
	x11/freerdp    : Makefile 

Log message:
remove redundancies with new filename{url}sufx scheme


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/02 09:32:12

Modified files:
	emulators/fs-uae: Makefile 
	emulators/fs-uae/patches: patch-Makefile 
Added files:
	emulators/fs-uae/patches: patch-src_blkdev_cdimage_cpp 

Log message:
replace ftime() with gettimeofday() and drop -lcompat; ok edd@ jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/02 11:20:00

Modified files:
	textproc/docbook-to-man: Makefile 
	textproc/docbook-to-man/patches: patch-cmd_docbook-to-man_sh 

Log message:
Unbreak docbook-to-man: mktemp(1) requires XXX be placed at the end of
template, and not in the middle.

okay jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/02 11:38:49

Modified files:
	.              : INDEX 

Log message:
sync, 8577


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/02 12:30:27

Modified files:
	app/cwm        : search.c mousefunc.c 

Log message:
Prepend the group shortcut in the client search menu; from Thomas Adam.
Likewise, prepend shortcut in unhide menu.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 12:47:04

Modified files:
	sys/compat/linux: linux_exec.c 

Log message:
memory leak if copystr() fails, from Maxime Villard


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 12:47:28

Modified files:
	sys/compat/linux: linux_exec.c 

Log message:
spelling; from Maxime Villard


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/02 12:49:26

Modified files:
	app/cwm        : menu.c 

Log message:
Always highlight the first menu item (helpful to see selected items when
not using a mouse and therefore not generating Expose/MotionNotify
events); from Thomas Adam.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/02 13:01:19

Modified files:
	app/cwm        : menu.c 

Log message:
When we receive a NotionNotify event, there's no need to (incorrectly
might I add) redraw the top menu selection.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/02 13:07:38

Modified files:
	lang/go        : Makefile 

Log message:
honour CC/CXX, similar diff from marco


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/02 13:39:44

Modified files:
	regress/bin/ksh: Makefile 
Added files:
	regress/bin/ksh: README alias.t arith.t bksl-nl.t brkcont.t 
	                 cdhist.t eglob.t glob.t heredoc.t history.t 
	                 ifs.t integer.t lineno.t obsd-regress.t read.t 
	                 regress.t syntax.t th unclass1.t unclass2.t 
	                 version.t 
Removed files:
	regress/bin/ksh: eval.sh eval2.sh eval3.sh eval4.sh seterror.sh 
	                 shcrash.sh varfunction.sh 

Log message:
Move ksh test files into regress.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/02 13:41:01

Modified files:
	bin/ksh        : Makefile 
Removed files:
	bin/ksh/tests  : README alias.t arith.t bksl-nl.t brkcont.t 
	                 cdhist.t eglob.t glob.t heredoc.t history.t 
	                 ifs.t integer.t lineno.t obsd-regress.t read.t 
	                 regress.t syntax.t th unclass1.t unclass2.t 
	                 version.t 

Log message:
Move ksh test files into regressMove ksh test files into regressMove ksh test files into regress.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/02 13:55:11

Modified files:
	distrib/miniroot: dot.profile 

Log message:
As the number of interactively triggered (A)utoinstall's should be quite
outnumbered by (I)nstall's and (U)pgrade's, reorder the alternatives.

"sure" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/02 14:01:43

Modified files:
	infrastructure/lib/DPB: Fetch.pm 

Log message:
adapt to new DISTFILES format filename{url}sufx

ok naddy@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/02 14:31:30

Modified files:
	gnu/usr.bin/lynx: configure configure.in 

Log message:
Do not add -lcompat in configure.

libcompat isn't needed; configure checks for the presence of cuserid()
and ftime() and the build copes well with the absence of either.
ftime() would only ever be used if gettimeofday() wasn't available,
and cuserid() is replaced by getlogin() but that code branch is not
reached anyway.

ok sthen@ jca@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/02 14:47:37

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
zap extra experiment, noticed by rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/02 15:14:29

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/patches: patch-tools_clang_lib_Driver_Tools_cpp 
Removed files:
	devel/llvm/patches: patch-cmake_modules_LLVMConfig_cmake_in 

Log message:
- Remove MAKE_FLAGS variables as they were only relevant for the GNU autoconf/make
build infrastructure
- Remove the CMake patch as sebastia@ says it did not actually work and should be
removed
- Some frontend driver tweaks for the external assembler handling for 32-bit mode
(-m32) on amd64, powerpc handling and bring the ABI determination bits in line
with the other OS's to use the getGnuCompatibleMipsABIName function

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2013/12/02 15:19:30

Modified files:
	bin/ln         : ln.1 

Log message:
use a wording more usual in our manual pages.

ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/12/02 15:34:55

Modified files:
	lang/gcc/4.8   : Makefile distinfo 
	lang/gcc/4.8/patches: patch-gcc_config_alpha_alpha_c 
	                      patch-gcc_config_alpha_alpha_md 
	                      patch-gcc_config_gcc 
	                      patch-gcc_config_i386_i386_c 
	                      patch-gcc_config_pa_pa_c 
	                      patch-gcc_config_rs6000_sysv4_h 
	                      patch-gcc_configure 
	                      patch-libgcc_config_host 
	                      patch-libgo_Makefile_in 
	lang/gcc/4.8/pkg: PLIST-c++ 

Log message:
Update to 4.8.2; adastraps hosted by/testing/ok tobiasu@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/02 16:40:41

Modified files:
	sys/dev/ic     : dc.c dcreg.h 

Log message:
Rewrite receive filter handling and ioctl bits. Fixes not being able to
bring the interface out of all multicast mode once a range of multicast
addresses has been found and missing multicast range checking for some
of the dc(4) variants.

Tested with 21143 (represents most of the dc(4) variants and boards) and
ADMtek based adapters. Untested with ASIX and Xircom based adapters.
Putting it in to move forward. I don't expect any issues with the
ASIX/Xircom adapters with the changes as is.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/02 16:49:00

Modified files:
	sysutils/firmware/iwn: Makefile distinfo 

Log message:
Bump to 5.9

Roll in some firmware updates for the 5000 / 1000 and 6000g2a series chipsets.

5000 8.83.5.1-1
1000 39.31.5.1
6000g2a 18.168.6.1

5000 / 1000

fix "tid mismatch" issue

6000g2a

This adds support for WoWLAN and P2P

Tested on 5300 / 1000 and 6205 adapters.

ok sthen@ stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:20:03

Modified files:
	usr.sbin/rmt   : rmt.c 

Log message:
no need to use sgttyb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:21:21

Modified files:
	usr.sbin/eeprom: getdate.y 
	usr.sbin/tcpdump: print-sl.c 

Log message:
no need for timeb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:21:49

Modified files:
	usr.bin/rcs    : date.y 

Log message:
no need for timeb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:23:45

Modified files:
	usr.bin/cvs    : date.y 

Log message:
do not need timeb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:25:07

Modified files:
	lib/libocurses : tputs.c 

Log message:
do not need sgttyb.h anymore; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 17:25:34

Modified files:
	lib/libpcap    : pcap-bpf.c 

Log message:
timeb.h has not been used forever


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/02 17:47:07

Added files:
	x11/compiz/bcop: Makefile distinfo 
	x11/compiz/bcop/patches: patch-src_bcop_in 
	x11/compiz/bcop/pkg: DESCR PLIST 

Log message:
Add bcop, the compiz option code generator.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/02 17:49:44

Added files:
	x11/compiz/libcompizconfig: Makefile distinfo 
	x11/compiz/libcompizconfig/patches: patch-backend_ini_c 
	                                    patch-src_filewatch_c 
	                                    patch-src_lists_c 
	                                    patch-src_main_c 
	x11/compiz/libcompizconfig/pkg: DESCR PLIST 

Log message:
Add libcompizconfig, the compiz configuration system library.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/02 17:51:19

Added files:
	x11/compiz/compizconfig-python: Makefile distinfo 
	x11/compiz/compizconfig-python/patches: 
	                                        patch-src_compizconfig_pyx 
	x11/compiz/compizconfig-python/pkg: DESCR PLIST 

Log message:
Add compizconfig-python, the compiz configuration system bindings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/02 17:52:03

Added files:
	x11/compiz/ccsm: Makefile distinfo 
	x11/compiz/ccsm/pkg: DESCR PLIST 

Log message:
Add ccsm, the compiz configuration manager.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/02 17:53:41

Added files:
	x11/compiz/plugins-main: Makefile distinfo 
	x11/compiz/plugins-main/pkg: DESCR PLIST 

Log message:
Add compiz-plugins-main, the main plugins for compiz.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 18:29:00

Modified files:
	libexec/login_token: init.c login_token.c token.c tokendb.h 

Log message:
use LOGIN_NAME_MAX instead of L_cuserid, and adjust .h includes; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/02 18:32:49

Modified files:
	gnu/usr.bin/cvs: config.h.in configure configure.in 
	gnu/usr.bin/cvs/emx: config.h 
	gnu/usr.bin/cvs/lib: getdate.c getdate.y xtime.h 
	gnu/usr.bin/cvs/os2: config.h 
	gnu/usr.bin/cvs/src: client.c cvs.h history.c main.c rcs.c 
	                     server.c subr.c 
	gnu/usr.bin/cvs/vms: config.h 
	gnu/usr.bin/cvs/windows-NT: config.h 

Log message:
Kill usage of timeb.h for upcoming removal of libcompat.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 18:47:06

Modified files:
	libexec/ld.so  : library_subr.c sod.c 
	libexec/ld.so/ldconfig: debug.c library.c prebind.c sod.c 
	usr.sbin/acpidump: acpidump.c 

Log message:
stop using sys/syslimits.h directly, and use limits.h
prodded by millert


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/02 18:48:37

Modified files:
	usr.sbin/eeprom: eehandlers.c getdate.y 

Log message:
Kill usage of timeb.h for upcoming removal of libcompat.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/02 19:14:58

Modified files:
	usr.sbin/amd/amd: amq_subr.c info_file.c mount_fs.c util.c 
	usr.sbin/amd/mk-amd-map: mk-amd-map.c 

Log message:
ctype cleanups
ok okan


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/02 21:39:16

Modified files:
	gnu/usr.bin/gcc/gcc: collect2.c collect2.h tlink.c 

Log message:
Backport from gcc4 (mostly): make collect2 preserve ld's stdout and
stderr separately so that redirections of gcc's stdout/stderr act as
expected.

ok and testing miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/02 23:21:41

Modified files:
	lib/csu/alpha  : Makefile md_init.h 
	lib/csu/amd64  : Makefile md_init.h 
	lib/csu/arm    : Makefile md_init.h 
	lib/csu/hppa   : Makefile md_init.h 
	lib/csu/hppa64 : Makefile md_init.h 
	lib/csu/i386   : Makefile md_init.h 
	lib/csu/m68k   : Makefile md_init.h 
	lib/csu/m88k   : Makefile md_init.h 
	lib/csu/mips64 : Makefile md_init.h 
	lib/csu/powerpc: Makefile md_init.h 
	lib/csu/sh     : Makefile md_init.h 
	lib/csu/sparc  : Makefile md_init.h 
	lib/csu/sparc64: Makefile md_init.h 
	lib/csu/vax    : Makefile md_init.h 
Added files:
	lib/csu/common_elf: crt0.c 
Removed files:
	lib/csu/alpha  : crt0.c 
	lib/csu/amd64  : crt0.c 
	lib/csu/arm    : crt0.c 
	lib/csu/hppa   : crt0.c 
	lib/csu/hppa64 : crt0.c 
	lib/csu/i386   : crt0.c 
	lib/csu/m68k   : crt0.c 
	lib/csu/m88k   : crt0.c 
	lib/csu/mips64 : crt0.c 
	lib/csu/powerpc: crt0.c 
	lib/csu/sh     : crt0.c 
	lib/csu/sparc  : crt0.c 
	lib/csu/sparc64: crt0.c 
	lib/csu/vax    : crt0.c 

Log message:
Merge the per-arch crt0.c files into common_elf/crt0.c, with MD macros in
the md_init.h files.

Worked out with and ok miod@; ok matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/02 23:50:17

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-deps_hiredis_Makefile 
	                         patch-deps_linenoise_Makefile 

Log message:
Update to redis-2.8.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/02 23:53:17

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2013.12.02


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/03 00:15:45

Modified files:
	x11/lablgtk2   : Makefile 
Added files:
	x11/lablgtk2/patches: patch-src_Makefile 

Log message:
Unbreak lablgtk2 on ppc.

A required patch hunk got removed by accident during the update to
2.18.0.

From Daniel Dickman, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/03 00:37:44

Modified files:
	graphics/feh   : Makefile 
	graphics/feh/patches: patch-src_events_c 

Log message:
thumbnail mode: if --action is set, run it instead of opening images
(upstream git commit c0649c4b2a7c824abc743fa59457221e2bc3ab21)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/03 01:32:40

Modified files:
	usr.sbin/smtpd : bounce.c 

Log message:
warn when failing to enqueue an internal bounce.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/03 02:06:26

Modified files:
	usr.sbin/smtpd : mta.c mta_session.c smtpd.h 

Log message:
Rework the envelope flushing loops in mta to avoid sending all delivery
notifications in one go to the queue. Simplify code in the process.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/03 02:32:23

Modified files:
	sys/miscfs/fuse: fuse_file.c fuse_lookup.c fuse_vnops.c 

Log message:
Add some missing check to know if the communication channel with
libfuse is still open before sending fusebufs.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/03 02:53:37

Modified files:
	sys/miscfs/fuse: fuse_device.c 

Log message:
Unmount the fuse filesystem if the communication end with
the fuse device.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/03 02:56:54

Modified files:
	sysutils/firmware/iwn: Makefile distinfo 
	sysutils/firmware/iwn/pkg: PLIST 

Log message:
Add firmware for 100 adapter as well as 2000 and 7000 series adapters.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/03 02:59:40

Modified files:
	sys/miscfs/fuse: fuse_vnops.c 
	sys/sys        : fusebuf.h 
	lib/libfuse    : fuse_ops.c fuse_private.h fuse_subr.c 

Log message:
Add support for FBT_RECLAIM that allow us to free the representation
of vnode in userspace.

"I think it's right" from tedu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/03 03:07:58

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Does not append a NUL character to buf in readlink(2).
Add some check for malloc(3) return values.

From Derrik Pates (daemon AT now DOT ai), thanks.
OK millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/03 03:15:17

Modified files:
	editors/libreoffice: Makefile 

Log message:
mark BROKEN on i386 to save ~5 hours in a bulk build before it fails


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/03 03:21:01

Modified files:
	net/munin      : Makefile distinfo 
	net/munin/patches: patch-Makefile 

Log message:
security and bugfix update to munin-2.0.18
* Avoid a node DoS on bad plugin (CVE-2013-6359)
* Avoid an OOM in HTML generation on bad multigraph data (CVE-2013-6048)
OK sthen@ with the reminder to fix substitue-confvar-inline target


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/03 03:38:40

Modified files:
	usr.sbin/smtpd : scheduler_ramqueue.c 

Log message:
schedule in O(log n)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/03 03:38:52

Modified files:
	lang/gcc/4.8   : Makefile 

Log message:
mark for parallel builds; ok pascal


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/03 06:55:40

Modified files:
	sbin/iked      : config.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c 
	                 parse.y pfkey.c policy.c util.c 

Log message:
never cast to sockaddr_storage, always cast to the abstract 'class' sockaddr
this fixes an out-of-bounds-memcpy in pfkey_process(); ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/12/03 07:21:37

Modified files:
	x11/isomaster  : Makefile distinfo 
	x11/isomaster/patches: patch-Makefile 
	x11/isomaster/pkg: PLIST 
Added files:
	x11/isomaster/patches: patch-bk_bkCache_c patch-bk_bkMisc_c 
	                       patch-bk_bk_h patch-editfile_c 
	                       patch-isomaster_c 

Log message:
Update to 1.3.9
replace ftime(3) with gettimeofday(2)
replace random(3) with arc4random(3)
help and ok naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2013/12/03 08:26:58

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hp300 md.hppa md.i386 
	                          md.landisk md.loongson md.luna88k 
	                          md.macppc md.mvme68k md.mvme88k 
	                          md.octeon md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/03 09:08:21

Modified files:
	devel/xulrunner/24: Makefile 

Log message:
Ensure xulrunner-devel RUN_DEPENDS on xulrunner.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/03 09:19:43

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h 

Log message:
Remove some unused cruft.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/03 11:23:09

Modified files:
	audio/celt07   : Makefile 

Log message:
BROKEN-hppa: celt.c:1540: internal compiler error: in delete_output_reload, at reload1.c:7926


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/03 13:51:06

Modified files:
	net/ifmcstat   : Makefile 

Log message:
mark as BROKEN: multicast address handling in the kernel has changed


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/12/03 14:06:59

Modified files:
	sys/dev/usb    : if_ugl.c 

Log message:
add copyright notice/code modifier's name.

ok by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/03 14:18:50

Modified files:
	archivers/unzip/patches: patch-unix_Makefile 
Added files:
	archivers/unzip/patches: patch-unix_unxcfg_h 

Log message:
* timeb was already well deprecated on 4.4BSD
* regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/03 14:50:02

Modified files:
	net            : Makefile 
Removed files:
	net/ez-ipupdate: Makefile distinfo 
	net/ez-ipupdate/patches: patch-ez-ipupdate_c 
	net/ez-ipupdate/pkg: DESCR PLIST 

Log message:
Remove ez-ipupdate, 10+ year-old unmaintained software that only works
with a couple of commercial dyndns providers which are also covered by
other software such as net/ddclient, net/inadyn, net/no-ip.

At the request of Mitja (maintainer), nobody complained on ports@ (and
it can always be fished out of the attic if needed).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/03 15:02:54

Modified files:
	sysutils/backuppc: Makefile distinfo 
	sysutils/backuppc/patches: patch-configure_pl 
	                           patch-lib_BackupPC_CGI_View_pm 
	sysutils/backuppc/pkg: PLIST 

Log message:
Update to BackupPC 3.3.0.
See for Changelog:
http://comments.gmane.org/gmane.comp.sysutils.backup.backuppc.devel/960


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	naddy@cvs.openbsd.org	2013/12/03 15:27:26

Modified files:
	app/xgc        : tests.c 

Log message:
don't include obsolete <sys/timeb.h>, which will go away shortly; ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/03 15:37:25

Modified files:
	sys/dev/pci    : if_iwi.c if_iwivar.h 

Log message:
Seems we simply have to live with fatal firmware errors.  Even Linux, with its
driver written by Intel engineers occasionally gets them.  So when we get one,
simply reset the chip, reload the firware and bring the interface up again.

Tested by naddy@, who unfortunately is experiencing the quantum zeno effect
making his iwi(4) not crap out.
ok stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/03 15:47:29

Modified files:
	sys/dev/ic     : atw.c 

Log message:
#if 0 out atw_hw_decrypted() as it is currently an unused function as the
code calling it is also #if 0'd out.

atw.c:3021:1: error: unused function 'atw_hw_decrypted' [-Werror,-Wunused-function]

ok deraadt@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/03 15:48:28

Modified files:
	distrib/sets/lists/base: md.loongson md.octeon md.sgi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/03 15:49:07

Modified files:
	sys/dev/ic     : aic79xx.c 

Log message:
Remove num_chip_names.

aic79xx.c:93:20: error: unused variable 'num_chip_names' [-Werror,-Wunused-const-variable]

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/03 16:00:07

Modified files:
	x11/gnome/gedit-plugins: Makefile distinfo 
Removed files:
	x11/gnome/gedit-plugins/patches: 
	                                 patch-plugins_terminal_terminal_py 

Log message:
update to gedit-plugins-3.10.1


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/03 16:00:51

Modified files:
	lib/libc/sys   : select.2 
	sys/sys        : select.h 

Log message:
Remove string.h dependency from sys/select.h; from FreeBSD, tweaked
by deraadt@.  Sync man page.

ok guenther@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/03 16:10:17

Modified files:
	distrib/sgi/cdfs: Makefile 
Added files:
	distrib/sgi/cdfs: xfs512.bin.gz.uue 

Log message:
Create a minimalist XFS partition containing the 64-bit boot loader as its
only file, and put it in the volume header. This allows IP27 to be able to
boot off cdrom via the ``Install System Software'' menu.

Tested on Origin 200 (IP27) and Fuel (IP35), verified to still boot on IP32
using boot blocks from the volume header.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/03 17:20:31

Modified files:
	lib/csu/mips64 : md_init.h 

Log message:
correct frame handling
with and ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/03 17:23:29

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 

Log message:
cpp does not work in the base set alone, it needs the comp set installed
because it in love with gcc internals.  so move cpp to the comp set.
spotted by jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/03 17:52:53

Modified files:
	sys/dev/usb    : if_cdce.c if_cdcef.c if_cdcereg.h 

Log message:
use dv_unit rather than storing (or forgetting to store...) a local
version
noted by uaa@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/12/03 18:08:49

Modified files:
	distrib/miniroot: install.sub 

Log message:
the hostname.if for a vlan's parent interface should be mode 640 to avoid
a warning at first boot  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2013/12/03 18:18:33

Modified files:
	etc/mtree      : special 

Log message:
Stop security(8) whining about /etc/nsd.conf which has moved, pointed out
by Bjorn Ketelaars.  Check that the /var/nsd/etc directory is protected
instead, it may contain zone-transfer keys etc.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/03 19:18:05

Modified files:
	usr.sbin/ypserv/makedbm: makedbm.c 
	usr.sbin/ypserv/mknetid: mknetid.c 
	usr.sbin/ypserv/yppush: yppush.c 
	usr.sbin/ypserv/ypserv: acl.c 

Log message:
ctype improvements; checked by okan


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/03 21:20:02

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
bz#2171: don't leak local_fd on error; from Loganaden Velvindron @
AfriNIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2013/12/03 21:40:39

Modified files:
	www/conkeror   : Makefile distinfo 
	www/conkeror/patches: patch-contrib_build_sh 
	www/conkeror/pkg: PLIST 
Removed files:
	www/conkeror/patches: patch-contrib_man_conkeror_1 

Log message:
Update conkeror to a recent git snapshot and switch to xulrunner 24.

Prodding and ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/03 22:21:57

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
mfi_refresh_sensors calls mfi_ioctl_vol which calls mfi_bio_getitall, which
replaces pointers in the softc and all sorts of fun stuff. this protects
the call to bio_getitall with the sc_lock the ioctl path uses, so we dont
get panics like those reported on bugs@ recently.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2013/12/04 00:13:31

Modified files:
	sysutils/syslog-ng: Makefile 
Added files:
	sysutils/syslog-ng/patches: patch-configure 

Log message:
unbreak by not picking up libuuid from e2fsprogs - reported by naddy@
writing uuid still works without libuuid.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/04 00:28:53

Modified files:
	lib/libc/sys   : select.2 

Log message:
update BUGS to reflect previous; as advised by
guenther and deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/04 00:35:46

Modified files:
	usr.bin/who    : who.1 

Log message:
update HISTORY: this command first appeared in V1 AT&T.

from Troels Vedel Klojgaard's submission to freebsd-doc (pr #184459):

The who command was among the first 60 UNIX commands, presented
in the first edition of "UNIX Programmer's Manual" (Bell Labs,
Murray Hill, New Jersey, November 3, 1971), as documented by Peter
H. Salus: A Quarter Century of UNIX. Reading, Massachusetts:
Addison-Wesley, 1995, page 41f.

verified/ok sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/04 00:37:57

Modified files:
	share/man/man3 : intro.3 

Log message:
remove reference to non-existent krb5(3). i don;t see any obvious place
to point folks to, so removing it until such time as i find one.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/04 00:39:26

Modified files:
	lib/libc/sys   : select.2 

Log message:
tweak from deraadt;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/04 02:20:56

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_mount_rb 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_mount_rb 

Log message:
sync with upstream pr; use -o update on openbsd for remounts.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/04 02:23:39

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 

Log message:
- fix a small buglet when handling non-flavored packages; it didn't cause
any fallout (afaics), but it did break some spec tests.
- add link to upstream pr


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/04 02:52:04

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
fixup MASTER_SITES


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/04 05:31:14

Modified files:
	sys/arch/armv7/omap: ommmc.c 

Log message:
Looks like the eMMC does no like block read request lower than block
size. Rever the bsize to default 512 to fix the problem while a proper
fix is worked on.

Spotted by rapha@
ok rapha@, fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/04 08:23:56

Modified files:
	net/curl       : Makefile 
Added files:
	net/curl/patches: patch-include_curl_curl_h 

Log message:
use <sys/select.h> to get select() in a reliable, standards-compliant way
pointed out by kirby@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/04 08:53:33

Modified files:
	emulators/fedora/base: Makefile 
	emulators/fedora/base/pkg: PLIST 
Added files:
	emulators/fedora/base/patches: patch-etc_fonts_fonts_conf 

Log message:
Install the fontconfig configuration:
* Sync font directory list with base system.
* Put the user font cache directory under:
XDG_CACHE_HOME/.cache/fontconfig-compat_linux
to make it clear it is used by the Linux compatibility layer.
(fontconfig in Fedora 10 does not support the "xdg" prefix for cachedir)

This prevents creating the fontconfig cachedir directly in the user home
directory.

WARNING: due to a symlink replaced by a directory, this package can not
be properly updated, so a pkg_delete+pkg_add will be needed; since we
are riding the time_t switch, this will not be an issue for regular
release update since all pkg must be removed anyway.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/04 08:56:20

Modified files:
	sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-0.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/04 09:05:44

Modified files:
	usr.sbin/ypserv/ypserv: ypserv_db.c 

Log message:
opt_map CIRCLEQ -> TAILQ.

ok jsing@ (with nit), jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/04 09:19:32

Modified files:
	distrib/miniroot: install.sub 

Log message:
Eliminate spurious space that breaks parsing of nwids containing
blanks.

Same fix was applied by todd@ to /etc/netstart (r1.114) in 2006.

Pointed out by Remy via bugs@. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/04 09:27:56

Modified files:
	sys/netinet    : ip_output.c 

Log message:
ifp must be initialized in ip_setmoptions;  from oga via mpi, ok mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/04 09:33:30

Modified files:
	sbin/iked      : crypto.c 

Log message:
Use EVP_sha1 directly instead of doing the EVP_get_digestbyname lookup.
Correct the comment while here: RFC5996 says we SHOULD use SHA1 as a
hashing function for RSA Digital Signatures.  Tested by and OK markus.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/04 09:54:28

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Be more careful to ensure memcpy'd data will fit.

Potential problems pointed out by matthew@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/04 10:07:43

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
kill a debug printf;  noticed by sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/04 12:39:50

Modified files:
	sbin/dhclient  : dhclient.c dispatch.c kroute.c packet.c 

Log message:
More memcpy() stylistic repairs and size checks.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/04 12:44:41

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Oops. Missed a chunk. Give up on classless static routes if
size of mask is > 4 bytes. Don't keep looping on the data
hoping it gets better.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/04 12:49:37

Modified files:
	databases/ruby-hiera: Makefile distinfo 
	databases/ruby-hiera/pkg: PLIST 

Log message:
- update to hiera-1.3.0
* https://groups.google.com/forum/#!topic/puppet-users/jeeYWpP0y80


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/04 13:19:04

Removed files:
	geo/foxtrotgps/patches: patch-src_geo_photos_c 

Log message:
remove unneeded patch after naddy@ has fixed net/curl
bogus patch was reported by Joshua Judson Rosen, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/12/04 13:20:52

Modified files:
	lang/node      : Makefile distinfo 
	lang/node/patches: 
	                   patch-deps_npm_node_modules_node-gyp_lib_install_js 
	lang/node/pkg  : PLIST 
Added files:
	lang/node/patches: patch-deps_uv_src_unix_kqueue_c 
	                   patch-tools_gyp_node_py 

Log message:
Update node to the lastest version.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/04 13:24:01

Modified files:
	distrib/notes/sparc64: install 

Log message:
Do not suggest changing boot-file to boot the SMP kernel, since the installer
sets up /bsd as the SMP kernel on SMP systems; jkatz


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/04 13:46:39

Removed files:
	libexec/identd : CREDITS Makefile identd.8 identd.c identd.h 
	                 openbsd.c parse.c 

Log message:
we now use the rewritten usr.sbin/identd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/04 13:49:29

Modified files:
	libexec        : Makefile 

Log message:
cleanup SUBDIR


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/04 14:10:32

Added files:
	security/pgp/patches: patch-zunzip_h 

Log message:
code shared with unzip: timeb was already obsolete on 4.4BSD


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/04 14:21:35

Modified files:
	distrib/miniroot: install.sub 

Log message:
Defer spooling of the install log output mail until we are up and
running again, with our mail system of choice running.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/04 14:31:13

Modified files:
	lang/mono      : Makefile 
Added files:
	lang/mono/patches: patch-support_stdio_c 

Log message:
L_cuserid will be going away


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/12/04 14:56:21

Modified files:
	lang/pypy      : Makefile distinfo 
	lang/pypy/patches: patch-lib_pypy__tkinter_tklib_py 
	                   patch-rpython_translator_platform_openbsd_py 
	lang/pypy/pkg  : PLIST 
Added files:
	lang/pypy/patches: patch-rpython_rtyper_module_ll_time_py 
Removed files:
	lang/pypy/patches: patch-lib_pypy__tkinter___init___py 
	                   patch-lib_pypy__tkinter_app_py 

Log message:
Update to PyPy-2.2.1 and remove dependency upon libcompat.a and headers.

Tested by naddy@.

OK naddy@ and juanfra@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/04 15:05:47

Modified files:
	infrastructure/db: config.site 

Log message:
toggle features that are going away with libcompat


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/04 15:14:33

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
When we receive a /32 IP address assignment, mimick ISC DHCP by adding
a direct route for the default gateway IP with equivalent to

route add -net $gw -netmask 255.255.255.255 -cloning -iface $myip

so that the subsequent

route add default $gw

can succeed.

Magic route(8) incantation thanks to claudio.
Tested successfully on Compute Engine.
Committing now so additional testing/discussion can happen in-tree.

Discussed with deraadt, krw, claudio.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2013/12/04 15:52:25

Modified files:
	.              : want.html 

Log message:
Luke Tymowski has donated a powerful ThinkPad T430s.  Thanks a lot!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/04 15:58:24

Modified files:
	share/mk       : bsd.README bsd.prog.mk 
	include        : Makefile sgtty.h stdio.h unistd.h 
	lib            : Makefile 
	lib/libc/stdio : stdio.3 
Removed files:
	include        : re_comp.h 
	lib/libcompat  : Makefile 
	lib/libcompat/4.1: ftime.3 ftime.c gtty.c stty.3 stty.c 
	lib/libcompat/4.3: re_comp.3 regex.c rexec.3 rexec.c setrgid.c 
	                   setruid.3 setruid.c 
	lib/libcompat/4.4: cuserid.3 cuserid.c 
	lib/libcompat/regexp: COPYRIGHT README regerror.c regexp.3 
	                      regexp.c regexp.h regmagic.h regsub.c 

Log message:
express final disapproval of the interfaces in libcompat, such as
them ftime(), gtty(), stty(), re_comp(), cuserid() and others.
Discussion and ongoing work to fix the ports tree from many, especially
naddy.
ok naddy
[There is a bit more cleanup possible after that, but this is considered
the current safe step]


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/04 16:20:19

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/alpha: install 
	distrib/notes/amd64: install 
	distrib/notes/armish: install 
	distrib/notes/armv7: install 
	distrib/notes/aviion: install 
	distrib/notes/hp300: install 
	distrib/notes/hppa: install 
	distrib/notes/i386: install 
	distrib/notes/landisk: install 
	distrib/notes/loongson: install 
	distrib/notes/macppc: install 
	distrib/notes/mvme68k: install 
	distrib/notes/mvme88k: install 
	distrib/notes/octeon: install 
	distrib/notes/sgi: install 
	distrib/notes/socppc: install 
	distrib/notes/sparc64: install 
	distrib/notes/zaurus: install 

Log message:
committing uwe's autoinstall notes, as requested by deraadt;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/04 16:59:27

Modified files:
	devel/xulrunner/24: Makefile 

Log message:
Change RUN_DEPENDS -> bump REVISION. noticed by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2013/12/04 17:27:50

Modified files:
	mail/greyscanner: Makefile distinfo 

Log message:
Update to 1.02.

Bug fix and port update prompting from Craig Skinner.

"go ahead" sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/04 17:44:49

Modified files:
	distrib/miniroot: install.sub 

Log message:
improve the question part (second line) of ask_which to actually include
the name of what we're asking for, rather than 'Which _one_ ...'
Improves things a lot for the autoinstaller.

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/04 18:16:41

Modified files:
	usr.bin/ssh    : servconf.c servconf.h 

Log message:
bz#2161 - fix AuthorizedKeysCommand inside a Match block and
rearrange things so the same error is harder to make next time;
with and ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2013/12/04 18:28:45

Modified files:
	sys/arch/amd64/amd64: lock_machdep.c 
	sys/arch/hppa/hppa: lock_machdep.c 
	sys/arch/i386/i386: lock_machdep.c 
	sys/arch/macppc/macppc: lock_machdep.c 
	sys/arch/octeon/octeon: lock_machdep.c 
	sys/arch/sgi/sgi: lock_machdep.c 
	sys/arch/sparc64/sparc64: lock_machdep.c 

Log message:
Correct spin timeout detection in __mp_lock debug code.

OK pirofti@ krw@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/04 19:55:04

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/05 00:41:40

Modified files:
	lib/libocurses : otermcap.3 

Log message:
no more stty(3), so point to tty(4);
as advised by deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/05 00:43:20

Modified files:
	lib/libc/string: bm.3 

Log message:
no more regexp(3), so point to regex(3);
as advised by deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/05 00:44:02

Modified files:
	devel/harfbuzz : Makefile distinfo 

Log message:
Update to harfbuzz-0.9.25.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/05 00:45:46

Modified files:
	share/man/man3 : intro.3 

Log message:
no more libcompat;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/05 00:51:05

Modified files:
	graphics/graphite2: Makefile distinfo 

Log message:
Update to graphite2-1.2.4.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 02:26:47

Modified files:
	usr.sbin/smtpd : mta.c scheduler.c scheduler_ramqueue.c 
	                 smtpd-api.h 

Log message:
When a relay fails, let the scheduler update all envelopes in the
holdq as if they tempfailed.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 02:31:16

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
document "verify" keyword and "authtable" option on "listen" rules


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 02:44:16

Modified files:
	usr.sbin/smtpd : envelope.c 

Log message:
warn when failing to parse a field


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/05 02:45:12

Modified files:
	x11/gtk+3      : Makefile distinfo 
	x11/gtk+3/patches: patch-gtk_Makefile_in 
	x11/gtk+3/pkg  : PLIST-main 

Log message:
Update to gtk+3-3.10.6.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 03:06:32

Modified files:
	usr.sbin/smtpd : smtpd-defines.h smtpd.h 

Log message:
move defines around


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/05 03:21:49

Modified files:
	mail/amavisd-new: Makefile 
	mail/amavisd-new/pkg: PLIST 

Log message:
install the sample amavisd-custom.conf file, and re-arrange the do-install
Makefile target so that it's shorter/easier to read. ok giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/05 03:27:30

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
minor tweaks;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/05 03:45:32

Modified files:
	net/dnscrypt-proxy: Makefile 

Log message:
don't pick up uuid/uuid.h if it's present at build time (not used here
anyway), spotted by naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/05 05:19:00

Modified files:
	cad/chipmunk   : Makefile 
	cad/chipmunk/patches: patch-psys_include_p2c_p2c_h 
Added files:
	cad/chipmunk/patches: patch-view_viewmod_c patch-wol_wol_init_c 

Log message:
L_cuserid -> LOGIN_NAME_MAX


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/05 05:57:40

Modified files:
	net/munin      : Tag: OPENBSD_5_4 Makefile distinfo 
	net/munin/patches: Tag: OPENBSD_5_4 patch-Makefile 

Log message:
Update munin to 2.0.18 which contains various bugfixes as well as fixes for
CVE-2013-6048/CVE-2013-6359

ok kirby@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/12/05 06:08:50

Modified files:
	net/samba      : Makefile 

Log message:
Fix WANTLIB/LDEP sysutils/e2fsprogs for ads FLAVOR

Ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/05 06:29:56

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: i915_drv.h i915_gem.c 
	                      i915_gem_execbuffer.c 
	sys/dev/pci/drm/radeon: atombios_crtc.c radeon.h radeon_cursor.c 
	                        radeon_display.c radeon_fb.c 
	                        radeon_gem.c radeon_kms.c 
	                        radeon_legacy_crtc.c radeon_mode.h 
	                        radeon_prime.c 

Log message:
Rename 'struct drm_obj' to 'struct drm_gem_object' to reduce the diffs with
Linux.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/05 07:18:54

Modified files:
	usr.sbin/ypserv/mkalias: mkalias.c 

Log message:
In split_address(), make 'i' a size_t.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/05 07:20:53

Modified files:
	usr.sbin/ypserv/revnetgroup: hash.h revnetgroup.c 

Log message:
Provide a prototype for ngstore() and include <unistd.h> for getopt().
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/05 07:22:42

Modified files:
	usr.sbin/ypserv/ypserv: ypserv.c 

Log message:
Properly initialize 'transp' to appease the compiler.  ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/05 07:38:18

Log message:
    Import ocaml-bitstring.
    
    Port from Daniel Dickman (didickman at gmail dot com) with a few tweaks
    by me.  ok dcoppa@
    
    The ocaml-bitstring project adds Erlang-style bitstrings and matching
    over bitstrings as a syntax extension and library for OCaml. You
    can use this module to both parse and generate binary formats, files
    and protocols. Bitstring handling is added as primitives to the
    language, making it exceptionally simple to use and very powerful.
    Bitstring handles integers, strings, sub-bitstrings, big-, little-
    and native-endianness, signed and unsigned types, variable-width
    fields, and fields with arbitrary bit alignment.
    
    Status:
    
    Vendor Tag:	jca
    Release Tags:	jca_2013-12-05
    
    N ports/devel/ocaml-bitstring/Makefile
    N ports/devel/ocaml-bitstring/distinfo
    N ports/devel/ocaml-bitstring/patches/patch-Makefile_in
    N ports/devel/ocaml-bitstring/pkg/DESCR
    N ports/devel/ocaml-bitstring/pkg/PLIST
    N ports/devel/ocaml-bitstring/pkg/PFRAG.shared
    N ports/devel/ocaml-bitstring/pkg/PFRAG.native
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/05 07:40:51

Modified files:
	devel          : Makefile 

Log message:
+ocaml-bitstring


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 08:04:09

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
bogus ';'


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/05 08:05:53

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
missing init


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/05 08:53:14

Modified files:
	net/synergy    : Makefile 
Added files:
	net/synergy/patches: patch-src_CMakeLists_txt 

Log message:
Don't compile the internal tests; we don't use them and they only seemed to
have compiled by luck anyway.
ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/05 09:18:46

Modified files:
	sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-0.5.
Fix build with WARNINGS (from giovanni@).


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/12/05 09:31:35

Modified files:
	mail/z-push    : Makefile distinfo 

Log message:
update to 2.1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/05 09:54:19

Added files:
	x11/qt4/patches: 
	                 patch-tools_assistant_lib_fulltextsearch_qclucene-config_p_h 

Log message:
don't include <sys/timeb.h>; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/05 10:16:02

Modified files:
	include        : Makefile 

Log message:
oops, sgtty.h stays for a little longer


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/05 10:36:12

Modified files:
	usr.sbin/ypserv/ypserv: ypserv_db.c 

Log message:
In lookup_host(), return to caller a properly calculated message length
instead of using an uninitialized variable.  While here, simplify the
code that calculates the message length, and use snprintf/strlcat more
carefully.  ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/05 10:37:54

Modified files:
	games/solarus/solarus: Makefile distinfo 
	games/solarus/zsdx: Makefile distinfo 
	games/solarus/zsxd: Makefile distinfo 
Removed files:
	games/solarus/solarus/patches: patch-CMakeLists_txt 

Log message:
Update Solarus to 1.1.1 and the games to 1.7.1 - mostly bugfixes; notably
Solarus will now exit cleanly if you don't point it to a game.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/05 11:34:48

Modified files:
	net/libnet/1.0/patches: patch-src_libnet_link_bpf_c 
	net/libnet/1.1 : Makefile 
	net/libnet/1.1/patches: patch-src_libnet_link_bpf_c 

Log message:
do not include sys/timeb.h, sync autoconf version


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/05 12:34:01

Added files:
	lang/newlisp/patches: patch-newlisp_h 

Log message:
do not include sys/timeb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2013/12/05 13:53:15

Modified files:
	sys/dev/usb    : if_ugl.c 

Log message:
use dv_unit rather than storing local version (removed sc_unit in
struct ugl_softc).

ok by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/05 14:03:40

Modified files:
	usr.sbin/dhcpd : packet.c 
	sbin/dhclient  : packet.c 

Log message:
Nuke local #define ETHER_HEADER_SIZE and use the identical value'd
ETHER_HDR_LEN from if_ether.h. dhclient change ok matthew@ as part
of larger diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/05 14:27:28

Modified files:
	sys/dev/pci/drm/i915: intel_overlay.c 

Log message:
Fully unstub intel_overlay_{map|unmap}_regs.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/05 14:32:59

Modified files:
	sbin/dhclient  : dhclient.c dispatch.c kroute.c packet.c 

Log message:
Use destination size as size of memcpy(). Use <in_addr> rather than
<in_addr>.s_addr to shorten code.

ok deraadt@ matthew@ as part of larger diff


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/05 14:38:33

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/05 14:41:08

Modified files:
	productivity/grisbi: Makefile 
Added files:
	productivity/grisbi/patches: patch-src_include_h 

Log message:
Don't include sys/timeb.h if you don't use anything from it, mkay ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/05 14:58:50

Added files:
	audio/audacity/patches: 
	                        patch-lib-src_libnyquist_nyquist_cmt_midifns_c 

Log message:
do not include sys/timeb.h


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/05 15:31:35

Modified files:
	sbin/dhclient  : conflex.c dhcp.h dhctoken.h parse.c 
	usr.sbin/dhcpd : conflex.c dhcp.h dhctoken.h parse.c 

Log message:
Stop pretending we still support FDDI or token ring hardware types.

idea ok deraadt@ matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/05 15:59:45

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
fix memory leak in error path in do_readdir(); pointed out by
Loganaden Velvindron @ AfriNIC in bz#2163


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/12/05 16:44:01

Modified files:
	audio/milkytracker: Makefile distinfo 
	audio/milkytracker/patches: patch-src_tracker_sdl_SDL_Main_cpp 
	audio/milkytracker/pkg: PLIST 
Removed files:
	audio/milkytracker/patches: patch-configure_in 

Log message:
Update to milkytracker-0.90.86.

Also install desktop files and examples.

Based upon work by bcallah@

OK bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/05 17:42:45

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Workaround closed stdin in non-interactive mode.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/05 19:26:02

Added files:
	cad/ngspice/patches: patch-src_maths_misc_randnumb_c 

Log message:
Remove unnecessary include of sys/timeb.h.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/05 20:40:51

Modified files:
	usr.bin/ssh    : ssh-keygen.c 

Log message:
remove duplicated character ('g') in getopt() string;
document the (few) remaining option characters so we don't have to rummage
next time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/05 23:35:34

Modified files:
	security/ccid  : Makefile distinfo 

Log message:
Update to ccid-1.4.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/06 00:27:44

Added files:
	print/hplip/patches: patch-prnt_hpcups_CommonDefinitions_h 

Log message:
Do not include sys/timeb.h, it's unused.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/06 01:03:57

Added files:
	devel/ptlib/patches: patch-src_ptlib_unix_osutil_cxx 

Log message:
sys/timeb.h is not needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/06 01:09:14

Modified files:
	graphics/amide : Makefile 
Added files:
	graphics/amide/patches: patch-src_amitk_data_set_c 
	                        patch-src_analysis_c patch-src_render_c 

Log message:
Remove unnecessary include of sys/timeb.h.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/06 03:42:15

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
"verify" is already documented with "tls-require verify".


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/12/06 03:57:39

Modified files:
	opensmtpd      : aliases.5.html forward.5.html makemap.8.html 
	                 newaliases.8.html smtpctl.8.html smtpd.8.html 
	                 smtpd.conf.5.html 
Added files:
	opensmtpd      : sendmail.8.html table.5.html 

Log message:
update man pages


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/06 04:17:20

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c 

Log message:
Another round of reducing diffs with Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 04:27:18

Added files:
	security/fragrouter/patches: patch-Libnet-0_99b_src_bpf_c 

Log message:
Don't include <sys/timeb.h>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 04:28:16

Added files:
	comms/kermit/patches: patch-ckufio_c 

Log message:
Don't include <sys/timeb.H>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 04:53:05

Modified files:
	security/antisniff/patches: patch-arpreqtest_c patch-etherping_c 
	                            patch-flood_net_c patch-includes_h 

Log message:
Regen patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 04:54:48

Modified files:
	security/antisniff/patches: patch-includes_h 

Log message:
Don't include <sys/timeb.h> (#ifdef _OpenBSD_ code).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/06 05:00:16

Modified files:
	devel/ruby-rspec/puppet: Makefile distinfo 
	devel/ruby-rspec/puppet/pkg: PLIST 

Log message:
update to rspec-puppet-1.0.1


CVSROOT:	/cvs
Module name:	src
Changes by:	kirby@cvs.openbsd.org	2013/12/06 05:15:33

Modified files:
	share/man/man4 : rsu.4 

Log message:
add ASUS WL-167G V3 to the list of adapters known to work
ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 05:51:02

Added files:
	comms/fldigi/patches: patch-src_xmlrpcpp_XmlRpcDispatch_cpp 

Log message:
Don't include <sys/timeb.h>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2013/12/06 06:16:45

Modified files:
	x11/e17/e      : Makefile distinfo 
	x11/e17/e_dbus : Makefile distinfo 
	x11/e17/ecore  : Makefile distinfo 
	x11/e17/edje   : Makefile distinfo 
	x11/e17/eet    : Makefile distinfo 
	x11/e17/efreet : Makefile distinfo 
	x11/e17/eina   : Makefile distinfo 
	x11/e17/eio    : Makefile distinfo 
	x11/e17/elementary: Makefile distinfo 
	x11/e17/embryo : Makefile distinfo 
	x11/e17/emotion: Makefile distinfo 
	x11/e17/ethumb : Makefile distinfo 
	x11/e17/evas   : Makefile distinfo 
	x11/e17/evas/pkg: PLIST 
Removed files:
	x11/e17/evas/patches: 
	                      patch-src_modules_loaders_gif_evas_image_load_gif_c 

Log message:
update to efl 1.7.9 and enlightenment 0.17.5.

lots of help and ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/06 06:30:08

Modified files:
	usr.bin/ssh    : authfd.c key.c key.h ssh-agent.c 

Log message:
move private key (de)serialization to key.c; ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/12/06 06:31:50

Modified files:
	net/retroshare : Makefile distinfo 
Removed files:
	net/retroshare/patches: patch-src_libbitdht_src_libbitdht_pro 
	                        patch-src_libbitdht_src_util_bdrandom_cc 
	                        patch-src_libretroshare_src_libretroshare_pro 
	                        patch-src_libretroshare_src_rsserver_rsloginhandler_cc 
	                        patch-src_plugins_FeedReader_FeedReader_pro 
	                        patch-src_retroshare-gui_src_retroshare-gui_pro 
	                        patch-src_retroshare-nogui_src_retroshare-nogui_pro 
	                        patch-src_supportlibs_pegmarkdown_pegmarkdown_pro 

Log message:
Update to retroshare 0.5.5b, which rolls in most of our patches.
Parallel build seems to be broken for now, but I'm not overriding
PARALLEL_BUILD as per espie's request.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/06 06:34:54

Modified files:
	usr.bin/ssh    : Makefile.inc authfile.c authfile.h cipher.c 
	                 cipher.h key.c packet.c ssh-agent.c 
	                 ssh-keygen.c 
Added files:
	usr.bin/ssh    : PROTOCOL.key 

Log message:
new private key format, bcrypt as KDF by default; details in PROTOCOL.key;
feedback and lots help from djm; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/06 06:39:49

Modified files:
	usr.bin/ssh    : authfd.c authfile.c key.c key.h myproposal.h 
	                 pathnames.h readconf.c servconf.c ssh-agent.c 
	                 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c 
	                 ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c 
	usr.bin/ssh/lib: Makefile 
Added files:
	usr.bin/ssh    : blocks.c crypto_api.h ed25519.c fe25519.c 
	                 fe25519.h ge25519.c ge25519.h ge25519_base.data 
	                 hash.c sc25519.c sc25519.h ssh-ed25519.c 
	                 verify.c 

Log message:
support ed25519 keys (hostkeys and user identities) using the public domain
ed25519 reference code from SUPERCOP, see http://ed25519.cr.yp.to/software.html
feedback, help & ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/06 06:52:46

Modified files:
	regress/usr.bin/ssh: Makefile agent.sh cert-hostkey.sh 
	                     cert-userkey.sh keytype.sh 

Log message:
test ed25519 support; from djm@


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/12/06 06:58:42

Modified files:
	opensmtpd      : manual.html 

Log message:
new man pages


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/06 07:12:34

Modified files:
	usr.sbin/smtpd : control.c mta.c parser.c 

Log message:
fix smtpctl resume route


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2013/12/06 07:22:16

Modified files:
	opensmtpd      : index.html security.html 
Added files:
	opensmtpd/announces: release-5.4.1.txt 

Log message:
we're at 5.4.1 now


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/06 07:26:25

Modified files:
	usr.sbin/smtpd : enqueue.c smtpd.h 

Log message:
now at 5.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/06 07:29:26

Modified files:
	devel/slib     : Makefile distinfo 
	devel/slib/patches: patch-guile_init 
	devel/slib/pkg : PLIST 
	lang/scm       : Makefile distinfo 
	lang/scm/patches: patch-scm_c 
	lang/guile     : Makefile 
	lang/guile/pkg : PLIST 
Added files:
	devel/slib/patches: patch-guile-2_init 
	lang/scm/patches: patch-configure 
Removed files:
	devel/slib/files: require.scm.in 

Log message:
update slib and scm, fix slib catalog in guile


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/06 07:47:56

Modified files:
	lang/scm       : Makefile 
	lang/scm/patches: patch-time_c 

Log message:
if using gettimeofday, use it directly


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/06 08:03:19

Modified files:
	games/flare    : Makefile distinfo 
	games/flare/pkg: PLIST 

Log message:
Update to flare-0.19.

ok kirby@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/12/06 08:14:16

Modified files:
	lang/node      : Makefile 

Log message:
Unbreak node - forgot to add gyp as a build dep.

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 08:22:40

Added files:
	cad/xnecview/patches: patch-draw_c 

Log message:
Kill useless include of <sys/timeb.h>.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/06 08:29:07

Modified files:
	usr.bin/ssh    : sshd.8 

Log message:
missing comma;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 08:32:01

Modified files:
	multimedia/hdhomerun/patches: patch-hdhomerun_os_posix_h 

Log message:
Kill useless include of <sys/timeb.h>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 08:33:22

Added files:
	devel/mico/patches: patch-coss_time_TimeService_help_cc 

Log message:
Kill useless include of <sys/timeb.h>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/06 08:37:42

Modified files:
	textproc/ispell: Makefile 
Added files:
	textproc/ispell/patches: patch-config_X patch-term_c 

Log message:
welcome ispell into the 1990s and switch from sgtty ioctls to POSIX termios


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/06 08:46:06

Modified files:
	comms/fldigi/patches: patch-src_xmlrpcpp_XmlRpcDispatch_cpp 

Log message:
unbreak patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/06 08:46:31

Modified files:
	editors/ee     : Makefile 
	editors/ee/patches: patch-create_make 
Removed files:
	editors/ee/patches: patch-new_curse_c 

Log message:
Use system curses instead of the ancient subset included with ee sources.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/06 09:06:50

Modified files:
	lang/ucblogo   : Makefile 
	lang/ucblogo/patches: patch-term_c 
Added files:
	lang/ucblogo/patches: patch-config_h_in patch-configure 

Log message:
Replace ioctl()s with tcgetattr/tcsetattr.  While here, capitalize
"Berkeley" in COMMENT, as suggested by naddy.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/06 09:19:58

Modified files:
	astro/sunclock : Makefile 
	astro/sunclock/patches: patch-sunclock_c 
Added files:
	astro/sunclock/patches: patch-widgets_c 

Log message:
remove unnecessary include of sys/timeb.h; from Amit Kulkarni


CVSROOT:	/cvs
Module name:	www
Changes by:	lteo@cvs.openbsd.org	2013/12/06 10:00:58

Modified files:
	faq            : current.html 

Log message:
Document libcompat removal.

feedback deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/06 10:10:42

Modified files:
	devel/git      : Makefile distinfo 

Log message:
Update to git 1.8.4.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/06 12:32:53

Modified files:
	security/nessus/libnasl: Makefile 
	security/nessus/libnasl/patches: patch-nasl-config_in 

Log message:
remove -lcompat, which wasn't even needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/06 12:55:39

Modified files:
	lang/scm/patches: patch-time_c 

Log message:
yes, if we USE_GETTIMEOFDAY, we really don't need it.
found out by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/06 13:13:29

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
It seems to be possible to truncate an object while it is still mapped.
Don't panic in that case but force a page fault instead.  Hopefully this
fixes the panic during coredump that deraadt@ reported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/06 13:36:05

Modified files:
	productivity/projectlibre: Makefile distinfo 

Log message:
- update to projectlibre-1.5.7


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/06 13:52:47

Modified files:
	faq/de         : faq6.html 
	faq/fr         : faq6.html 
	faq/nl         : faq6.html 
	faq/pf/pt      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	faq/pt         : faq10.html faq2.html faq3.html faq9.html 
	fr             : errata53.html errata54.html want.html 
	openbgpd/pt    : ftp.html 
	openntpd/pt    : ftp.html portable.html 
	opensmtpd/de   : index.html manual.html security.html 
	papers/pt      : index.html 
	pt             : donations.html index.html plat.html plus.html 
	                 stable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/06 14:03:05

Modified files:
	sys/sys        : device.h 
	sys/scsi       : mpath_emc.c mpath_hds.c mpath_rdac.c 
	                 mpath_sym.c scsiconf.c 
	sys/kern       : subr_autoconf.c 
	sys/dev        : audio.c 
	sys/dev/acpi   : acpi.c acpiasus.c 
	sys/dev/cardbus: if_bwi_cardbus.c if_fxp_cardbus.c 
	                 if_malo_cardbus.c if_pgt_cardbus.c 
	                 if_ral_cardbus.c 
	sys/dev/ic     : ahci.c athn.c athnvar.h atw.c atwvar.h bwi.c 
	                 bwivar.h dc.c fxp.c fxpvar.h malo.c malo.h 
	                 pgt.c pgtvar.h rt2560.c rt2560var.h rt2661.c 
	                 rt2661var.h rt2860.c rt2860var.h rtl81x9.c 
	                 rtsx.c xl.c 
	sys/dev/isa    : pckbc_isa.c 
	sys/dev/pci    : amdpm.c arc.c auacer.c auglx.c auich.c auixp.c 
	                 autri.c auvia.c azalia.c cmpci.c cs4280.c 
	                 cs4281.c dpt_pci.c eap.c emuxki.c eso.c 
	                 glxpcib.c if_alc.c if_ale.c if_athn_pci.c 
	                 if_bge.c if_bwi_pci.c if_em.c if_fxp_pci.c 
	                 if_ipw.c if_ipwvar.h if_iwi.c if_iwn.c if_lii.c 
	                 if_malo_pci.c if_msk.c if_nfe.c if_pgt_pci.c 
	                 if_ral_pci.c if_se.c if_sis.c if_vr.c 
	                 if_wi_pci.c if_wpi.c pccbb.c pci.c pciide.c 
	                 ppb.c sili_pci.c tcpcib.c vga_pci.c yds.c 
	sys/dev/pcmcia : cfxga.c if_malo.c if_malovar.h if_wi_pcmcia.c 
	                 wdc_pcmcia.c 
	sys/dev/sdmmc  : sdhc.c sdmmc.c 
	sys/dev/usb    : ehci.c ohci.c udl.c usb.c 
	sys/arch/amd64/pci: pchb.c 
	sys/arch/arm/xscale: pxa2x0_apm.c 
	sys/arch/i386/i386: apm.c 
	sys/arch/i386/pci: pchb.c 
	sys/arch/loongson/dev: apm.c 
	sys/arch/macppc/dev: esp.c mesh.c 
	sys/arch/zaurus/dev: zaurus_apm.c 
	sys/arch/zaurus/zaurus: zaurus_lcd.c 

Log message:
Add a DVACT_WAKEUP op to the *_activate() API.  This is called after the
kernel resumes normal (non-cold, able to run processes, etc) operation.
Previously we were relying on specific DVACT_RESUME op's in drivers
creating callback/threads themselves, but that has become too common,
indicating the need for a built-in mechanism.
ok dlg kettenis, tested by a sufficient amount of people


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/06 14:07:03

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_type_ssh_authorized_key_rb 

Log message:
let the ssh_authorized_key type recognize the new ssh-ed25519 key type.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/06 14:33:28

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_type_ssh_authorized_key_rb 

Log message:
add upstream pr to comment


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/06 15:56:20

Modified files:
	sys/arch/amd64/include: cpufunc.h 
	sys/arch/i386/include: cpufunc.h 

Log message:
Make clflush() flush the cache line specified by the address we pass it
instead of the cache line containing the local variable used to specify the
address.  Fixes the gnome corruption and hangs people have been experiencing
for the last couple of months or so.

ok deraadt@, mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/06 16:40:48

Modified files:
	sbin/dhclient  : bpf.c dhclient.c dhcpd.h dispatch.c options.c 
	                 packet.c parse.c 

Log message:
Having stopped pretending we handle anything but ethernet packets,
replace the 'struct hardware' abstraction layer and use 'struct
ether_addr' where hardware addresses are of interest.

ok matthew@, confirmed by reyk@ not to impact DHCP-over-IPSec support.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/06 16:41:51

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Change a WARN_ON into a BUG_ON to match Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2013/12/06 17:09:59

Modified files:
	lang/node-typescript: Makefile distinfo 
	lang/node-typescript/pkg: PLIST 

Log message:
Update typescript to 0.9.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/06 17:15:26

Modified files:
	devel/py-blinker: Makefile distinfo 
	devel/py-blinker/pkg: PLIST 

Log message:
Update to blinker 1.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/06 17:19:16

Modified files:
	usr.bin/ssh    : key.c 

Log message:
set k->cert = NULL after freeing it


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/06 17:26:37

Modified files:
	usr.bin/ssh    : verify.c sc25519.h sc25519.c hash.c 
	                 ge25519_base.data ge25519.h ge25519.c fe25519.h 
	                 fe25519.c ed25519.c blocks.c 

Log message:
correct RCS idents


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/06 18:43:50

Modified files:
	sys/arch/amd64/amd64: amd64errata.c 
	sys/arch/i386/i386: amd64errata.c 

Log message:
Errata 122 is currently disabled so stick amd64_errata_set4 under #if 0 too
to appease the LLVM warning.

amd64errata.c:103:22: error: unused variable 'amd64_errata_set4' [-Werror,-Wunused-const-variable]

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/06 18:55:06

Modified files:
	sys/net80211   : ieee80211_output.c 

Log message:
#if 0 out the ieee80211_edca_table table to appease the LLVM warning.

ieee80211_output.c:311:5: error: unused variable 'ieee80211_edca_table' [-Werror,-Wunused-const-variable]

ok stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/07 00:22:37

Modified files:
	sys/dev/pci    : if_jme.c if_jmevar.h 

Log message:
Some fixes for jme_encap()..

- Remove the maximum DMA segments handling bits as it is unused between
DragonFly and OpenBSD.
- Fix error handling for bus_dmamap_load_mbuf() so as to not try unloading
a DMA map that had not already been loaded.
- Clean up the DMA chain defragmenting path to remove unwanted printfs and
simplify things a bit.
- Have jme_encap() check the number of mapped DMA segments against the TX
ring to see if it'll fit as do most of the driver nowadays.
- Remove the KASSERT's that shouldn't be there.
- Simplify the dummy descriptor handling to be closer to the FreeBSD
driver since unlike the DragonFly driver this originated from our
driver always uses the 64-bit dummy descriptor.
- If the ring was full make sure to IF_PREPEND() the packet back on
the queue since it wasn't transmitted.

Tested by myself, comete@daknet.org and vigdis+obsd@chown.me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/07 01:04:25

Modified files:
	meta/gnome     : Makefile 

Log message:
Add audio/libcanberra,-gtk to RUN_DEPENDS-main; we already depend on the main
and gtk+3 canberra libs anyway and this prevents a warning when starting
gtk+2 apps.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/07 01:08:26

Modified files:
	usr.bin/ssh    : ssh-keygen.1 

Log message:
document -a and -o wrt new key format


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/07 02:18:36

Modified files:
	graphics/dia   : Makefile 
	graphics/dia/pkg: DESCR PLIST 
Added files:
	graphics/dia/patches: patch-plug-ins_cairo_diacairo_c 

Log message:
Disable the cairo PNG export option from the GUI (it mangles text); PNG
export can still be done using the pixbuf exporter; req. by deraadt@
The whole cairo exporter is not disabled since the other exporters (SVG,
PDF) work fine.
While here, clean up the port a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/07 02:36:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
Change the response file handling such that it "consumes" an answer
once it's been used, and allow the same question to be answered
multiple times. This way, responses to ask_which() questions no
longer need the special magic we had for them being on a single line.

idea from deraadt@
ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/07 03:29:03

Modified files:
	net/ircd-hybrid: Makefile distinfo 

Log message:
Upgrade to ircd-hybrid 8.1.11.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/07 03:30:39

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/pkg : DESCR PLIST 

Log message:
- Fix the test target since the switch from GNU autoconf/make to CMake
- Add the scan-build man page
- Correct the capitalization of Clang in DESCR

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/07 03:46:26

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
Enable fast path for relocations.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/07 03:47:21

Modified files:
	www/squid/stable: Makefile distinfo 
	www/squid/stable/patches: patch-configure_ac 
	                          patch-src_cf_data_pre 

Log message:
update to squid 3.3.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/07 03:47:29

Modified files:
	www/squid/snapshot: Makefile distinfo 
	www/squid/snapshot/patches: patch-configure_ac 
	                            patch-src_cf_data_pre 

Log message:
update to squid 3.4.0.3


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/07 03:48:35

Modified files:
	sys/dev/pci/drm/i915: i915_gem_execbuffer.c 

Log message:
Now that we properly flush caches, we can enable cpu relocations.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/07 03:53:29

Modified files:
	sys/dev/pci/drm/i915: i915_gem_gtt.c 

Log message:
No need to blow away the cache after updating GTT entries.  The driver already
flushes individual cache lines when needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/07 03:57:06

Modified files:
	sys/arch/i386/pci: agp_machdep.c 
	sys/arch/amd64/pci: agp_machdep.c 
	sys/dev/pci    : agpvar.h 

Log message:
Remove the agp-specific bus_dma code.  It is no longer used now that
inteldrm(4) manages the GTT by itself.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/07 04:58:46

Modified files:
	usr.bin/ssh    : ssh-add.1 ssh-agent.1 ssh-keygen.1 
	                 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 
	                 sshd.8 sshd_config.5 

Log message:
add missing mentions of ed25519; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/07 05:03:27

Modified files:
	devel/eclipse/sdk: Makefile 
	devel/eclipse/sdk/patches: 
	                           patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_build_sh 
	                           patch-plugins_org_eclipse_swt_Eclipse_SWT_PI_gtk_library_make_openbsd_mak 
Removed files:
	devel/eclipse/sdk/pkg: DESCR-browser PLIST-browser 

Log message:
Remove the -browser subpackage.

It's broken at runtime anyway since the switch from xul 1.8 to 1.9 three
years ago, is now the last user of xul 1.9, and noone is probably using
an eclipse from 2007 to do "serious" java development. Lots of cursing
involved to find the correct magic to properly disable the building of
swt-mozilla-gtk.

Discussed with kurt@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/12/07 05:04:55

Added files:
	math/lpsolve/core/patches: patch-lp_utils_c 

Log message:
Remove lpsolve's dependency upon <sys/timeb.h>.

Looks like I already patched away libcompat.a last year.

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/07 05:50:17

Modified files:
	www            : Makefile 
	productivity   : Makefile 
	devel/xulrunner: Makefile 
Removed files:
	www/firefox36  : Makefile distinfo 
	www/firefox36/files: browserconfig.properties firefox36.desktop 
	                     mozilla-firefox.1 sydney_audio_sndio.c 
	www/firefox36/patches: 
	                       patch-accessible_src_atk_nsAppRootAccessible_cpp 
	                       patch-browser_app_application_ini 
	                       patch-browser_app_profile_firefox_js 
	                       patch-browser_components_certerror_content_aboutCertError_xhtml 
	                       patch-browser_components_nsBrowserGlue_js 
	                       patch-build_unix_mozilla_in 
	                       patch-build_unix_run-mozilla_sh 
	                       patch-config_autoconf_mk_in 
	                       patch-config_rules_mk patch-configure_in 
	                       patch-content_canvas_src_nsGLPbufferGLX_cpp 
	                       patch-content_canvas_src_nsGLPbufferOSMesa_cpp 
	                       patch-content_events_src_nsContentEventHandler_cpp 
	                       patch-content_media_nsAudioStream_cpp 
	                       patch-content_xslt_public_txDouble_h 
	                       patch-content_xslt_src_base_txDouble_cpp 
	                       patch-extensions_auth_nsAuthGSSAPI_cpp 
	                       patch-extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp 
	                       patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                       patch-gfx_qcms_qcmstypes_h 
	                       patch-js_ctypes_libffi_configure 
	                       patch-js_ctypes_libffi_src_dlmalloc_c 
	                       patch-js_ctypes_libffi_src_mips_ffi_c 
	                       patch-js_src_configure_in 
	                       patch-js_src_jsgc_cpp 
	                       patch-js_src_jslock_cpp 
	                       patch-js_src_jsnum_h 
	                       patch-js_src_nanojit_Assembler_cpp 
	                       patch-js_src_nanojit_Assembler_h 
	                       patch-js_src_nanojit_NativeSparc_cpp 
	                       patch-js_src_nanojit_NativeX64_cpp 
	                       patch-js_src_nanojit_Nativei386_cpp 
	                       patch-js_src_nanojit_avmplus_h 
	                       patch-js_src_xpconnect_shell_Makefile_in 
	                       patch-js_src_xpconnect_src_Makefile_in 
	                       patch-layout_build_Makefile_in 
	                       patch-media_liboggplay_src_liboggplay_std_semaphore_h 
	                       patch-media_liboggz_include_oggz_oggz_off_t_generated_h 
	                       patch-media_libsydneyaudio_include_sydney_audio_h 
	                       patch-media_libsydneyaudio_src_Makefile_in 
	                       patch-modules_libimg_png_pngerror_c 
	                       patch-modules_plugin_base_src_nsPluginNativeWindowGtk2_cpp 
	                       patch-modules_plugin_base_src_nsPluginsDirUnix_cpp 
	                       patch-other-licenses_branding_firefox_pref_firefox-branding_js 
	                       patch-parser_html_Makefile_in 
	                       patch-security_coreconf_OpenBSD_mk 
	                       patch-security_coreconf_UNIX_mk 
	                       patch-security_manager_pki_resources_content_exceptionDialog_js 
	                       patch-security_manager_ssl_src_Makefile_in 
	                       patch-security_manager_ssl_src_nsNSSComponent_cpp 
	                       patch-storage_src_mozStorageConnection_cpp 
	                       patch-toolkit_components_downloads_src_nsDownloadManager_cpp 
	                       patch-toolkit_crashreporter_client_crashreporter_linux_cpp 
	                       patch-toolkit_library_Makefile_in 
	                       patch-toolkit_xre_nsXREDirProvider_cpp 
	                       patch-widget_src_gtk2_Makefile_in 
	                       patch-widget_src_gtk2_nsWindow_cpp 
	                       patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp 
	                       patch-xpcom_base_nsStackWalk_cpp 
	                       patch-xpcom_io_SpecialSystemDirectory_cpp 
	                       patch-xpcom_io_nsAppFileLocationProvider_cpp 
	                       patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in 
	                       patch-xpcom_reflect_xptcall_src_md_unix_xptcinvoke_asm_ppc_openbsd_s 
	                       patch-xpcom_reflect_xptcall_src_md_unix_xptcstubs_asm_ppc_openbsd_s 
	                       patch-xulrunner_app_Makefile_in 
	                       patch-xulrunner_setup_nsXULAppInstall_js 
	www/firefox36/pkg: DESCR PLIST README 
	www/fennec     : Makefile distinfo 
	www/fennec/files: fennec.desktop 
	www/fennec/patches: patch-browser_app_profile_firefox_js 
	                    patch-browser_components_certerror_content_aboutCertError_xhtml 
	                    patch-build_unix_mozilla_in 
	                    patch-build_unix_run-mozilla_sh 
	                    patch-config_autoconf_mk_in 
	                    patch-config_rules_mk 
	                    patch-content_xslt_src_base_txDouble_cpp 
	                    patch-extensions_auth_nsAuthGSSAPI_cpp 
	                    patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                    patch-ipc_chromium_src_base_atomicops_h 
	                    patch-ipc_chromium_src_base_dir_reader_posix_h 
	                    patch-ipc_chromium_src_chrome_common_ipc_message_utils_h 
	                    patch-js_src_Makefile_in 
	                    patch-js_src_configure_in 
	                    patch-js_src_ctypes_libffi_configure 
	                    patch-js_src_ctypes_libffi_src_dlmalloc_c 
	                    patch-js_src_ctypes_libffi_src_mips_ffi_c 
	                    patch-js_src_ctypes_libffi_src_mips_ffitarget_h 
	                    patch-js_src_ctypes_libffi_src_x86_freebsd_S 
	                    patch-js_src_js-config_h_in 
	                    patch-js_src_jscompartment_cpp 
	                    patch-js_src_jscpucfg_h 
	                    patch-js_src_vm_RegExpObject-inl_h 
	                    patch-js_src_vm_RegExpObject_cpp 
	                    patch-js_src_vm_RegExpObject_h 
	                    patch-js_src_yarr_wtfbridge_h 
	                    patch-media_libsydneyaudio_include_sydney_audio_h 
	                    patch-media_libsydneyaudio_src_Makefile_in 
	                    patch-memory_mozalloc_mozalloc_cpp 
	                    patch-parser_html_Makefile_in 
	                    patch-security_manager_pki_resources_content_exceptionDialog_js 
	                    patch-security_manager_ssl_src_Makefile_in 
	                    patch-security_manager_ssl_src_nsNSSComponent_cpp 
	                    patch-services_crypto_modules_WeaveCrypto_js 
	                    patch-storage_src_mozStorageConnection_cpp 
	                    patch-toolkit_components_downloads_nsDownloadManager_cpp 
	                    patch-toolkit_crashreporter_client_crashreporter_linux_cpp 
	                    patch-toolkit_library_Makefile_in 
	                    patch-toolkit_library_libxul-config_mk 
	                    patch-toolkit_mozapps_installer_packager_mk 
	                    patch-toolkit_xre_nsXREDirProvider_cpp 
	                    patch-widget_src_gtk2_Makefile_in 
	                    patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp 
	                    patch-xpcom_io_SpecialSystemDirectory_cpp 
	                    patch-xpcom_io_nsAppFileLocationProvider_cpp 
	                    patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in 
	                    patch-xulrunner_app_Makefile_in 
	                    patch-xulrunner_installer_libxul-embedding_pc_in 
	                    patch-xulrunner_setup_nsXULAppInstall_js 
	www/fennec/pkg : DESCR PLIST 
	productivity/sunbird: Makefile distinfo 
	productivity/sunbird/files: sunbird.desktop 
	productivity/sunbird/patches: patch-config_autoconf_mk_in 
	                              patch-config_rules_mk 
	                              patch-configure_in 
	                              patch-directory_sdks_c-sdk_configure_in 
	                              patch-mailnews_mime_src_mimemsg_cpp 
	                              patch-mozilla_accessible_src_atk_nsAppRootAccessible_cpp 
	                              patch-mozilla_browser_app_application_ini 
	                              patch-mozilla_browser_app_profile_firefox_js 
	                              patch-mozilla_browser_components_certerror_content_aboutCertError_xhtml 
	                              patch-mozilla_browser_components_nsBrowserGlue_js 
	                              patch-mozilla_build_unix_mozilla_in 
	                              patch-mozilla_build_unix_run-mozilla_sh 
	                              patch-mozilla_configure_in 
	                              patch-mozilla_content_canvas_src_nsGLPbufferGLX_cpp 
	                              patch-mozilla_content_canvas_src_nsGLPbufferOSMesa_cpp 
	                              patch-mozilla_content_events_src_nsContentEventHandler_cpp 
	                              patch-mozilla_content_media_nsAudioStream_cpp 
	                              patch-mozilla_content_xslt_public_txDouble_h 
	                              patch-mozilla_content_xslt_src_base_txDouble_cpp 
	                              patch-mozilla_extensions_auth_nsAuthGSSAPI_cpp 
	                              patch-mozilla_extensions_pref_system-pref_src_gconf_nsSystemPrefService_cpp 
	                              patch-mozilla_extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                              patch-mozilla_gfx_qcms_qcmstypes_h 
	                              patch-mozilla_js_ctypes_libffi_configure 
	                              patch-mozilla_js_ctypes_libffi_src_dlmalloc_c 
	                              patch-mozilla_js_src_configure_in 
	                              patch-mozilla_js_src_jsgc_cpp 
	                              patch-mozilla_js_src_jslock_cpp 
	                              patch-mozilla_js_src_jsnum_h 
	                              patch-mozilla_js_src_nanojit_NativeSparc_cpp 
	                              patch-mozilla_js_src_nanojit_Nativei386_cpp 
	                              patch-mozilla_js_src_nanojit_avmplus_h 
	                              patch-mozilla_js_src_xpconnect_shell_Makefile_in 
	                              patch-mozilla_js_src_xpconnect_src_Makefile_in 
	                              patch-mozilla_js_src_xpconnect_src_dom_quickstubs_cpp_diff 
	                              patch-mozilla_layout_build_Makefile_in 
	                              patch-mozilla_media_liboggplay_src_liboggplay_std_semaphore_h 
	                              patch-mozilla_media_liboggz_include_oggz_oggz_off_t_generated_h 
	                              patch-mozilla_media_libsydneyaudio_include_sydney_audio_h 
	                              patch-mozilla_media_libsydneyaudio_src_Makefile_in 
	                              patch-mozilla_modules_libimg_png_pngerror_c 
	                              patch-mozilla_modules_plugin_base_src_nsPluginNativeWindowGtk2_cpp 
	                              patch-mozilla_modules_plugin_base_src_nsPluginsDirUnix_cpp 
	                              patch-mozilla_other-licenses_branding_firefox_pref_firefox-branding_js 
	                              patch-mozilla_parser_html_Makefile_in 
	                              patch-mozilla_security_coreconf_OpenBSD_mk 
	                              patch-mozilla_security_coreconf_UNIX_mk 
	                              patch-mozilla_security_manager_pki_resources_content_exceptionDialog_js 
	                              patch-mozilla_security_manager_ssl_src_Makefile_in 
	                              patch-mozilla_security_manager_ssl_src_nsNSSComponent_cpp 
	                              patch-mozilla_storage_src_mozStorageConnection_cpp 
	                              patch-mozilla_toolkit_components_downloads_src_nsDownloadManager_cpp 
	                              patch-mozilla_toolkit_crashreporter_client_crashreporter_linux_cpp 
	                              patch-mozilla_toolkit_library_Makefile_in 
	                              patch-mozilla_toolkit_xre_nsXREDirProvider_cpp 
	                              patch-mozilla_widget_src_gtk2_Makefile_in 
	                              patch-mozilla_widget_src_xpwidgets_nsPrintSettingsImpl_cpp 
	                              patch-mozilla_xpcom_base_nsStackWalk_cpp 
	                              patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp 
	                              patch-mozilla_xpcom_io_nsAppFileLocationProvider_cpp 
	                              patch-mozilla_xpcom_reflect_xptcall_src_md_unix_Makefile_in 
	                              patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcinvoke_asm_ppc_openbsd_s 
	                              patch-mozilla_xpcom_reflect_xptcall_src_md_unix_xptcstubs_asm_ppc_openbsd_s 
	productivity/sunbird/pkg: DESCR PLIST 
	devel/xulrunner/1.9: Makefile distinfo 
	devel/xulrunner/1.9/pkg: DESCR-devel DESCR-main 
	                         PFRAG.amd64-devel PFRAG.jit-devel 
	                         PLIST-devel PLIST-main 

Log message:
Remove devel/xulrunner/1.9, www/fennec, www/firefox36 and productivity/sunbird

- nothing uses xulrunner 1.9 anymore, and that branch was EOL'd upstream
20 months ago (firefox36 was already unlinked from the build)
- www/fennec as a xul app is dead upstream, since now firefox mobile is
built on top of java android libs and thus unportable to regular OS.
The esr10 branch from which it was built upon was EOL'd upstream 10 months ago
- productivity/sunbird as a standalone app is dead upstream since 3
years, hypothetical users should just use thunderbird+lightning which
is still supported/developed.

No complains from ports@, this will allow for a serious mozilla ports
cleanup, and we're down to 5 mozillas in the ports tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/07 07:53:29

Modified files:
	usr.bin/sudo   : sudo.c 

Log message:
When checking whether a user may change the login class, just check
pw_uid of the runas user, which was passed in to set_loginclass().


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/07 08:41:47

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
fix initial size match for DIST_SUBDIRS


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/07 08:45:15

Modified files:
	infrastructure/lib/DPB/Job: Fetch.pm 

Log message:
work-around quote protected MASTER_SITES...
brad and sthen didn't test thoroughly, so I get to pick up the broken pieces...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/07 09:03:03

Modified files:
	infrastructure/lib/DPB: PortBuilder.pm PortInfo.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
preliminary scaffolding to handle tests: create specific task types
for dependencies and for running tests.

fix PortInfo to know whether tests are required.
Amend PortBuilder to be able to launch tests.

(there are pieces missing in the engine, like a secondary queue with forced
affinity to run actual tests, and the portbuilder code is very incomplete
and needs love)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/07 10:20:48

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Emulating wait_event_timeout() using msleep() is hard.  This version should
avoid the negative timeout panic and make __wait_seqno() properly wait
forever if no timeout was specified.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/07 11:42:54

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-gio_gdbusobjectmanagerclient_c 

Log message:
GDBusObjectManagerClient: keep the manager alive while firing signals
(from upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/07 12:35:22

Modified files:
	lang/newlisp   : Makefile distinfo 
	lang/newlisp/pkg: PLIST 

Log message:
Update newLISP to 10.5.4 - drop unresponsive MAINTAINER.
ok abieber@ jturner@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/12/07 12:42:40

Modified files:
	editors/libreoffice: Makefile 
	editors/libreoffice/pkg: PFRAG.shared-java PFRAG.shared-main 

Log message:
move libjvmaccesslo.so and libjvmfwklo.so to -main and build
stub libraries if no_java is being used so that the plist
can pick them up in -main


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/07 12:55:34

Modified files:
	security       : Makefile 
Removed files:
	security/parse : Makefile distinfo 
	security/parse/patches: patch-Makefile patch-comment_c 
	                        patch-display_c patch-parse_input_c 
	                        patch-summarize_c 
	security/parse/pkg: DESCR PLIST 

Log message:
Remove parse.  Old cruft, doesn't seem to work on LP64, the port
hasn't been touched in its 13-year existence except for mechanical
changes.  ok jca@, lteo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/07 12:59:13

Modified files:
	math/galculator: Makefile 

Log message:
Don't pick up libquadmath if it happens to be installed resulting in a "hidden"
dependency.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/07 13:12:15

Modified files:
	sys/dev/pci    : if_pcn.c 

Log message:
Rewrite receive filter handling and ioctl bits. Fixes not being able to
bring the interface out of all multicast mode once a range of multicast
addresses has been found.

Tested with QEMU and VMware's pcn(4) emulated adapters.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/07 13:17:42

Modified files:
	sys/dev/usb    : if_cdce.c if_cdcef.c if_urndis.c 

Log message:
Some cleaning up of the ioctl handling bits to bring things in line
with the other drivers. No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/07 13:43:00

Modified files:
	editors/libreoffice: Makefile 
Added files:
	editors/libreoffice/patches: 
	                             patch-lpsolve_UnpackedTarball_lpsolve_mk 
	                             patch-lpsolve_lp_solve-timeb_patch 

Log message:
do not include sys/time.h in the included copy of lpsolve


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/07 15:25:31

Added files:
	astro/wmglobe/patches: patch-src_wmglobe_h 

Log message:
remove unnecessary include of sys/timeb.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/07 15:35:29

Modified files:
	games/csmash   : Makefile 
	games/csmash/patches: patch-Network_cpp patch-ttinc_h 

Log message:
* Don't include <sys/timeb.h>, but provide the required definition of
struct timeb.
* Don't patch away the SDL header subdirectory and then add it back
to the include path.
* Sync WANTLIB.

ok jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/07 15:36:55

Added files:
	games/zangband/patches: patch-src_h-system_h 

Log message:
remove unnecessary include of sys/timeb.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/07 15:37:14

Modified files:
	net/tintin++/patches: patch-configure patch-main_c 
Added files:
	net/tintin++/patches: patch-echo_c 

Log message:
Detect termios.h and use tcgetattr/tcsetattr instead of sgtty.h and
ioctl's.  Compat defines for other systems still using termio.h.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/07 16:11:46

Modified files:
	misc           : Makefile 

Log message:
-mshell


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/07 16:13:41

Removed files:
	misc/mshell    : Makefile distinfo 
	misc/mshell/patches: patch-Makefile patch-functions1_c 
	                     patch-main_c patch-mshell_c patch-settatr_c 
	                     patch-string_c 
	misc/mshell/pkg: DESCR PLIST 

Log message:
Kill mshell.  Old, crufty, and hopefully unused.  ok tobiasu@ naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	yasuoka@cvs.openbsd.org	2013/12/07 16:27:10

ports/inputmethods/anthy/patches

Update of /cvs/ports/inputmethods/anthy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6657/patches

Log Message:
Directory /cvs/ports/inputmethods/anthy/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/07 16:28:39

Modified files:
	mail/elm/patches: patch-Configure patch-utils_newmail_c 
Added files:
	mail/elm/patches: patch-src_date_c patch-src_elm_c 

Log message:
Unconditionally remove all references to sys/timeb.h.  The code doesn't
attempt to use the obsolete struct timeb / ftime anyway.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	yasuoka@cvs.openbsd.org	2013/12/07 16:42:04

Modified files:
	inputmethods/anthy: Makefile 
	inputmethods/anthy/pkg: PLIST-emacs PLIST-main 
Added files:
	inputmethods/anthy/patches: patch-src-util_anthy_el 
Removed files:
	inputmethods/anthy/pkg: PFRAG.shared-main 

Log message:
Fix to work and build with emacs-24.3.

- Add patches/patch-src-util_anthy_el to use `last-command-event'
instead of `last-command-char' which is removed at emacs-24.3.
- Remove leim-list.elc from PLIST since emacs-24.3 doesn't create .elc
for leim-list.el.

And merge PFRAG.shared-main into PLIST-main.

ok jca (for first diff)
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/07 16:47:18

Modified files:
	news/nn/patches: patch-term_c 

Log message:
Don't needlessly include sgtty.h.  "looks fine" naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/07 20:30:01

Modified files:
	sys/compat/linux: linux_misc.c 

Log message:
Remove unsigned comparison < 0.

Pointed out by LLVM.

ok pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/07 22:26:19

Modified files:
	multimedia/livestreamer: Makefile distinfo 
	multimedia/livestreamer/pkg: PLIST 

Log message:
Update Livestreamer to 1.7.1
Adds a FilmOn TV plugin, as well as various bugfixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/12/08 00:54:06

Modified files:
	sys/dev/pci/drm/ttm: ttm_agp_backend.c ttm_bo.c ttm_bo_util.c 
	                     ttm_lock.c ttm_memory.c ttm_page_alloc.c 
	                     ttm_tt.c 

Log message:
add static back to the ttm functions
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/08 01:01:00

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
Remove leftover BDEP on the now-disappeared xul 1.9 (spotted by nigel@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 01:31:45

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Added files:
	security/gnutls/patches: patch-lib_nettle_egd_c 
	                         patch-lib_nettle_rnd_c 

Log message:
Update to gnutls-3.2.7.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/08 02:09:48

Modified files:
	sys/arch/armv7/conf: GENERIC-IMX GENERIC-OMAP GENERIC-SUNXI 
	                     RAMDISK-IMX RAMDISK-OMAP RAMDISK-SUNXI 
	sys/dev/microcode/rum: Makefile 

Log message:
Enable rum(4) for armv7.  Committing through it on pandaboard.
OK rapha@, jasper@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/12/08 02:53:27

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
Use a literal for the default value of KEXAlgorithms.  ok deraadt jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/12/08 03:22:47

Added files:
	x11/ede/desktop/patches: 
	                         patch-ede-bug-tools_ede-bug-report_Jamfile 

Log message:
Make sure the include directory of the internal xmlrpc-c is included before
${LOCALBASE}/include to prevent incompatibilities with the package in case it
happens to be installed.

ok jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 03:42:34

Modified files:
	x11/dbus       : Makefile 
Added files:
	x11/dbus/patches: patch-bus_activation_c patch-bus_services_c 
	                  patch-dbus_dbus-marshal-recursive-util_c 

Log message:
Fix a mem leak and undefined behaviour; from upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 03:43:21

Modified files:
	net/telepathy/folks: Makefile 
Added files:
	net/telepathy/folks/patches: patch-folks_individual_vala 

Log message:
Fix a crash; from upstream.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 03:43:57

Modified files:
	net/telepathy/telepathy-glib: Makefile 
Added files:
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_channel-group_c 

Log message:
Don't crash if no message has been provided; from upstream

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 03:44:55

Modified files:
	x11/gnome/empathy: Makefile 
Added files:
	x11/gnome/empathy/patches: 
	                           patch-libempathy-gtk_empathy-contact-chooser_c 
	                           patch-libempathy-gtk_empathy-individual-menu_c 
	                           patch-libempathy-gtk_empathy-individual-store-channel_c 
	                           patch-libempathy_empathy-utils_c 
	                           patch-libempathy_empathy-utils_h 

Log message:
Fix a crash in IRC; from upstream.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/08 03:53:02

Modified files:
	xserver        : ChangeLog configure configure.ac 
	xserver/Xext   : saver.c sync.c 
	xserver/Xi     : xiallowev.c 
	xserver/dix    : events.c globals.c window.c 
	xserver/hw/xfree86/parser: write.c 
	xserver/include: dix.h dixstruct.h do-not-use-config.h.in 
	                 input.h xorg-config.h.in 
	xserver/mi     : miinitext.c 
	xserver/os     : WaitFor.c xdmcp.c 
	xserver/test   : hashtabletest.c signal-logging.c 

Log message:
Update to xserver 1.14.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 04:23:47

Modified files:
	devel/slib     : Makefile 
	devel/slib/pkg : PLIST 
	productivity/gnucash: Makefile 
Removed files:
	devel/slib/patches: patch-mklibcat_scm 

Log message:
tweak things a bit more, as this didn't build correctly.
The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 04:24:08

Modified files:
	devel          : Makefile 

Log message:
gc slib-guile


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/08 05:02:01

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:03:14

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
add an interface to distinguish old software that got scraped from
temporary "can't find updates" issues.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:04:13

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
make use of the new "quirks" interface


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:14:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm Handle.pm PkgAdd.pm 

Log message:
also cover initial installations (which means we do try to install
quirks even for initial installations)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:21:09

Modified files:
	lang/guile     : Makefile 
	lang/guile/pkg : PLIST 

Log message:
absorb slib-guile


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:22:49

Removed files:
	devel/slib-guile: Makefile 
	devel/slib-guile/pkg: PLIST 

Log message:
byebye


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:33:46

Modified files:
	devel/quirks/files: Quirks.pm 

Log message:
full name instead of stem, makes more sense


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 05:35:32

Modified files:
	devel/quirks/files: Quirks.pm 

Log message:
slightly better comment


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/12/08 05:38:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
After a completed upgrade, present reboot and post-reboot instructions in a
more intuitive order: Show the 'After rebooting, run sysmerge' hint below
the line that explains how to reboot, instead of several lines above.
Suggested by a new user doing the first upgrade.
input/ok halex@ rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/08 05:53:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
Force LC_ALL to 'C' before exec'ing ftp or gzip -d.  pkg_add expects
english error messages.  This fixes glitches reported by Landry.
Suggestions from zhuk@ and espie@, ok espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/08 06:15:39

Modified files:
	lang/smlnj     : Makefile distinfo 

Log message:
update to smlnj-110.76


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/08 06:23:47

Added files:
	lang/smlnj/patches: patch-base_runtime_objs_mk_x86-openbsd 

Log message:
missed in previous; honor CC/CFLAGS.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/08 06:51:38

Modified files:
	app/cwm        : search.c mousefunc.c 

Log message:
If not using sticky mode (the default), clients aren't automagically
assigned a group, thus cc->group will be NULL - fix the client group
shortcut in menu lists; crash reported by Christian Neukirchen.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/08 07:42:22

Modified files:
	distrib/sets/lists/base: md.sgi 
	sys/arch/sgi/stand/boot64: Makefile 

Log message:
Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the
installer. Fixes boot block installation on, well, IP28.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/08 07:46:39

Modified files:
	sys/arch/alpha : Makefile 
	sys/arch/amd64 : Makefile 
	sys/arch/armish: Makefile 
	sys/arch/armv7 : Makefile 
	sys/arch/aviion: Makefile 
	sys/arch/hp300 : Makefile 
	sys/arch/hppa  : Makefile 
	sys/arch/hppa64: Makefile 
	sys/arch/i386  : Makefile 
	sys/arch/landisk: Makefile 
	sys/arch/loongson: Makefile 
	sys/arch/luna88k: Makefile 
	sys/arch/macppc: Makefile 
	sys/arch/mvme68k: Makefile 
	sys/arch/mvme88k: Makefile 
	sys/arch/octeon: Makefile 
	sys/arch/sgi   : Makefile 
	sys/arch/socppc: Makefile 
	sys/arch/solbourne: Makefile 
	sys/arch/sparc : Makefile 
	sys/arch/sparc64: Makefile 
	sys/arch/vax   : Makefile 
	sys/arch/zaurus: Makefile 

Log message:
reflect reality, mark as NOOBJ
"sure" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/08 07:58:32

Modified files:
	games/openttd  : Makefile distinfo 
	games/openttd/patches: patch-src_string_func_h 

Log message:
Security update to openttd-1.3.3.

Fixes CVE-2013-6411:
Denial of service (server) using forcefully crashed aircrafts
https://security.openttd.org/en/CVE-2013-6411

Full changelog at:
http://us.binaries.openttd.org/binaries/releases/1.3.3/changelog.txt

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 08:02:01

Modified files:
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/pkg: PLIST-en_US PLIST-langlist 

Log message:
fix bogus conflict markers, allow update past the split by making sure
the conflict matches the last package before the split.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 08:06:34

Modified files:
	x11/gnome/nemiver: Makefile distinfo 
	x11/gnome/nemiver/pkg: PLIST 

Log message:
Update to nemiver-0.9.5 (still BROKEN because of threads).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 08:09:15

Modified files:
	japanese/onew  : Makefile 
	japanese/onew/patches: patch-sys_sys_h 
Added files:
	japanese/onew/patches: patch-sys_tty_c 

Log message:
switch to termios, add missing code (set_cbreak).
also switch from select to poll, as the select code won't work past fd #32...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsing@cvs.openbsd.org	2013/12/08 08:09:15

Modified files:
	lang/go        : Makefile 
	lang/go/pkg    : PLIST 

Log message:
Add missing PLIST entries for lang/go 1.2.

Spotted by David Hill.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/08 08:33:03

Modified files:
	distrib/notes/sgi: contents hardware install prep 

Log message:
Suggest booting from cd-rom as the first choice. Document that cd54.iso is
now bootable on all supported platforms (although it will still need manual
operation on IP22), but that install54.iso is currently still not bootable
on IP27/IP35.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/08 08:53:01

Modified files:
	sys/dev/mii    : eephy.c 

Log message:
remove case that does nothing


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2013/12/08 09:35:18

Modified files:
	java/tanukiwrapper: Makefile 
	java/tanukiwrapper/patches: patch-src_c_wrapper_unix_c 
Added files:
	java/tanukiwrapper/patches: patch-src_c_wrapper_h 

Log message:
Remove sys/timeb.h. ok naddy@ jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/08 09:39:39

Modified files:
	sys/dev/pci    : if_msk.c 

Log message:
simplify activate function


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/08 09:42:24

Modified files:
	japanese/Wnn   : Makefile 
	japanese/Wnn/patches: patch-Wnn_uum_jhlp_c 
	                      patch-Xwnmo_xwnmo_jhlp_c 
Added files:
	japanese/Wnn/patches: patch-Xwnmo_xjutil_jhlp_c 

Log message:
messy removal of sgtty.h
probably better to update, hopefully soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/08 10:04:54

Modified files:
	www/webkit     : Makefile distinfo 

Log message:
Bugfix update to webkit 2.2.3.

See http://webkitgtk.org/2013/12/04/webkitgtk2.2.3-released.html for details


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/08 10:05:09

Modified files:
	include        : Makefile 
Removed files:
	include        : sgtty.h 
	sys/sys        : timeb.h 

Log message:
remove the final vestiges of the stty(), gtty(), and ftime() compatibility
interfaces; ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/08 10:06:52

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/08 10:21:59

Modified files:
	distrib/sgi/cdfs: Makefile 

Log message:
Use the value of SGIVOLSZ everywhere needed instead of recomputing it at runtime
by parsing the output of sgivol.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 10:58:26

Log message:
    Amor is an acronym which stands for Amusing Misuse of Resources.
    It is actually an animation which sits on top of your active window.
    In its default configuration, Amor takes the form of a yellow spot
    which performs many tricks.  Amor also has many different themes
    which change the appearance and behavior of the animation.
    
    This is ex-kdetoys member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/amor/Makefile
    N ports/x11/kde4/amor/distinfo
    N ports/x11/kde4/amor/pkg/PLIST
    N ports/x11/kde4/amor/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:00:31

Log message:
    Cervisia is a user friendly version control system front-end. The
    aim is to support CVS and other version control system programs in
    a unified interface, featuring conflict resolution, difference and
    history viewers, status for the working copy files, and support for
    most version control functions.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/cervisia/Makefile
    N ports/x11/kde4/cervisia/distinfo
    N ports/x11/kde4/cervisia/pkg/PLIST
    N ports/x11/kde4/cervisia/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:01:35

Log message:
    Collection of scripts used in KDE development process.
    For details, see corresponding manual pages and sources.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/dev-scripts/Makefile
    N ports/x11/kde4/dev-scripts/distinfo
    N ports/x11/kde4/dev-scripts/pkg/PLIST
    N ports/x11/kde4/dev-scripts/pkg/DESCR
    N ports/x11/kde4/dev-scripts/patches/patch-draw_lib_dependencies
    N ports/x11/kde4/dev-scripts/patches/patch-makeobj
    N ports/x11/kde4/dev-scripts/patches/patch-create_svnignore
    N ports/x11/kde4/dev-scripts/patches/patch-create_makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:02:49

Log message:
    Collection of utilities used in KDE development process.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/dev-utils/Makefile
    N ports/x11/kde4/dev-utils/distinfo
    N ports/x11/kde4/dev-utils/pkg/PLIST
    N ports/x11/kde4/dev-utils/pkg/DESCR
    N ports/x11/kde4/dev-utils/patches/patch-kstartperf_CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:03:35

Log message:
    This package contains VCS plugins for KDE Dolphin file manager,
    allowing in-band manipulation of working copies and repositories.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/dolphin-plugins/Makefile
    N ports/x11/kde4/dolphin-plugins/distinfo
    N ports/x11/kde4/dolphin-plugins/pkg/PLIST
    N ports/x11/kde4/dolphin-plugins/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:04:27

Log message:
    KAppTemplate generates KDE templates to help you start easily KDE
    programming.
    
    KAppTemplate offers you a few basic templates projects and also
    picks up KDevelop templates if some are installed on your machine.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kapptemplate/Makefile
    N ports/x11/kde4/kapptemplate/distinfo
    N ports/x11/kde4/kapptemplate/pkg/PLIST
    N ports/x11/kde4/kapptemplate/pkg/DESCR
    N ports/x11/kde4/kapptemplate/patches/patch-cmake_modules_KAppTemplateMacro_cmake
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:05:31

Log message:
    KCacheGrind is a profile data visualization tool, written using the
    KDE environment.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kcachegrind/Makefile
    N ports/x11/kde4/kcachegrind/distinfo
    N ports/x11/kde4/kcachegrind/pkg/PLIST
    N ports/x11/kde4/kcachegrind/pkg/DESCR
    N ports/x11/kde4/kcachegrind/patches/patch-converters_pprof2calltree
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:06:12

Log message:
    KCron is a graphical user interface to cron(8).
    
    This is ex-kdeadmin member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kcron/Makefile
    N ports/x11/kde4/kcron/distinfo
    N ports/x11/kde4/kcron/pkg/PLIST
    N ports/x11/kde4/kcron/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:06:58

Log message:
    KDE network monitor KDED module for DNS-SD services (Zeroconf).
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kdnssd/Makefile
    N ports/x11/kde4/kdnssd/distinfo
    N ports/x11/kde4/kdnssd/pkg/PLIST
    N ports/x11/kde4/kdnssd/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:07:43

Log message:
    KGet is a download manager for KDE. It features the BitTorrent
    support, Web interface, deep KDE integration and easy-to-use
    user interface.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kget/Makefile
    N ports/x11/kde4/kget/distinfo
    N ports/x11/kde4/kget/pkg/PLIST
    N ports/x11/kde4/kget/pkg/DESCR
    N ports/x11/kde4/kget/patches/patch-CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:08:20

Log message:
    Kompare is a GUI front-end program that enables differences between
    source files to be viewed and merged.  Kompare can be used to compare
    differences on files or the contents of folders. Kompare supports
    a variety of diff formats and provide many options to customize the
    information level displayed.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kompare/Makefile
    N ports/x11/kde4/kompare/distinfo
    N ports/x11/kde4/kompare/pkg/PLIST
    N ports/x11/kde4/kompare/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2013/12/08 11:08:36

Modified files:
	.              : donations.html 

Log message:
Many thanks to Alexander Holupirek for sending me a x200s!


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:09:20

Log message:
    KPPP is a dialer and front end for pppd. It allows for interactive
    script generation and network connection setup.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kppp/Makefile
    N ports/x11/kde4/kppp/distinfo
    N ports/x11/kde4/kppp/pkg/PLIST
    N ports/x11/kde4/kppp/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:10:02

Log message:
    KRDC is a client application that allows you to view or even control
    the desktop session on another machine that is running a compatible
    server.  VNC and RDP are supported.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/krdc/Makefile
    N ports/x11/kde4/krdc/distinfo
    N ports/x11/kde4/krdc/pkg/PLIST
    N ports/x11/kde4/krdc/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:11:23

Log message:
    KDE Desktop Sharing (krfb)  is a small server for the RFB protocol,
    better known as VNC. Unlike most other Unix/Linux RFB servers, KRfb
    allows you to share your X11 session instead of creating a new X11
    session.  It uses libvncserver as backend.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/krfb/Makefile
    N ports/x11/kde4/krfb/distinfo
    N ports/x11/kde4/krfb/pkg/PLIST
    N ports/x11/kde4/krfb/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:12:26

Log message:
    System log files viewer for KDE.
    
    This is ex-kdeadmin member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/ksystemlog/Makefile
    N ports/x11/kde4/ksystemlog/distinfo
    N ports/x11/kde4/ksystemlog/pkg/PLIST
    N ports/x11/kde4/ksystemlog/pkg/DESCR
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_authentication_authenticationConfiguration_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_cron_cronConfiguration_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_daemon_daemonConfiguration_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_postfix_postfixConfigurationWidget_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_postfix_postfixConfiguration_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_postfix_postfixLogMode_cpp
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_system_systemConfiguration_h
    N ports/x11/kde4/ksystemlog/patches/patch-src_lib_globals_cpp
    N ports/x11/kde4/ksystemlog/patches/patch-src_modes_apache_apacheConfiguration_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:13:25

Log message:
    KTeaTime is a handy timer for steeping tea. No longer will you have
    to guess at how long it takes for your tea to be ready. Simply s
    elect the type of tea you have, and it will alert you when the tea
    is ready to drink.
    
    This is ex-kdetoys member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kteatime/Makefile
    N ports/x11/kde4/kteatime/distinfo
    N ports/x11/kde4/kteatime/pkg/DESCR
    N ports/x11/kde4/kteatime/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:14:04

Log message:
    A screensaver of outer space, with Tux in a spaceship flying by.
    
    This is ex-kdetoys member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/ktux/Makefile
    N ports/x11/kde4/ktux/distinfo
    N ports/x11/kde4/ktux/pkg/PLIST
    N ports/x11/kde4/ktux/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:14:44

Log message:
    KUser allows you to manage users and groups on your system.
    
    This is ex-kdeadmin member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kuser/Makefile
    N ports/x11/kde4/kuser/distinfo
    N ports/x11/kde4/kuser/pkg/PLIST
    N ports/x11/kde4/kuser/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2013/12/08 11:15:07

Modified files:
	faq            : current.html 

Log message:
final part of libcompat removal: sgtty.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:15:22

Log message:
    Lokalize is a computer-aided translation system that focuses on
    productivity and quality assurance.  It has components usually
    included in CAT tools like translation memory, glossary, and also
    a unique translation merging (synchronization) capability.  It is
    targeted for software translation and also integrates external
    conversion tools for freelance office document translation.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/lokalize/Makefile
    N ports/x11/kde4/lokalize/distinfo
    N ports/x11/kde4/lokalize/pkg/PLIST
    N ports/x11/kde4/lokalize/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:16:12

Log message:
    File sharing components for KDE, using Samba as backend.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/network-filesharing/Makefile
    N ports/x11/kde4/network-filesharing/distinfo
    N ports/x11/kde4/network-filesharing/pkg/PLIST
    N ports/x11/kde4/network-filesharing/pkg/DESCR
    N ports/x11/kde4/network-filesharing/patches/patch-samba_filepropertiesplugin_sambausershareplugin_cpp
    N ports/x11/kde4/network-filesharing/patches/patch-samba_filepropertiesplugin_sambausershareplugin_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:17:07

Log message:
    Analyzer plugins for Strigi. Currently includes the .torrent one.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/network-strigi-analyzers/Makefile
    N ports/x11/kde4/network-strigi-analyzers/distinfo
    N ports/x11/kde4/network-strigi-analyzers/pkg/PLIST
    N ports/x11/kde4/network-strigi-analyzers/pkg/DESCR
    N ports/x11/kde4/network-strigi-analyzers/patches/patch-CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:17:49

Log message:
    KDE hex editor for viewing and editing the raw data of files.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/okteta/Makefile
    N ports/x11/kde4/okteta/distinfo
    N ports/x11/kde4/okteta/pkg/DESCR
    N ports/x11/kde4/okteta/pkg/PLIST
    N ports/x11/kde4/okteta/patches/patch-kasten_controllers_test_commonparsertest_cpp
    N ports/x11/kde4/okteta/patches/patch-kasten_controllers_test_scriptvalueconvertertest_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:19:38

Log message:
    split2po is a command-line tool that takes the two given DocBook
    XML files and produces a gettext message file (PO-file) that
    represents the changes between them.
    
    xml2pot is a command-line tool that produces a gettext message
    template file from the DocBook XML file original-XML.
    
    Some utilities from original package were not ported due
    to lack of C runtime for Antlr 2 in our ports.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/poxml/Makefile
    N ports/x11/kde4/poxml/distinfo
    N ports/x11/kde4/poxml/pkg/PLIST
    N ports/x11/kde4/poxml/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:20:31

Log message:
    KIO modules for development-related stuff, e.g.: SVN and Perl
    documentation.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/sdk-kioslaves/Makefile
    N ports/x11/kde4/sdk-kioslaves/distinfo
    N ports/x11/kde4/sdk-kioslaves/pkg/PLIST
    N ports/x11/kde4/sdk-kioslaves/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:20:57

Log message:
    Strigi analyzers for files used in KDE development.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/sdk-strigi-analyzers/Makefile
    N ports/x11/kde4/sdk-strigi-analyzers/distinfo
    N ports/x11/kde4/sdk-strigi-analyzers/pkg/PLIST
    N ports/x11/kde4/sdk-strigi-analyzers/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:21:31

Log message:
    Thumbnail generators for files used in KDE development.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/sdk-thumbnailers/Makefile
    N ports/x11/kde4/sdk-thumbnailers/distinfo
    N ports/x11/kde4/sdk-thumbnailers/pkg/PLIST
    N ports/x11/kde4/sdk-thumbnailers/pkg/DESCR
    N ports/x11/kde4/sdk-thumbnailers/patches/patch-po_thumbnailer_CMakeLists_txt
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:22:16

Log message:
    Umbrello helps the software development process by using the industry
    standard Unified Modelling Language (UML) to enable you to create
    diagrams for designing and documenting your systems.
    
    This is ex-kdesdk member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/umbrello/Makefile
    N ports/x11/kde4/umbrello/distinfo
    N ports/x11/kde4/umbrello/pkg/PLIST
    N ports/x11/kde4/umbrello/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 11:25:25

Modified files:
	devel/dconf/patches: patch-tests_Makefile_in 

Log message:
Committed usptream.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2013/12/08 11:31:04

Modified files:
	sys/dev/ic     : rtsx.c 

Log message:
Fix rtsx_read_cfg() return value check in rtsx_attach(). Diff from dhill.
Bug didn't have any bad effects since rtsx doesn't support SDIO at present.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/08 11:38:28

Modified files:
	usr.bin/sudo   : sudo.mdoc.in 

Log message:
Make -c option description more accurate (merged from sudo 1.8).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:39:45

Log message:
    Kopete is an instant messenger supporting AIM, Bonjour, Gadu-Gadu,
    GroupWise, ICQ, Jabber (XMPP, Google Talk, Facebook, ...), Meanwhile,
    QQ, Skype, Windows Live Messenger, WinPopup, Yahoo and more. It is
    designed to be a flexible and extensible multi-protocol system
    suitable for personal and enterprise use.
    
    The goal of Kopete is to provide users with a single easy-to-use
    way to access all of their instant messaging systems. The interface
    puts people first, and is integrated with the system address book
    to let you access your contacts from other KDE applications. Instant
    messaging can be intrusive, but Kopete's notification system can
    be tuned so that only important contacts interrupt you.
    
    Kopete also features tools to enhance your instant messaging
    experience, such as message encryption, archiving, and many other
    fun and useful effects.
    
    This is ex-kdenetwork member. Importing as a part of KDE 4.11.4 update.
    This port won't work until update is finished, thus not hooking it up.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131208
    
    N ports/x11/kde4/kopete/Makefile
    N ports/x11/kde4/kopete/distinfo
    N ports/x11/kde4/kopete/pkg/DESCR
    N ports/x11/kde4/kopete/pkg/PLIST
    N ports/x11/kde4/kopete/patches/patch-cmake_modules_FindLibOTR_cmake
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_xmpp_xmpp-core_simplesasl_cpp
    N ports/x11/kde4/kopete/patches/patch-plugins_otr_authenticationwizard_cpp
    N ports/x11/kde4/kopete/patches/patch-plugins_otr_otrlchatinterface_h
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_jdns_jdns_sys_c
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_xmpp_xmpp-core_protocol_cpp
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_xmpp_xmpp-core_securestream_h
    N ports/x11/kde4/kopete/patches/patch-plugins_otr_otrplugin_cpp
    N ports/x11/kde4/kopete/patches/patch-plugins_otr_otrlchatinterface_cpp
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_xmpp_xmpp-core_tlshandler_cpp
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_xmpp_xmpp-im_s5b_cpp
    N ports/x11/kde4/kopete/patches/patch-plugins_otr_otrlconfinterface_cpp
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_libiris_iris_jdns_jdns_p_h
    N ports/x11/kde4/kopete/patches/patch-protocols_wlm_CMakeLists_txt
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_CMakeLists_txt
    N ports/x11/kde4/kopete/patches/patch-cmake_modules_FindLiboRTP_cmake
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_base_socketaddress_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_session_phone_srtpfilter_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_base_physicalsocketserver_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_base_nethelpers_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_base_ipaddress_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_session_phone_linphonemediaengine_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_sound_linuxsoundsystem_cc
    N ports/x11/kde4/kopete/patches/patch-protocols_jabber_googletalk_libjingle_talk_session_phone_linuxdevicemanager_cc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 11:45:52

Modified files:
	x11/kde4       : kde-release-helper 

Log message:
Small tweaks, making it more reliable and support more complex dependency
markers.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2013/12/08 12:04:07

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
Reduce the random name length when sem_init is called with pshared
following what is recommended for mkstemp. This reduces the number of calls
to sched_yield considerably.
tedu@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 12:13:34

Modified files:
	meta/kde4      : Makefile 
	net/libktorrent: Makefile 
	productivity/libkfbapi: Makefile 
	productivity/libkgapi: Makefile 
	www/kwebkitpart: Makefile 
	x11/kde4       : Makefile Makefile.inc kde4.port.mk 
	x11/kde4/analitza: Makefile distinfo 
	x11/kde4/ark   : Makefile distinfo 
	x11/kde4/artwork: Makefile distinfo 
	x11/kde4/artwork/pkg: PLIST-nuvola 
	x11/kde4/audiocd-kio: Makefile distinfo 
	x11/kde4/base-artwork: Makefile distinfo 
	x11/kde4/baseapps: Makefile distinfo 
	x11/kde4/baseapps/pkg: PLIST 
	x11/kde4/blinken: Makefile distinfo 
	x11/kde4/bomber: Makefile distinfo 
	x11/kde4/bovo  : Makefile distinfo 
	x11/kde4/cantor: Makefile distinfo 
	x11/kde4/dragon: Makefile distinfo 
	x11/kde4/ffmpegthumbs: Makefile distinfo 
	x11/kde4/filelight: Makefile distinfo 
	x11/kde4/filelight/pkg: PLIST 
	x11/kde4/granatier: Makefile distinfo 
	x11/kde4/graphics-mobipocket: Makefile distinfo 
	x11/kde4/graphics-strigi-analyzer: distinfo 
	x11/kde4/graphics-thumbnailers: Makefile distinfo 
	x11/kde4/gwenview: Makefile distinfo 
	x11/kde4/gwenview/patches: patch-lib_CMakeLists_txt 
	x11/kde4/gwenview/pkg: DESCR PLIST 
	x11/kde4/jovie : Makefile distinfo 
	x11/kde4/jovie/pkg: PLIST 
	x11/kde4/juk   : Makefile distinfo 
	x11/kde4/juk/pkg: PLIST 
	x11/kde4/kaccessible: Makefile distinfo 
	x11/kde4/kactivities: Makefile distinfo 
	x11/kde4/kactivities/pkg: DESCR PLIST 
	x11/kde4/kajongg: Makefile distinfo 
	x11/kde4/kalgebra: Makefile distinfo 
	x11/kde4/kalgebra/pkg: PLIST 
	x11/kde4/kalzium: distinfo 
	x11/kde4/kamera: Makefile distinfo 
	x11/kde4/kanagram: Makefile distinfo 
	x11/kde4/kapman: Makefile distinfo 
	x11/kde4/kate  : Makefile distinfo 
	x11/kde4/kate/pkg: PLIST 
	x11/kde4/katomic: Makefile distinfo 
	x11/kde4/kblackbox: Makefile distinfo 
	x11/kde4/kblackbox/pkg: PLIST 
	x11/kde4/kblocks: Makefile distinfo 
	x11/kde4/kbounce: Makefile distinfo 
	x11/kde4/kbounce/pkg: PLIST 
	x11/kde4/kbreakout: Makefile distinfo 
	x11/kde4/kbreakout/pkg: PLIST 
	x11/kde4/kbruch: Makefile distinfo 
	x11/kde4/kcalc : Makefile distinfo 
	x11/kde4/kcharselect: Makefile distinfo 
	x11/kde4/kcolorchooser: Makefile distinfo 
	x11/kde4/kdf   : Makefile distinfo 
	x11/kde4/kdiamond: Makefile distinfo 
	x11/kde4/kfloppy: Makefile distinfo 
	x11/kde4/kfourinline: Makefile distinfo 
	x11/kde4/kfourinline/pkg: DESCR 
	x11/kde4/kgamma: Makefile distinfo 
	x11/kde4/kgeography: Makefile distinfo 
	x11/kde4/kgeography/pkg: PLIST 
	x11/kde4/kgoldrunner: Makefile distinfo 
	x11/kde4/kgpg  : Makefile distinfo 
	x11/kde4/khangman: Makefile distinfo 
	x11/kde4/kig   : Makefile distinfo 
	x11/kde4/kig/patches: patch-CMakeLists_txt 
	                      patch-KigConfigureChecks_cmake 
	x11/kde4/kig/pkg: PLIST 
	x11/kde4/kigo  : Makefile distinfo 
	x11/kde4/killbots: Makefile distinfo 
	x11/kde4/kimono: Makefile distinfo 
	x11/kde4/kiriki: Makefile distinfo 
	x11/kde4/kiten : Makefile distinfo 
	x11/kde4/kjumpingcube: Makefile distinfo 
	x11/kde4/kjumpingcube/pkg: PLIST 
	x11/kde4/klettres: Makefile distinfo 
	x11/kde4/klettres/pkg: PLIST 
	x11/kde4/klickety: Makefile distinfo 
	x11/kde4/klickety/pkg: PLIST 
	x11/kde4/klines: Makefile distinfo 
	x11/kde4/kmag  : Makefile distinfo 
	x11/kde4/kmahjongg: Makefile distinfo 
	x11/kde4/kmahjongg/pkg: PLIST 
	x11/kde4/kmines: Makefile distinfo 
	x11/kde4/kmix  : Makefile distinfo 
	x11/kde4/kmousetool: Makefile distinfo 
	x11/kde4/kmouth: Makefile distinfo 
	x11/kde4/kmplot: Makefile distinfo 
	x11/kde4/knavalbattle: Makefile distinfo 
	x11/kde4/knetwalk: Makefile distinfo 
	x11/kde4/knetwalk/pkg: PLIST 
	x11/kde4/kolf  : Makefile distinfo 
	x11/kde4/kollision: Makefile distinfo 
	x11/kde4/kolourpaint: Makefile distinfo 
	x11/kde4/konquest: Makefile distinfo 
	x11/kde4/konsole: Makefile distinfo 
	x11/kde4/konsole/pkg: PLIST 
	x11/kde4/korundum: Makefile distinfo 
	x11/kde4/kpat  : Makefile distinfo 
	x11/kde4/kremotecontrol: Makefile distinfo 
	x11/kde4/kreversi: Makefile distinfo 
	x11/kde4/kross-interpreters: Makefile distinfo 
	x11/kde4/kruler: Makefile distinfo 
	x11/kde4/ksaneplugin: Makefile distinfo 
	x11/kde4/ksaneplugin/pkg: DESCR 
	x11/kde4/kscd  : Makefile distinfo 
	x11/kde4/kshisen: Makefile distinfo 
	x11/kde4/ksirk : Makefile distinfo 
	x11/kde4/ksnakeduel: Makefile distinfo 
	x11/kde4/ksnapshot: Makefile distinfo 
	x11/kde4/kspaceduel: Makefile distinfo 
	x11/kde4/ksquares: Makefile distinfo 
	x11/kde4/kstars: Makefile distinfo 
	x11/kde4/kstars/patches: 
	                         patch-kstars_skycomponents_supernovaecomponent_cpp 
	x11/kde4/kstars/pkg: PLIST 
	x11/kde4/ksudoku: Makefile distinfo 
	x11/kde4/ktimer: Makefile distinfo 
	x11/kde4/ktouch: Makefile distinfo 
	x11/kde4/ktouch/pkg: PLIST 
	x11/kde4/ktuberling: Makefile distinfo 
	x11/kde4/ktuberling/pkg: PLIST 
	x11/kde4/kturtle: Makefile distinfo 
	x11/kde4/kubrick: Makefile distinfo 
	x11/kde4/kwallet: Makefile distinfo 
	x11/kde4/kwallet/pkg: PLIST 
	x11/kde4/kwordquiz: Makefile distinfo 
	x11/kde4/l10n  : Makefile.inc Makefile.langs distinfo 
	x11/kde4/l10n/pkg: PLIST-ar PLIST-bg PLIST-bs PLIST-ca 
	                   PLIST-ca@valencia PLIST-cs PLIST-da PLIST-de 
	                   PLIST-el PLIST-en_GB PLIST-es PLIST-et 
	                   PLIST-eu PLIST-fa PLIST-fi PLIST-fr PLIST-ga 
	                   PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hu 
	                   PLIST-ia PLIST-is PLIST-it PLIST-ja PLIST-kk 
	                   PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mr 
	                   PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa 
	                   PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro 
	                   PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sv 
	                   PLIST-tg PLIST-tr PLIST-ug PLIST-uk PLIST-vi 
	                   PLIST-wa PLIST-zh_CN PLIST-zh_TW 
	x11/kde4/libkcddb: Makefile distinfo 
	x11/kde4/libkcompactdisc: Makefile distinfo 
	x11/kde4/libkdcraw: Makefile distinfo 
	x11/kde4/libkdcraw/files: FindLibRaw.cmake 
	x11/kde4/libkdcraw/patches: patch-CMakeLists_txt 
	                            patch-libkdcraw_CMakeLists_txt 
	x11/kde4/libkdcraw/pkg: PLIST 
	x11/kde4/libkdeedu: Makefile distinfo 
	x11/kde4/libkdegames: Makefile distinfo 
	x11/kde4/libkdegames/pkg: PLIST 
	x11/kde4/libkexiv2: Makefile distinfo 
	x11/kde4/libkexiv2/pkg: DESCR PLIST 
	x11/kde4/libkipi: Makefile distinfo 
	x11/kde4/libkipi/pkg: PLIST 
	x11/kde4/libkmahjongg: Makefile distinfo 
	x11/kde4/libksane: Makefile distinfo 
	x11/kde4/libs  : Makefile TODO distinfo 
	x11/kde4/libs/files: ConfigureChecks.cmake config-util.h.cmake 
	x11/kde4/libs/patches: patch-cmake_modules_FindPhonon_cmake 
	                       patch-kdecore_CMakeLists_txt 
	                       patch-kdecore_tests_kstandarddirstest_cpp 
	                       patch-kdeui_dialogs_kbugreport_cpp 
	                       patch-kdoctools_CMakeLists_txt 
	                       patch-kinit_klauncher_cpp 
	                       patch-kjs_CMakeLists_txt 
	                       patch-mimetypes_kde_xml 
	x11/kde4/libs/pkg: PLIST-main 
	x11/kde4/lskat : Makefile distinfo 
	x11/kde4/marble: Makefile distinfo 
	x11/kde4/marble/patches: patch-src_CMakeLists_txt 
	                         patch-src_lib_CMakeLists_txt 
	x11/kde4/marble/pkg: PLIST 
	x11/kde4/mplayerthumbs: Makefile distinfo 
	x11/kde4/nepomuk-core: Makefile distinfo 
	x11/kde4/nepomuk-core/pkg: PLIST 
	x11/kde4/nepomuk-widgets: Makefile distinfo 
	x11/kde4/nepomuk-widgets/pkg: DESCR PLIST 
	x11/kde4/okular: Makefile distinfo 
	x11/kde4/okular/pkg: PLIST 
	x11/kde4/oxygen-icons: Makefile distinfo 
	x11/kde4/oxygen-icons/pkg: PLIST 
	x11/kde4/p5-kde: Makefile distinfo 
	x11/kde4/p5-kde/pkg: PLIST 
	x11/kde4/p5-qt : distinfo 
	x11/kde4/pairs : Makefile distinfo 
	x11/kde4/pairs/pkg: PLIST 
	x11/kde4/palapeli: Makefile distinfo 
	x11/kde4/parley: Makefile distinfo 
	x11/kde4/parley/pkg: PLIST 
	x11/kde4/picmi : Makefile distinfo 
	x11/kde4/pim   : Makefile distinfo 
	x11/kde4/pim/patches: patch-CMakeLists_txt 
	                      patch-mobile_licenses_CMakeLists_txt 
	x11/kde4/pim/pkg: PLIST 
	x11/kde4/pim-runtime: Makefile distinfo 
	x11/kde4/pim-runtime/patches: patch-plugins_tests_CMakeLists_txt 
	x11/kde4/pim-runtime/pkg: PLIST 
	x11/kde4/pimlibs: Makefile distinfo 
	x11/kde4/pimlibs/patches: patch-CMakeLists_txt 
	                          patch-ConfigureChecks_cmake 
	                          patch-KdepimLibsConfig_cmake_in 
	                          patch-includes_tests_CMakeLists_txt 
	                          patch-kcalcore_CMakeLists_txt 
	                          patch-kcalcore_calformat_cpp 
	                          patch-kcalcore_config-kcalcore_h_cmake 
	                          patch-kcalcore_icaltimezones_cpp 
	                          patch-kioslave_smtp_command_cpp 
	x11/kde4/pimlibs/pkg: PLIST 
	x11/kde4/plasma-addons: Makefile distinfo 
	x11/kde4/plasma-addons/pkg: PLIST 
	x11/kde4/print-manager: Makefile distinfo 
	x11/kde4/print-manager/pkg: PLIST 
	x11/kde4/py-kde: Makefile distinfo 
	x11/kde4/py-kde/pkg: PLIST 
	x11/kde4/qyoto : Makefile distinfo 
	x11/kde4/rocs  : Makefile distinfo 
	x11/kde4/rocs/pkg: PLIST 
	x11/kde4/ruby-qt: Makefile distinfo 
	x11/kde4/ruby-qt/pkg: PLIST 
	x11/kde4/runtime: Makefile distinfo 
	x11/kde4/runtime/pkg: PLIST-main 
	x11/kde4/smokegen: Makefile distinfo 
	x11/kde4/smokekde: Makefile distinfo 
	x11/kde4/smokeqt: Makefile distinfo 
	x11/kde4/step  : Makefile distinfo 
	x11/kde4/superkaramba: Makefile distinfo 
	x11/kde4/svgpart: Makefile distinfo 
	x11/kde4/sweeper: Makefile distinfo 
	x11/kde4/webdev: Makefile distinfo 
	x11/kde4/webdev/pkg: PLIST 
	x11/kde4/workspace: Makefile distinfo 
	x11/kde4/workspace/pkg: PLIST 
Added files:
	x11/kde4/ark/patches: patch-app_CMakeLists_txt 
	                      patch-plugins_cli7zplugin_CMakeLists_txt 
	                      patch-plugins_clilhaplugin_CMakeLists_txt 
	                      patch-plugins_cliplugin-example_CMakeLists_txt 
	                      patch-plugins_clirarplugin_CMakeLists_txt 
	                      patch-plugins_clizipplugin_CMakeLists_txt 
	                      patch-plugins_karchiveplugin_CMakeLists_txt 
	                      patch-plugins_libarchive_CMakeLists_txt 
	                      patch-plugins_libsinglefileplugin_CMakeLists_txt 
	x11/kde4/baseapps/patches: patch-dolphin_src_CMakeLists_txt 
	                           patch-konq-plugins_akregator_CMakeLists_txt 
	                           patch-konq-plugins_fsview_CMakeLists_txt 
	                           patch-konqueror_sidebar_CMakeLists_txt 
	                           patch-konqueror_sidebar_places_module_CMakeLists_txt 
	                           patch-konqueror_sidebar_trees_CMakeLists_txt 
	                           patch-konqueror_sidebar_trees_bookmark_module_CMakeLists_txt 
	                           patch-konqueror_sidebar_trees_dirtree_module_CMakeLists_txt 
	                           patch-konqueror_sidebar_web_module_CMakeLists_txt 
	                           patch-plasma_applets_folderview_CMakeLists_txt 
	x11/kde4/jovie/patches: patch-CMakeLists_txt 
	                        patch-filters_stringreplacer_CMakeLists_txt 
	x11/kde4/juk/patches: patch-coverinfo_cpp patch-tag_cpp 
	x11/kde4/kate/patches: 
	                       patch-addons_kate_pate_src_plugins_cmake_utils_command_completers_param_types_py 
	x11/kde4/kig/patches: patch-cmake_modules_FindBoostPython_cmake 
	x11/kde4/kross-interpreters/patches: patch-ruby_CMakeLists_txt 
	x11/kde4/kstars/patches: 
	                         patch-kstars_dialogs_exportimagedialog_cpp 
	                         patch-kstars_skyobjects_starobject_cpp 
	x11/kde4/libkdcraw/patches: patch-cmake_modules_FindKdcraw_cmake 
	                            patch-libkdcraw_kdcraw_cpp 
	                            patch-libkdcraw_kdcraw_p_h 
	x11/kde4/libkdegames/patches: patch-CMakeLists_txt 
	x11/kde4/libkexiv2/files: Kexiv2Config.cmake.in 
	x11/kde4/libkexiv2/patches: patch-CMakeLists_txt 
	x11/kde4/libs/patches: patch-ConfigureChecks_cmake 
	                       patch-config_h_cmake 
	                       patch-kde3support_kdecore_k3tempfile_cpp 
	                       patch-kdecore_io_klockfile_unix_cpp 
	                       patch-kdecore_io_ktempdir_cpp 
	                       patch-kdecore_tests_kfiltertest_cpp 
	                       patch-kdecore_tests_krandomsequencetest_cpp 
	                       patch-kdecore_util_krandom_cpp 
	                       patch-kdecore_util_krandom_h 
	                       patch-kdecore_util_krandomsequence_cpp 
	                       patch-kdecore_util_kshareddatacache_cpp 
	                       patch-kdecore_util_kshareddatacache_p_h 
	                       patch-kdeui_dialogs_ktip_cpp 
	                       patch-kdeui_kernel_kapplication_h 
	                       patch-kio_misc_kntlm_kntlm_cpp 
	                       patch-kio_misc_kpac_kpac_dhcp_helper_c 
	                       patch-kjs_math_object_cpp 
	x11/kde4/lskat/patches: patch-src_mainwindow_cpp 
	x11/kde4/marble/patches: patch-cmake_modules_Findquazip_cmake 
	                         patch-src_plugins_runner_kml_CMakeLists_txt 
	x11/kde4/nepomuk-core/patches: 
	                               patch-autotests_lib_CMakeLists_txt 
	                               patch-autotests_test_CMakeLists_txt 
	                               patch-cleaner_CMakeLists_txt 
	                               patch-common_CMakeLists_txt 
	                               patch-libnepomukcore_CMakeLists_txt 
	                               patch-rcgen_CMakeLists_txt 
	                               patch-server_CMakeLists_txt 
	                               patch-services_fileindexer_CMakeLists_txt 
	                               patch-services_fileindexer_indexer_CMakeLists_txt 
	                               patch-services_fileindexer_indexer_mobipocket_CMakeLists_txt 
	                               patch-services_fileindexer_indexer_test_CMakeLists_txt 
	                               patch-services_fileindexer_test_CMakeLists_txt 
	                               patch-services_filewatch_CMakeLists_txt 
	                               patch-services_filewatch_test_CMakeLists_txt 
	                               patch-services_storage_CMakeLists_txt 
	                               patch-services_storage_backup_gui_CMakeLists_txt 
	                               patch-services_storage_migrator_CMakeLists_txt 
	                               patch-services_storage_test_CMakeLists_txt 
	                               patch-servicestub_CMakeLists_txt 
	                               patch-tests_CMakeLists_txt 
	                               patch-tools_nepomukcmd_CMakeLists_txt 
	                               patch-tools_nepomukctl_CMakeLists_txt 
	                               patch-tools_nepomuksearch_CMakeLists_txt 
	                               patch-tools_nepomukshow_CMakeLists_txt 
	x11/kde4/pim-runtime/patches: 
	                              patch-migration_kjots_CMakeLists_txt 
	                              patch-migration_kmail_CMakeLists_txt 
	                              patch-resources_akonotes_CMakeLists_txt 
	                              patch-resources_maildir_CMakeLists_txt 
	x11/kde4/pimlibs/patches: patch-akonadi_CMakeLists_txt 
	                          patch-kabc_CMakeLists_txt 
	                          patch-kabc_formats_CMakeLists_txt 
	                          patch-kabc_plugins_dir_CMakeLists_txt 
	                          patch-kabc_plugins_file_CMakeLists_txt 
	                          patch-kabc_plugins_ldapkio_CMakeLists_txt 
	                          patch-kabc_plugins_net_CMakeLists_txt 
	                          patch-kcal_CMakeLists_txt 
	                          patch-kcalcore_tests_CMakeLists_txt 
	                          patch-kcalutils_CMakeLists_txt 
	                          patch-kholidays_CMakeLists_txt 
	                          patch-kimap_CMakeLists_txt 
	                          patch-kioslave_ldap_CMakeLists_txt 
	                          patch-kldap_CMakeLists_txt 
	                          patch-kmbox_CMakeLists_txt 
	                          patch-kmime_kmime_util_cpp 
	                          patch-kpimtextedit_CMakeLists_txt 
	                          patch-kpimutils_CMakeLists_txt 
	                          patch-kresources_CMakeLists_txt 
	                          patch-ktnef_CMakeLists_txt 
	                          patch-mailtransport_CMakeLists_txt 
	                          patch-microblog_CMakeLists_txt 
	x11/kde4/runtime/files: FindWebp.cmake 
	x11/kde4/runtime/patches: patch-kimgio_CMakeLists_txt 
	x11/kde4/smokegen/patches: patch-cmake_CMakeLists_txt 
	                           patch-cmake_FindPhonon_cmake 
Removed files:
	x11/kde4/gwenview/patches: patch-CMakeLists_txt 
	x11/kde4/kactivities/patches: patch-src_service_Application_cpp 
	x11/kde4/kcalc/patches: patch-knumber_knumber_float_cpp 
	x11/kde4/kig/patches: patch-cmake_FindBoostPython_cmake 
	x11/kde4/libs/patches: patch-cmake_modules_FindSamba_cmake 
	                       patch-cmake_modules_PythonMacros_cmake 
	x11/kde4/py-kde/patches: patch-sip_akonadi_entitytreemodel_sip 
	                         patch-sip_akonadi_favoritecollectionsmodel_sip 
	                         patch-sip_kdeui_highlighter_sip 
	                         patch-sip_kdeui_kdatetable_sip 
	                         patch-sip_kdeui_knumvalidator_sip 
	                         patch-sip_kdeui_kpixmapregionselectorwidget_sip 
	                         patch-sip_kdeui_kpixmapsequenceoverlaypainter_sip 
	                         patch-sip_kdeui_krecursivefilterproxymodel_sip 
	                         patch-sip_kdeui_kstringvalidator_sip 
	                         patch-sip_kdeui_ktogglefullscreenaction_sip 
	                         patch-sip_kdeui_ktoggletoolbaraction_sip 
	                         patch-sip_kio_kdirmodel_sip 
	                         patch-sip_kio_kshellcompletion_sip 
	                         patch-sip_kio_metainfojob_sip 
	                         patch-sip_plasma_applet_sip 
	                         patch-sip_plasma_glapplet_sip 
	x11/kde4/step/patches: patch-stepcore_types_h 

Log message:
Move on to KDE 4.11.4.

In this release, four "fat" packages were split:

* kdeadmin
* kdenetwork
* kdesdk
* kdetoys

To make updates reliable, we provide corresponding meta-packages now.

Many new patches in x11/kde4 correspond to the linking problems detected.
Those are planned to integrate upstream but probably we'll have to keep
some of them until KDE 5.

For information about major KDE 4.11 features, look at the official site:
http://www.kde.org/announcements/4.11/

Kopete Jingle support is disabled for now, until googletalk-call gets
cured from permanent coredumping.

This update involved a lot of help and patience for my mistakes from
many people, including ajacoutot@, espie@, naddy@... but most of the
times this was landry@ who definitely deserves personal "thank you"!


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 12:15:15

Removed files:
	x11/kde4/admin/patches: patch-ksystemlog_src_lib_globals_cpp 
	                        patch-ksystemlog_src_modes_apache_apacheConfiguration_h 
	                        patch-ksystemlog_src_modes_authentication_authenticationConfiguration_h 
	                        patch-ksystemlog_src_modes_cron_cronConfiguration_h 
	                        patch-ksystemlog_src_modes_daemon_daemonConfiguration_h 
	                        patch-ksystemlog_src_modes_postfix_postfixConfigurationWidget_h 
	                        patch-ksystemlog_src_modes_postfix_postfixLogMode_cpp 
	                        patch-ksystemlog_src_modes_postfix_postfixConfiguration_h 
	                        patch-ksystemlog_src_modes_system_systemConfiguration_h 
	x11/kde4/admin : Makefile distinfo 
	x11/kde4/admin/pkg: DESCR PLIST 
	x11/kde4/network/patches: 
	                          patch-kdenetwork-strigi-analyzers_CMakeLists_txt 
	                          patch-kget_CMakeLists_txt 
	                          patch-kget_doc_CMakeLists_txt 
	                          patch-kopete_plugins_otr_authenticationwizard_cpp 
	                          patch-kopete_plugins_otr_kopete_otr_config_desktop 
	                          patch-kopete_plugins_otr_kopete_otr_desktop 
	                          patch-kopete_plugins_otr_otrlchatinterface_cpp 
	                          patch-kopete_plugins_otr_otrlchatinterface_h 
	                          patch-kopete_plugins_otr_otrlconfinterface_cpp 
	                          patch-kopete_plugins_otr_otrplugin_cpp 
	                          patch-kopete_protocols_jabber_libiris_iris_jdns_jdns_p_h 
	                          patch-kopete_protocols_jabber_libiris_iris_jdns_jdns_sys_c 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-core_connector_cpp 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-core_protocol_cpp 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-core_securestream_h 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-core_simplesasl_cpp 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-core_tlshandler_cpp 
	                          patch-kopete_protocols_jabber_libiris_iris_xmpp_xmpp-im_s5b_cpp 
	                          patch-krfb_libvncserver_CMakeLists_txt 
	                          patch-krfb_libvncserver_rfb_rfb_h 
	                          patch-krfb_libvncserver_rfbserver_c 
	x11/kde4/network: Makefile distinfo 
	x11/kde4/network/pkg: DESCR PLIST 
	x11/kde4/sdk/patches: 
	                      patch-kapptemplate_cmake_modules_KAppTemplateMacro_cmake 
	                      patch-kde-dev-scripts_adddebug 
	                      patch-kde-dev-scripts_astyle-kdelibs 
	                      patch-kde-dev-scripts_build-progress_sh 
	                      patch-kde-dev-scripts_cheatmake 
	                      patch-kde-dev-scripts_colorsvn 
	                      patch-kde-dev-scripts_cvsaddcurrentdir 
	                      patch-kde-dev-scripts_cvsblame 
	                      patch-kde-dev-scripts_cvslastlog 
	                      patch-kde-dev-scripts_qt4_convert-signal_pl 
	                      patch-kde-dev-scripts_kf5_functionUtilkde_pm 
	                      patch-kde-dev-scripts_nonsvnlist 
	                      patch-kde-dev-scripts_optimizegraphics 
	                      patch-kde-dev-scripts_package_crystalsvg 
	                      patch-kde-dev-scripts_qt4_adapt-kconfiggroupsaver_pl 
	                      patch-kde-dev-scripts_qt4_adapt-to-kde4-api_pl 
	                      patch-kde-dev-scripts_qt4_adapt-to-new-kconfig2_pl 
	                      patch-kde-dev-scripts_qt4_adapt-to-new-kdebug-api_pl 
	                      patch-kde-dev-scripts_qt4_adapt-to-qt4-api_pl 
	                      patch-kde-dev-scripts_qt4_convert-bad-qdatastream_pl 
	                      patch-kde-dev-scripts_qt4_convert-display_pl 
	                      patch-kde-dev-scripts_qt4_convert-find-to-indexof_pl 
	                      patch-kde-dev-scripts_qt4_convert-kgenericfactory_pl 
	                      patch-kde-dev-scripts_qt4_convert-killtimers_pl 
	                      patch-kde-dev-scripts_qt4_convert-kinstance_pl 
	                      patch-kde-dev-scripts_qt4_convert-kkeydialog_pl 
	                      patch-kde-dev-scripts_qt4_convert-kmimetype-pixmap_pl 
	                      patch-kde-dev-scripts_qt4_convert-kstringhandler_pl 
	                      patch-kde-dev-scripts_qt4_convert-newq4headers_pl 
	                      patch-kde-dev-scripts_qt4_convert-q3cstring_pl 
	                      patch-kde-dev-scripts_qt4_convert-qboxlayout_pl 
	                      patch-kde-dev-scripts_qt4_convert-qgridlayout_pl 
	                      patch-kde-dev-scripts_qt4_convert-qiodevice_at_pl 
	                      patch-kde-dev-scripts_qt4_convert-qlabel_pl 
	                      patch-kde-dev-scripts_qt4_convert-qstringlatin1_pl 
	                      patch-kde-dev-scripts_qt4_fix-link_pl 
	                      patch-kde-dev-scripts_qt4_convert-qvhbox_pl 
	                      patch-kde-dev-scripts_qt4_functionUtilkde_pm 
	                      patch-kde-dev-scripts_qt4_icons-kde3tokde4-renamer_icons-kde3to4-renamer_sh 
	                      patch-kde-dev-scripts_qt4_remove-qt3-support_pl 
	                      patch-kde-dev-scripts_qt4_replaceAddRowSpacing_sh 
	                      patch-kde-dev-scripts_qt4_replaceRenamedDeprecated_sh 
	                      patch-kde-dev-scripts_qt4_search-qstringlist_sh 
	                      patch-kde-dev-scripts_qt4_search-qwhatsthis_sh 
	                      patch-kde-dev-scripts_qt4_search-registeredApplications_sh 
	                      patch-kde-dev-scripts_svn-clean 
	                      patch-kde-dev-scripts_svn2log_sh 
	                      patch-kde-dev-scripts_svnaddcurrentdir 
	                      patch-kde-dev-scripts_svnforwardport 
	                      patch-kde-dev-scripts_svnversions 
	                      patch-kde-dev-scripts_unsercmake 
	                      patch-kde-dev-scripts_wcgrep 
	                      patch-kdesdk-kioslaves_svn_svnhelper_CMakeLists_txt 
	                      patch-kdesdk-kioslaves_svn_svnhelper_kio_svn_helper_cpp 
	                      patch-kdesdk-kioslaves_svn_svnhelper_subversion_desktop 
	                      patch-kdesdk-thumbnailers_po_thumbnailer_CMakeLists_txt 
	                      patch-okteta_kasten_controllers_test_commonparsertest_cpp 
	                      patch-okteta_kasten_controllers_test_scriptvalueconvertertest_cpp 
	x11/kde4/sdk   : Makefile distinfo 
	x11/kde4/sdk/pkg: DESCR PLIST 
	x11/kde4/toys/pkg: DESCR PLIST 
	x11/kde4/toys  : Makefile distinfo 

Log message:
Remove "fat" packages no longer exist in KDE 4.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/08 12:30:07

Modified files:
	x11/gnome/librsvg/patches: patch-rsvg-base_c 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 13:06:16

Modified files:
	net/ortp       : Makefile 
Added files:
	net/ortp/patches: patch-src_b64_c 

Log message:
Fix build (-Werror) on platforms where char is unsigned.

Noticed by landry@ on macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/08 13:40:56

Modified files:
	devel/py-setproctitle: Makefile distinfo 

Log message:
Update to py-setproctitle 1.1.8.

ok jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/08 14:16:34

Modified files:
	sys/uvm        : uvm_aobj.c uvm_aobj.h 

Log message:
allow aobj to shrink grow, for tmpfs support
A few tweaks asked by kettenis@
(code doesn't affect systems without mounted tmpfs at all)

okay beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/08 14:16:59

Modified files:
	x11/kde4       : Makefile 

Log message:
Fix a typo, noticed by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/08 14:20:19

Modified files:
	x11/e17/evas   : Makefile 

Log message:
remove accidentally re-introduced VMEM_WARNING


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/08 14:23:40

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update Seed7 to 20131208.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/08 15:02:18

Modified files:
	misc/nyancat   : Makefile distinfo 

Log message:
Update to nyancat 1.2.2.

ok jung@


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2013/12/08 15:09:19

Modified files:
	faq            : current.html 

Log message:
libcompat removal: sys/timeb.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/08 15:24:01

Modified files:
	lang/smlnj     : Makefile distinfo 
	lang/smlnj/patches: patch-config__arch-n-opsys 
	lang/smlnj/pkg : PLIST 
Added files:
	lang/smlnj/patches: patch-base_runtime_include_asm-base_h 
	                    patch-base_runtime_mach-dep_signal-sysdep_h 
	                    patch-base_runtime_objs_mk_ppc-openbsd 

Log message:
- add support for powerpc-based OpenBSD platforms; tested on macppc.
- add ${_SMLNJ_ARCH} for PLIST (in)sanity.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/08 15:49:02

Modified files:
	sbin/dhclient  : dhclient.c dispatch.c kroute.c 

Log message:
Reduce in_addr memcpy() dances by simply using assignments where the source
variable has been copied to [cm]alloc'ed memory and thus properly aligned.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/12/08 17:56:08

Modified files:
	.              : plus.html 

Log message:
plus.html for Nov 25 to Dec 1.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/08 18:02:06

Modified files:
	sys/dev/usb    : uhci.c ohci.c 

Log message:
Mark a few functions with __unused.

ohci.c:193:1: error: unused function 'OREAD1' [-Werror,-Wunused-function]
ohci.c:200:1: error: unused function 'OREAD2' [-Werror,-Wunused-function]
uhci.c:256:1: error: unused function 'UREAD4' [-Werror,-Wunused-function]

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/08 18:54:49

Modified files:
	share/man/man9 : task_add.9 

Log message:
document the global systq.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/08 19:35:09

Modified files:
	usr.bin/cpp    : Makefile cpp.sh 

Log message:
Use shell arrays to store arguments instead of building a string for eval.
Add option argument handling for all the options that take an argument.
Handle -I with separate path argument.
Retire gcc2-specific bits.
Handle -U__GNUC__ correctly on gcc4 systems.

ok jca@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/08 20:14:30

Modified files:
	share/man/man9 : Makefile mutex.9 

Log message:
basic documentation for MUTEX_INITIALIZER.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/08 20:16:29

Modified files:
	share/man/man9 : mutex.9 

Log message:
.Nm lines for the macros


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/08 21:13:40

Modified files:
	share/man/man9 : rwlock.9 

Log message:
document RWLOCK_INITIALIZER


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/08 21:17:37

Modified files:
	net/quvi/scripts: Makefile distinfo 
	net/quvi/scripts/pkg: PLIST 

Log message:
Update to libquvi-scripts-20131130.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/08 21:21:59

Modified files:
	sys/dev/ic     : lpt.c 

Log message:
timeout_del unconditionally


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/09 00:43:08

Modified files:
	lang/lua/5.2   : Makefile distinfo 

Log message:
update to lua-5.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 01:00:28

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: patch-configure 

Log message:
Update to evolution-data-server-3.10.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/09 01:24:29

Modified files:
	sys/uvm        : uvm_aobj.c uvm_aobj.h 

Log message:
forgot to say: aobj grow/shrink tweaks are mostly from Pedro Martelletto,
like the rest of tmpfs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 01:41:58

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 

Log message:
Update to evolution-3.10.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 01:56:54

Modified files:
	mail/evolution-ews: Makefile distinfo 

Log message:
Update to evolution-ews-3.10.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 01:59:16

Modified files:
	x11/gnome/system-monitor: Makefile 
Added files:
	x11/gnome/system-monitor/patches: patch-src_prefsdialog_cpp 

Log message:
Do not display the security context column if selinux is not supported.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 02:23:47

Modified files:
	sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-0.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 03:46:32

Modified files:
	x11/gnome/system-monitor/patches: patch-src_prefsdialog_cpp 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/09 04:03:45

Modified files:
	usr.bin/ssh    : blocks.c ed25519.c fe25519.c fe25519.h 
	                 ge25519.c ge25519.h ge25519_base.data hash.c 
	                 sc25519.c sc25519.h verify.c 

Log message:
Add Authors for the public domain ed25519/nacl code.
see also http://nacl.cr.yp.to/features.html
All of the NaCl software is in the public domain.
and http://ed25519.cr.yp.to/software.html
The Ed25519 software is in the public domain.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/09 04:08:17

Modified files:
	usr.bin/ssh    : crypto_api.h 

Log message:
remove unused defines


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 04:44:37

Modified files:
	sysutils/toad  : Makefile distinfo 

Log message:
Oops, quick update to toad-0.7 to unbreak toadd(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/09 04:44:52

Modified files:
	sys/dev/ata    : atascsi.c atascsi.h 

Log message:
replace workq_task_add with a task. stash teh struct in the ata xfer thing
so its now reliable.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:03:34

Modified files:
	x11/kde4/kapptemplate/patches: 
	                               patch-cmake_modules_KAppTemplateMacro_cmake 

Log message:
Fix build, noticed by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/09 05:06:13

Modified files:
	share/man/man9 : Makefile 

Log message:
jmc has high expectations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:08:39

Modified files:
	x11/kde4/dev-scripts: Makefile 

Log message:
This actually needs kdelibs to build, noticed by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:13:37

Modified files:
	x11/kde4/kopete: Makefile 

Log message:
Add missing dependencies on KDE PIM components, noticed by naddy@.
This one needs bump.

Zap extra item in CONFIGURE_ARGS while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:14:38

Modified files:
	x11/kde4/kuser : Makefile 

Log message:
Add missing dependencies on KDE PIM components, noriced by naddy@.
This one needs bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:20:48

Added files:
	meta/kde4/pkg  : DESCR-sdk DESCR-toys 

Log message:
Missed in previous import, noticed by kili@. Did not built => no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 05:26:20

Modified files:
	x11/kde4/py-kde/patches: patch-CMakeLists_txt 

Log message:
Unbreak build, noticed by naddy@. No bump needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/12/09 07:26:56

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_openbsd_prockernel_c 
Added files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_open_c 
	                        patch-sysdeps_openbsd_procmap_c 
	                        patch-sysdeps_openbsd_procopenfiles_c 

Log message:
fix several issues with libgtop2 process information code
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 07:58:26

Modified files:
	x11/gnome/system-monitor: Makefile 
Added files:
	x11/gnome/system-monitor/patches: patch-src_procproperties_cpp 

Log message:
Properties: better display for empty cgroup and selinux props.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2013/12/09 07:59:08

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Fix issues with dirent returning junk due to removal of bzero in version 1.14.
Ensure d_name string is nul terminated and the correct length in d_namlen.
noticed by pelikan@
ok syl@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/09 08:22:32

Modified files:
	sbin/iked      : iked.h ikev2.c 

Log message:
distingush between sa_msgid not set and 0; otherwise we start
dropping messages if we usually are the initiator and the peer
initiates rekeying first.  ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/12/09 08:45:29

Modified files:
	sys/dev/usb    : if_urndis.c 

Log message:
Fix crash on urndis(4) detach

When detaching my nokia c2-01 dohooks in if_detach would panic.

This was due to a failure to setup a pipe in urndis_ctrl_init()
which results in a TIMEOUT on receive with side-effects later on
during detach due to assumptions regarding the existence of interface
hooks during dohooks on if_detach tear-down.

That resulted on dereferencing a NULL function pointer which triggered
a panic.

Discussed with mpi@, tested and okay giovanni@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/09 09:31:59

Modified files:
	lang/spidermonkey: Makefile 
Added files:
	lang/spidermonkey/patches: patch-js_src_configure_in 
	                           patch-js_src_jsgc_cpp 
	                           patch-js_src_jslock_cpp 
	                           patch-js_src_jsnum_h 
	                           patch-js_src_nanojit_Assembler_cpp 
	                           patch-js_src_nanojit_Assembler_h 
	                           patch-js_src_nanojit_NativeSparc_cpp 
	                           patch-js_src_nanojit_NativeX64_cpp 
	                           patch-js_src_nanojit_Nativei386_cpp 
	                           patch-js_src_nanojit_avmplus_h 
	                           patch-js_src_xpconnect_shell_Makefile_in 
	                           patch-js_src_xpconnect_src_Makefile_in 

Log message:
Unbreak by reinstating patches from www/firefox36 for the old, ancient and
unmaintained lang/spidermonkey.

Beware apache-couchdb, mongodb, riak and mediatomb, you're next on the
'upgrade to a newer spidermonkey or die' list.

noticed by sthen@, sorry for the fsckup.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 09:53:18

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/pkg: PLIST 

Log message:
Rename pop.wav to pop-kde4.wav to avoid conflict with kdebase-3.x.

It looks like this file was plain forgotten by upstream, but in case it's
used by someone's desktop, don't @comment it out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 09:55:26

Modified files:
	devel/libgtop2 : Makefile 

Log message:
No need for lsof anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/09 09:59:30

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2013.12.09.1
New extractors for ninegag, pyvideo, smotri, theplatform, and wistia.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/09 10:12:49

Modified files:
	databases/hs-postgresql-libpq: Makefile distinfo 
Removed files:
	databases/hs-postgresql-libpq/patches: 
	                                       patch-postgresql-libpq_cabal 

Log message:
Update hs-postgresql-libpq to version 0.8.2.5, dropping a cabal
file patch that has been merged upstream.

From maintainer David Schaefer
OK kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2013/12/09 10:16:36

Modified files:
	sys/kern       : vfs_bio.c 

Log message:
Don't keep removed files (B_INVAL bufs) in the buffer cache. Free buffers
once brelse() is called and the buffer is B_INVAL.
ok jsing@ krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 10:21:07

Modified files:
	x11/kde4/kopete: Makefile 
Added files:
	x11/kde4/kopete/patches: patch-kopete_chatwindow_CMakeLists_txt 
	                         patch-kopete_config_chatwindow_CMakeLists_txt 
	                         patch-plugins_history2_CMakeLists_txt 

Log message:
Fix more linking problems. To be sent upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/09 10:39:08

Modified files:
	sys/kern       : kern_sensors.c 

Log message:
use a separate task queue for sensors;
with input from and ok kettenis, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/09 11:05:36

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Refactor processing of classless static routes option (121). Add
more data validation, reduce magic number count, shorter parameter
name, reduce mem*() usage, etc.


CVSROOT:	/cvs
Module name:	www
Changes by:	juanfra@cvs.openbsd.org	2013/12/09 12:12:51

Modified files:
	.              : want.html 

Log message:
Remi Locherer sent me a Thinkpad X61s. Thanks to stsp@ for the initial
contact.

Also Maurice Janssen sent me a weeks ago an HPPA. I'm not adding the
names of both donors to donations.html because they are old friends of
OpenBSD.

Thanks a lot to everyone!

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/09 12:30:17

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/09 12:47:42

Modified files:
	sys/dev/ic     : com.c 

Log message:
At suspend/resume time cope with timeouts, DTR on resume in a bus
bus-independent fashion.
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/09 12:48:04

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
initialize staterr, no functional change;  from david hill


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 12:49:20

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-gio_gunixmount_c 

Log message:
Slightly rework the eject(1) case.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/09 12:52:01

Modified files:
	sys/dev/isa    : com_isa.c 
	sys/dev/puc    : com_puc.c 

Log message:
use new com.c bus-independent suspend/resume code, rather than trying to
craft broken local code here
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/09 12:52:11

Modified files:
	sys/dev/pci    : agp_i810.c agpvar.h 
	sys/arch/i386/pci: agp_machdep.c 
	sys/arch/amd64/pci: agp_machdep.c 

Log message:
Remove MD intagp(4) code that is unused now that inteldrm(4) manages the GTT
all by itself.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/09 12:54:31

Modified files:
	sys/dev/ic     : com.c 

Log message:
At resume, do not spin flushing characters in from the chip.  There shouldn't
be any characters.  If the chip is not actually there for some reason, we'd
be spinning so early in the resume sequence, we'd probably go mad trying to
find the reason..
ok kettenis
request: people with serial ports on their laptops, try to run a "cu" over
a suspend/resume cycle, and see if you see "input noise"


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 13:05:38

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
Explixcitely --disable-srtp to that it's no picked up accidentaly.

spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/09 13:07:33

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
Remove non existent CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/09 13:09:55

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Bring i915_gem_mmap_ioctl a bit closer to the Linux code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/09 14:26:33

Log message:
    libmygpo-qt is a Qt/C++ library wrapping the gpodder.net Webservice.
    It is currently used in Amarok 2 and Clementine to retrieve a
    directory of podcasts and to synchronize podcast subscriptions with
    gpodder.net.
    
    This is a dependency for upcoming Clementine 1.2 update.
    
    Input from and okay nigel@
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20131210
    
    N ports/net/libmygpo-qt/Makefile
    N ports/net/libmygpo-qt/distinfo
    N ports/net/libmygpo-qt/pkg/DESCR
    N ports/net/libmygpo-qt/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/09 16:14:34

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make the response lookup of a question match on entire words, where
anything not being a whitespace is considered part of a word.

deraadt@ likes it, rpe@ has approved of the idea


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/10 03:07:48

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Remove an attempt to free a non-heap object.

from David Hill thanks.
ok stsp@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/10 04:17:05

Modified files:
	security/nss   : Makefile distinfo 
	security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt 

Log message:
SECURITY update to nss 3.15.3.1.

Bug 946351 - Misissued Google certificates from DCSSI
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.3.1_release_notes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/10 05:09:17

Modified files:
	www/squid/snapshot: Makefile distinfo 

Log message:
update squid/snapshot to 3.4.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/10 05:20:47

Modified files:
	graphics/darktable: Makefile 

Log message:
search for headers in LOCALBASE/include/openjpeg-1.5; OpenJPEG v1.5.1+ no
longer provide LOCALBASE/include/openjpeg.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/10 05:26:47

Modified files:
	graphics/openjpeg: Makefile distinfo 
	graphics/openjpeg/patches: patch-configure 
	                           patch-libopenjpeg_opj_malloc_h 
	graphics/openjpeg/pkg: PLIST 
Removed files:
	graphics/openjpeg/patches: patch-libopenjpeg_j2k_c 
	graphics/openjpeg/pkg: PFRAG.shared 

Log message:
Update to OpenJPEG 1.5.1, note that there are still some known security
bugs (as pointed out by jca), but this is a better base from which to update.
Rolls in previous security fixes we had as patches.
Merge PFRAG.shared while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2013/12/10 06:43:05

Modified files:
	sys/miscfs/fuse: fuse_device.c fuse_vfsops.c fusefs.h 

Log message:
Unset fuse_mnt in fusefs_unmount after vflushing and freeing fbufs in use.

This way, if fuse unmounts a FS without FBT_DESTROY, the fuse_mnt pointer
is already invalidated.  Also, on weird unmount situations with vnodes in
use, vflush() them before doing fuse_device_cleanup().

Tested with ntfs-3g, ok syl@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/10 06:51:16

Modified files:
	graphics/colord: Makefile distinfo 
	graphics/colord/patches: patch-configure 

Log message:
Update to colord-1.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/10 08:31:29

Modified files:
	net/arp-scan   : Makefile distinfo 

Log message:
update iab/oui files


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/10 08:31:59

Modified files:
	net/arpwatch   : Makefile distinfo 

Log message:
update iab/oui files


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/12/10 09:19:38

Modified files:
	x11/gnustep/mpdcon: Makefile distinfo 
	x11/gnustep/mpdcon/pkg: PLIST 

Log message:
update MPDCon to 1.5.1
besides some bugfixes and minor enhancements, now features a
filesystem like music collection browser


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/10 09:38:04

Modified files:
	share/man/man5 : printcap.5 
	usr.sbin/lpr/common_source: common.c lp.h 
	usr.sbin/lpr/lpd: Makefile extern.h printjob.c 
Removed files:
	usr.sbin/lpr/lpd: ttcompat.c 

Log message:
Remove the printcap fc, fs, xc, xs capabilities from lpd that were used
to configure a tty by poking magic numbers into sgtty.  If needed, the
ms capability, which uses symbolic stty modes, can be used instead.
Better description of ms from FreeBSD.
ok beck@, deraadt@, jmc@ (man page)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/10 10:01:27

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Rework [priv_]write_file() and associated struct imsg_write_file
to use imsg_composev() rather than allocating memory, copying data
into it, and then passing it to imsg_compose() to copy data again
into imsg buffer.

ok pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/10 10:02:35

Modified files:
	sbin/dhclient  : privsep.h 

Log message:
Oops. Missed file.

Rework [priv_]write_file() and associated struct imsg_write_file
to use imsg_composev() rather than allocating memory, copying data
into it, and then passing it to imsg_compose() to copy data again
into imsg buffer.

ok pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/10 10:08:01

Modified files:
	sys/kern       : kern_task.c 

Log message:
Add infrastructure to create un-biglocked task queues.  Stolen from blambert@
who is slacking to much.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2013/12/10 10:30:41

Modified files:
	databases/mongodb: Makefile distinfo 
	databases/mongodb/patches: patch-SConstruct 
	databases/mongodb/pkg: PLIST 
Added files:
	databases/mongodb/patches: patch-src_SConscript_client 
	                           patch-src_mongo_SConscript 
	                           patch-src_mongo_platform_random_cpp 
	                           patch-src_third_party_s2_base_port_h 
	                           patch-src_third_party_s2_hash_h 
Removed files:
	databases/mongodb/patches: patch-db_nonce_cpp 

Log message:
Update mongodb to 2.4.7. Still BROKEN, but a bit closer to working.

This also switches the javascript backend from spidermonkey to v8, as
support for the former has already been removed in the mongodb repo.

"since it's broken go ahead and commit that" fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	joshe@cvs.openbsd.org	2013/12/10 10:37:54

Modified files:
	lang/sbcl      : Makefile distinfo 
	lang/sbcl/patches: patch-contrib_vanilla-module_mk 
	                   patch-make-target-contrib_sh 
	lang/sbcl/pkg  : PLIST 
Added files:
	lang/sbcl/patches: patch-contrib_asdf_Makefile 
Removed files:
	lang/sbcl/patches: patch-contrib_asdf-module_mk 
	                   patch-contrib_sb-posix_constants_lisp 
	lang/sbcl/pkg  : PFRAG.amd64 PFRAG.i386 PFRAG.powerpc 

Log message:
Update lang/sbcl to 1.1.14

ok krw@ jturner@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/10 12:08:49

Modified files:
	infrastructure/bin: portcheck 

Log message:
Catch missing multimedia/phonon in modules. Actual for upcoming KDE4 apps
outside of KDE SC.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/10 13:33:51

Modified files:
	lib/libcurses  : shlib_version termcap.3 termcap.h 
	lib/libcurses/tinfo: lib_baudrate.c 

Log message:
Disable the USE_OLD_TTY hack that re-encoded termios Bnnn speeds
as sgtty Bnnn speeds.  This means ospeed has to grow from short to
int to hold all possible values.  Bump major version.

While there, also fix a bug in _nc_baudrate().

ok nicm@, millert@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/10 13:56:59

Modified files:
	etc            : gettytab 
	libexec/getty  : gettytab.5 gettytab.h init.c subr.c 

Log message:
Drop the f0, f1, f2 gettytab capabilities that were used to poke
magic numbers into sgttyb.  The "modern" replacement for f# is the
set of i#, o#, c#, l# to poke magic numbers into termios.
ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/10 14:27:37

Modified files:
	app/cwm        : client.c 

Log message:
Redraw client border when unhiding; during a hide, we just unset
the active flag but never redraw since it'll be in IconicState.

Behaviour reported by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2013/12/10 14:44:50

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
dead assignment;  from david hill, ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/10 14:57:12

Modified files:
	cad            : Makefile 
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
Removed files:
	cad/spice      : Makefile distinfo 
	cad/spice/files: Makefile OpenBSD 
	cad/spice/patches: patch-src_bin_sconvert_c 
	                   patch-src_include_cpstd_h 
	                   patch-src_include_mfb_h 
	                   patch-src_include_os_bsd_h 
	                   patch-src_lib_fte_graf_c 
	                   patch-src_lib_fte_grid_c 
	                   patch-src_lib_fte_inp_c 
	                   patch-src_lib_fte_misccoms_c 
	                   patch-src_lib_fte_x11_c 
	                   patch-src_lib_hlp_readhelp_c 
	                   patch-src_lib_mfb_mfbcaps_c 
	                   patch-src_lib_mfb_mfbgnc_c patch-util_build 
	cad/spice/pkg  : DESCR PLIST 

Log message:
Remove cad/spice.  Incredibly old codebase that hasn't been maintained
for 20 years.  For a suitable replacement, see cad/ngspice.  ok bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/10 15:10:39

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
register the removal of textproc/sgmlformat


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/10 15:15:46

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/pkg: PLIST-tests 

Log message:
Update to MySQL 5.1.73.

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/10 15:19:54

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Register removal of misc/mshell.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/10 15:26:21

Modified files:
	geo/josm       : Makefile distinfo 

Log message:
Update to josm svn rev 6388.

From Holger Mikolon, who also takes MAINTAINERship.
ok ian@ (previous MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/10 16:34:42

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
	misc           : Makefile 
Removed files:
	misc/splitvt   : Makefile distinfo 
	misc/splitvt/patches: patch-config_c patch-configure 
	                      patch-utmp_c 
	misc/splitvt/pkg: DESCR PLIST 

Log message:
Remove misc/splitvt, an ancient utility whose functionality has been
completely subsumed by tmux.  ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/10 16:42:29

Modified files:
	net/tintin++   : Makefile 

Log message:
Forgotten revision bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/10 16:49:12

Modified files:
	devel/quirks/files: Quirks.pm 

Log message:
register removal of net/BitTorrent


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/10 17:31:12

Modified files:
	sbin/dhclient  : packet.c 

Log message:
Stray memcpy() using src size.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/10 18:12:01

Modified files:
	sys/dev/usb    : if_ugl.c 

Log message:
Clean up the ioctl handler to be in line with most of the other
Ethernet drivers.

ok sasano@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/10 20:18:12

Modified files:
	gnu/gcc/gcc    : builtins.c builtins.def 
	gnu/gcc/gcc/config: openbsd.h 

Log message:
Stop the madness!  Prevent GCC from inlining these unsafe functions:
sprintf, vsprintf, stpcpy, strcat, strcpy.  We're hitting the linker
again, therefore the warning will show up now.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/10 21:45:54

Modified files:
	sys/dev        : rnd.c 

Log message:
md5 smells bad. switch to sha256. ok deraadt matthew mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/10 23:37:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
for automated installs, use the hostname from the dhcp lease by default

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/11 00:37:38

Modified files:
	games/fortune/datfiles: fortunes2 

Log message:
typo fix from gavin atkinson, freebsd -r259189;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 01:00:49

Modified files:
	x11/p5-Gtk2    : Makefile distinfo 

Log message:
Update to p5-Gtk2-1.249.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 03:13:53

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Register more removals.


CVSROOT:	/cvs
Module name:	src
Changes by:	kirby@cvs.openbsd.org	2013/12/11 03:27:12

Modified files:
	share/man/man4 : cdce.4 

Log message:
Add Yota LU156 to the device list.
ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/11 03:45:49

Modified files:
	net/miniupnp/libnatpmp: Makefile distinfo 
	net/miniupnp/libnatpmp/patches: patch-Makefile 

Log message:
Update to libnatpmp-20131126, enforcing strict aliasing rules.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 04:51:31

Modified files:
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkipi: Makefile 
Added files:
	x11/kde4/libkdcraw/pkg: DESCR-icons DESCR-main PLIST-icons 
	                        PLIST-main 
	x11/kde4/libkipi/pkg: DESCR-icons DESCR-main PLIST-icons 
	                      PLIST-main 
Removed files:
	x11/kde4/libkdcraw/pkg: DESCR PLIST 
	x11/kde4/libkipi/pkg: DESCR PLIST 

Log message:
Commit right versions of libkdcraw and libkipi before bulks break.

Thanks to nigel@ for testing previous, simplier, variant, that had to go
in trash.

As a bonus we now have totally independent libkdcraw and libkipi, but there
should be some more work done until they could be installed simultaneously.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 05:06:43

Modified files:
	x11/kde4/libkipi: Makefile 
	x11/kde4/libkipi/pkg: PLIST-main 
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkdcraw/pkg: PLIST-main 

Log message:
Oops, fix upgrade path.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/12/11 05:06:51

Modified files:
	faq/ports      : guide.html 

Log message:
mention portcheck, from Daniel Dickman


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/12/11 05:09:27

Modified files:
	.              : porting.html 
	porting        : audio-port.html autoconf.html checklist.html 
	                 diffs.html config.html libraries.html 
	                 packaging.html porttest.html update.html 

Log message:
remove duplicate content by replacing old porting pages with redirects
to the maintained pages in faq/ports, from Daniel Dickman


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 05:17:12

Modified files:
	sysutils/toad  : Makefile distinfo 

Log message:
Update to toad-0.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 05:26:12

Modified files:
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkdcraw/pkg: PLIST-icons 

Log message:
There is no conflict between libkdcraw and kdelibs-3.x, actually.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/11 05:27:38

Removed files:
	sys/arch/armv7/imx: imxvar.h 
	sys/arch/armv7/omap: omapvar.h 
	sys/arch/armv7/sunxi: sunxivar.h 

Log message:
remove empty files; ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/12/11 05:36:02

Modified files:
	editors/emacs  : Makefile 

Log message:
Unbreak emacs on hppa. I can compile all emacs flavors. The flavor
no_x11 works for me.

ok jca sthen landry


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/11 05:51:51

Modified files:
	sys/arch/armv7/omap: omdisplay.c omohci.c 

Log message:
do not include empty (and already removed) files; ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 06:35:16

Modified files:
	x11/kde4/poxml : Makefile 

Log message:
Fix a typo, noticed by sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 06:55:34

Modified files:
	infrastructure/man/man1: portimport.1 
	infrastructure/bin: portcheck 

Log message:
Now that we have portcheck(1), start relying on it instead of doing
the checks and pkgpath detection ourself in portimport(1).

Sitting on this diff since september, reminded by kirby@.

Tested in the wild by importing many ports, mostly KDE4-related.

Input and okay sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 07:09:21

Modified files:
	app/cwm        : calmwm.h client.c group.c search.c 

Log message:
Stash Class and WM Hints in client_ctx


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 07:16:10

Modified files:
	app/cwm        : calmwm.h client.c xevents.c xutil.c 

Log message:
Remove extra work and simplify client state handling.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 07:25:13

Log message:
    Import hwdata-0.258.
    
    hwdata contains various hardware identification and configuration data,
    such as the pci.ids and usb.ids databases.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131211
    
    N ports/misc/hwdata/distinfo
    N ports/misc/hwdata/Makefile
    N ports/misc/hwdata/pkg/PLIST
    N ports/misc/hwdata/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 07:25:51

Modified files:
	misc           : Makefile 

Log message:
+hwdata


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/11 07:28:20

Modified files:
	usr.bin/talk   : init_disp.c 

Log message:
remove unused include dating from the pre-termios code and accidentally
reintroduced with the 4.4lite merge 19 years ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 07:30:25

Modified files:
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/pkg: PLIST 

Log message:
Use pnp.ids from misc/hwdata.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/11 07:38:44

Log message:
    Import pqiv.  Port from Claudio (claudiozumbo at gmail dot com) with
    cleanup by yours truly.  Feedback from and ok sthen@ and landry@.
    
    pqiv is an image viewer that supports recursive directory traversal,
    slideshows and external filters.
    
    Status:
    
    Vendor Tag:	jca
    Release Tags:	jca_2013-12-13
    
    N ports/graphics/pqiv/Makefile
    N ports/graphics/pqiv/distinfo
    N ports/graphics/pqiv/patches/patch-Makefile
    N ports/graphics/pqiv/pkg/DESCR
    N ports/graphics/pqiv/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/11 07:40:39

Modified files:
	graphics       : Makefile 

Log message:
+pqiv


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 08:41:11

Modified files:
	app/cwm        : calmwm.h client.c xevents.c 

Log message:
Add client wrapper for XWMHints to support XA_WM_HINTS in PropertyNotify
events; based off a diff from Thomas Adam.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 08:46:47

Modified files:
	app/cwm        : client.c 

Log message:
apply mwm hints later


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 08:53:07

Modified files:
	infrastructure/bin: portcheck 

Log message:
Zap extra word in message.

From Bitrig via Martin Natano.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 08:54:03

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix spurious "coprocess already exists" by adding some "wait" calls.

From Bitrig via Martin Natano.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/11 09:00:43

Modified files:
	telephony/asterisk: Makefile 
	telephony/asterisk/pkg: PLIST-main 

Log message:
enable chan_console


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 09:07:44

Modified files:
	infrastructure/bin: portcheck 

Log message:
Oops, committed to portcheck instead of portimport. This reverts
the accidental changes that need some discussion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/11 09:11:09

Modified files:
	infrastructure/bin: portimport 

Log message:
Now that we have portcheck(1), start relying on it instead of doing
the checks and pkgpath detection ourself in portimport(1).

Sitting on this diff since september, reminded by kirby@.

Tested in the wild by importing many ports, mostly KDE4-related.

Input and okay sthen@

(now committing the right file instead of ports/bin/portcheck)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 09:11:19

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_util_c 

Log message:
Typo.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/11 09:24:16

Modified files:
	lib/librthread : rthread_sem.c 

Log message:
revert to return EPERM for sem_init pshared until it really works
reported by zhuk


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/11 09:25:48

Modified files:
	etc/rc.d       : identd 

Log message:
Use a correct pexp and unbreak stop/reload.  The old and wrong pexp
in /var/run/rc.d/identd has to be manually removed.
Reported by Adam Jeanguenat (avj at voyager dot 6v6 dot org).
ok dcoppa@ lteo@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/11 09:39:30

Modified files:
	sys/dev        : rnd.c 

Log message:
update a few RC4 references to ChaCha. thanks sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/11 09:47:27

Modified files:
	x11/gnome/themes-standard: Makefile 
	x11/gnome/themes-standard/pkg: PLIST 

Log message:
No icons here, no need for goo.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 10:23:32

Modified files:
	app/cwm        : client.c 

Log message:
since we are drawing in unhide, no need to during client setup


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/11 11:27:23

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
Use an u_int32_t instead of an unsigned long to store the magic number
we're about to send.  Should a bug on big-endian LP64 archs reported by
James MacMahon (jwm at operand dot ca).  ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/11 11:45:25

Log message:
    Import fonts/cosmic-sans-neue-mono. Cosmic Sans Neue Mono is a programming
    font designed with functionality in mind.
    ok abieber@ (who also hit me with a cluebat over the PLIST)
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Dec-11
    
    N ports/fonts/cosmic-sans-neue-mono/Makefile
    N ports/fonts/cosmic-sans-neue-mono/distinfo
    N ports/fonts/cosmic-sans-neue-mono/pkg/PLIST
    N ports/fonts/cosmic-sans-neue-mono/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/11 11:45:57

Modified files:
	fonts          : Makefile 

Log message:
+cosmic-sans-neue-mono


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/11 12:15:16

Modified files:
	gnu/gcc/gcc    : builtins.c builtins.def 
	gnu/gcc/gcc/config: openbsd.h 

Log message:
Revert the previous commit; this is not the right approach.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/11 12:15:15

Log message:
    Import dhcdrop, a tool to either reduce the impact of a rogue DHCP server
    on a network, or as a stress-test tool for use when configuring
    or developing DHCP servers.
    DESCR tweaks and ok sthen@
    
    Status:
    
    Vendor Tag:	kirby
    Release Tags:	kirby_20131211
    
    N ports/net/dhcdrop/Makefile
    N ports/net/dhcdrop/distinfo
    N ports/net/dhcdrop/pkg/DESCR
    N ports/net/dhcdrop/pkg/PLIST
    N ports/net/dhcdrop/patches/patch-man_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/11 12:32:30

Modified files:
	net            : Makefile 

Log message:
+dhcdrop


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/11 12:34:11

Modified files:
	sys/dev        : rnd.c 

Log message:
Revert change to sha256: ramdisks don't build with this and the obvious
conf/files change isn't enough due to size limits


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/11 12:36:12

Modified files:
	sys/arch/sgi/localbus: imc.c 

Log message:
Better bus error diagnostics (this really only affects IP28). Also, do what
the comments say and really only ignore speculative accesses causing bus
errors when coming from the kernel.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/11 13:27:01

Modified files:
	sysutils/ansible: Makefile distinfo 
	sysutils/ansible/pkg: PLIST 

Log message:
Update ansible to 1.4.1

ok aja, landry


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/11 13:31:43

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h i915_gem.c 
	                      i915_gem_execbuffer.c i915_gem_gtt.c 
	                      i915_gem_tiling.c 

Log message:
Make obj->pages a simple array instead of an array of bus_dma_segment_t's.
Simplifies things a bit and reduces the diffs with Linux a bit too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/11 13:32:47

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_type_ssh_authorized_key_rb 

Log message:
this was committed upstream just in time for puppet 3.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/11 13:41:13

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/pkg: PLIST 

Log message:
fix warning on startup of new agents about permissions on /var/puppet/lib/


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/11 15:14:23

Modified files:
	app/cwm        : client.c 

Log message:
we don't need to manage the save-set since we're not reparenting; left-over from pwin


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/11 15:22:14

Added files:
	net/openafs/patches: patch-src_comerr_error_table_y 

Log message:
don't pull in timeb.h, ftime / struct timeb are not used


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/11 15:39:49

Modified files:
	sys/kern       : kern_task.c 

Log message:
Fix typo; that teaches me to steal other people's diffs!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/11 16:13:06

Added files:
	graphics/openjpeg/patches: patch-applications_codec_convert_c 

Log message:
fix on big-endian arch; thanks Markus Lude for the report


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/11 16:28:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
make the word-matching of the autoinstaller config file allow skipping
the trailing question mark, such as in "hostname = foo"

noted by, discussed with, and ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/11 17:22:06

Modified files:
	sbin/dhclient  : bpf.c dhcpd.h packet.c 

Log message:
Assemble outgoing packets using iovec to combine the (optional)
ethernet header, the ip header, the udp header and the packet.
Rather than manually concatenating the headers and then using iovec
to bundle in the packet. Eliminates some memcpy()s and convoluted
data copying.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/11 18:40:36

Modified files:
	sbin/dhclient  : options.c 

Log message:
Eliminate (most) double decrements of remaining space in the pretty
print buffer. Use consistant idiom to increment pointer to data
being consumed, instead of hiding some increments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/12/11 23:10:02

Removed files:
	x11/gnustep/mpdcon/patches: patch-SQLiteAdaptor_m 

Log message:
missed to remove obsolete patch when updating, that now prevents
build, as pointed out by naddy@
no bump, didn't built


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/11 23:51:08

Modified files:
	sys/ntfs       : ntfs_vnops.c 

Log message:
Set the d_off member as getdents() expects in ntfs_readdir()

ok and nudge jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/12 00:53:03

Modified files:
	games/valyriatear: Makefile 

Log message:
Disable the use of precompiled headers which triggers known bug(s) with
various GCC versions. This allows valyriatear to be built with the
system compiler.

ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/12 01:12:08

Modified files:
	lib/csu/common_elf: crt0.c 
	lib/librthread : rthread.c 

Log message:
Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's
defined and we don't think ld.so has already done the TCB setup.

ok and much discussion miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/12 02:20:52

Modified files:
	graphics/feh   : Makefile 
Added files:
	graphics/feh/patches: patch-share_applications_feh_pre 
	                      patch-src_winwidget_c 
	                      patch-src_winwidget_h 

Log message:
Fix '--borderless' not working on 64bit systems
(upstream git commit b5a719d0dc475066eafc5810c2bdc49bca18713a)

Use '%F' since feh supports multiple files
(upstream git commit 865a78510ff53db952ec5de98c934b60bfc664c8)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/12 02:35:36

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2013.12.11.2
New extractor for ndtv.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2013/12/12 03:43:18

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-base_base_gypi 
	                      patch-base_debug_proc_maps_linux_cc 
	                      patch-base_debug_stack_trace_posix_cc 
	                      patch-base_threading_platform_thread_linux_cc 
	                      patch-build_all_gyp 
	                      patch-build_common_gypi 
	                      patch-chrome_app_chrome_main_delegate_cc 
	                      patch-chrome_app_policy_policy_templates_json 
	                      patch-chrome_app_theme_theme_resources_grd 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_chrome_content_browser_client_cc 
	                      patch-chrome_browser_chrome_content_browser_client_h 
	                      patch-chrome_browser_extensions_api_serial_serial_connection_posix_cc 
	                      patch-chrome_browser_memory_details_cc 
	                      patch-chrome_browser_speech_tts_controller_cc 
	                      patch-chrome_browser_storage_monitor_storage_monitor_cc 
	                      patch-chrome_browser_sync_profile_sync_components_factory_impl_cc 
	                      patch-chrome_browser_ui_webui_about_ui_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_gypi 
	                      patch-chrome_common_pref_names_cc 
	                      patch-chrome_common_pref_names_h 
	                      patch-chrome_test_automation_proxy_launcher_cc 
	                      patch-chrome_test_perf_perf_test_cc 
	                      patch-content_app_content_main_runner_cc 
	                      patch-content_browser_accessibility_browser_accessibility_manager_gtk_cc 
	                      patch-content_browser_browser_main_loop_cc 
	                      patch-content_browser_child_process_launcher_cc 
	                      patch-content_common_plugin_list_posix_cc 
	                      patch-content_content_browser_gypi 
	                      patch-content_content_common_gypi 
	                      patch-content_renderer_renderer_webkitplatformsupport_impl_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_media_gyp 
	                      patch-printing_printing_gyp 
	                      patch-remoting_remoting_gyp 
	                      patch-skia_skia_chrome_gypi 
	                      patch-skia_skia_gyp 
	                      patch-skia_skia_library_gypi 
	                      patch-third_party_WebKit_Source_core_core_gyp 
	                      patch-third_party_WebKit_Source_core_features_gypi 
	                      patch-third_party_WebKit_Source_web_web_gyp 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h 
	                      patch-third_party_leveldatabase_env_chromium_cc 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_webrtc_build_common_gypi 
	                      patch-third_party_webrtc_modules_desktop_capture_desktop_capture_gypi 
	                      patch-third_party_webrtc_modules_video_capture_video_capture_gypi 
	                      patch-third_party_webrtc_modules_video_render_video_render_gypi 
	                      patch-third_party_webrtc_voice_engine_voice_engine_defines_h 
	                      patch-tools_gyp_pylib_gyp_generator_make_py 
	                      patch-tools_gyp_pylib_gyp_generator_ninja_py 
	                      patch-ui_base_strings_app_locale_settings_grd 
	                      patch-ui_gl_gl_gyp 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/patches: 
	                      patch-chrome_browser_browser_process_impl_h 
	                      patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc 
	                      patch-chrome_browser_extensions_api_image_writer_private_operation_h 
	                      patch-chrome_browser_media_galleries_media_file_system_registry_cc 
	                      patch-chrome_browser_web_applications_web_app_cc 
	                      patch-chrome_browser_web_applications_web_app_h 
	                      patch-chrome_chrome_browser_extensions_gypi 
	                      patch-chrome_common_chrome_switches_h 
	                      patch-third_party_WebKit_Source_config_h 
	                      patch-third_party_WebKit_Source_core_rendering_RenderingNodeProxy_cpp 
	                      patch-third_party_ffmpeg_libavutil_cpu_c 
Removed files:
	www/chromium/patches: patch-breakpad_breakpad_gyp 
	                      patch-chrome_browser_chrome_notification_types_h 
	                      patch-chrome_browser_media_galleries_scoped_mtp_device_map_entry_cc 
	                      patch-content_browser_plugin_service_impl_cc 
	                      patch-content_renderer_pepper_pepper_plugin_instance_impl_cc 
	                      patch-third_party_ffmpeg_libavcodec_pthread_c 
	                      patch-tools_clang_scripts_plugin_flags_sh 
	                      patch-ui_base_l10n_l10n_util_cc 

Log message:
update to 31.0.1650.63


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/12 03:48:52

Modified files:
	usr.sbin/slowcgi: slowcgi.8 

Log message:
Make it clear that slowcgi(8) drops privileges to user www.
Pointed out some time ago by blambert.
OK jmc, blambert


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/12 03:49:13

Modified files:
	net            : Makefile 

Log message:
Link libmygpo-qt to builds.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/12 04:13:39

Modified files:
	audio/clementine: Makefile distinfo 
	audio/clementine/files: config.h.in 
	audio/clementine/patches: 
	                          patch-ext_libclementine-common_CMakeLists_txt 
	                          patch-ext_libclementine-common_core_logging_cpp 
	                          patch-src_core_utilities_cpp 
Added files:
	audio/clementine/patches: patch-CMakeLists_txt 
	                          patch-src_config_h_in 
	                          patch-src_core_songloader_cpp 
Removed files:
	audio/clementine/patches: patch-src_devices_cddadevice_h 
	                          patch-src_main_cpp 

Log message:
Update Clementine to 1.2.1, some features:

* Support for indexing and playing music from Box, Dropbox, Skydrive,
and Ubuntu One.
* Support for Subsonic.
* Remote control support for Android.
* Playlist tab at the sidebar. Starred playlists are saved in here
when their tabs are closed.
* Opus support.
* POPM and FMPS tags support.
* Option to resume playback on startup.
* ... and many others.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/12 06:22:37

Modified files:
	sbin/dhclient  : options.c 

Log message:
Delete spurious blank line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/12 06:22:41

Modified files:
	x11/xloadimage : Makefile distinfo 
	x11/xloadimage/patches: patch-xloadimage.man 
Removed files:
	x11/xloadimage/patches: patch-tiff_c patch-uufilter_c 

Log message:
maintenance update to 4.1, Debian patch level 22


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/12 07:02:15

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve a seat for '_sockd'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/12 07:10:13

Modified files:
	net/irssi      : Makefile 

Log message:
Fix "socks" flavor; sync WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/12 07:11:36

Modified files:
	security/dante : Makefile distinfo 
	security/dante/patches: patch-bin_socksify_in 
	security/dante/pkg: PLIST 
Added files:
	security/dante/patches: patch-example_sockd-basic_conf 
	                        patch-example_sockd_conf 
	security/dante/pkg: sockd.rc 
Removed files:
	security/dante/patches: patch-sockd_auth_password_c 
	security/dante/pkg: PFRAG.shared 

Log message:
Update to dante-1.4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/12 07:43:38

Modified files:
	sys/net        : radix.c 

Log message:
Fix invalid size to memcmp() in rn_lexobetter() introduced when the
hand-rolled loop was converted to memcmp().  From Kieran Devlin.
OK markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:46:53

Modified files:
	print/cups-filters: Makefile distinfo 
	print/cups-filters/pkg: PLIST 
Added files:
	print/cups-filters/patches: 
	                            patch-filter_foomatic-rip_foomaticrip_c 
	                            patch-filter_foomatic-rip_foomaticrip_h 
	                            patch-filter_foomatic-rip_postscript_c 
	                            patch-filter_foomatic-rip_process_c 
	                            patch-filter_foomatic-rip_util_h 
	print/cups-filters/pkg: README 

Log message:
Major update to cups-filters-1.0.42.
- cups-filters is now the new upstream for foomatic-rip(1)
- create a readme to explain how to use lpd(8) with this since support
for all the non-CUPS printing environments has been discontinued.

Only slighly tested but putting it now to ease^force testing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:48:31

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST-main README-main cupsd.rc 

Log message:
Drop @exec-update and instead remove the cache from the rc.d script.
No need to change ulpt(4) ownership, CUPS only supports libusb.
Small README tweak while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:50:30

Modified files:
	print/foo2zjs  : Makefile 
	print/foo2zjs/pkg: README 

Log message:
Adapt after the recent foomatic-rip move to cups-filters.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:51:29

Modified files:
	print/foomatic-db: Makefile 

Log message:
Do not RUN_DEPENDS on print/foomatic-db-engine anymore; it will soon be
the opposite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:52:23

Modified files:
	print/foomatic-db-engine: Makefile 
	print/foomatic-db-engine/pkg: README 

Log message:
Cope with the foomatic-rip(1) move to cups-filters.
RUN_DEPENDS on print/foomatic-db is needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/12 07:52:44

Log message:
    import ports/audio/checkmate, ok weerd@
    
    Checkmate MP3 Checker is a free program that checks MP3 files for
    errors. It scans MP3 files to see if the frames are where they are
    supposed to be, whether the frame headers are correct and whether the
    frame headers are consistent throughout the file. It reports some
    information on each file and an indication whether the file is good or
    bad.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131212
    
    N ports/audio/checkmate/Makefile
    N ports/audio/checkmate/distinfo
    N ports/audio/checkmate/pkg/PLIST
    N ports/audio/checkmate/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/12 07:53:00

Modified files:
	audio          : Makefile 

Log message:
+checkmate


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:53:11

Modified files:
	print/gutenprint: Makefile 

Log message:
Only depend on print/cups-filters -- it is enough to bring all required
dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:53:43

Modified files:
	print/hplip    : Makefile 
	print/hplip/pkg: README-common 

Log message:
foomatic-filters -> print/cups-filters


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:54:29

Modified files:
	print/ptouch-driver: Makefile 

Log message:
RUN_DEPENDS on print/cups-filters which will bring all required foomatic
packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:54:55

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
foomatic-filters -> cups-filters


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:56:12

Removed files:
	print/foomatic-filters: Makefile distinfo 
	print/foomatic-filters/patches: patch-configure_ac 
	                                patch-filter_conf 
	                                patch-foomaticrip_c 
	                                patch-postscript_c 
	                                patch-process_c patch-util_h 
	print/foomatic-filters/pkg: DESCR PLIST README 

Log message:
Remove foomatic-filters; dead upstream and superseded with cups-filters.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 07:56:30

Modified files:
	print          : Makefile 

Log message:
-foomatic-filters


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/12 07:59:05

Modified files:
	www/surfraw    : Makefile distinfo 
	www/surfraw/pkg: PLIST 

Log message:
Update to surfraw 2.2.9.

from Kyle Isom, thanks !


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 08:22:17

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : README-main 

Log message:
Clarify a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 09:44:09

Modified files:
	x11/gnome/libgnome-keyring: Makefile 
	x11/gnome/libsecret: Makefile 

Log message:
RUN_DEPENDS on gnome-keyring which provides the org.freedesktop.secrets
interface (until KDE has one).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 09:44:43

Modified files:
	meta/gnome     : Makefile 

Log message:
No need to explicitely depends on x11/gnome/keyring.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/12 10:26:11

Modified files:
	textproc/p5-ack: Makefile distinfo 

Log message:
security update to ack 2.12, which prevents the --pager, --regex and --output
options from being used from project-level ackrc files, as malicious content
could be included in these files and executed (CVE-2013-7069), ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2013/12/12 10:59:35

Modified files:
	devel/py-libmagic: Makefile 
	devel/py-libmagic/pkg: PLIST 

Log message:
fix typo in PLIST SUBST variable.

Ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2013/12/12 11:03:28

Modified files:
	.              : donations.html 

Log message:
add daniel and rickard who provided me with a brand new lanner (octeon).

thanks guys!


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/12 12:00:10

Modified files:
	sys/ufs/ext2fs : ext2fs_alloc.c ext2fs_inode.c ext2fs_lookup.c 
	                 ext2fs_vfsops.c ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_inode.c ffs_softdep.c 
	                 ffs_vfsops.c ffs_vnops.c 
	sys/ufs/mfs    : mfs_vfsops.c 
	sys/ufs/ufs    : ufs_lookup.c ufs_quota.c ufs_vnops.c 

Log message:
replace old bcopy/bzero with standard functions. ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/12 12:15:32

Modified files:
	sys/ufs/ufs    : ufs_dirhash.c ufs_lookup.c 

Log message:
bcmp -> memcmp


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/12 12:32:51

Modified files:
	de             : donations.html porting.html security.html 
	lt             : donations.html index.html 
	nl             : donations.html 
	opensmtpd/nl   : index.html manual.html security.html 
	porting/de     : autoconf.html config.html diffs.html 
	                 libraries.html update.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 12:49:51

Modified files:
	www/mozilla    : mozilla.port.mk 

Log message:
Winter cleanup of mozilla.port.mk:

- remove all the cruft that was here for 'old' mozillas now that they're
in the attic
- sanitize CONFIGURE_ARGS, remove all the unneeded stuff.
- cleanup CONFIGURE/MAKE_ENV
- reorganize *DEPENDS, and finally fix WANTLIB

mozilla.port.mk |  144 ++++++++++----------------------------------------------
1 file changed, 28 insertions(+), 116 deletions(-)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 12:53:19

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: 
	                             patch-browser_app_profile_firefox_js 
	                             patch-browser_installer_Makefile_in 
	                             patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp 
	                             patch-js_src_ctypes_libffi_configure 
	                             patch-js_src_ctypes_libffi_src_mips_ffi_c 
	                             patch-js_src_ctypes_libffi_src_mips_ffitarget_h 
	                             patch-storage_src_mozStorageConnection_cpp 
	                             patch-toolkit_components_downloads_nsDownloadManager_cpp 
	                             patch-xpcom_io_SpecialSystemDirectory_cpp 
	www/firefox-i18n: Makefile.inc distinfo 
Removed files:
	www/mozilla-firefox/files: sydney_audio_sndio.c 
	www/mozilla-firefox/patches: 
	                             patch-ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
Update to firefox 26.0.

- see http://www.mozilla.org/en-US/firefox/26.0/releasenotes/
- fixes MFSA 2013-104 -> 117
- remove now useless sydney_audio_sndio.c file, nothing uses it anymore
- remove patch-ipc_chromium_src_base_dir_reader_bsd_h-from (#909005),
the getdents() patch has been merged upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 12:53:51

Modified files:
	devel/xulrunner/24: Makefile 

Log message:
Bump REVISIONs after mozilla.port.mk deps reorg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 12:55:32

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/mozilla-thunderbird/patches: 
	                                  patch-mozilla_js_src_configure_in 
	mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
Update to thunderbird 24.2.0.

- See https://www.mozilla.org/en-US/thunderbird/24.2.0/releasenotes/
- Fixes MFSA 2013-104, 108, 109, 111, 113 -> 117


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 12:58:40

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: patch-mozilla_js_src_configure_in 
	                       patch-mozilla_storage_src_mozStorageConnection_cpp 
	                       patch-mozilla_toolkit_components_downloads_nsDownloadManager_cpp 
	                       patch-mozilla_xpcom_io_SpecialSystemDirectory_cpp 
	                       patch-suite_installer_Makefile_in 
	www/seamonkey/pkg: PLIST-enigmail PLIST-lightning 
	www/seamonkey-i18n: Makefile.inc distinfo 
Added files:
	www/seamonkey/patches: patch-config_config_mk 
Removed files:
	www/seamonkey/patches: 
	                       patch-mozilla_ipc_chromium_src_base_dir_reader_bsd_h 

Log message:
Update to seamonkey 2.23.

- See http://www.seamonkey-project.org/releases/seamonkey2.23/
- Fixes MFSA-2013-104 -> 117 (all but 105, in fact)
- remove patch-ipc_chromium_src_base_dir_reader_bsd_h (#909005),
the getdents() patch has been merged upstream.
- temporarly add a config/config.mk patch to reinstate XPIDL_LINK,
fallout from http://hg.mozilla.org/releases/comm-release/rev/a6ab55f00e21
(this is needed for enigmail to build fine.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 13:00:15

Modified files:
	www/firefox-esr: Makefile distinfo 
	www/firefox-esr-i18n: Makefile.inc distinfo 

Log message:
Update to firefox-esr 24.2.0.

- Fixes MFSA 2013-104, 108, 109, 111, 113 -> 117


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/12 13:15:07

Modified files:
	app/cwm        : calmwm.c calmwm.h client.c xevents.c 

Log message:
ICCCM explicitly states that server time (CurrentTime) should *not* be
used for focus events, but rather the timestamp of the generated event.
Track the last event timestamp and send it down for a WM_TAKE_FOCUS
ClientMessage.  I suspect we should do this for clients that don't
announce this Atom as well, though the raciness gets us into a bind.

Solves focus order issue since WM_TAKE_FOCUS; fix verified by sthen@

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/12 13:21:45

Modified files:
	cad/kicad      : Makefile 

Log message:
Add boost to BDEP, kicad supposedly bundles the parts of boost it needs in
the version we have in-tree, but experience has shown that if systemwide
boost was installed at some point during build then junked by dpb build
was failing. Boo.
Note that in newer releases of kicad those bundled boost headers were removed,
and now cmake downloads boost tarball during build and patch its headers on
the fly. Yay.
https://lists.launchpad.net/kicad-developers/msg10503.html


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/12 13:56:01

Modified files:
	sys/kern       : subr_autoconf.c subr_userconf.c 
	sys/dev/acpi   : dsdt.c 

Log message:
printf(variable) --> printf("%s", variable)

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/12 14:00:09

Modified files:
	sys/kern       : subr_prf.c 
	sys/ddb        : db_output.h 
	sys/dev/acpi   : acpidebug.c 

Log message:
Add db_vprintf(), and then use it in ACPI's db_disprint() instead of
formatting into a local buffer.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/12 14:04:50

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/amd64/include: bus.h 
	sys/arch/i386/conf: files.i386 
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/i386/include: bus.h 
Removed files:
	sys/arch/amd64/amd64: sg_dma.c 
	sys/arch/i386/i386: sg_dma.c 

Log message:
Remove the scatter/gather dma implementation as it is no longer used.

ok krw@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/12 14:12:38

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_mount_rb 
	                                patch-lib_puppet_type_mount_rb 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_mount_parsed_rb 

Log message:
committed upstream + merge in a tweak that went in along with it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/12 14:32:49

Modified files:
	games/moria/patches: patch-source_io_c 

Log message:
Use termios.h and tcgetattr/tcsetattr instead of ioctl's if USE_TERMIOS
is defined.  Compat code still available through #defines.  ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/12 14:36:53

Modified files:
	net/p5-Net-IP  : Makefile distinfo 

Log message:
- update to p5-Net-IP-1.26

from david hill


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/12 14:39:08

Modified files:
	games/moria    : Makefile distinfo 
	games/moria/pkg: PLIST 
Removed files:
	games/moria/patches: patch-unix_Makefile 

Log message:
Port cleanup:
- reorder Makefile
- regen distinfo
- setup WRKBUILD once in post-configure rather than do-build
- pass -DPREFIX=... via MAKE_FLAGS and use do-install instead of
patching unix/Makefile (nicer to read)
- minor PLIST reordering to please ''make plist''
- bump REVISION (previous commit to patches/patch-source_io_c)
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/12 14:40:37

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
add obsolete ruby-postgres/metasploit


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/12 14:41:54

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-configure 

Log message:
Use MPlayer configure's --target option to pass in the systems machine arch
and eliminate a chunk of the configure patch to recognize some of the MIPS
ports.

ok edd@ sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/12 14:50:50

Modified files:
	app/cwm        : kbfunc.c mousefunc.c 

Log message:
Make sure we really take work area gap into account with snap calculations;
from Dominik Honnef via Christian Neukirchen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/12 14:56:19

Modified files:
	mail/mailscanner: Makefile 
	mail/mailscanner/patches: patch-lib_clamav-wrapper 
Added files:
	mail/mailscanner/patches: 
	                          patch-lib_MailScanner_CustomFunctions_LastSpam_pm 
	                          patch-lib_MailScanner_CustomFunctions_Ruleset-from-Function_pm 
	                          patch-lib_MailScanner_TNEF_pm 
	                          patch-lib_bitdefender-wrapper 
	                          patch-lib_kaspersky-wrapper 
	                          patch-lib_trend-autoupdate 

Log message:
Lift some temp file fixes from the github repo. It's always fun noticing your
mail server blow up so to speak and then wonder why /var is out of inodes and
seeing that 803,000 or so inodes are in use. Where could they posibly be in
use? Then finding 801,000+ 0 byte temp files which had been accumulating for
quite awhile in /var/spool/MailScanner/incoming/SpamAssassin-Temp.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/12 14:59:57

Modified files:
	editors/beav   : Makefile distinfo 
	editors/beav/patches: patch-beav_1 patch-def_h patch-file_c 
	                      patch-random_c patch-symbol_c patch-tcap_c 
	                      patch-termio_c 
	editors/beav/pkg: DESCR 
Removed files:
	editors/beav/patches: patch-Makefile 

Log message:
* Switch from old 4.3BSD tty ioctls to termios.
* Use the latest Debian version (1.40-18) as upstream.
* Improved description, from Debian.
* Miscellaneous clean-up.

input and ok jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/12 15:02:43

Modified files:
	etc            : daily 

Log message:
Have df(1) in the daily output show the inodes used/free.

a few developers thought this was a reasonable/good idea.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/12/12 15:13:38

Modified files:
	lang/ghc       : Makefile 
	lang/ghc/pkg   : PLIST-doc 

Log message:
Remove postscript and pdf documentation.

ok dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/12 15:44:22

Modified files:
	lib/libc/termios: tcgetpgrp.3 tcsetpgrp.3 

Log message:
POSIX no longer requires sys/types.h be included to get the pid_t
definition, and neither do our headers.  OK espie@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/12 15:59:25

Modified files:
	usr.bin/sudo   : lbuf.c 

Log message:
handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not the
other way around; ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/12 18:13:56

Modified files:
	sys/dev/usb    : if_aue.c if_auereg.h 

Log message:
Rewrite receive filter handling and ioctl bits.

Tested by ISIHARA Takanori


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/12 23:53:21

Modified files:
	devel/sdl-gfx  : Makefile distinfo 
	devel/sdl-gfx/pkg: PLIST 
Removed files:
	devel/sdl-gfx/pkg: PFRAG.shared 

Log message:
Update to sdl-gfx 2.0.25.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 00:16:04

Modified files:
	meta/kde4      : Makefile 

Log message:
Forgot to bump after libkdcraw and libkipi fixes.

Noticed by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/13 00:50:53

Log message:
    import ruby-shadow-2.3.1
    
    This module provides access to shadow passwords on Linux, OSX, FreeBSD,
    OpenBSD and Solaris.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20131312
    
    N ports/sysutils/ruby-shadow/distinfo
    N ports/sysutils/ruby-shadow/Makefile
    N ports/sysutils/ruby-shadow/pkg/PLIST
    N ports/sysutils/ruby-shadow/pkg/DESCR
    N ports/sysutils/ruby-shadow/patches/patch-pwd_depend
    N ports/sysutils/ruby-shadow/patches/patch-pwd_shadow_c
    N ports/sysutils/ruby-shadow/patches/patch-shadow_depend
    N ports/sysutils/ruby-shadow/patches/patch-shadow_shadow_c
    N ports/sysutils/ruby-shadow/patches/patch-extconf_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/13 00:52:14

Modified files:
	sysutils       : Makefile 

Log message:
+ruby-shadow


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/13 00:52:55

Modified files:
	sysutils/ruby-puppet: Makefile.inc 
	sysutils/ruby-puppet/3: Makefile 

Log message:
add ruby-shadow as a dependency; this enables support for managing user{} passwords


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/13 01:16:37

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_conf 

Log message:
Update to redis-2.8.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/13 02:26:28

Modified files:
	x11/gnome/system-monitor/patches: patch-src_procproperties_cpp 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 02:38:49

Modified files:
	graphics/libkdcraw: Makefile 
	graphics/libkdcraw/pkg: DESCR-icons DESCR-main PLIST-icons 
	                        PLIST-main 
	graphics/libkipi: Makefile 
	graphics/libkipi/pkg: DESCR-main PLIST-icons PLIST-main 

Log message:
Final KDE 3 part of libkdcraw and libkipi deconflicting.

Please note that we still cannot install kdelibs-3.x and 4.x, so you cannot
actually install libkdcraw and libkipi from KDE 3 and 4 side-by-side. Yet.

Tested in a bulk by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 02:40:03

Modified files:
	graphics/gwenview: Makefile 
	graphics/gwenview/pkg: PLIST 
	graphics/kipi-plugins: Makefile 
	graphics/kipi-plugins/pkg: PLIST-main 

Log message:
Add PKGSPEC for gwenview and kipi-plugins, to make sure future ports won't
pick up wrong things.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 02:43:09

Modified files:
	graphics/gwenview/pkg: PLIST 
	graphics/kipi-plugins/pkg: PLIST-main 

Log message:
Oops, backout extra changes. Won't allow to build package => no bump needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 04:34:48

Modified files:
	x11/kde4/kopete/patches: 
	                         patch-protocols_jabber_googletalk_libjingle_talk_base_nethelpers_cc 

Log message:
Fix (one) crash in googletalk-call. This code is not built yet, so no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 05:28:49

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add vendor SACOM (0ba0h)


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 05:30:13

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 05:32:24

Modified files:
	sys/dev/usb    : uftdi.c 

Log message:
add SACOM USB485BL


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 05:54:40

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add FUJITSU component FX-5251WB


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 05:58:19

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/13 07:40:52

Modified files:
	app/cwm        : calmwm.h client.c conf.c cwmrc.5 parse.y 
	                 xevents.c xutil.c 

Log message:
Add support for XUrgency and matching _NET_WM_STATE_DEMANDS_ATTENTION
ewmh hint; urgencyborder is configurable.  The urgency flag will stick,
even while on a client in a non-viewable group, until the client
receives focus (where the border is reset).  Initial diff from Thomas
Adam with some changes/enhancements from me.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/13 07:45:47

Modified files:
	app/cwm        : xevents.c 

Log message:
stray space and sort while here


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 08:19:41

Modified files:
	usr.bin/cvs    : file.c history.c update.c 

Log message:
Make it compile again. And there is a time_t fix as a bonus!

Input and okay jca@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/13 08:33:18

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST README 

Log message:
MAJOR update to owncloud-6.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/13 08:54:47

Modified files:
	shells/bash    : Makefile 
Added files:
	shells/bash/patches: patch-general_c 

Log message:
Do not use memcpy() on overlapping memory

http://lists.gnu.org/archive/html/bug-bash/2013-03/msg00047.html
via Arch Linux

ok naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/13 08:56:44

Modified files:
	app/cwm        : client.c 

Log message:
we need the save-set when re-exec'ing so as to not lose State on our hidden clients


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 09:25:31

Modified files:
	x11/kde4/kopete: Makefile 
	x11/kde4/kopete/pkg: PLIST 

Log message:
Install browser plugin at the appropriate place.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/13 09:26:06

Modified files:
	www/owncloud   : Makefile 
	www/owncloud/pkg: PLIST 

Log message:
Stupid PLIST substitution.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/13 09:42:35

Added files:
	sysutils/dfc/patches: patch-src_util_c 

Log message:
use struct winsize instead of ttysize


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 10:38:38

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add IIJmobile 510FU


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 10:40:56

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/13 10:43:07

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
add an entry for "IIJmobile 510FU"


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/13 10:49:50

Modified files:
	x11/e17/elementary: Makefile 
	x11/e17/elementary/pkg: PLIST 
Added files:
	x11/e17/elementary/patches: patch-data_desktop_Makefile_in 

Log message:
Move elementary.png from top dir of the icon themes to elementary
subdir.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 11:07:04

Modified files:
	x11/kde4/graphics-thumbnailers: Makefile 
	x11/kde4/gwenview: Makefile 
	x11/kde4/ksnapshot: Makefile 

Log message:
Bumps missed in last libkdcraw+libkipi commit.

Noticed by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2013/12/13 11:09:27

Modified files:
	include        : dirent.h 
	sys/sys        : dirent.h 

Log message:
Zap some getdirentries() leftovers.

okay guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/13 12:55:12

Modified files:
	sys/conf       : files 
	sys/ddb        : db_structinfo.c 
	sys/kern       : tty.c tty_conf.c tty_pty.c 
	sys/sys        : ioctl.h ioctl_compat.h tty.h 
Removed files:
	sys/compat/common: tty_43.c 
	sys/sys        : ttychars.h ttydev.h 

Log message:
Remove the 4.3BSD tty(4) compatibility shims.  RIP.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/13 12:59:03

Modified files:
	share/man/man4 : options.4 
	usr.bin/kdump  : mkioctls 

Log message:
4.3BSD tty compatibility and the associated ioctls are gone


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/13 13:04:09

Added files:
	share/man/man8 : autoinstall.8 

Log message:
Initial version of a manpage for unattended install/upgrade.

with feedback from and ok deraadt@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/13 13:48:39

Modified files:
	include        : stdlib.h 

Log message:
Fix typo; 200809 not 20080 for __POSIX_VISIBLE.  Noticed by jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/13 14:45:28

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
Use \(dq instead of \&" to print a double quote on a macro line.
Documented by mandoc_char(7), and plays nicer with syntax hilighting
editors.  ok brett@ jmc@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/13 14:48:28

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
Give format specifiers their own subsection, so that we can reference it
from other places.  ok brett@ jmc@ gilles@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/13 14:51:56

Modified files:
	app/cwm        : kbfunc.c mousefunc.c 

Log message:
Instead of using work area, use the Xinerama area for snap calculations;
based on a patch from Thomas Adam with appropriate adjustments for gap.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/13 15:39:13

Modified files:
	app/cwm        : calmwm.h client.c kbfunc.c menu.c mousefunc.c 
	                 screen.c 

Log message:
Teach screen_find_xinerama() to apply gap only when told to do so;
adjust callers.  Needed for an upcoming feature.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/13 15:54:08

Modified files:
	lib/libocurses : setterm.c 
	sys/sys        : ioctl.h 

Log message:
Remove struct ttysize which was introduced for compatibility with
SunOS < 3.2 (1986).  ok millert@, guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/13 19:57:25

Modified files:
	sys/isofs/cd9660: cd9660_vnops.c 
	sys/isofs/udf  : udf_vnops.c 
	sys/msdosfs    : msdosfs_vnops.c 
	sys/ntfs       : ntfs_vnops.c 

Log message:
Zero out dirent structures that will be copied out to avoid leaking garbage
in the padding or trailing name bytes.

ok beck@ millert@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/13 22:07:09

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
When cloning leases remember to clone address, next_server and
resolv_conf fields. Makes 'effective' lease written by '-L' a bit
more useful.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/14 01:17:50

Modified files:
	x11/gnome/libsecret: Makefile 
	x11/gnome/libsecret/pkg: PLIST 
Added files:
	x11/gnome/libsecret/patches: patch-libsecret_Makefile_in 

Log message:
Don't use non-portable sed -i shell command (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/14 01:43:30

Modified files:
	mail/geary     : Makefile distinfo 

Log message:
Update to geary 0.4.3.

Use GNOME_{PROJECT,VERSION} to automagically set MASTER_SITES and
EXTRACT_SUFX, and fix HOMEPAGE while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/14 02:16:49

Modified files:
	devel/gobject-introspection: Makefile 
	devel/gobject-introspection/patches: patch-giscanner_dumper_py 
	                                     patch-giscanner_sourcescanner_py 
	                                     patch-giscanner_utils_py 
Removed files:
	devel/gobject-introspection/patches: 
	                                     patch-giscanner_scannermain_py 

Log message:
Merge some patches from upstream and remove some local modifications:
- if CC is not set, fall back to cc
- do not forcibly add ${X11BASE}/include nor ${LOCALBASE}/include, now
the scanner is supposed to properly pass CFLAGS
- forcing -pthread should not be needed anymore

Tested with a handful of ports that were known to need these tweaks.
Any regression, please let me know directly.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/14 02:45:03

Modified files:
	sys/dev/mii    : miidevs 

Log message:
new Realtek PHY.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/14 02:45:17

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2013/12/14 02:48:04

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
remove a duplicated includ file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/14 02:53:18

Modified files:
	x11/gnome/shell: Makefile 
	x11/gnome/shell/patches: patch-configure_ac 

Log message:
Sync patch, libsecret is not needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/14 05:46:33

Modified files:
	net/ocsync     : Makefile 
Added files:
	net/ocsync/patches: patch-src_httpbf_src_httpbf_c 

Log message:
Remove useless header.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/14 06:40:40

Modified files:
	gnu/usr.bin/cvs/src: history.c 

Log message:
When writing a history entry, don't downcast time() return value to
(long).  Use (long long) and print it with %ll08x instead.  ok zhuk@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/14 09:06:42

Modified files:
	sbin/dhclient  : options.c 

Log message:
Start cleanup/fixup of pretty printing of option data. Use snprintf()
exclusively and thus simplify error checking/overflow detection.
Bail out when unknown format character found. Don't ignore last
character if it's unprintable. Print embedded NULs rather than
ignoring them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/14 10:17:13

Modified files:
	graphics/openscenegraph/patches: patch-CMakeLists_txt 

Log message:
prevent hidden dependency on xine to make the build fail


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/14 10:21:47

Modified files:
	www/puppet-dashboard: Makefile 

Log message:
switch back to ruby 1.8 it has some serious issues with ruby 1.9:
http://projects.puppetlabs.com/issues/12483


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/14 11:01:52

Modified files:
	sys/tmpfs      : tmpfs.h tmpfs_subr.c tmpfs_vfsops.c 
	                 tmpfs_vnops.c tmpfs_vnops.h 

Log message:
bring in a few improvements from pedro, guenther, me...

thanks to krw@ for the original cherry-picking, millert@ for useful comment.

so:
- no longer expose internal kernel addresses, uses seq numbers instead
- make sure the numbers don't overflow (millert@ UINT64_MAX)... a
conservative estimate is that tmpfs will run out of seqs in >600 years...
- don't malloc dents, put them on the stack and zero them
- gc whiteout code
- gc getpage/putpage code (shrink uvm instead)

okay krw@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/14 13:26:02

Modified files:
	www/puppet-dashboard: Tag: OPENBSD_5_4 Makefile 

Log message:
unbreak puppet-dashboard by switching back ruby 1.8; otherwise all reports
would be garbled and the ui would be unuseable.

see: http://projects.puppetlabs.com/issues/12483


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/14 16:28:02

Modified files:
	sbin           : Makefile 
	sys/conf       : GENERIC 

Log message:
enable tmpfs so it gets tested some more.
okay kettenis@, martin@, beck@, krw@, tedu@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/14 18:57:55

Modified files:
	devel/sdl      : Makefile 
	devel/sdl/pkg  : PLIST 
Added files:
	devel/sdl/files: SDL_sndioaudio.c SDL_sndioaudio.h 
	devel/sdl/patches: patch-configure_in 
Removed files:
	devel/sdl/files: SDL_libsndioaudio.c SDL_libsndioaudio.h 
	devel/sdl/patches: patch-configure 
	devel/sdl/pkg  : PFRAG.shared 

Log message:
- Rename the sndio backend files to match what was submitted upstream
and sync in the autoconf bits.
- Sync WANTLIB.
- Merge in PFRAG.shared.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/14 20:10:18

Modified files:
	devel/sdl-image: Makefile 
	devel/sdl-image/pkg: PLIST 
	devel/sdl-mixer: Makefile 
	devel/sdl-mixer/pkg: PLIST 
	devel/sdl-net  : Makefile 
	devel/sdl-net/pkg: PLIST 
	devel/sdl-pango: Makefile 
	devel/sdl-pango/pkg: PLIST 
	devel/sdl-sound: Makefile 
	devel/sdl-sound/pkg: PLIST 
	devel/sdl-ttf  : Makefile 
	devel/sdl-ttf/pkg: PLIST 
Removed files:
	devel/sdl-image/pkg: PFRAG.shared 
	devel/sdl-mixer/pkg: PFRAG.shared 
	devel/sdl-net/pkg: PFRAG.shared 
	devel/sdl-sound/pkg: PFRAG.shared 
	devel/sdl-ttf/pkg: PFRAG.shared 

Log message:
Merge in PFRAG.shared and sync WANTLIB.

ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/14 20:15:47

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Update timestamps in 'effective' lease before printing out the
lease.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/14 20:56:34

Modified files:
	devel/p5-SDL   : Makefile 
	devel/p5-SDL/patches: patch-src_OpenGL_xs 
	devel/sdlmm    : Makefile 
	devel/sdlmm/pkg: PLIST 
Removed files:
	devel/sdlmm/pkg: PFRAG.shared 

Log message:
Merge PFRAG.shared, sync WANTLIB and remove pval from sdlmm MAINTAINER as he
has been inactive for ages.

ok bcallah@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/12/14 23:22:12

Modified files:
	.              : plus.html 

Log message:
plus.html for Dec 2-8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/15 00:56:43

Modified files:
	textproc/meld  : Makefile distinfo 
	textproc/meld/pkg: PLIST 

Log message:
Update to meld-1.8.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/15 01:07:28

Modified files:
	x11/gob2       : Makefile distinfo 

Log message:
Update to gob2-2.0.20.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/15 01:07:42

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-6.0.0a.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/15 01:42:41

Modified files:
	mail/evolution-rss: Makefile 
Added files:
	mail/evolution-rss/patches: patch-src_rss-config-factory_c 
	                            patch-src_rss-image_c 
	                            patch-src_rss_c 

Log message:
Adapt to Camel changes (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/15 02:31:21

Modified files:
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkdcraw/pkg: PLIST-icons PLIST-main 

Log message:
Tweak conflict markers more: the conflict between libkdcraw and kdelibs was
caused by share/apps/cmake/modules/FindKdcraw.cmake being supplied by both
packages. So:
1) -icons does not need to have this @conflict at all.
2) -main should not conflict with kdelibs-3.x and older.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2013/12/15 02:33:18

Modified files:
	x11/gnustep/fisicalab: Makefile distinfo 
	x11/gnustep/fisicalab/pkg: PLIST 

Log message:
update FisicaLab to 0.3.3
fixing some problems with the English interface, and the data viewer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 03:43:29

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
more specific


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/12/15 03:51:53

www/papers/ru13-deraadt

Update of /cvs/www/papers/ru13-deraadt
In directory cvs.openbsd.org:/var/www/www/papers/ru13-deraadt

Log Message:
Directory /cvs/www/papers/ru13-deraadt added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 03:56:33

Modified files:
	net/gupnp/core : Makefile distinfo 

Log message:
update to gupnp-0.20.9


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/12/15 03:57:16

Modified files:
	.              : events.html 
	papers         : index.html 
Added files:
	papers/ru13-deraadt: index.html mgp00001.html mgp00001.idx.jpg 
	                     mgp00001.jpg mgp00001.txt mgp00002.html 
	                     mgp00002.idx.jpg mgp00002.jpg mgp00002.txt 
	                     mgp00003.html mgp00003.idx.jpg mgp00003.jpg 
	                     mgp00003.txt mgp00004.html mgp00004.idx.jpg 
	                     mgp00004.jpg mgp00004.txt mgp00005.html 
	                     mgp00005.idx.jpg mgp00005.jpg mgp00005.txt 
	                     mgp00006.html mgp00006.idx.jpg mgp00006.jpg 
	                     mgp00006.txt mgp00007.html mgp00007.idx.jpg 
	                     mgp00007.jpg mgp00007.txt mgp00008.html 
	                     mgp00008.idx.jpg mgp00008.jpg mgp00008.txt 
	                     mgp00009.html mgp00009.idx.jpg mgp00009.jpg 
	                     mgp00009.txt mgp00010.html mgp00010.idx.jpg 
	                     mgp00010.jpg mgp00010.txt mgp00011.html 
	                     mgp00011.idx.jpg mgp00011.jpg mgp00011.txt 
	                     mgp00012.html mgp00012.idx.jpg mgp00012.jpg 
	                     mgp00012.txt mgp00013.html mgp00013.idx.jpg 
	                     mgp00013.jpg mgp00013.txt mgp00014.html 
	                     mgp00014.idx.jpg mgp00014.jpg mgp00014.txt 
	                     mgp00015.html mgp00015.idx.jpg mgp00015.jpg 
	                     mgp00015.txt mgp00016.html mgp00016.idx.jpg 
	                     mgp00016.jpg mgp00016.txt mgp00017.html 
	                     mgp00017.idx.jpg mgp00017.jpg mgp00017.txt 
	                     mgp00018.html mgp00018.idx.jpg mgp00018.jpg 
	                     mgp00018.txt mgp00019.html mgp00019.idx.jpg 
	                     mgp00019.jpg mgp00019.txt mgp00020.html 
	                     mgp00020.idx.jpg mgp00020.jpg mgp00020.txt 
	                     mgp00021.html mgp00021.idx.jpg mgp00021.jpg 
	                     mgp00021.txt mgp00022.html mgp00022.idx.jpg 
	                     mgp00022.jpg mgp00022.txt mgp00023.html 
	                     mgp00023.idx.jpg mgp00023.jpg mgp00023.txt 
	                     mgp00024.html mgp00024.idx.jpg mgp00024.jpg 
	                     mgp00024.txt mgp00025.html mgp00025.idx.jpg 
	                     mgp00025.jpg mgp00025.txt mgp00026.html 
	                     mgp00026.idx.jpg mgp00026.jpg mgp00026.txt 
	                     mgp00027.html mgp00027.idx.jpg mgp00027.jpg 
	                     mgp00027.txt mgp00028.html mgp00028.idx.jpg 
	                     mgp00028.jpg mgp00028.txt mgp00029.html 
	                     mgp00029.idx.jpg mgp00029.jpg mgp00029.txt 
	                     mgp00030.html mgp00030.idx.jpg mgp00030.jpg 
	                     mgp00030.txt mgp00031.html mgp00031.idx.jpg 
	                     mgp00031.jpg mgp00031.txt mgp00032.html 
	                     mgp00032.idx.jpg mgp00032.jpg mgp00032.txt 
	                     mgp00033.html mgp00033.idx.jpg mgp00033.jpg 
	                     mgp00033.txt mgp00034.html mgp00034.idx.jpg 
	                     mgp00034.jpg mgp00034.txt mgp00035.html 
	                     mgp00035.idx.jpg mgp00035.jpg mgp00035.txt 

Log message:
my talk in moscow..


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/15 04:17:36

Modified files:
	sys/dev/pci/drm/i915: i915_gem_tiling.c 

Log message:
Abuse phys_map to reliably wait for kva.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 04:29:22

Modified files:
	databases/puppetdb: Makefile distinfo 
	databases/puppetdb/patches: patch-Rakefile 
	                            patch-ext_files_puppetdb-ssl-setup 
	databases/puppetdb/pkg: PLIST-main PLIST-plugin 
Added files:
	databases/puppetdb/patches: patch-ext_files_puppetdb-anonymize 

Log message:
- update to puppetdb-1.5.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2013/12/15 04:31:09

Modified files:
	xserver/Xext   : sync.c 

Log message:
Avoid timeouts of ULONG_MAX milliseconds.  Stops the X server from crashing
with "select returned EINVAL" messages.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/15 04:42:10

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c i915_trace.h 

Log message:
Overhaul the pread and pwrite code to match what Linux does.  Should fix a few
more cache coherency issues, hopefully reducing the number of artifacts
showing up the screen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 06:52:18

Modified files:
	www/mozilla-firefox: Tag: OPENBSD_5_4 Makefile distinfo 
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 patch-configure_in 
	                             patch-js_src_configure_in 

Log message:
- update to firefox-24.2.0esr


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 06:52:30

Modified files:
	www/firefox-i18n: Tag: OPENBSD_5_4 Makefile.inc distinfo 

Log message:
- sync to match firefox-24.2.0esr


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 07:19:28

Modified files:
	games/openttd  : Tag: OPENBSD_5_4 Makefile 
Added files:
	games/openttd/patches: Tag: OPENBSD_5_4 
	                       patch-src_aircraft_cmd_cpp 

Log message:
Security fix for CVE-2013-6411 openttd: DoS using forcefully crashed aircrafts


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/12/15 07:28:35

Modified files:
	sys/dev/usb    : ubt.c 

Log message:
Fix ubt compilation after my last usbd_dying sprint.

Report and patch from Rafael Neves, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2013/12/15 07:32:38

Modified files:
	sys/dev/bluetooth: bthub.c 

Log message:
Fix bthub compilation by adding missing prototypes.

Report and patch from Rafael Neves, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	schwarze@cvs.openbsd.org	2013/12/15 08:19:50

Modified files:
	textproc/groff : Makefile 
	textproc/groff/patches: patch-tmac_an-old_tmac 

Log message:
Two bug fixes, one bump.

1) For man(7), initialize internal numerical registers correctly
such that a stray .RE without a preceding .RS doesn't set the left
margin to column 0.  Reported by bentley@ on discuss at mdocml.
Patch technically approved by Werner Lemberg (upstream).
The only reason it isn't committed upstream yet is that FSF
pesters me to sign a Copyright Assignment contract under
Massachusetts legislature, talking about Warranties and whatnot,
which i resist.

2) Restore correct syntax to the .ie cascade governing section titles
that i broke, trying to be too clever.  Problem reported by
David Levine via pascal@ after the nmh(1) folks added an OpenBSD
machine to their buildbot cluster.

ok pascal@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/15 10:35:03

Modified files:
	usr.sbin       : Makefile 

Log message:
stop building popa3d. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/15 10:37:25

Removed files:
	usr.sbin/popa3d: DESIGN LICENSE Makefile VIRTUAL auth_passwd.c 
	                 database.c database.h mailbox.c mailbox.h 
	                 misc.c misc.h params.h pop_auth.c pop_auth.h 
	                 pop_root.c pop_trans.c pop_trans.h popa3d.8 
	                 protocol.c protocol.h standalone.c startup.c 
	                 version.c virtual.c virtual.h 

Log message:
remove popa3d. Sorry, no plaintext password only daemons allowed anymore.
ok deraadt and co.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/15 10:40:45

Modified files:
	etc            : Makefile ftpusers group inetd.conf 
	                 master.passwd rc rc.conf 
	etc/mail       : aliases 
Removed files:
	etc/rc.d       : popa3d 

Log message:
remove popa3d etc tendrils


CVSROOT:	/cvs
Module name:	src
Changes by:	pascal@cvs.openbsd.org	2013/12/15 11:17:26

Modified files:
	usr.bin/ssh    : ssh-add.c 

Log message:
Make ssh-add also add .ssh/id_ed25519; fixes lie in manual page.

ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/15 11:46:04

ports/audio/opus/patches

Update of /cvs/ports/audio/opus/patches
In directory cvs.openbsd.org:/tmp/cvs-serv24236/patches

Log Message:
Directory /cvs/ports/audio/opus/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/15 12:24:16

Log message:
    Import games/xye. Xye is a puzzle/arcade game in which you guide the green
    circle to collect all the gems, while avoiding obstacles and enemies.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Dec-15
    
    N ports/games/xye/Makefile
    N ports/games/xye/distinfo
    N ports/games/xye/pkg/PLIST
    N ports/games/xye/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/15 12:24:41

Modified files:
	games          : Makefile 

Log message:
+xye


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 12:44:32

Modified files:
	sysutils/ruby-puppet: Tag: OPENBSD_5_4 Makefile.inc 
	sysutils/ruby-puppet/3: Tag: OPENBSD_5_4 Makefile distinfo 
	sysutils/ruby-puppet/3/patches: Tag: OPENBSD_5_4 
	                                patch-install_rb 
	                                patch-lib_puppet_defaults_rb 
	                                patch-lib_puppet_provider_service_openbsd_rb 
	                                patch-lib_puppet_type_resources_rb 
	sysutils/ruby-puppet/3/pkg: Tag: OPENBSD_5_4 PLIST 
Added files:
	sysutils/ruby-puppet/3/patches: Tag: OPENBSD_5_4 
	                                patch-lib_puppet_module_tool_tar_rb 
	                                patch-lib_puppet_provider_mount_parsed_rb 
	                                patch-lib_puppet_provider_mount_rb 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-lib_puppet_type_file_content_rb 
	                                patch-lib_puppet_type_mount_rb 
	                                patch-lib_puppet_type_ssh_authorized_key_rb 
	                                patch-spec_fixtures_unit_provider_package_openbsd_pkginfo_flavors_list 
	                                patch-spec_unit_provider_service_openbsd_spec_rb 

Log message:
update puppet to 3.3.2

this allows OpenBSD 5.4 agents to work correctly again with a puppet master
unning -current. puppet 3.3 has a new reporting format as well as support
for ensure => latest for packages. now one can use the same manifest for
5.4 and -current again.

note: libshadow was not imported into 5.4 so managing user passwords won't
work on 5.4 still.

discussed with sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/15 12:50:44

Modified files:
	audio/faad     : Makefile 
	audio/faad/pkg : PLIST-xmms 
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 
Removed files:
	audio/faad/pkg : PFRAG.shared-xmms 

Log message:
tweak the comment (suggested by ian@) and the pkgname of the faad
xmms plugin to make it easier to find


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 12:54:00

Modified files:
	graphics/gimp/stable: Makefile 
Added files:
	graphics/gimp/stable/patches: patch-plug-ins_common_file-xwd_c 

Log message:
Security fix for CVE-2013-1978
gimp: XWD plugin color map heap-based buffer overflow

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/15 13:15:44

Modified files:
	audio/opus     : Makefile distinfo 
Added files:
	audio/opus/patches: patch-configure 

Log message:
Update to 1.1, which includes:
* new analysis code and tuning that significantly improves encoding
quality, especially for variable-bitrate (VBR),
* automatic detection of speech or music to decide which encoding
mode to use,
* surround with good quality at 128 kbps for 5.1 and usable down
to 48 kbps,
* and speed improvements on all architectures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 13:18:07

Modified files:
	security/nss   : Tag: OPENBSD_5_4 Makefile distinfo 
	security/nss/patches: Tag: OPENBSD_5_4 
	                      patch-nss_lib_ckfw_builtins_certdata_txt 

Log message:
SECURITY update to nss 3.15.3.1.

Bug 946351 - Misissued Google certificates from DCSSI
https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.3.1_release_notes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/15 13:33:38

Modified files:
	graphics/gimp/stable: Tag: OPENBSD_5_4 Makefile 
Added files:
	graphics/gimp/stable/patches: Tag: OPENBSD_5_4 
	                              patch-plug-ins_common_file-xwd_c 

Log message:
Security fix for CVE-2013-1978
gimp: XWD plugin color map heap-based buffer overflow

ok giovanni@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/15 14:09:48

Modified files:
	sys/sys        : ttycom.h 

Log message:
update comment, 4.3BSD tty compatibility and the associated ioctls are gone


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/15 14:18:00

Modified files:
	share/man/man7 : roff.7 
	usr.bin/mandoc : libmandoc.h mdoc_validate.c roff.c 
	regress/usr.bin/mandoc/roff/nr: Makefile int.in int.out_ascii 
Added files:
	regress/usr.bin/mandoc/roff/nr: argc.in argc.out_ascii 

Log message:
The "value" argument to the roff(7) .nr requests ends right before
the first non-digit character.  While here, implement and document
an optional sign, requesting increment or decrement, as documented
in the Ossanna/Kernighan/Ritter troff manual and supported by groff.

Reported by bentley@ on discuss at mdocml.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/15 14:42:35

Modified files:
	usr.bin/ssh    : cipher-chachapoly.c 

Log message:
add some comments and constify a constant


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/15 15:09:37

Modified files:
	sys/dev/pci/drm: drmP.h drm_crtc.c 

Log message:
Fix error handling of ->fb_create() call.  Prevents kernel panic if an
unsupported frame buffer configuration is requested.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/15 15:21:38

Modified files:
	audio/opus-tools: Makefile distinfo 

Log message:
Update to 0.1.8. Changes include:
* update to opus 1.0.3 surround encoder API
* support for encoding from FLAC files
* better metadata support, including copying tags from FLAC input


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/15 16:56:21

Modified files:
	usr.bin/mandoc : mdoc_argv.c 
	regress/usr.bin/mandoc/roff/args: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/args: mdoc.in mdoc.out_ascii 

Log message:
In quoted macro arguments, double quotes can be quoted by doubling them.
For a long time, we handle this in roff(7) and man(7) macros.
Now add correct handling for the mdoc(7) case, too.

Closely based on a patch by Tsugutomo dot ENAMI at jp dot sony dot com,
see http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48438
received via Thomas Klausner (wiz@), slightly tweaked by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2013/12/15 20:32:39

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/patches: 
	                   patch-src_preprocessors_Stream5_snort_stream5_tcp_c 
Added files:
	net/snort/patches: patch-src_sfutil_sfxhash_c 
	                   patch-src_sfutil_sfxhash_h 

Log message:
Update to Snort 2.9.5.6, from maintainer Markus Lude.

Special thanks to Bhagya Bantwal of Sourcefire for a patch to fix
crashes on sparc64 on first alert.

Tested on sparc64 by Markus; tested on amd64, i386, and macppc by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/15 20:35:13

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update texapp to 0.6.6
Changelog:
* Fix for quote marks in private messages (thanks @jnm)
* -dontautoreply is a comma-separated list of names you don't want to
auto-reply to. Useful for users you don't want to interact with by mistake


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2013/12/15 21:24:01

Modified files:
	www/wordpress  : Makefile distinfo 
	www/wordpress/pkg: PLIST 

Log message:
Update Wordpress to 3.8.
Includes a new theme (twenty fourteen) and admin interface improvements.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/15 23:53:50

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
-update


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/12/16 01:11:59

Modified files:
	.              : events.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/16 01:15:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
Change subject of install|upgrade log to match periodic maintenance
email subjects better.

ok deraadt@ rpe@
Suggested by, and "Lovely" deraadt@, "Sure" rpe@,


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 01:24:04

Modified files:
	sysutils/d-feet: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/tweak-tool: Makefile 

Log message:
Make it clear the run depends on gtk+3 is needed because of pygobject
introspection.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/12/16 02:52:06

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	martin@cvs.openbsd.org	2013/12/16 02:57:27

Modified files:
	faq            : current.html 

Log message:
byebye popa3d


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2013/12/16 03:19:34

Modified files:
	editors/vim    : Makefile 
	editors/vim/pkg: PFRAG.no-no_x11-main 
Added files:
	editors/vim/files: gvim.desktop 

Log message:
Add a desktop file for vim.

From Fabian Raetz, OK ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/16 03:39:52

Modified files:
	x11/kde/network3: Makefile 
	x11/kde4/kopete: Makefile 
	meta/kde4      : Makefile 
Added files:
	x11/kde/network3/pkg: DESCR-kopsounds DESCR-main PLIST-kopsounds 
	                      PLIST-main 
	x11/kde4/kopete/pkg: DESCR-main DESCR-sounds PLIST-main 
	                     PLIST-sounds 
Removed files:
	x11/kde/network3/pkg: DESCR PLIST 
	x11/kde4/kopete/pkg: DESCR PLIST 

Log message:
Move Kopete sounds to separate subpackages in KDE 3 and 4.
This is a part of KDE deconflicting work.

Tested in a bulk by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/16 03:52:53

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
Document which modules, directives and options are not available on
OpenBSD.
Discussed with schwarze@, jmc@
Input schwarze@
OK jmc@, schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/16 04:19:03

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
Document stub_status; for some reason this is not documented in the
upstream documentation but only in the wiki(?!).


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2013/12/16 05:37:43

Modified files:
	papers         : index.html 
Added files:
	papers         : rubsd2013-mikeb-en.pdf rubsd2013-mikeb-ru.pdf 

Log message:
add my talk and correct the conference name


CVSROOT:	/cvs
Module name:	www
Changes by:	mikeb@cvs.openbsd.org	2013/12/16 05:43:36

Modified files:
	.              : events.html 

Log message:
provide links to slides for my talk


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/12/16 06:52:12

Modified files:
	papers         : index.html 

Log message:
link my slides


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/16 06:54:06

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2013.12.16.2


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/12/16 07:32:02

Modified files:
	papers         : index.html 

Log message:
add a coment reminding idiots like me to update events.html too


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2013/12/16 07:33:52

Modified files:
	.              : events.html 

Log message:
slides link here as well, reminded by theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 08:36:17

Modified files:
	textproc/nfoview: Makefile 

Log message:
Make it clear gtk+3 is needed because of pygobject introspection.

ok bcallah@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 08:45:53

Modified files:
	audio/py-tagpy : Makefile 
	audio/py-tagpy/pkg: PLIST 

Log message:
Add a python3 FLAVOR.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 08:46:46

Modified files:
	audio          : Makefile 

Log message:
+py-tagpy,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 08:50:18

Log message:
    Import py3-mpd2-0.5.2.
    
    py-mpd2 is a Python library which provides a client interface for the
    Music Player Daemon.
    
    This fork of py-mpd (*not* backwards compatible). Uses python3.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131216
    
    N ports/audio/py-mpd2/Makefile
    N ports/audio/py-mpd2/distinfo
    N ports/audio/py-mpd2/pkg/DESCR
    N ports/audio/py-mpd2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 09:29:03

Modified files:
	audio/py-mpd2  : Makefile 
	audio/py-mpd2/pkg: PLIST 
Added files:
	audio/py-mpd2/pkg: PFRAG.no-python3 

Log message:
Add support for both py2 and py3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/16 09:30:58

Modified files:
	audio          : Makefile 

Log message:
+py-mpd2
+py-mpd2,python3


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/12/16 09:37:12

Log message:
    Initial import of node-java (moved to lang) from Roman Kravchuk <kravchuk.kp@gmail.com>
    
    - ignoring compileall.py as touch.py is ony used on win32
    
    OK jturner@
    
    Status:
    
    Vendor Tag:	abieber
    Release Tags:	abieber_20131216
    
    N ports/lang/node-java/Makefile
    N ports/lang/node-java/distinfo
    N ports/lang/node-java/pkg/PLIST
    N ports/lang/node-java/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/16 09:58:22

Modified files:
	distrib/miniroot: dot.profile install.sub 

Log message:
Replace `[RESPONSEFILE=...] install auto` voodoo with plain'ol getopts,
as discussed with uwe@ at some point.

ok krw@, rpe@, "Cool" uwe@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/16 11:46:39

Modified files:
	sys/sys        : ttycom.h 
	sys/kern       : tty.c 

Log message:
Restore TIOCGSID ioctl that was removed along with the 4.3BSD tty(4)
compat.  This will be used to implement tcgetsid() in the future.
OK kettenis@ guenther@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/16 12:02:17

Modified files:
	app/cwm        : calmwm.h client.c conf.c cwm.1 cwmrc.5 kbfunc.c 
	                 xutil.c 

Log message:
Implement support for EWMH's _NET_WM_STATE_FULLSCREEN hint.

Since we already have a form of 'maximize', we need to differentiate
between 'maximize' and the new 'fullscreen' mode.  The 'maximize' mode
will continue to honor gap but now *retains* the border, matching the
'vert/horz maximize' behaviour.  The new 'fullscreen' mode supports and
follows the _NET_WM_STATE_FULLSCREEN hint, allowing the client perform
additional window modifications; in this mode, cwm(1) will *ignore* gap,
remove borders and freeze(move/resize) the client.  Additionally,
'fullscreen' mode will remember various combinations of previous states.

* default keybinding changes: CM-f 'fullscreen', CM-m 'maximize' (re-map
as desired).

Positive feedback from a few, testing and ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	okan@cvs.openbsd.org	2013/12/16 12:05:09

Modified files:
	faq            : current.html 

Log message:
add a note for the cwm(1) default 'maximize' keybinding change


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/16 12:11:52

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Restore hw.setperf upon resume like we do for apm(4) on i386.  Seems we need
to do this fairly late in the resume to avoid hangs.

ok deraadt@, mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/16 12:57:09

Modified files:
	sys/dev/pci/drm: drm_crtc.c drm_crtc_helper.c drm_drv.c 

Log message:
Switch generic drm modesetting code over to Linux-style negative errno
return values.  Fixes at least one bug where userland would see a negative
errno value and hopefully doesn't introduce any new ones.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/16 13:34:47

Modified files:
	devel/llvm     : Makefile 

Log message:
lit wants a copy of bash around for the test framework.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2013/12/16 13:57:31

Modified files:
	lang           : Makefile 

Log message:
+node-java


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/12/16 13:59:36

Modified files:
	databases/ruby-sequel: Makefile 

Log message:
Make make test run correctly for the jruby FLAVOR, and run an additional
test suite.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2013/12/16 16:07:06

Modified files:
	editors/libreoffice: Makefile 
Added files:
	editors/libreoffice/patches: patch-m4_ax_boost_system_m4 

Log message:
Fix libreoffice's configure script to properly detect boost system libraries.
The script was relying on a 'tac' command which doesn't exist on OpenBSD.
Use tail -r instead. Unbreaks libreoffice build on i386.
Also, allow the -java subpackage on i386 again, per sthen's request.
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/16 16:16:01

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-configs_asterisk_conf_sample 

Log message:
SECURITY update to Asterisk 11.6.1

AST-2013-006: A buffer overflow when receiving odd length 16 bit
messages in app_sms. An infinite loop could occur which would overwrite
memory when a message is received into the unpacksms16() function and
the length of the message is an odd number of bytes.
http://downloads.asterisk.org/pub/security/AST-2013-006-10.diff
http://downloads.digium.com/pub/security/AST-2013-006.html

AST-2013-007: Adds an option to disable certain dangerous dialplan
functions from external sources (e.g. Asterisk management interface):
shell exec and file writes. N.B. to enable this protection, set
"live_dangerously=no" in asterisk.conf if upgrading. (Sample config
file is patched to set this, but upgraders should add it in most
cases).
http://downloads.asterisk.org/pub/security/AST-2013-007-10.diff
http://downloads.digium.com/pub/security/AST-2013-007.html


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/12/16 16:42:18

Modified files:
	.              : plus.html 

Log message:
plus.html for Dec 9-15, ok jj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/16 17:39:39

Modified files:
	x11/compiz     : Makefile 

Log message:
Hook bcop, ccsm, compizconfig-python, libcompizconfig and plugins-main.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/16 17:42:17

Modified files:
	education/anki : Makefile distinfo 

Log message:
Update anki to 2.0.20.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/16 17:47:37

Modified files:
	www/py-werkzeug: Makefile 
	www/py-werkzeug/pkg: PLIST 

Log message:
Don't special case the doc sources when installing. Bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/16 19:41:07

Modified files:
	sys/netinet    : in_proto.c ip_output.c ip_var.h 

Log message:
Change ip_output()'s non-optional arguments to be standard arguments
instead of variable arguments.

Allows stricter type checking by the compiler at call sites and also
saves a bit of code size on some platforms (e.g., ~200 bytes on
amd64).

ok mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/17 00:03:39

Modified files:
	devel/boost    : Makefile 
	devel/boost/pkg: PLIST 

Log message:
Add python3 support.

ok brad@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/17 00:11:27

Modified files:
	audio/sonata   : Makefile distinfo 
	audio/sonata/patches: patch-setup_py 
	audio/sonata/pkg: DESCR PLIST 
Added files:
	audio/sonata/patches: patch-sonata_launcher_py 
Removed files:
	audio/sonata/patches: patch-sonata_dbus_plugin_py 
	                      patch-sonata_info_py patch-sonata_main_py 
	                      patch-sonata_misc_py 

Log message:
Update to a git checkout of sonata 1.7 to bring it into the modern age.
Moved away from py-gtk+2 to py3+gtk3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/12/17 00:17:23

Modified files:
	lib/libfuse    : fuse.h 

Log message:
define FUSE_{MAJOR,MINOR}_VERSION which many fuse helpers assume is defined.

ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/17 01:01:14

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 
	graphics/gdk-pixbuf2/pkg: PLIST 

Log message:
Bugfix update to gdk-pixbuf-2.30.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/17 01:14:35

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
Update to IO-Socket-SSL-1.962

OK bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/17 01:19:02

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2013.12.17.1
New extractors for academicearth and radiofrance.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/17 01:20:04

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_user-classify_c 

Log message:
Fix path to false(1).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/17 01:46:45

Modified files:
	net/icinga/core: Makefile distinfo 
	net/icinga/core/patches: patch-Changelog 
	net/icinga/core/pkg: PLIST-main 
Removed files:
	net/icinga/core/patches: patch-include_config_h_in 

Log message:
SECURITY update to icinga 1.10.2;  (note for -stable, 1.9.4 fixes same issues)

CVE-2013-7106, CVE-2013-7107  https://dev.icinga.org/issues/5250
The icinga web gui is susceptible to several buffer overflow flaws,
which can be triggered as a logged on user. A remote attacker may
utilize a CSRF (cross site request forgery) attack vector against a
logged in user to exploit this flaw remotely.

CVE-2013-7108  https://dev.icinga.org/issues/5251
The icinga web gui are susceptible to an "off-by-one read" error
resulting from an improper assumption in the handling of user submitted
CGI parameters. [..] by sending a specially crafted cgi parameter,
the check routine can be forced to skip the terminating null pointer
and read the heap address right after the end of the parameter list.
Depending on the memory layout, this may result in a memory corruption
condition/crash or reading of sensitive memory locations.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/17 02:19:45

Modified files:
	etc            : rc 
	etc/rc.d       : spamd 

Log message:
Run spamd-setup from within /etc/rc.d/spamd, and take $spamd_black
into consideration.
Diff from Maurice Janssen, thanks!

ok rpe@ giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/17 03:17:28

Modified files:
	lang/node-java : Makefile 
	lang/node-java/pkg: DESCR 

Log message:
remove bogus ^M from DESCR


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2013/12/17 03:36:39

Modified files:
	usr.bin/ssh    : crypto_api.h 

Log message:
I've assempled the header file by cut&pasting from generated headers
and the source files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/17 04:55:59

Modified files:
	x11/kmplayer   : Makefile 
	x11/kmplayer/pkg: PLIST 

Log message:
Does not require desktop-file-utils, mimelnk is KDE-specific directory
which is handled by ksycoca. Zap extra whitespace at the end of WANTLIB
while there.

Both nits pointed out by portcheck.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 05:51:14

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
elan products; Thomas Pfaff


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 05:51:18

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/17 05:52:48

Modified files:
	gnu/usr.bin/binutils/bfd: elf64-alpha.c 

Log message:
Backport the code from binutils 2.16 that makes weak undefined references
work on alpha.

tested by naddy@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/17 07:15:24

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile 

Log message:
g-ir-scanner(1) does not have support for CPPFLAGS so pass the X11 include
dir to CFLAGS to make sure EGL/egl.h gets found.

breakage reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 07:55:16

Modified files:
	sys/dev        : audio.c 

Log message:
don't do a timeout+task song and dance, instead use DVACT_WAKEUP directly.
There will be slight burps on resume due to other drivers being slow with
wakeup.
ok kettenis ratchov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 08:18:28

Modified files:
	sys/dev/acpi   : acpipwrres.c 

Log message:
do not put a second : in a dmesg line, use , instead


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 08:25:55

Modified files:
	share/man/man8 : Makefile 

Log message:
install autoinstall manpage


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/17 08:39:42

Log message:
    import curlftpfs
    
    CurlFtpFS is a filesystem for acessing ftp hosts based on FUSE and
    libcurl.
    
    ok aja@ syl@ (who also fixed an issue with 'create', thanks)
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20131712
    
    N ports/sysutils/curlftpfs/distinfo
    N ports/sysutils/curlftpfs/Makefile
    N ports/sysutils/curlftpfs/pkg/DESCR
    N ports/sysutils/curlftpfs/pkg/PLIST
    N ports/sysutils/curlftpfs/patches/patch-ftpfs_c
    N ports/sysutils/curlftpfs/patches/patch-cache_c
    N ports/sysutils/curlftpfs/patches/patch-ftpfs-ls_c
    N ports/sysutils/curlftpfs/patches/patch-ftpfs_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/17 08:41:21

Modified files:
	sysutils       : Makefile 

Log message:
+curlftpfs


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/17 09:10:43

Modified files:
	app/cwm        : client.c conf.c menu.c xutil.c 

Log message:
replace with memset


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:10:49

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2013/12/17 09:12:18

Modified files:
	app/cwm        : xmalloc.c 

Log message:
missing stdarg.h include


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/17 09:31:36

Modified files:
	lib/libc/termios: Makefile.inc 
Added files:
	lib/libc/termios: tcgetsid.3 tcgetsid.c 

Log message:
Add tcgetsid() now that it is in POSIX base.  Man page adapted from
NetBSD (thorpej).  OK kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:33:27

Modified files:
	lib/libc/stdio : findfp.c 

Log message:
f_prealloc() goes away.  Comment from the original source file:
* XXX.  Force immediate allocation of internal memory.  Not used by stdio,
* but documented historically for certain applications.  Bad applications.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:34:05

Modified files:
	lib/libc/net   : Makefile.inc 
Removed files:
	lib/libc/net   : nsap_addr.c 

Log message:
inet_nsap_ntoa() and inet_nsap_addr() go away.  Unused APIs from darker
days.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:34:27

Modified files:
	lib/libc       : shlib_version 

Log message:
crank libc for +tcgetsid -inet_nsap_addr -inet_nsap_ntoa -f_prealloc
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:35:01

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/17 09:37:06

Modified files:
	bin/ksh        : c_ksh.c edit.c emacs.c expr.c io.c lex.c var.c 
	                 vi.c 

Log message:
ctype cleanups.  Repeated re-audits of this sensitive area by okan and
myself, with a variety of other people spending some time as well.
Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2013/12/17 10:55:59

Modified files:
	lib/libc/termios: tcgetsid.c 

Log message:
fix build; from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/12/17 11:48:25

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/patches: patch-aclocal_m4 

Log message:
Update to poppler-0.24.4.

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/17 11:50:07

Modified files:
	sbin/mount     : mount.8 

Log message:
Xr mount_tmpfs, trivial ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2013/12/17 14:09:53

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2013.12.17.2


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/17 15:12:07

Modified files:
	sys/sys        : termios.h 
	lib/libc/termios: tcgetsid.c 

Log message:
The termios.h bits were missing from the initial commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/17 16:06:20

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
mention mac address being in lowercase hex
add dhcpd.conf(5) host entry example
start a SEE ALSO section

nice deraadt@, ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/17 17:37:59

Modified files:
	sbin/dhclient  : conflex.c options.c 

Log message:
Code existed to print non-printable characters in strings written
to the leases file. No code existed to correctly read back the
strings so written.

Redo both sides and use vis()/strnunvis() instead of handrolling
more parsing. As a side-effect allow embedded NUL characters rather
than skipping them.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/18 01:04:16

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
change password prompts (for the good of install.conf)
add autoinstall question for root ssh pubkey
make pubkey prompts appear in autoinstall log

ideas from and ok deraaddt@, ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/18 01:11:25

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
update sample install.conf;
- use http for fetching sets
- use password hashes
- set up alternative user, with ssh pubkey
- update question part to match installer changes


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/18 02:12:33

Modified files:
	etc            : rc.conf 

Log message:
Adapt nsd(1) comment to match the default daemon_flags of the rc.d script.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/18 03:12:15

Modified files:
	net/ocsync     : Makefile 

Log message:
No thread local storage support on OpenBSD...


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/18 05:02:56

Modified files:
	net/ocsync     : Makefile 

Log message:
gnutar is not needed anymore
go ahead ajacoutot@, maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/18 05:31:58

Modified files:
	security/p5-Digest-HMAC: Makefile distinfo 

Log message:
update to Digest::HMAC 1.03, from david hill, ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/18 06:40:08

Modified files:
	sys/net        : bpfdesc.h 

Log message:
Revert the *other* part of bpf.c's r1.84. May finally fix RD Thrush's
encounter with "timeout_add: to_ticks (-1) < 0". Pointed out by RD
Thrush.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/18 06:53:12

Modified files:
	bin/ksh        : ksh.1 sh.h var.c 

Log message:
Remove artificial limit on the max array index.
Adapted from a bitrig commit from Martin Natano.
OK zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/18 07:17:32

Modified files:
	net/munin      : Makefile 
	net/munin/patches: patch-Makefile 

Log message:
unbreak some manuals and scripts by using perl instead of gnused for
substitutuion.
OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/12/18 07:49:45

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Update to 4.1.1
hints and ok sthen@ ajacoutot@, ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/18 08:21:32

Modified files:
	textproc/itstool: Makefile distinfo 
	textproc/itstool/pkg: PLIST 

Log message:
Update to itstool-2.0.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/18 09:41:01

Modified files:
	sys/arch/alpha/include: _types.h 
	sys/arch/amd64/include: _types.h 
	sys/arch/arm/include: _types.h 
	sys/arch/hppa/include: _types.h 
	sys/arch/hppa64/include: _types.h 
	sys/arch/i386/include: _types.h 
	sys/arch/ia64/include: _types.h 
	sys/arch/m68k/include: _types.h 
	sys/arch/m88k/include: _types.h 
	sys/arch/mips64/include: _types.h 
	sys/arch/powerpc/include: _types.h 
	sys/arch/sh/include: _types.h 
	sys/arch/sparc/include: _types.h 
	sys/arch/sparc64/include: _types.h 
	sys/arch/vax/include: _types.h 

Log message:
Provide MI symbol _STACKALIGNBYTES


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/18 09:42:08

Modified files:
	lib/librthread : rthread_stack.c 

Log message:
Provide a random stackgrap on pthread frames.  Use _STACKALIGNBYTES to
ensure the frames are aligned correctly. Discussed at length with guenther
and kettenis
ok kettenis, this is the right first step


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/18 09:45:46

Modified files:
	bin/ksh        : vi.c 

Log message:
incorrect cast for ctype, spotted and repaired by LEVAI Daniel


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/18 11:35:55

Modified files:
	games/ufoai/data: Makefile 

Log message:
save one complete copy of the data by extracting the zip files directly
into the fake directory; ok kirby@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/18 12:08:58

Modified files:
	de             : donations.html events.html 
	fr             : donations.html want.html 
	nl             : donations.html 
	opensmtpd/fr   : index.html 
	papers/de      : index.html 
	porting/de     : libraries.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/18 13:37:04

Modified files:
	usr.sbin/dhcpd : parse.c 

Log message:
Two 'break;'s in a row seems excessive.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/18 15:10:09

Modified files:
	sysutils/ruby-shadow: Makefile distinfo 
Removed files:
	sysutils/ruby-shadow/patches: patch-extconf_rb patch-pwd_depend 
	                              patch-pwd_shadow_c 
	                              patch-shadow_depend 
	                              patch-shadow_shadow_c 

Log message:
bump to ruby-shadow-2.3.2
* no functional change as it just merges patches/ into a release


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/18 15:11:27

Modified files:
	textproc       : Makefile 

Log message:
build ruby19 flavor of ruby-icalendar as otherwise it's not available for sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/18 17:10:30

Modified files:
	usr.bin/ssh    : ssh-add.c 

Log message:
skip requesting smartcard PIN when removing keys from agent; bz#2187
patch from jay AT slushpupie.com; ok dtucker


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2013/12/18 17:19:12

Modified files:
	usr.bin/ssh    : serverloop.c 

Log message:
Cast client_alive_interval to u_int64_t before assinging to
max_time_milliseconds to avoid potential integer overflow in the timeout.
bz#2170, patch from Loganaden Velvindron, ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/18 17:27:57

Modified files:
	usr.bin/ssh    : auth-options.c 

Log message:
simplify freeing of source-address certificate restriction


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/18 18:04:37

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
bz#2147: fix multiple remote forwardings with dynamically assigned
listen ports. In the s->c message to open the channel we were sending
zero (the magic number to request a dynamic port) instead of the actual
listen port. The client therefore had no way of discriminating between
them.

Diagnosis and fix by ronf AT timeheart.net


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/18 18:19:41

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent
that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com;
ok dtucker


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/18 20:00:22

Modified files:
	multimedia/livestreamer: Makefile distinfo 

Log message:
Update livestreamer to 1.7.2 - bug fixes and plugin updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/18 20:27:10

Modified files:
	sys/dev/acpi   : acpihpet.c 

Log message:
be more careful during suspend/resume cycles, as roughly detailed in the
spec.  More might be required.
ok jordan matthew mlarkin


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2013/12/19 02:24:18

Modified files:
	devel/sdl      : Makefile 
	devel/sdl/files: SDL_sndioaudio.c 

Log message:
- use SIO_DEVANY instead of NULL
- simplify SNDIO_WaitAudio (do as others backends do)
- remove the rate negotiation, which predates sndiod

these tweaks that don't change the bahavior.

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/19 02:35:01

Modified files:
	sysutils/ruby-facter: Makefile distinfo 
	sysutils/ruby-facter/patches: patch-lib_facter_util_config_rb 
	                              patch-spec_unit_util_config_spec_rb 
	sysutils/ruby-facter/pkg: PLIST 

Log message:
- update to facter-1.7.4


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2013/12/19 02:37:14

Modified files:
	sys/arch/mips64/include: cpu.h 
	sys/arch/mips64/mips64: cpu.c 

Log message:
recognize octeon 2 cpus; as found in the lanner mr326

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/19 03:13:45

Modified files:
	net/ortp       : Makefile 
	net/ortp/patches: patch-src_zrtp_c 

Log message:
Fix minor last_sent_zrtp_seq_number computation error, spotted by sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/19 04:23:29

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c 

Log message:
plug mem leak; Ok benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/19 05:46:16

Modified files:
	games/kslide   : Makefile distinfo 
	games/kslide/patches: patch-kslide_Makefile_in 
	games/kslide/pkg: DESCR PLIST 
Added files:
	games/kslide/patches: patch-kslide_cintro_cpp 
	                      patch-kslide_puz_app_cpp 
	                      patch-kslide_puzzle_cpp 

Log message:
Update KSlide to latest version, 1.0.1. Previous version did not work
anyway (at least on i386). MAINTAINER timeout => removing him.

Minor tweaks to port's Makefile while there: WANTLIB, license etc.

"go ahead" espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2013/12/19 06:08:42

Modified files:
	games/flightgear/data: Makefile 

Log message:
save one complete copy of the data by extracting the distfile directly
into the fake directory; ok pascal@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/19 06:19:09

Modified files:
	mail/kbiff     : Makefile 

Log message:
Add PORTHOME, usual hack for Qt3/KDE3 ports. No bump needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/19 07:23:54

ports/devel/p5-Proc-Daemon/patches

Update of /cvs/ports/devel/p5-Proc-Daemon/patches
In directory cvs.openbsd.org:/tmp/cvs-serv12085/patches

Log Message:
Directory /cvs/ports/devel/p5-Proc-Daemon/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/19 07:25:05

Modified files:
	devel/p5-Proc-Daemon: Makefile 
Added files:
	devel/p5-Proc-Daemon/patches: patch-lib_Proc_Daemon_pm 

Log message:
SECURITY fix for CVE-2013-7135.  ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/19 07:31:07

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
pseudo-code corrections from Solar Designer <solar@openwall.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/19 08:05:58

Added files:
	net/openafs/patches: patch-src_gtx_curseswindows_c 

Log message:
fix following sgtty.h removal


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/19 08:13:14

Modified files:
	games/naev/data: Makefile 

Log message:
save one complete copy of the data by extracting the distfile directly
into the fake directory;
inspired by naddy@'s patch for ufoai.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/19 09:45:32

Log message:
    Import x11/worker. Worker is a Midnight Commander like file manager for X.
    Based on a submission from Eivind Evensen <eivinde AT terraplane DOT org>
    (taking MAINTAINER).
    ok sthen@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2013-Dec-19
    
    N ports/x11/worker/Makefile
    N ports/x11/worker/distinfo
    N ports/x11/worker/pkg/PLIST
    N ports/x11/worker/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/19 09:45:50

Modified files:
	x11            : Makefile 

Log message:
+worker


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/19 10:42:36

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.8 

Log message:
By default, tftp-proxy listens on localhost addresses.
Ok benno@
Input / Ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2013/12/19 10:43:33

Modified files:
	net/tor        : Makefile distinfo 

Log message:
Update to tor 0.2.4.19. OK pascal@ sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 11:06:05

Log message:
    Import libosinfo-0.2.9.
    
    libosinfo is a GObject based library API for managing information about
    operating systems, hypervisors and the (virtual) hardware devices they
    can support. It includes a database containing device metadata and
    provides APIs to match/identify optimal devices for deploying an
    operating system on a hypervisor.
    <...>
    
    Needs to figure out why our libtool(1) fails miserably...
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20121219
    
    N ports/misc/libosinfo/Makefile
    N ports/misc/libosinfo/distinfo
    N ports/misc/libosinfo/pkg/DESCR
    N ports/misc/libosinfo/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 11:06:34

Modified files:
	misc           : Makefile 

Log message:
+libosinfo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 11:06:58

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 

Log message:
Add libosinfo support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/12/19 11:07:31

Modified files:
	audio/libxmp   : Makefile distinfo 
	audio/libxmp/patches: patch-Makefile_in 

Log message:
Update to libxmp 4.2.0.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/12/19 11:09:58

Modified files:
	converters/enca: Makefile distinfo 
	converters/enca/pkg: PLIST 

Log message:
Minor update to enca 1.15.

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2013/12/19 11:13:48

Modified files:
	graphics/asymptote: Makefile distinfo 
	graphics/asymptote/patches: patch-configure 
	                            patch-doc_png_Makefile_in 
	graphics/asymptote/pkg: PLIST 
Added files:
	graphics/asymptote/patches: patch-runtime_in 

Log message:
Update to asymptote 2.24.

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2013/12/19 12:04:56

Modified files:
	usr.bin/mg     : dired.c 

Log message:
Make dired-unmark-backward behave the same as emacs: move cursor up a
line then remove 'D' instead of remove 'D' then move up a line.
input/ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2013/12/19 12:09:27

Modified files:
	usr.bin/mg     : mg.1 

Log message:
Amend dired-unmark-backward to fit with recent change and
include DEL in DIRED KEY BINDINGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 12:22:48

Modified files:
	games/childsplay: Makefile distinfo 
	games/childsplay/pkg: DESCR PLIST 
Removed files:
	games/childsplay/patches: patch-INSTALL_sh 

Log message:
Update to childsplay-2.5; with help from FreeBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 12:23:08

Removed files:
	games/childsplay-plugins: Makefile distinfo 
	games/childsplay-plugins/patches: patch-install_sh 
	games/childsplay-plugins/pkg: DESCR PLIST 

Log message:
No more childsplay-plugins.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 12:24:12

Modified files:
	games          : Makefile 

Log message:
-childsplay-plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/19 12:25:04

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Register childsplay-plugins removal.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/19 12:49:33

Modified files:
	games/kslide   : Makefile 

Log message:
Things were changed since June; allow new KSlide distfile to be fetched.

Noticed by kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/19 13:11:04

Modified files:
	sys/arch/sparc/dev: zs.c zs_kgdb.c 

Log message:
sun4e needs the same 1.6 usec ZS_DELAY() as sun4 does.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/19 13:15:08

Modified files:
	sys/arch/mips64/mips64: tlbhandler.S 

Log message:
Use shifts instead of integer multiplication by the page size in the
Octeon-specific code paths. No functional change.
ok bcallah@ pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/19 13:26:43

Modified files:
	www            : Makefile 

Log message:
Link kwebkitpart to build (previously it was only picked up by KDE4 itself).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2013/12/19 13:52:37

Modified files:
	lib/libc/string: Makefile.inc strcat.3 strcpy.3 
Added files:
	lib/libc/string: strncat.3 strncpy.3 

Log message:
Split out strncpy and strncat from strcpy and strcat manuals.
Requested by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2013/12/19 14:22:30

Modified files:
	security/gnupg : Makefile distinfo 
Removed files:
	security/gnupg/patches: patch-mpi_longlong_h 

Log message:
Security update to 1.4.16 (CVE-2013-4576)

ok jca@, brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/19 14:30:02

Modified files:
	sys/sys        : memrange.h 
	sys/arch/i386/conf: GENERIC files.i386 
	sys/arch/i386/i386: acpi_machdep.c cpu.c ipifuncs.c mem.c mtrr.c 
	sys/arch/amd64/amd64: acpi_machdep.c cpu.c ipifuncs.c mem.c 
	                      mtrr.c 
	sys/arch/amd64/conf: GENERIC files.amd64 

Log message:
Mtrr stops being a pseudo-device.  We need to probe the cpu type and
initialize the structures when we see the first cpu.  We also need to
initialize each cpu's properly (for PAT) before we setup mtrr on that
cpu.  On i386 (late hatch) we were getting this desperately wrong on
the primary cpu.

After suspend/resume, we also need to do the same work.  re-initialize
PAT before mtrr.  On some laptops apparently PAT was not turned on by the
BIOS, so we ended up with incorrect setup for the primary cpu.  Oops.

This makes mplayer on the x201 (and similar) machines work without weird
pauses after a suspend/resume.  Many other things are likely fixed.
ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2013/12/19 14:39:50

Modified files:
	lang/jruby     : Makefile distinfo 
	lang/jruby/pkg : PLIST 

Log message:
Update to JRuby 1.7.9

Work around upstream regression causing rake/rdoc/ri to not work by
copying the real executables over the rubygems shims.

Fix the #! lines on the executables.

The old ant based tests no longer work, and the new maven tests
require downloading tons of packages at runtime, so punt and mark
NO_TEST=Yes and stop downloading the -src tarball.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/19 14:48:06

Modified files:
	devel/p5-Proc-Daemon: Tag: OPENBSD_5_4 Makefile 
Added files:
	devel/p5-Proc-Daemon/patches: Tag: OPENBSD_5_4 
	                              patch-lib_Proc_Daemon_pm 

Log message:



CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/19 15:00:58

Modified files:
	lib/libc/string: strncat.3 

Log message:
fix double word error;


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/19 15:09:26

Modified files:
	lib/libssl/src/crypto/sha: sha512.c 

Log message:
Reliability fix for SHA384 SSL/TLS ciphers on strict alignment
architectures.  ok miod@ djm@

Upstream patch:
commit cdd1acd788020d2c525331da1712ada778f1373c
Author: Andy Polyakov <appro@openssl.org>
Date:   Wed Dec 18 21:27:35 2013 +0100


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/19 15:57:13

Modified files:
	usr.bin/ssh    : poly1305.c poly1305.h 

Log message:
use full name for author, with his permission


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2013/12/19 16:08:00

Modified files:
	.              : errata53.html errata54.html 

Log message:
5.3 and 5.4 errata for the SHA384 SSL/TLS ciphers reliability fix.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/19 16:44:55

Modified files:
	sys/arch/i386/i386: cpu.c 

Log message:
oh sorry, I forgot two #ifdef


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/19 17:31:13

Modified files:
	usr.sbin/ypbind: ypbind.c 

Log message:
delete 4 includes we do not need


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/19 17:54:06

Log message:
    import ports/www/phantomjs, from maintainer Francisco de Borja Lopez Rio
    <borja@codigo23.net>, ok abieber@ - apologies for the extra copies of
    WebKit and Qt but they are stripped-down so not horribly slow to build,
    and have various fixes that phantomjs upstream haven't been able to get
    into the various libraries yet.
    
    "PhantomJS is a headless WebKit scriptable with a JavaScript API.
    It has fast and native support for various web standards: DOM
    handling, CSS selector, JSON, Canvas, and SVG."
    
    (useful for various things including automated testing of web sites,
    and screen scraping of complex web apps)
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20131220
    
    N ports/www/phantomjs/distinfo
    N ports/www/phantomjs/Makefile
    N ports/www/phantomjs/patches/patch-build_sh
    N ports/www/phantomjs/patches/patch-src_phantomjs_pro
    N ports/www/phantomjs/patches/patch-src_qt_src_3rdparty_webkit_Source_JavaScriptCore_heap_MachineStackMarker_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_3rdparty_webkit_Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_3rdparty_webkit_Source_JavaScriptCore_wtf_Platform_h
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_arch_qatomic_i386_h
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_codecs_qiconvcodec_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_gui_pro
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_global_qglobal_h
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_io_qfsfileengine_unix_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_kernel_qmetaobject_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_plugin_qlibrary_unix_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_corelib_statemachine_qabstractstate_p_h
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_dialogs_qprintdialog_unix_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_image_qmnghandler_pri
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_image_qnativeimage_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_image_qpixmap_x11_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_itemviews_qlistview_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_kernel_qkeymapper_x11_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_painting_qcosmeticstroker_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_painting_qcosmeticstroker_p_h
    N ports/www/phantomjs/patches/patch-src_qt_src_gui_painting_qprinter_cpp
    N ports/www/phantomjs/patches/patch-src_qt_src_network_access_qhttpmultipart_cpp
    N ports/www/phantomjs/pkg/DESCR
    N ports/www/phantomjs/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/19 17:54:30

Modified files:
	www            : Makefile 

Log message:
+phantomjs


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/19 19:04:09

Modified files:
	sys/netinet    : in_pcb.c in_pcb.h ip_divert.c raw_ip.c 
	                 udp_usrreq.c 
	sys/netinet6   : icmp6.c in6_pcb.c ip6_divert.c raw_ip6.c 
	usr.bin/netstat: inet.c 
	usr.bin/systat : netstat.c 
	usr.bin/tcpbench: tcpbench.c 

Log message:
Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ
in the base. Ports fixes to follow shortly for the two ports (gkrellm
and net-snmp) affected.

ok zhuk@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	krw@cvs.openbsd.org	2013/12/19 19:11:33

Added files:
	sysutils/gkrellm/gkrellm/patches: 
	                                  patch-src_sysdeps_bsd-net-open_c 

Log message:
Adapt to change of inpt_queue to TAILQ from CIRCLEQ.

ok zhuk@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/19 19:17:25

Modified files:
	lib/libssl/src/crypto/sha: Tag: OPENBSD_5_3 sha512.c 

Log message:
MFC: Reliability fix for SHA384 SSL/TLS ciphers on strict alignment
architectures.  ok miod@ djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/19 19:18:35

Modified files:
	lib/libssl/src/crypto/sha: Tag: OPENBSD_5_4 sha512.c 

Log message:
MFC: Reliability fix for SHA384 SSL/TLS ciphers on strict alignment
architectures.  ok miod@ djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	krw@cvs.openbsd.org	2013/12/19 19:20:00

Added files:
	net/net-snmp/patches: patch-agent_mibgroup_mibII_ipv6_c 
	                      patch-agent_mibgroup_mibII_tcpTable_c 
	                      patch-agent_mibgroup_mibII_udpTable_c 
	                      patch-agent_mibgroup_tcp-mib_data_access_tcpConn_openbsd_c 
	                      patch-agent_mibgroup_udp-mib_data_access_udp_endpoint_openbsd_c 

Log message:
Adapt to change of inpt_queue to TAILQ from CIRCLEQ.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/19 19:24:39

Modified files:
	emulators/mupen64plus: Makefile.inc 
	emulators/mupen64plus/rsp-z64: Makefile 
	emulators/mupen64plus/video-arachnoid: Makefile 
	emulators/mupen64plus/video-glide64: Makefile 
	emulators/mupen64plus/video-z64: Makefile 

Log message:
Mupen64plus moved to Github; update MASTER_SITES accordingly.

(Note how they provide real tarballs!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 00:58:09

Modified files:
	math/geogebra  : Makefile distinfo 
	math/geogebra/pkg: DESCR PLIST 
Added files:
	math/geogebra/patches: patch-geogebra 
Removed files:
	math/geogebra/patches: patch-geogebra-4_0_38_0_geogebra 

Log message:
Update to geogebra-4.2.60.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/20 01:47:37

Modified files:
	usr.bin/sndiod : dev.c sysex.h 

Log message:
set the target device number of standard system exclusive
messages to 0x7f (aka "any device").


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/20 01:51:28

Modified files:
	lib/libsndio   : aucat.c sio.c sio_aucat.c sio_sun.c 

Log message:
Be less verbose when SNDIO_DEBUG=1 is set.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/20 05:37:06

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-channels_chan_sip_c 
	                            patch-configure_ac 
	telephony/asterisk/pkg: PLIST-main 

Log message:
update to asterisk 11.7.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/20 06:44:51

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
When writing a file, break out when we get a write(2) error, not
just EPIPE, else we'll just reattempt the write with non-sensical
values.  From Maxime Villard (max at m00nbsd dot net).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/20 07:10:41

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb 
	                                patch-lib_puppet_provider_package_openbsd_rb 
	                                patch-lib_puppet_reference_configuration_rb 
	                                patch-lib_puppet_type_mount_rb 
	sysutils/ruby-puppet/3/pkg: PLIST 
Removed files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_module_tool_tar_rb 
	                                patch-lib_puppet_provider_service_openbsd_rb 
	                                patch-lib_puppet_type_file_content_rb 
	                                patch-spec_unit_provider_service_openbsd_spec_rb 

Log message:
- update to puppet-3.4.0
* full changelog http://docs.puppetlabs.com/puppet/3/reference/release_notes.html#puppet-340


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2013/12/20 08:49:00

Modified files:
	usr.bin/mg     : dired.c 

Log message:
Remove a spurious message that appears in dired mode if you press a
key without a function bound to it.
ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobiasu@cvs.openbsd.org	2013/12/20 09:23:43

Modified files:
	lib/csu/hppa64 : md_init.h 

Log message:
Fix typo, allow hppa64 to build a little further


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 09:37:16

Modified files:
	devel/boost    : Makefile 
	devel/boost/pkg: PLIST 

Log message:
Revert previous (py3 support); it requires more work and breaks some ports.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 09:42:34

Modified files:
	devel/boost    : Makefile 

Log message:
Revert sure... expect the bump!


CVSROOT:	/cvs
Module name:	src
Changes by:	zhuk@cvs.openbsd.org	2013/12/20 10:53:09

Modified files:
	bin/ksh        : var.c 

Log message:
Fix a crash in ksh when trying to access ${12345678901234567890}

Input from deraadt@, millert@ and otto@.

okay from millert@ plus a willing from deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/20 11:44:13

Modified files:
	usr.bin/mg     : re_search.c 

Log message:
Set the correct line number after successfully searching with
re-search-{backward,forward}.
OK lum


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/20 12:29:04

Modified files:
	net/icinga/core: Tag: OPENBSD_5_4 Makefile distinfo 
	net/icinga/core/patches: Tag: OPENBSD_5_4 patch-Changelog 

Log message:
Security update of icinga to 1.9.4 which addresses CVE-2013-710{6,7,8}


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 12:36:53

Log message:
    Import pho-0.9.8.
    
    pho (pronounced like the first syllable in "photo") is a lightweight
    program for viewing large numbers of images quickly, rotating or
    deleting some, and making notes about what to do with each image -- for
    instance, for going through hundreds of images after uploading them from
    a digital camera.
    
    req. by and ok miod@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20131220
    
    N ports/graphics/pho/distinfo
    N ports/graphics/pho/Makefile
    N ports/graphics/pho/patches/patch-Makefile
    N ports/graphics/pho/patches/patch-exif_Makefile
    N ports/graphics/pho/pkg/DESCR
    N ports/graphics/pho/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 12:37:31

Modified files:
	graphics       : Makefile 

Log message:
+pho


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/20 13:00:37

Modified files:
	www/lightsquid : Makefile distinfo 

Log message:
- update my email address
- regen distinfo while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/20 13:01:47

Modified files:
	security/gnupg : Tag: OPENBSD_5_4 Makefile 
Added files:
	security/gnupg/patches: Tag: OPENBSD_5_4 patch-cipher_dsa_c 
	                        patch-cipher_elgamal_c 
	                        patch-cipher_random_c 
	                        patch-cipher_random_h patch-cipher_rsa_c 
	                        patch-g10_gpgv_c 

Log message:
Security fix for CVE-2013-4576


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2013/12/20 13:23:49

Modified files:
	usr.bin/mg     : theo.c 

Log message:
cannot let theo talking about emacs and mg slide


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/20 14:50:36

Modified files:
	x11/gnome/gedit: Makefile distinfo 

Log message:
update to gedit-3.10.3


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/20 14:50:49

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : vioscsi.c vioscsireg.h 

Log message:
Add vioscsi(4) driver.

Still a work-in-progress, but functional enough to work with both
Google Compute Engine and RHEVM.  Committing so additional testing and
cleanup can be handled in tree.

thx Jiri B for RHEVM testing
ok dlg, deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 14:50:58

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 
Removed files:
	security/gnutls/patches: patch-lib_nettle_egd_c 
	                         patch-lib_nettle_rnd_c 

Log message:
Update to gnutls-3.2.8.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2013/12/20 15:03:26

Modified files:
	lib/libfuse    : fuse_ops.c 
	sys/miscfs/fuse: fuse_vnops.c 

Log message:
Add support for truncate in fuse.

Input from millert@.

Ok millert@, tedu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/20 15:10:19

Modified files:
	share/man/man4 : Makefile virtio.4 
Added files:
	share/man/man4 : vioscsi.4 

Log message:
Add basic vioscsi(4) manual page.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/20 15:15:50

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add virtio scsi


CVSROOT:	/cvs
Module name:	src
Changes by:	matthew@cvs.openbsd.org	2013/12/20 15:16:40

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/20 17:53:15

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/20 17:55:52

Modified files:
	share/man/man4 : pci.4 

Log message:
Xr virtio


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/20 22:17:29

Modified files:
	regress/lib/libc/sigreturn: sigret.c 

Log message:
Fix a comment


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/20 22:39:21

Modified files:
	regress/lib/libpthread/pthread_cond_timedwait: 
	                                               pthread_cond_timedwait.c 

Log message:
Use timespec and CLOCK_MONOTONIC for a timing test


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/20 22:45:04

Modified files:
	regress/sys/kern/stackjmp: stackjmp.c 

Log message:
Match the type to the calls


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/20 23:29:17

Modified files:
	usr.bin/rdist  : defs.h message.c 

Log message:
Constipate some functions


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/20 23:30:46

Modified files:
	misc/libosinfo : Makefile 

Log message:
Missing BUILD_DEPENDS on devel/libsoup; spotted by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/20 23:54:53

Modified files:
	usr.bin/radioctl: radioctl.c 

Log message:
Don't use a non-constant format string with printf() that gcc can't
figure out how to trust.  Shuts up gcc -Wformat=2

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/21 00:10:48

Modified files:
	usr.bin/ssh    : ssh-keygen.1 

Log message:
small typo


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/21 00:30:00

Modified files:
	usr.bin/kdump  : Makefile 

Log message:
Refer to the kernel headers consistently via ../../sys, even for mkioctl
and mksubr

ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/21 00:32:35

Modified files:
	usr.bin/kdump  : kdump.c kdump_subr.h mksubr 

Log message:
Recognize itimer and ktrace facility names to {get,set}itimer() and ktrace()

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/21 00:32:42

Modified files:
	www/tt-rss     : Makefile distinfo 
	www/tt-rss/pkg : PLIST 

Log message:
Minor update to tt-rss-1.11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 01:10:15

Log message:
    import hiera-file-1.1.0
    
    Data backend for Hiera that can return the content of whole files.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132112
    
    N ports/databases/ruby-hiera-file/distinfo
    N ports/databases/ruby-hiera-file/Makefile
    N ports/databases/ruby-hiera-file/pkg/PLIST
    N ports/databases/ruby-hiera-file/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 01:11:21

Modified files:
	databases      : Makefile 

Log message:
+ruby-hiera-file


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 01:21:22

Modified files:
	devel/libgdata : Makefile distinfo 

Log message:
update to libgdata-0.14.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 01:24:37

Modified files:
	devel/glade    : Makefile distinfo 
	devel/glade/pkg: PLIST 

Log message:
update to glade-3.16.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/21 01:57:21

Modified files:
	print/qpdf     : Makefile distinfo 
	print/qpdf/patches: patch-configure 
	print/qpdf/pkg : PLIST 

Log message:
Update to qpdf-5.1.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/21 01:57:41

Modified files:
	print/cups-filters: Makefile distinfo 
	print/cups-filters/pkg: PLIST 
Removed files:
	print/cups-filters/patches: 
	                            patch-filter_foomatic-rip_foomaticrip_h 

Log message:
Update to cups-filters-1.0.43.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/21 01:59:30

Modified files:
	infrastructure/bin: portcheck 

Log message:
Catch duplicated REVISION marks. Idea born after looking at result of
cvs update devel/boost in my local tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 03:21:16

Modified files:
	devel/ruby-rgen: Makefile 

Log message:
remove commented HOMEPAGE which hasn't worked in 6 months


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 03:28:47

Modified files:
	devel/ruby-rgen: Makefile distinfo 
	devel/ruby-rgen/pkg: PLIST 

Log message:
update to rgen-0.6.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 03:29:52

Modified files:
	sysutils/ruby-facter: Makefile 

Log message:
remove bogus NO_BUILD since ${RUBY} gets invoked in do-install.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/21 03:41:40

Modified files:
	games/childsplay: Makefile 

Log message:
compileall.py is used during fake, so this needs to BDEP on python; spotted
by landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2013/12/21 04:45:07

Modified files:
	faq/ports      : ports.html 

Log message:
two 5.2 -> 5.4, one from Maxime Villard


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/21 04:47:20

Modified files:
	infrastructure/bin: portcheck 

Log message:
Warn about SHARED_LIBS inside .if statements: those could hide some
problems, and make some other automated checks ineffective. And we
try to have are ports more declarative than imperative, anyway.

The idea was supported by espie@ a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/21 05:21:23

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Fix locking in the page fault handler.  A (somewhat malicious) userland
program could force a copyin/copyout from/to memory mapped through the GTT,
forcing a "locking against myself" panic.  The intel-gpu-tools "package" has
a test for this.  The problem can be circumvented by making the fault handler
fail if we already hold the (DRM) lock.  This will make the copyin/copyout
return with EFAULT making the caller fall back on a "slow path".

This makes it obvious that using a shared (read) lock here doesn't make any
sense.  So use an exclusive (write) lock like everywhere else in the inteldrm
code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/21 06:21:49

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsbackendsftp_c 
	                        patch-daemon_gvfsftptask_c 
	                        patch-daemon_gvfshttpinputstream_c 

Log message:
Bring some sftp, http and ftp fixes from upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/21 06:35:15

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 08:03:52

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
update comment with "watch list"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 08:06:02

Modified files:
	sysutils/ruby-puppet/3: Makefile 
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_package_openbsd_rb 

Log message:
improve error handling for :upgradeable:
- if pkg_add reports one PKG_PATH is empty, don't cry wolf but just log it.
- if a locally installed package is newer than what is available on a mirror
log it at debug level and don't try to pkg_add the locally installed version
(only to have it fail).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/21 08:09:23

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
i915_gem_mmap_ioctl() should return a Linux-style negative errno value.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/21 09:41:01

Modified files:
	sys/dev/acpi   : acpihpet.c 

Log message:
save/restore hpet configuration.  Perhaps a little more than we
need to do, since we do not use many hpet features.
ok kettenis millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/21 10:10:08

Modified files:
	sys/dev/sdmmc  : sdmmc.c 

Log message:
rearrange DVACT_RESUME chunk to avoid implying something ridiculous
ok stsp


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/21 11:23:10

Modified files:
	sbin/dhclient  : dhclient.c dhcpd.h options.c 

Log message:
Introduce pretty_print_string() and use for printing both text
valued options and previously snprintf()'d filename and servername
lease attributes.

Should fix "string constant too long" errors when reading back a
lease with filename or servername attributes with escaped characters.

Reported by Rivo Nurges.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/21 12:36:42

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 

Log message:
Advertise that we provide monotonic timestamps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/21 13:32:03

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
Update Manaplus to 1.3.12.22
Adds a new theme on top of the usual bugfixes/feature adds.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/21 13:46:20

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Don't assign a literal number to a variable that otherwise holds an errno.

ok jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 13:49:26

Modified files:
	sysutils/ruby-facter: Makefile 

Log message:
put back NO_BUILD and add ruby 1.9 as a build dependency instead; breaks
otherwise as it tries to use a Makefile which doesn't exist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 13:52:21

Modified files:
	sysutils/ruby-facter: Makefile 
Added files:
	sysutils/ruby-facter/patches: patch-lib_facter_ssh_rb 

Log message:
- add ssh-ed25519 related facts


CVSROOT:	/cvs
Module name:	src
Changes by:	camield@cvs.openbsd.org	2013/12/21 13:57:02

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
Document that the "user" socket check is not reliable with wildcard
listeners.  Update the example to reflect this.

Deprecate usage of user "unknown" too, same reason.

Noted by Maxim Khitrov on bugs

ok henning, jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/21 14:34:34

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_ssh_authorized_key_parsed_rb 
	                                patch-lib_puppet_type_sshkey_rb 

Log message:
sprinkle some more ed25519 love


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2013/12/21 14:47:47

Modified files:
	graphics/zint  : Makefile distinfo 

Log message:
- update my email
- regen distinfo while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/21 16:23:27

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
Update to Postfix 2.11-20131218.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/21 18:00:35

Modified files:
	games/spacezero: Makefile distinfo 
	games/spacezero/patches: patch-Makefile 
	games/spacezero/pkg: PLIST 

Log message:
Update SpaceZero to 0.86.00 - adds some new ship types and bug fixes.
Makefile patch sent upstream - silences a ton of bogus warnings.
Save games from older versions NOT compatible with this update.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/21 18:13:31

Modified files:
	lib/libsndio   : sio_open.3 

Log message:
- replaces "audio stream" by "audio device", as sndio is a device
abstraction
- remove useless statements.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/21 19:37:25

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Don't look for two semi-colons when encountering an unrecognized
statement in dhclient.conf.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/21 20:20:06

Modified files:
	sbin/dhclient  : options.c 

Log message:
No need to change format id 'X' (ascii or hex) to 'x' (hex) while
pretty printing, when 'X' is not used in the next switch statement.
Just keep 'X'. Makes the code a touch less mysterious.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/21 20:29:08

Modified files:
	lib/libutil    : bcrypt_pbkdf.c 

Log message:
tweak comment


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/21 21:47:57

Modified files:
	sbin/dhclient  : options.c 

Log message:
Setting format id to 't' when it's already 't' is a waste of
time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 01:02:49

Modified files:
	geo/josm       : Makefile distinfo 

Log message:
Update to josm rev 6502, from MAINTAINER Holger Mikolon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/22 02:33:55

Modified files:
	misc/libosinfo : Makefile 

Log message:
Missing BDEP on devel/check for tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 02:40:18

Modified files:
	games/childsplay: Makefile 

Log message:
Turns out removing NO_BUILD tries to build with an inexistant setup.py,
so readd it and add MODPY_RUN_DEPENDS to BDEP, similar to what was done
for facter.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/22 02:43:28

Modified files:
	games/childsplay: Makefile 

Log message:
Tweak previous, we don't want a BDEP to depend on a RDEP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 03:38:18

Modified files:
	misc/amanda    : Makefile 

Log message:
Mark as BROKEN-alpha, never built there.

protocol.c:983: error: unrecognizable insn:
(insn 303 302 304 25 (set (reg:DI 193)
(plus:DI (reg/f:DI 65 virtual-stack-vars)
(const_int -131212 [0xfffffffffffdff74]))) -1 (nil)
(nil))
protocol.c:983: internal compiler error: in extract_insn, at recog.c:2077


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 03:41:26

Modified files:
	editors/abiword: Makefile 

Log message:
BROKEN-alpha since update to 3.0.0 (2.8.6 was fine)
gr_RenderInfo.cpp:426:1: internal compiler error: Segmentation fault


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/12/22 03:49:40

Modified files:
	sys/dev/pci    : vioscsi.c 

Log message:
size_t format string fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 03:51:38

Modified files:
	games/stepmania: Makefile 

Log message:
BROKEN-alpha: libtomcrypt/src/headers/tomcrypt_cfg.h:130:6: error:
#error You must specify a word size as well as endianess in tomcrypt_cfg.h

(this port should probably be ONLY_FOR_ARCHS=i386 amd64 since it relies
heavily on GL and blows at startup even on macppc)


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/12/22 04:00:13

Modified files:
	sys/arch/i386/i386: trap.c 

Log message:
format string fix: %lx for register_t


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2013/12/22 04:05:58

Modified files:
	sys/dev/pci    : ubsec.c 

Log message:
format string fix: %08x instead of %p for uint32_t


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 04:08:31

Modified files:
	regress/lib/libpthread/pthread_specific: Makefile 

Log message:
Use a bigger timeout, otherwise this test fails on some (not really) slower
hardware.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/22 04:11:52

Modified files:
	fr             : errata53.html errata54.html events.html 
	papers/fr      : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/22 04:36:23

Modified files:
	geo/josm       : distinfo 

Log message:
Hmm.. fix checksum/size ?


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 05:29:26

Modified files:
	regress/libexec/ld.so/df_1_noopen: Makefile 

Log message:
Seems gcc4 whines about an empty file as well, so just unconditionally do
what we did for gcc3.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/22 06:24:00

Modified files:
	usr.bin/mandoc : man_macro.c 
	regress/usr.bin/mandoc/char/space: Makefile 
Added files:
	regress/usr.bin/mandoc/char/space: eos-man.in eos-man.out_ascii 

Log message:
Implement end-of-sentence spacing at the end of man(7) macro lines.

Improves cvs(1) pcap-filter(3) readline(3) termcap(5) cvsbug(8)
mkhybrid(8) nsd-zonec(8) in multiple places and c++filt(1) com_err(3)
nsd_conf(5) term(5) nsdc(8) in one place each.
Reduces overall groff-mandoc-differences in base by about 1.5%.

Patch from Franco Fichtner <franco at lastsummer dot de> (DragonFly).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/22 06:39:06

Modified files:
	databases/ruby-hiera-file: Makefile 

Log message:
add missing dependency; spotted by landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/22 07:06:29

Modified files:
	usr.bin/mandoc : mdoc_argv.c 
	regress/usr.bin/mandoc/mdoc/Ux: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Ux: eos.in eos.out_ascii 

Log message:
Fix end-of-sentence spacing after the DragonFly text production macro.
Patch from Franco Fichtner <franco at lastsummer dot de>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/22 07:09:05

Modified files:
	x11/gnome/rygel: Makefile distinfo 

Log message:
update to rygel-0.20.3


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/22 09:06:12

Modified files:
	sys/dev        : rnd.c 

Log message:
spacing; Loganaden Velvindron


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/22 09:49:29

Modified files:
	sys/net        : pfvar.h 

Log message:
change pf_osfp_entry strings to unsigned, to help userland
ok florian


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/22 09:50:15

Modified files:
	usr.sbin/tcpdump: pfctl_osfp.c 

Log message:
ctype cleanups, now that the kernel has u_char strings (that is the
easy road, otherwise this would be a righteous mess)
ok florian


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/22 11:31:29

Modified files:
	sys/arch/alpha/stand: OSFpal.c 
	sys/arch/alpha/stand/boot: version 
	sys/arch/alpha/stand/netboot: version 

Log message:
Set the primary CPU's PAL revision to the OSF/1 PAL revision after switching
to it, per the Green Book; from NetBSD.

It turns out this is necessary on some (if not all) systems to properly spin
up secondary processors.

Bump version.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/22 11:32:40

Modified files:
	sys/arch/alpha/include: lock.h 

Log message:
MP-safe rw_cas() implementation for rwlocks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/22 11:52:34

Modified files:
	sys/arch/alpha/alpha: machdep.c mainbus.c 

Log message:
Compute ncpusfound correctly. The logic was there but the count variable was
kept MD.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/22 11:53:14

Modified files:
	sys/arch/alpha/conf: GENERIC 
	sys/arch/alpha/alpha: cpu.c 

Log message:
Only attach cpu0 on single-processor kernels, to match the expected behaviour.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 11:55:25

Modified files:
	sys/dev/acpi   : acpiprt.c 

Log message:
Bail out early if the PCI bus number is -1.  This means the hardware isn't
there and the AML might reference stuff that isn't there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/22 12:24:35

Modified files:
	audio/amarok   : Makefile 
	audio/amarok/pkg: PLIST 
	editors/kile   : Makefile 
	editors/kile/pkg: PLIST 
	graphics/gwenview: Makefile 
	graphics/gwenview/pkg: PLIST 
	graphics/kimdaba: Makefile 
	graphics/kimdaba/pkg: PLIST 
	graphics/kipi-plugins: Makefile 
	graphics/kipi-plugins/pkg: PLIST-main 
	math/kst       : Makefile 
	math/kst/pkg   : PLIST 
	net/ktorrent   : Makefile 
	net/ktorrent/pkg: PLIST 
	sysutils/filelight: Makefile 
	sysutils/filelight/pkg: PLIST 
	x11/kde/accessibility3: Makefile 
	x11/kde/accessibility3/pkg: PLIST-main 
	x11/kde/addons3: Makefile 
	x11/kde/addons3/pkg: PLIST 
	x11/kde/admin3 : Makefile 
	x11/kde/admin3/pkg: PLIST 
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-main 
	x11/kde/edu3   : Makefile 
	x11/kde/edu3/pkg: PLIST 
	x11/kde/games3 : Makefile 
	x11/kde/games3/pkg: PLIST 
	x11/kde/graphics3: Makefile 
	x11/kde/graphics3/pkg: PLIST-main PLIST-sane 
	x11/kde/multimedia3: Makefile 
	x11/kde/multimedia3/pkg: PLIST 
	x11/kde/network3: Makefile 
	x11/kde/network3/pkg: PLIST-main 
	x11/kde/office3: Makefile 
	x11/kde/office3/pkg: PLIST 
	x11/kde/pim3   : Makefile 
	x11/kde/pim3/pkg: PLIST 
	x11/kde/sdk3   : Makefile 
	x11/kde/sdk3/pkg: PLIST-main 
	x11/kde/utils3 : Makefile 
	x11/kde/utils3/pkg: PLIST 
	x11/kde/webdev : Makefile 
	x11/kde/webdev/pkg: PLIST 
	x11/kmplayer   : Makefile 
	x11/kmplayer/pkg: PLIST 
	x11/krusader   : Makefile 
	x11/krusader/pkg: PLIST 
	x11/tellico    : Makefile 
	x11/tellico/pkg: PLIST 
	x11/yakuake    : Makefile 
	x11/yakuake/pkg: PLIST 
Added files:
	x11/kmplayer/patches: patch-kmplayer_Makefile_in 

Log message:
Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).

After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.

spurring from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/22 12:29:41

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/patches: patch-kdecore_kstandarddirs_cpp 
	x11/kde/libs3/pkg: PLIST-main 

Log message:
Oops, missed the main part of previous commit:

Next KDE deconflicting step: rename share/config/ to share/config.kde3/ and
share/config.kcfg/ to share/config.kcfg.kde3/. Tested on i386, including
run-time tests (not for all apps, though).

After this commit, there are only two conflicting files in kdelibs 3.x and
4.x packages left - to be solved soon.

spurring from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/22 12:34:05

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST-main 

Log message:
I never committed the splitting -colors diff, actually, so put them back in
the -main.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 12:49:23

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Use the rasops_info struct as the accesscookie for wsdisplay.  Simplifies the
code as it allows us to use some of the rasops_xxx functions directly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/22 12:50:42

Modified files:
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/pkg: PLIST-main 

Log message:
Comment out kunittestmodrunner in kdelibs-4.x: it was a compatibility glue
for migrating from KDE3; all KDE4 packages use CTest directly nowadays.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 13:39:23

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Add support for BCM57786,which seems to be almost indistinguishable from the
BCM57785.

Tested by Mark Rowland.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/22 13:39:34

Removed files:
	games/manaplus/patches: patch-src_gui_widgets_textfield_cpp 

Log message:
Forgot to remove this...


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/22 14:03:45

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Try to keep the framebuffer console layout that was set up by the firmware
on sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/22 14:05:14

Modified files:
	www/py-requests: Makefile distinfo 
	www/py-requests/pkg: PLIST 

Log message:
update to py-requests-1.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/22 14:08:36

Modified files:
	textproc/py-MarkupSafe: Makefile distinfo 
	textproc/py-MarkupSafe/pkg: PLIST 

Log message:
- update to MarkupSafe-0.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/22 14:23:33

ports/www/py-flask/patches

Update of /cvs/ports/www/py-flask/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25642/patches

Log Message:
Directory /cvs/ports/www/py-flask/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/22 15:23:10

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/pkg: PLIST-server 

Log message:
Update to Dovecot 2.2.10.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/22 15:23:56

Modified files:
	mail/dovecot-pigeonhole: Makefile 
	mail/dovecot-antispam: Makefile 

Log message:
Update after update to Dovecot 2.2.10.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/22 15:55:51

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
remove unneeded check for null context. ok deraadt gilles millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/22 16:22:40

Modified files:
	lang/seed7     : Makefile distinfo 

Log message:
Update Seed7 to 20131222.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/22 16:33:52

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c term.c term.h 

Log message:
Polishing the worms in my favourite can, term_flushln().

The TERMP_TWOSPACE flag i introduced in August 2009 was idiosyncratic
and served only a very narrow purpose.  Replace it by a more intuitive
and more general termp attribute "trailspace", to be used together
with TERMP_NOBREAK, to request a minimum amount of whitespace at
the end of the current column.  Adapt all code to the new interface.

No functional change intended;
code reviews to confirm that are welcome *eg*.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/22 17:09:23

Modified files:
	lib/libssl/man : Makefile 

Log message:
Install a bunch more of OpenSSL manpages.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/22 17:23:15

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/22 19:19:57

Modified files:
	usr.bin/mandoc : mdoc_term.c term.c 

Log message:
Implement a long-standing desideratum,
hanging indentation for .Fn in SYNOPSIS mode,
exploiting the new trailspace feature
by deliberately *NOT* using it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/22 21:20:47

Modified files:
	sys/sys        : task.h 

Log message:
provide a TASK_INITIALIZER() macro.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/22 21:24:44

Modified files:
	share/man/man9 : task_add.9 

Log message:
document TASK_INITIALIZER()


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/22 21:25:43

Modified files:
	share/man/man9 : Makefile 

Log message:
mlink TASK_INITIALIZER


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 01:30:40

Log message:
    import py-puppetdb (git HEAD)
    
    This library is a thin wrapper around the REST API providing some
    convinience functions and objects to request and hold data from
    PuppetDB.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132312
    
    N ports/databases/py-puppetdb/distinfo
    N ports/databases/py-puppetdb/Makefile
    N ports/databases/py-puppetdb/pkg/PLIST
    N ports/databases/py-puppetdb/pkg/DESCR
    N ports/databases/py-puppetdb/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 01:32:35

Modified files:
	databases      : Makefile 

Log message:
+py-puppetdb


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 02:44:46

Modified files:
	databases/puppetdb: Makefile 
	databases/puppetdb/pkg: PLIST-main 
Added files:
	databases/puppetdb/pkg: README-main 

Log message:
add some instructions on how to setup and configure puppetdb


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 02:51:12

Modified files:
	databases/puppetdb: Makefile 
	databases/puppetdb/pkg: README-main 

Log message:
make it clear the hardcoded /etc is for non-OpenBSD installations.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 03:39:10

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/i386: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in %edx as required by the i386 System V
ABI, and stop calling atexit(4) directly from ld.so on i386.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 03:48:43

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Revert previous commit.  It makes resume hang on some MP systems running
GENERIC.MP.


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2013/12/23 04:45:40

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c 

Log message:
fix IPv6 in proxy_dst6()
ok florian camield dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/23 05:18:37

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Atheros AR9462 and AR9565


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/23 05:36:50

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST-main 

Log message:
preparetips is only used during KDE development. It's unlikely someone will
ever continue development of localized KDE 3 apps. So comment out this entry
in PLIST.

Now we have no conflicting items between kdelibs-3.x and kdelibs-4.x, but
two more steps need to be done before removing dpb tags from them.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/23 05:46:46

Modified files:
	sys/dev/pci    : pcidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/23 06:06:53

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c tftp-proxy.8 

Log message:
Implement -a option in tftp-proxy to make it work on a NAT gateway.
input/ok dlg, benno, camield
manpage input/ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/23 06:07:47

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c tftp-proxy.8 

Log message:
Make it possible to give -a multiple times on the command line.
Initial diff by camield, tweaked by me.
ok dlg, benno, camield
manpage input/ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/23 06:08:25

Modified files:
	usr.sbin/tftp-proxy: tftp-proxy.c 

Log message:
When no address for the current AF was specified with -a generate pass
rules instead of erroring out.
ok dlg, benno, camield


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/23 06:24:17

Modified files:
	mail/sieve-connect: Makefile distinfo 
Removed files:
	mail/sieve-connect/patches: patch-sieve-connect_pl 

Log message:
Update to sieve-connect-0.87, from MAINTAINER.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 06:29:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm 

Log message:
interface bug: visit_with_size has a state parameter.
I've been lucky that I've not invoked it with more parameters so far...


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/23 06:57:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
The xbase set requires the comp set. If xbase is in the selection,
but not comp, put comp back in automatically.

suggested by and ok deraadt@
ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 06:57:44

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/hppa: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in %arg1 and stop calling atiexit(4)
directly from ld.so on hppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 07:03:58

Modified files:
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
and I fucked up that one too...


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 07:13:03

Modified files:
	libexec/ld.so  : loader.c 

Log message:
Call __cxa_atexit(3) instead of atexit(3).  Preparation for upcoming changes to
make it possible to call atexit from dynamically loaded shared objects.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/23 07:14:31

Modified files:
	lib/libsndio   : sio_open.3 

Log message:
- clarify that sio_close() stops the device first, then
frees the handle and not the opposite
- clarify that sio_close() and sio_stop() dont discard
samples in the play buffer.

suggested by Reimar Doeffinger <Reimar.Doeffinger at gmx.de>

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 07:22:12

Modified files:
	lib/csu/mips64 : Makefile 

Log message:
Sync Makefile with what other platforms do; makes dependency tracking actually
work.

ok deraadt@, guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	lum@cvs.openbsd.org	2013/12/23 07:58:16

Modified files:
	usr.bin/mg     : buffer.c def.h file.c 

Log message:
Move findbuffer() to buffer.c.
ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 08:04:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: ProgressMeter.pm 
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
real fix: turns out visit_with_* are transparent, e.g., pass all their
parameters to the end consumer.  Make sure the !Term version obeys that too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/23 08:07:50

Modified files:
	audio/tracker  : Makefile 
	audio/tracker/files: audio.c 

Log message:
I'm *really* not sure defaulting to >2 channels is a good idea.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 08:40:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
simpler logic: if one package is signed, check all digests


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 09:34:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: ArcCheck.pm PkgCreate.pm 

Log message:
get rid of "copy_long", we don't really need to recheck names while copying
a package contents.

Allow -o/-S for output/signature dirs for batch operations.
Fix copying of packages while signing, add progressmeter.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/23 09:50:29

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm AddDelete.pm 
	                          PkgCreate.pm 

Log message:
move ntogo code, so it can be used while copying packages in pkg_create.
add the few lines necessary for that to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/23 09:55:00

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
Cope with the change in ftp(1) warning messages since last commit.
Issue reported by Maxime Villard, ok espie@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 10:07:52

Modified files:
	net/ruby-stomp : Makefile distinfo 
	net/ruby-stomp/pkg: PLIST 

Log message:
update to stomp-1.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 10:08:19

Modified files:
	sysutils/mcollective: Makefile distinfo 
	sysutils/mcollective/patches: patch-etc_client_cfg_dist 
	                              patch-etc_server_cfg_dist 
	sysutils/mcollective/pkg: PLIST 

Log message:
update to mcollective-2.3.3


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 10:23:51

Modified files:
	sys/tmpfs      : tmpfs_vnops.c 

Log message:
Move KASSERT a bit further down because it can apparently be triggered by
trying to hardlink a directory.  While this is not allowed on tmpfs, this
allows us to reach the code that checks for this such that we can return
the appropriate error.

Cluestick from Pedro Martelletto.
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 10:29:15

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/sparc64: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V
ABI, and stop calling atexit(4) directly from ld.so on sparc64


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 11:16:39

Modified files:
	lib/csu/mips64 : md_init.h 

Log message:
Add assembly code to set up the arguments for the common C startup code.  This
means we no longer rely on how the C compiler sets up the initial stack frame
and allows us to get rid of MD_NO_CLEANUP.

ok deraadt@, guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/23 12:23:01

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/patches: patch-kdecore_kstandarddirs_cpp 

Log message:
Make KDE 3 apps look for *.kde3 folders for resources before traditional ones.
This is required to make KDE 3 and 4 co-exist.

Tested on i386 with fat KDE3 profile on many apps, found no regressions.
If you see any (like losing configuration parameters or app data), please,
report immediately. Don't worry, your data is likely to be fine, it's just
the app who cannot find them now. Unfortunately, there is no other way.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 13:32:31

Modified files:
	sys/arch/i386/include: bus.h 

Log message:
Add an instruction barrier to bus_space_barrier().  From David Hill.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/23 13:35:19

Modified files:
	sys/tmpfs      : tmpfs_specops.c 

Log message:
sync specvops with ffs (fixing spec_open along the way)
ok espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/23 14:13:39

Modified files:
	net/dnsmasq    : Makefile distinfo 
	net/dnsmasq/patches: patch-man_dnsmasq_8 
Removed files:
	net/dnsmasq/patches: patch-src_bpf_c 

Log message:
Update to dnsmasq 2.68.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 14:18:57

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/alpha: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in v0 and stop calling atexit(4) directly
from ld.so on alpha.  Note that this means that binaries built before early
december may no longer call destructors in shared libraries implemented in
C++.  Update your packages!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/23 14:32:30

Modified files:
	sys/arch/sgi/xbow: odyssey.c 

Log message:
- fix gamma ramp (now white is real white instead of light grey)
- speed-up the integer to single precision float routine by omitting the
sign check and starting the log2 computation at 12 instead of 32, since
all the values passed to this routine are actually on-screen coordinates.


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2013/12/23 14:47:32

Modified files:
	usr.bin/mg     : line.c 

Log message:
Fix two dotline bugs for the price of one.
1) When answering "No newline at end of file, add one?" with y and
dot is not at the end of buffer dotline is off by one
2) When displaying the same buffer in two windows, dot in the
second window is below dot in the first and a newline is entered in
the first window dotline is not updated in the second.

OK lum


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 14:49:27

Modified files:
	libexec/ld.so/powerpc: ldasm.S 

Log message:
Fix indentation.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 15:03:52

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/powerpc: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in r7 as required by the PowerPC System V
ABI, and stop calling atexit(4) directly from ld.so on powerpc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/23 15:11:38

Modified files:
	sysutils/mcollective: Makefile 

Log message:
stomp >= 1.3.2 is required, so force the dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 15:13:03

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/amd64: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in %rdx as required by the AMD64 System V
ABI, and stop calling atexit(4) directly from ld.so on amd64.  Note that this
means that binaries built before the middle of november may no longer call
destructors in shared libraries implemented in C++.  Update your packages!

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/23 15:24:37

Modified files:
	libexec/ld.so/sparc64: ldasm.S 

Log message:
Use slightly diffrerent code to get the global offset table address.  This
version will match the (upcoming) 32-bit version (for sparc) and allegedly
is slightly faster.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/23 15:39:50

Modified files:
	usr.bin/netstat: inet.c 

Log message:
fix circleq tailq conversion


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/23 16:00:38

Modified files:
	bin/md5        : Makefile md5.c sha256.1 

Log message:
install a link as sha512. simplify program internals; there are only
two modes. ok deraadt gilles jca


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/23 16:23:22

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/23 16:32:40

Modified files:
	sys/stand/boot : cmd.c 

Log message:
remove junk


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2013/12/23 17:18:46

Modified files:
	sys/msdosfs    : msdosfs_denode.c 

Log message:
fix error checking oddity in msdosfs code, as noted by kettenis@

ok mikeb@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/23 18:11:00

Modified files:
	sys/kern       : kern_clock.c 

Log message:
rename local ticks to nticks to avoid aliasing global. ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2013/12/23 18:11:04

Modified files:
	sys/arch/loongson/dev: kb3310.c 
	sys/arch/sparc/dev: be.c 
	sys/kern       : kern_synch.c 

Log message:
get rid of if (timeout_pending()) timeout_del(). this is racy. any
conditionals you did on timeout_pending can now be done on timeout_del
now that it returns what it did.

ok and a very good fix from kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/23 22:31:13

Modified files:
	lib/libc/arch/arm: SYS.h 

Log message:
yup, we do ELF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/23 22:31:48

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2013/12/23 22:58:38

Modified files:
	x11/sakura     : Makefile distinfo 
	x11/sakura/patches: patch-CMakeLists_txt 

Log message:
Update Sakura to 3.1.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/24 01:18:46

Modified files:
	x11/gnome/libgda: Makefile distinfo 
	x11/gnome/libgda/patches: patch-configure 

Log message:
Update to libgda-5.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 01:49:51

ports/sysutils/mcollective-plugins

Update of /cvs/ports/sysutils/mcollective-plugins
In directory cvs.openbsd.org:/tmp/cvs-serv18340/mcollective-plugins

Log Message:
Directory /cvs/ports/sysutils/mcollective-plugins added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 02:19:32

Log message:
    MCollective agent to manage the Puppet agent
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132412
    
    N ports/sysutils/mcollective-plugins/puppet-agent/Makefile
    N ports/sysutils/mcollective-plugins/puppet-agent/distinfo
    N ports/sysutils/mcollective-plugins/puppet-agent/pkg/DESCR
    N ports/sysutils/mcollective-plugins/puppet-agent/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 02:20:00

Log message:
    MCollective agent to manage Packages
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132412
    
    N ports/sysutils/mcollective-plugins/package-agent/Makefile
    N ports/sysutils/mcollective-plugins/package-agent/distinfo
    N ports/sysutils/mcollective-plugins/package-agent/pkg/DESCR
    N ports/sysutils/mcollective-plugins/package-agent/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 02:20:15

Log message:
    MCollective agent to manage Services
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132412
    
    N ports/sysutils/mcollective-plugins/service-agent/Makefile
    N ports/sysutils/mcollective-plugins/service-agent/distinfo
    N ports/sysutils/mcollective-plugins/service-agent/pkg/DESCR
    N ports/sysutils/mcollective-plugins/service-agent/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 02:20:38

Added files:
	sysutils/mcollective-plugins: Makefile Makefile.inc 

Log message:
add common plumbing


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 02:21:05

Modified files:
	sysutils       : Makefile 

Log message:
+mcollective-plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/12/24 02:51:15

Modified files:
	net/tor        : Makefile distinfo 

Log message:
SECURITY update to 0.2.4.20.  From the ChangeLog:

Tor 0.2.4.20 fixes potentially poor random number generation for users
who 1) use OpenSSL 1.0.0 or later, 2) set "HardwareAccel 1" in their
torrc file, 3) have "Sandy Bridge" or "Ivy Bridge" Intel processors,
and 4) have no state file in their DataDirectory (as would happen on
first start). Users who generated relay or hidden service identity
keys in such a situation should discard them and generate new ones.

(no CVE assigned yet)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/24 03:38:48

Modified files:
	x11/kde        : kde.port.mk 

Log message:
Enforcing defaults to *.kde3 dirs when building, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/24 03:53:37

Modified files:
	libexec/ld.so/hppa: archdep.h 

Log message:
Remove some leftover bits that are no longer necessary now that we no
longer call atexit(4) directly on hppa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/24 04:24:52

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
Update to pngcrush 1.7.70.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/24 05:56:19

Modified files:
	security/kc    : Makefile distinfo 
	security/kc/pkg: README 

Log message:
Update to kc-2.3.2, from maintainer Levai Daniel.  Drop the run-deps on
p5-HTML-Parser which is only needed to run the pwsafe converter, and
document that in the README.  Remove redundant TEST_TARGET while here.
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2013/12/24 06:00:59

Modified files:
	usr.bin/ftp    : fetch.c ftp.1 ftp_var.h main.c 

Log message:
Add support for SSL/TLS server certificate validation, enabled by
default.  See the documentation for the `-S' switch.  This also allows
setting the preferred ciphers for the communication.  Documentation bits
ok'ed by jmc@, ok beck@ sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/24 06:03:15

Modified files:
	graphics/libkipi: Makefile 
	graphics/libkipi/pkg: PLIST-icons 

Log message:
No run-time dependency on kdelibs => should have share/apps.kde3/ itself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/24 06:06:22

Log message:
    Import ttyload.  Input and ok from bcallah@, who also takes
    maintainership.
    
    ttyload writes a color-coded graph of load averages over time, using
    the full width of a tty.
    
    Status:
    
    Vendor Tag:	jca
    Release Tags:	jca_2013-12-24
    
    N ports/sysutils/ttyload/Makefile
    N ports/sysutils/ttyload/distinfo
    N ports/sysutils/ttyload/pkg/PLIST
    N ports/sysutils/ttyload/pkg/DESCR
    N ports/sysutils/ttyload/patches/patch-ttyload_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/24 06:08:55

Modified files:
	sysutils       : Makefile 

Log message:
+ttyload


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/24 06:23:21

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
If the FADT has its SMI_CMD set to zero, assume we're only ACPI-only hardware
and don't need to disable SMI ownership of the ACPI hardware registers.

ok mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/24 06:57:18

Modified files:
	telephony/stuntman: Makefile distinfo 
Added files:
	telephony/stuntman/patches: patch-stuncore_stunbuilder_cpp 
	                            patch-testcode_testfasthash_cpp 
	                            patch-testcode_testpolling_cpp 
	                            patch-testcode_testreader_cpp 

Log message:
Update to stuntman 1.2.5, add patches to use arc4random.
From maintainer Roman Kravchuk.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/24 07:17:02

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/24 07:39:56

Modified files:
	security/botan : Makefile distinfo 
Removed files:
	security/botan/patches: patch-src_build-data_arch_mips64_txt 

Log message:
Update to Botan 1.10.6.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2013/12/24 08:18:38

Modified files:
	print/ghostscript/gnu: Makefile distinfo 
	print/ghostscript/gnu/patches: patch-base_devs_mak 
	                               patch-base_unix-dll_mak 
	                               patch-base_unix-gcc_mak 
	print/ghostscript/gnu/pkg: PLIST 
Removed files:
	print/ghostscript/gnu/patches: patch-base_jasper_mak 

Log message:
Intermediate update to ghostscript-9.07.

9.10 will follow in a few days.

Thanks to aja@ for doing some testing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/24 08:22:55

Modified files:
	graphics/ffmpeg: Makefile distinfo 
	graphics/ffmpeg/patches: patch-configure 
	graphics/ffmpeg/pkg: PLIST 
	x11/mplayer    : Makefile 

Log message:
Update to FFmpeg 20131216 snapshot. From 1.2 branch.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/24 08:33:36

Modified files:
	lang/railo     : Makefile distinfo 

Log message:
update to Railo 4.1.2.005 (various fixes, changelog is at
http://www.getrailo.org/index.cfm/download/history/)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 08:58:07

Modified files:
	regress/usr.bin/mandoc: Makefile.inc 

Log message:
When i replaced the very ugly .in: suffix rule in my previous commit,
that inadvertently disabled the -Tman tests.  Oops.
Enable them again.
Fortunately, in the meantime, nothing slipped.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 09:01:15

Modified files:
	regress/usr.bin/mandoc/mdoc/Bk: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Bk: inputlines.in 
	                                inputlines.out_ascii lines.in 
	                                lines.out_ascii 

Log message:
More .Bk tests to lessen the risk of upcoming work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/24 10:21:40

Modified files:
	games/golly    : Makefile distinfo 
	games/golly/patches: patch-gui-wx_configure_configure 
	games/golly/pkg: PLIST 

Log message:
Update to golly 2.6.

from Donovan Watteau (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/24 11:53:37

Modified files:
	sysutils/ansible: Makefile distinfo 
	sysutils/ansible/pkg: PLIST 

Log message:
Update ansible to 1.4.3

ok aja@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 12:10:34

Modified files:
	usr.bin/mandoc : mdoc.h mdoc.c mdoc_macro.c mdoc_term.c 
	                 mdoc_html.c tree.c 
	regress/usr.bin/mandoc/mdoc/Bk: inputlines.in 
	                                inputlines.out_ascii 

Log message:
When deciding whether two consecutive macros are on the same input line,
we have to compare the line where the first one *ends* (not where it begins)
to the line where the second one starts.
This fixes the bug that .Bk allowed output line breaks right after block
macros spanning more than one input line, even when the next macro follows
on the same line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/24 13:21:42

Modified files:
	devel/sdl      : Makefile 
	devel/sdl/patches: patch-src_video_SDL_blit_N_c 
Added files:
	devel/sdl/patches: patch-src_video_x11_SDL_x11wm_c 

Log message:
Some improvements from upstream..

- Use fast path for RGB 565 -> 32-bit XRGB 8888
- Use _NET_WM_ICON if possible for X11's SDL_WM_SetIcon() implementation

ok bcallah@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/24 13:41:49

Log message:
    Import cpptest-1.1.2.
    
    CppTest is a portable and powerful, yet simple, unit testing framework
    for handling automated tests in C++. The focus lies on usability and
    extendability.
    
    Several output formats, including simple text output, compiler-like
    output and HTML, are supported and new ones are easily added.
    
    ok sthen@ benoit@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131224
    
    N ports/devel/cpptest/Makefile
    N ports/devel/cpptest/distinfo
    N ports/devel/cpptest/pkg/DESCR
    N ports/devel/cpptest/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/24 13:42:34

Modified files:
	devel          : Makefile 

Log message:
+cpptest


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/24 13:43:25

Log message:
    Import uriparser-0.8.0.
    
    uriparser is a strictly RFC 3986 compliant URI parsing and handling
    library written in C. uriparser is cross-platform, fast, supports
    Unicode and is licensed under the New BSD license.
    
    ok sthen@ benoit@
    
    Status:
    
    Vendor Tag:	bentley
    Release Tags:	bentley_20131224
    
    N ports/www/uriparser/Makefile
    N ports/www/uriparser/distinfo
    N ports/www/uriparser/patches/patch-tool_uriparse_c
    N ports/www/uriparser/pkg/DESCR
    N ports/www/uriparser/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/24 13:44:18

Modified files:
	www            : Makefile 

Log message:
+uriparser


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 13:45:21

Modified files:
	usr.bin/mandoc : mdoc_macro.c mdoc_term.c mdoc_html.c mdoc_man.c 
	regress/usr.bin/mandoc/mdoc/Bk: synopsis.in synopsis.out_ascii 

Log message:
It turns out SYNOPSIS mode does not imply .Bk in general,
but only within .Nm blocks.  Simplify the code accordingly.
This reduces groff-mandoc differences in base by about 2%.

Triggered by research done by Franco Fichtner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/24 13:56:21

Modified files:
	graphics/gwenview: Makefile 

Log message:
Switch to GNU libtool, our one could pick up KDE4 libs. This is a
preparation for enabling KDE 3 & 4 libraries co-existance.
Add SEPARATE_BUILD and sync WANTLIB while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/24 14:08:25

Modified files:
	graphics/libkipi: Makefile 

Log message:
kde.port.mk takes care of LIBTOOL_FLAGS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/24 14:08:41

Modified files:
	graphics/kipi-plugins: Makefile 

Log message:
kde.port.mk takes care of LIBTOOL_FLAGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 15:08:23

Modified files:
	usr.bin/mandoc : mdoc_man.c 
	regress/usr.bin/mandoc/mdoc/Bk: synopsis.in synopsis.out_ascii 

Log message:
Implement SYNOPSIS .Fn indentation for -Tman.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/24 15:26:20

Modified files:
	usr.bin/netstat: inet.c 
	usr.bin/systat : netstat.c 
	usr.bin/tcpbench: tcpbench.c 

Log message:
more fixing after circleq conversion. a better fix to check the prev
pointer is forthcoming.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/24 15:31:27

Modified files:
	net/apache-activemq: Makefile distinfo 
	net/apache-activemq/pkg: PLIST 

Log message:
- update to apache-activemq 5.9
* please refer to http://activemq.apache.org/activemq-590-release.html for an overview of new features/
bugfixes, including the new hawtio console.

if you updated permissions in jetty-realm.properties, apply the same in users.properties for the
new hawtio console (<hostname>:8161/hawtio/) !


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 16:04:29

Modified files:
	usr.bin/mandoc : term.h term.c mdoc_term.c 

Log message:
Delete the unused flag TERMP_IGNDELIM
and the empty callback termp_igndelim_pre().
Sort the remaining termp flags.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/24 16:29:38

Modified files:
	sys/net        : bpf.c 

Log message:
rearrange/correct timeout conditionals to work better.
fixes negative timeout panics. tested by sthen.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 17:39:14

Modified files:
	usr.bin/mandoc : term.h term.c mdoc_term.c mdoc_man.c 
	regress/usr.bin/mandoc/mdoc/Fo: Makefile 
Added files:
	regress/usr.bin/mandoc/mdoc/Fo: break.in break.out_ascii 

Log message:
Do not break output lines in .Fn function arguments in SYNOPSIS mode.
Following an idea from Franco Fichtner, but implemented more cleanly.
This reduces groff-mandoc-differences in base by a fantastic 7.5%.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/24 17:50:03

Modified files:
	usr.bin/mandoc : man_macro.c mandoc.c mdoc_argv.c roff.c 

Log message:
s/[Nn]ull/NUL/ in comments where appropriate;
suggested by Thomas Klausner <wiz @ NetBSD dot org>.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/24 18:46:00

Modified files:
	usr.bin/netstat: inet.c 
	usr.bin/tcpbench: tcpbench.c 
	usr.bin/systat : netstat.c 

Log message:
final circleq to tailq fix. restore the previous pointer check by reading
the previous value again and checking prev.next is still next.
maybe ok guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/25 01:21:39

Added files:
	www/mozilla-firefox/patches: patch-gfx_layers_BufferUnrotate_cpp 
	www/seamonkey/patches: 
	                       patch-mozilla_gfx_layers_BufferUnrotate_cpp 

Log message:
Backport https://hg.mozilla.org/mozilla-central/rev/0787526e0ed6 to fix
a build failure on sparc64/macppc, adding string.h for memcpy() (#929439)
reported by gilles@ on sparc64, and i also saw it on macppc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/25 01:49:47

Modified files:
	devel/boost    : Makefile 
	devel/boost/pkg: PLIST 

Log message:
Re-add python3 support properly.

maintainer timeout
ok nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/25 01:51:24

Modified files:
	audio/py-tagpy : Makefile 

Log message:
Pass the proper boost_python-mt library, according to the FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 02:07:17

Modified files:
	x11/kde4/pimlibs: Makefile 

Log message:
Disable building tests here: this makes kdepimlibs picking up KDE3
libraries. This is either KDE or CMake bug, and should be fixed, but we
have another good reason to do that - build time goes down drastically.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 02:10:24

Modified files:
	x11/kde4/pimlibs/pkg: PLIST 

Log message:
Oops, forgot that in previous. Won't build => no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 02:14:23

Modified files:
	x11/kde4/pimlibs: Makefile 
	x11/kde4/pimlibs/pkg: PLIST 

Log message:
There are no conflicts with kdelibs-3.x anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/25 02:26:40

ports/games/rocksndiamonds/files

Update of /cvs/ports/games/rocksndiamonds/files
In directory cvs.openbsd.org:/tmp/cvs-serv26443/files

Log Message:
Directory /cvs/ports/games/rocksndiamonds/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2013/12/25 02:35:38

Modified files:
	games/rocksndiamonds: Makefile 
	games/rocksndiamonds/pkg: PLIST 
Added files:
	games/rocksndiamonds/files: rocksndiamonds.desktop 
	                            rocksndiamonds.png 

Log message:
Add a desktop entry for rocksndiamonds.

from Donovan Watteau, thanks !


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/12/25 03:41:55

Modified files:
	sys/arch/luna88k/include: intr.h 

Log message:
Add missing IPL_MPSAFE, as same as mvme88k.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/25 04:10:02

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/sparc: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in %g1 as required by the SPARC System V
ABI, and stop calling atexit(4) directly from ld.so on sparc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 05:16:04

Modified files:
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/pkg: PLIST-main 

Log message:
Does not conflict with kdebase-3.x anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/25 06:06:02

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/m68k: ldasm.S 
	libexec/ld.so/m88k: ldasm.S 

Log message:
Pass _dl_dtors as the csu cleanup routine on m68k and m88k; change the
conditional in the MI code to only list the architectures left to adapt.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 06:40:30

Modified files:
	x11/kde4/kross-interpreters: Makefile 

Log message:
There is no ${RUN_DEPENDS-common} here, so zap its usage, too. No pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 06:53:08

Modified files:
	x11/kde4/libkdcraw: Makefile 

Log message:
Fix WANTLIB-main, it was missing ${WANTLIB}.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/25 06:57:58

Modified files:
	databases/py-puppetdb: Makefile 

Log message:
add missing build dependency

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/25 07:04:50

Modified files:
	sys/tmpfs      : tmpfs_vnops.h 

Log message:
zap defines that don't make any sense for us
okay tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:07:21

Modified files:
	x11/kde4/libkipi: Makefile 

Log message:
Missing ${WANTLIB} in WANTLIB-main here, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 07:08:36

Modified files:
	usr.bin/mandoc : st.in 
	share/man/man7 : mdoc.7 

Log message:
Support .St -xsh4.2, the System Interfaces part of the original Single
UNIX Specification.  As this one appears to be used in the wild and we
already have -xpg4.2 and even -xsh5, it makes sense to add this one.
Note that calling the original SUS XPG4.2 appears to be more common
than calling it SUSv1, so it's ok that we don't have .St -susv1.
From Sascha Wildner <saw at online dot de> (DragonFly) via Franco Fichtner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:12:54

Modified files:
	x11/kde4/libkexiv2: Makefile 
	x11/kde4/libkexiv2/pkg: PLIST 

Log message:
Avoid conflict with graphics/libkexiv2, nothing picks up libkexiv2-4.x via
pkg-config anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/25 07:20:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm PkgAdd.pm Update.pm 

Log message:
a bit more scaffolding for running quirks. In particular, once quirks
have been loaded, complain loudly if something doesn't work.
(and complain when quirks don't load in !verbose mode)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:25:18

ports/x11/kde4/libkipi/patches

Update of /cvs/ports/x11/kde4/libkipi/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20016/patches

Log Message:
Directory /cvs/ports/x11/kde4/libkipi/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:26:52

Modified files:
	x11/kde4/libkipi: Makefile 
Added files:
	x11/kde4/libkipi/patches: 
	                          patch-tests_kxmlhelloworld_CMakeLists_txt 

Log message:
Fix linking (avoids picking up libkipi.so from KDE3).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:36:06

Modified files:
	x11/kde4/poxml : Makefile 

Log message:
Update WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/25 07:38:15

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm Delete.pm PkgAdd.pm 
	                          PkgCheck.pm x509.pm 

Log message:
move the choice of signature type for checking into one single place


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/25 07:38:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
sign package thru a signer object, instead of hardcoding signature parameters


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 07:40:29

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
In the SYNOPSIS, implement hanging indentation for .Fo
and avoid output line breaks inside .Fa arguments.
This reduces groff-mandoc differences in base by more than 8%.
Patch from Franco Fichtner <franco at lastsummer dot de> (DragonFly).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:52:40

ports/x11/kde4/sdk-kioslaves/patches

Update of /cvs/ports/x11/kde4/sdk-kioslaves/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17502/patches

Log Message:
Directory /cvs/ports/x11/kde4/sdk-kioslaves/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:53:27

Modified files:
	x11/kde4/sdk-kioslaves: Makefile 
	x11/kde4/sdk-kioslaves/pkg: PLIST 
Added files:
	x11/kde4/sdk-kioslaves/patches: 
	                                patch-svn_svnhelper_CMakeLists_txt 

Log message:
Deconflict with kdesdk-3.x.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 07:58:33

Modified files:
	x11/kde4/nepomuk-widgets: Makefile 

Log message:
Remove debugging leftover. No bump needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/25 08:01:39

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/arm: ldasm.S 

Log message:
Pass _dl_dtors as the csu cleanup routine on arm.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 08:12:39

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
Garbage collect two local variables each used only one single time.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/25 08:14:59

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/sh: ldasm.S 

Log message:
Pass _dl_dtors as the csu cleanup routine on sh


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/25 08:23:38

Log message:
    Add itsdangerous, various helpers to pass data to untrusted environments and
    to get it back safe and sound.
    
    Also submitted by frantisek holop.  jasper@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20131225
    
    N ports/www/py-itsdangerous/Makefile
    N ports/www/py-itsdangerous/distinfo
    N ports/www/py-itsdangerous/pkg/PLIST
    N ports/www/py-itsdangerous/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 08:36:27

Modified files:
	x11/kde4/libkipi: Makefile 
	x11/kde4/libkipi/pkg: PLIST-icons 

Log message:
Fix conflict marker for -icons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 08:38:08

Modified files:
	graphics/libkipi: Makefile 
	graphics/libkipi/pkg: PLIST-icons 

Log message:
Add missing @conflict marker for -icons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 08:47:30

Modified files:
	x11/kde/libs3  : Makefile 
	x11/kde/libs3/pkg: PLIST-main 

Log message:
Allow installation side-by-side with kdelibs-4.x. Yes, you've read it right.

Please note: the build tags are NOT removed because some ports have problems
still. They will be fixed as soon as possible, but actual deconflicting has
higher priority now.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/25 08:59:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm Update.pm 

Log message:
fix autoloading of quirks: don't try to run quirks while processing the
quirks set, as we may accidentally load the old one.
also, in case we can't load quirks, report if quirks should be there,
e.g., compilation error, without regard to verbose status


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 09:32:22

Modified files:
	x11/kde/edu3   : Makefile 

Log message:
Clean up and add USE_LIBTOOL=gnu, that avoids picking up KDE4 libraries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 10:19:46

Modified files:
	x11/kde4/kapptemplate: Makefile 
	x11/kde4/kapptemplate/pkg: PLIST 
Added files:
	x11/kde4/kapptemplate/patches: patch-CMakeLists_txt 
	                               patch-kapptemplate_desktop 

Log message:
Deconflict with kdesdk-3.x.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 10:27:29

Modified files:
	x11/kde4/kbreakout: Makefile 

Log message:
Update WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/25 10:33:13

Modified files:
	x11/kde4/runtime: Makefile 
Added files:
	x11/kde4/runtime/patches: patch-kwalletd_CMakeLists_txt 
	                          patch-kwalletd_backend_tests_CMakeLists_txt 

Log message:
Fix linking problems revealed by KDE3 installed side-by-side.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2013/12/25 10:48:47

Modified files:
	productivity/taskjuggler: Makefile 
	productivity/taskjuggler/pkg: PLIST 

Log message:
fix PLIST share/config -> share/config.kde3

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/25 11:41:04

Modified files:
	www            : Makefile 

Log message:
Hook py-itsdangerous


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/25 11:45:12

Modified files:
	www/py-flask   : Makefile distinfo 
	www/py-flask/pkg: PLIST 
Added files:
	www/py-flask/patches: patch-flask_testsuite_signals_py 

Log message:
Update to Flask 0.10.1. Fix docs installation path.

Similar diff also submitted by frantisek holop.  input and ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2013/12/25 13:58:53

Modified files:
	faq            : current.html 

Log message:
"bump" libcompat removal, there are new instructions, and I missed them.
okay jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/25 14:01:01

Modified files:
	sys/dev/ic     : i8042reg.h 
	sys/arch/sgi/dev: iockbc.c 

Log message:
Instead of deciding which iockbc port is the keyboard port, and which one is the
mouse port, depending upon the system time, match what the prom is doing and
actually probe for a keyboard on both ports, and decide the first port with a
keyboard is the keyboard port.

If no keyboard is found, but a mouse is found, decide the keyboard port is the
empty one.

If no device is found, then we can try and pick the defaults, depending upon
the system we are running on, as this used to be the case (i.e. coping with
Fuel having keyboard on port 1 and mouse on port 0 when connecting devices
according to the chassis' markings).

This is necessary because different IO9 board revisions on Tezro come with
different wirings, and we can not tell these boards apart.

Discussed with "nullnilaki" (nullnilaki on gmail) who is the lucky owner of an
Onyx 350 with correct wiring and a Tezro with inverted wiring. Tested on Octane
and Fuel with all combinations of devices connected (mouse only, keyboard only,
keyboard and mouse) in both ports, glass and serial console.

XXX We probably want to allow for more pckbd attachment flexibility on non-x86
XXX platforms eventually (at least where the PS/2 slots are really independent,
XXX so that we can attach pckbd to any port and better cope with human error
XXX when connecting devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 14:24:04

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
Oops, .Fa never breaks the output line in the middle of any of its
arguments, not even outside SYNOPSIS mode.  Quite surprising as .Fn
does break the line in the middle of its arguments outside SYNOPSIS
mode, and only doesn't do that in SYNOPSIS mode.  Wonders of groff...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/25 14:55:57

Modified files:
	geo/mapserver  : Makefile distinfo 
	geo/mapserver/pkg: PLIST-main PLIST-perl PLIST-php PLIST-utils 
Added files:
	geo/mapserver/patches: patch-CMakeLists_txt 
Removed files:
	geo/mapserver/patches: patch-Makefile_in patch-mapimageio_c 
	                       patch-mapscript_php_Makefile_in 

Log message:
Update to mapserver 6.4.0.

Upstream switched to cmake, but apparently things still magically work.
Slightly tested the cgi & perl examples.
http://mapserver.org/development/announce/6-4.html#announce-6-4


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 15:00:34

Modified files:
	usr.bin/mandoc : mdoc_man.c 
	regress/usr.bin/mandoc/mdoc/Bk: break.in break.out_ascii 
	                                synopsis.in synopsis.out_ascii 
	regress/usr.bin/mandoc/mdoc/Fo: break.in break.out_ascii 

Log message:
Implement .Fo/.Fa/.Fc indentation and break handling for -Tman.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 15:28:37

Modified files:
	regress/usr.bin/mandoc/mdoc/Bk: break.out_ascii 
	                                synopsis.out_ascii 

Log message:
repair the dates


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 15:45:16

Modified files:
	usr.bin/mandoc : mandoc.c 

Log message:
Parse and ignore the roff(7) escape sequences \d (move half line down)
und \u (move half line up).  Found by bentley@ in some DocBook crap.
Surprisingly, these two do actually occur in our terminfo(5),
so this patch reduces groff-mandoc differences in base by 0.03%.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2013/12/25 16:45:31

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Let's pretend that I'm living there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2013/12/25 17:00:46

Modified files:
	devel/swig     : Makefile distinfo 
	devel/swig/pkg : PLIST 

Log message:
Update to swig 2.0.11 based on edd's work.
Tested on a bulk by landry. Please report any issues.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 19:43:12

Modified files:
	share/man/man7 : roff.7 

Log message:
The roff language really has two groups of basic building blocks:
Requests and escape sequences.  Consequently, supplement the
REQUEST REFERENCE by an ESCAPE SEQUENCE REFERENCE, such that people
no longer need to guess or experiment what mandoc(1) implements,
what it parses and ignores, and what it doesn't handle at all.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/25 19:55:35

Modified files:
	usr.bin/mandoc : mandoc.c 

Log message:
I have no idea how it happened that \B, \H, \h, \L, and \l got
mapped to ESCAPE_NUMBERED (which is for \N and only for \N), that
made no sense at all.  Properly remap them to ESCAPE_IGNORE.

While here, move \B and \w from the group taking number arguments
to the group taking string arguments; right now, that doesn't imply
any functional change, but if we ever go ahead and implement a
parser for roff(7) numerical expressions, it will suddenly start
to matter, and cause confusion.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/25 23:22:58

Modified files:
	emulators/gambatte: Makefile distinfo 

Log message:
Update to gambatte-0.5.0.550.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/26 00:17:15

Modified files:
	sys/nfs        : nfs_vnops.c 

Log message:
either dvp == vp or dvp != vp: zap extra test.
okay guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/26 03:07:07

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-gio_kqueue_kqueue-missing_c 

Log message:
Fix a potential deadlock in the kqueue code.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/26 03:25:07

Added files:
	regress/usr.bin/make: mk34 

Log message:
to be dealt with


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/26 03:59:30

Modified files:
	www/owncloud   : Tag: OPENBSD_5_4 Makefile distinfo 
	www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
Update to owncloud-5.0.14a. This is the most recent 5.X release and we
need it for proper upgrade to 6.X for OpenBSD 5.5.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/26 07:48:30

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 

Log message:
Remove the part about OpenGL and drm(4) -- GDM will take care of it
automatically soon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/26 08:38:29

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
Added files:
	x11/gnome/gdm/patches: patch-data_Init_in 
	                       patch-data_PostSession_in 
	                       patch-data_PreSession_in 

Log message:
Do the proper chown(1) $USER, root or _gdm dance according to the situation.

prodded by kettenis@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/26 09:13:01

Modified files:
	lib/pixman     : ChangeLog 

Log message:
regen ChangeLog for pixman 0.32.4

This file is empty in upstreams tarballs. sigh.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/26 09:22:55

Modified files:
	regress/lib/libpthread/stdarg: Makefile 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/26 10:23:31

Modified files:
	share/man/man7 : mandoc_char.7 

Log message:
Rework the documentation of Spaces, using the Ossanna/Kernighan/Ritter
Heirloom Nroff/Troff User's Manual at the authoritative reference.
Part of our text was outright wrong.

Also, refrain from advertising the paddable non-breaking space `\~'
in the DESCRIPTION, for three reasons:  For nroff mode, -Tascii, and
fixed width fonts in general, it makes no difference, so keep the
discussion simple.  Compared to `\ ', '\~' is of questionable portability.
And if you want to keep words together, it is also more usual that you
don't want padding to intervene either.

Finally, drop the `\c' escape sequence (interrupt text processing)
which is not a special character but an input processing instruction
akin to the \<newline> escape sequence.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/26 10:25:32

Modified files:
	usr.sbin/smtpd : ber.c config.c control.c crypto.c 
	                 delivery_lmtp.c dns.c enqueue.c envelope.c 
	                 expand.c filter_api.c ioev.c lka_session.c 
	                 makemap.c mda.c mproc.c mta.c mta_session.c 
	                 parse.y queue_fs.c scheduler.c 
	                 scheduler_ramqueue.c smtp_session.c smtpctl.c 
	                 smtpd.c ssl.c table.c table_ldap.c 
	                 table_sqlite.c to.c util.c 

Log message:
bcopy -> memmove
bzero -> memset


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2013/12/26 10:32:33

Modified files:
	lib/libutil    : imsg.c imsg.h imsg_init.3 

Log message:
constify data parameter in imsg_add() and imsg_compose()

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/26 11:05:31

Modified files:
	etc            : rc 

Log message:
make absence of pkg_scripts non silent, after nits from theo and halex.
okay rpe@, kirby@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2013/12/26 11:52:09

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 

Log message:
Back at t2k13, I wrote code to park APs in real mode before resuming a
hibernated image. We backed out the code because it was causing reboots on
resume. Turns out the parking code had a bug that caused the CPU to jump
to some bogus address (calculating a bad offset for the jump target), which
was likely the source of the problem. This diff fixes the bad offset
calculation (verified by looking at the resulting asm output). This will be
the first step in attempting to resurrect the original idea (and eventually
add i386 if/when it works).

discussed with deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/26 12:00:28

Modified files:
	devel/glib2/patches: patch-gio_kqueue_kqueue-missing_c 

Log message:
Upstream'd


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/26 13:00:34

Modified files:
	mail/mozilla-thunderbird: Makefile 
	mail/mozilla-thunderbird/files: thunderbird.desktop 
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: firefox.desktop 
	www/firefox-esr: Makefile 
	www/firefox-esr/files: firefox.desktop 

Log message:
Set StartupNotify=true in desktop files for nicer startup integration.
From ajacoutot@, thx


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/26 14:02:37

Modified files:
	sys/arch/octeon/octeon: mutex.c 
	sys/arch/sgi/sgi: mutex.c 

Log message:
When running the ll/sc version of the mutex code (for MULTIPROCESSOR kernels),
correctly handle sc failures. All other ll/sc constructs were doing this
correctly but apparently noone had noticed mutex did not.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/26 15:33:35

Modified files:
	infrastructure/bin: register-plist 

Log message:
future keyword, shouldn't be registered


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/26 17:00:49

Modified files:
	bin/ps         : ps.1 

Log message:
Document the P_SUSPSINGLE flag bit


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/26 17:48:18

Modified files:
	usr.bin/locale : locale.1 

Log message:
Add HISTORY and AUTHORS; triggered by a shorter patch from bcallah@.
OK bcallah@ on a previous version, plus feedback from guenther@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/26 20:22:27

Modified files:
	lib/libc/sys   : stack_protector.c 

Log message:
remove non-openbsd.randomdata parts
ok miod matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/26 21:21:03

Modified files:
	etc            : rc 

Log message:
all the random devices have been the same for a while; so let us avoid
being obtuse and use /dev/random


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/26 21:21:48

Modified files:
	etc            : rc 

Log message:
when forcing a re-key, might as well toss in dmesg as additional seed
material


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2013/12/27 01:21:57

Modified files:
	.              : plus.html 

Log message:
plus.html for Dec 16-22.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 02:12:22

ports/sysutils/toad/patches

Update of /cvs/ports/sysutils/toad/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16957/patches

Log Message:
Directory /cvs/ports/sysutils/toad/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:12:50

Modified files:
	databases/py-flask-sqlalchemy: Makefile distinfo 
	databases/py-flask-sqlalchemy/pkg: PLIST 

Log message:
update to Flask-SQLAlchemy-1.0

ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 02:14:03

Modified files:
	sysutils/toad  : Makefile distinfo 
Added files:
	sysutils/toad/patches: patch-Makefile 
Removed files:
	sysutils/toad/files: hotplug-scripts 

Log message:
Update to toad-0.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:20:13

Log message:
    import py-wtforms 1.0.5
    
    WTForms is a flexible forms validation and rendering library for python
    web development.
    
    feedback/ok fgsch@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132712
    
    N ports/www/py-wtforms/distinfo
    N ports/www/py-wtforms/Makefile
    N ports/www/py-wtforms/pkg/PLIST
    N ports/www/py-wtforms/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:24:04

Log message:
    import py-flask-wtf-0.9.4
    
    Simple integration of Flask and WTForms, including CSRF, file upload and
    Recaptcha integration.
    
    feedback/ok fgsch@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132712
    
    N ports/www/py-flask-wtf/Makefile
    N ports/www/py-flask-wtf/distinfo
    N ports/www/py-flask-wtf/pkg/DESCR
    N ports/www/py-flask-wtf/pkg/PLIST
    N ports/www/py-flask-wtf/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:24:56

Modified files:
	www            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:41:59

Log message:
    import puppetboard (git HEAD)
    
    Puppetboard is a web interface to PuppetDB aiming to replace the
    reporting functionality of Puppet Dashboard.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132712
    
    N ports/www/puppetboard/distinfo
    N ports/www/puppetboard/TODO.org
    N ports/www/puppetboard/Makefile
    N ports/www/puppetboard/pkg/README
    N ports/www/puppetboard/pkg/PLIST
    N ports/www/puppetboard/pkg/DESCR
    N ports/www/puppetboard/patches/patch-puppetboard_app_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:42:49

Modified files:
	www            : Makefile 

Log message:
+puppetboard


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 02:43:42

Removed files:
	www/puppetboard: TODO.org 

Log message:
be gone


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 02:59:48

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20131225.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 03:12:58

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/pkg: PLIST README 

Log message:
Add the @extra marker for /var/log/ConsoleKit/history


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/27 03:19:30

Modified files:
	sysutils/salt  : Makefile distinfo 
	sysutils/salt/patches: patch-setup_py 
	sysutils/salt/pkg: PLIST 

Log message:
Update to salt 0.17.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 04:06:33

Modified files:
	www/puppetboard: Makefile 
	www/puppetboard/pkg: PLIST README 
Added files:
	www/puppetboard/pkg: puppetboard.rc 

Log message:
add rc script

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/12/27 04:20:57

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Bugfix update to 4.1.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2013/12/27 04:30:21

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/patches: patch-misc_cron_archive_sh 
	www/piwik/pkg  : PLIST 
Added files:
	www/piwik/patches: patch-core_Plugin_Manager_php 
Removed files:
	www/piwik/patches: 
	                   patch-plugins_CoreHome_templates_header_message_tpl 

Log message:
Major update to 2.0.2
Full Changelog available at http://piwik.org/changelog/

The database should be updated from command-line, too many changes
in this release, the php script could timeout if executed from web server


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 05:12:05

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-dbus_Makefile_in 

Log message:
Fix build with --enable-tests.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 06:32:35

Modified files:
	print/foomatic-db: Makefile distinfo 
	print/foomatic-db/pkg: PLIST 

Log message:
Update to foomatic-db-4.0.20131001.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 06:40:16

src/usr.sbin/installboot

Update of /cvs/src/usr.sbin/installboot
In directory cvs.openbsd.org:/tmp/cvs-serv6011/installboot

Log Message:
Directory /cvs/src/usr.sbin/installboot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 06:40:43

src/usr.sbin/installboot/i386

Update of /cvs/src/usr.sbin/installboot/i386
In directory cvs.openbsd.org:/tmp/cvs-serv18250/i386

Log Message:
Directory /cvs/src/usr.sbin/installboot/i386 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/27 06:46:23

Modified files:
	faq/pt         : faq1.html index.html 
	opensmtpd/pt   : index.html 
	papers/pt      : index.html 
	pt             : donations.html plus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 06:52:40

Added files:
	usr.sbin/installboot: Makefile installboot.c installboot.h 
	                      softraid.c 
	usr.sbin/installboot/i386: Makefile.inc i386_installboot.c 
	                           i386_installboot.h i386_softraid.c 

Log message:
Initial version of a unified installboot(8) that lives outside of
sys/arch/${MACHINE}/stand. For now this only supports i386, however
additional architectures will be added and further development can happen
in tree.

Requested by deraadt@ quite some time ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:03:00

Modified files:
	usr.sbin/installboot/i386: i386_installboot.c 

Log message:
Rename some confusing variables.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:05:42

src/usr.sbin/installboot/amd64

Update of /cvs/src/usr.sbin/installboot/amd64
In directory cvs.openbsd.org:/tmp/cvs-serv7025/amd64

Log Message:
Directory /cvs/src/usr.sbin/installboot/amd64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:12:56

Modified files:
	usr.sbin/installboot: Makefile 
	usr.sbin/installboot/i386: i386_installboot.c 
Added files:
	usr.sbin/installboot/amd64: Makefile.inc 
	usr.sbin/installboot/i386: i386_nlist.c 

Log message:
Add installboot support for amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:17:55

Added files:
	usr.sbin/installboot: bootstrap.c 

Log message:
Provide a bootstrap implementation (effectively a `disklabel -B'
equivalent) for use with architectures like hppa, landisk and vax.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:18:12

src/usr.sbin/installboot/hppa

Update of /cvs/src/usr.sbin/installboot/hppa
In directory cvs.openbsd.org:/tmp/cvs-serv13593/hppa

Log Message:
Directory /cvs/src/usr.sbin/installboot/hppa added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 07:23:49

Modified files:
	usr.sbin/installboot: Makefile 
Added files:
	usr.sbin/installboot/hppa: Makefile.inc hppa_installboot.c 

Log message:
Add installboot support for hppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 08:02:49

Modified files:
	usr.sbin/installboot/amd64: Makefile.inc 
	usr.sbin/installboot/i386: Makefile.inc i386_installboot.c 
	                           i386_installboot.h i386_nlist.c 

Log message:
Instead of playing #include games to get a 32-bit ELF implementation on
amd64, simply compile in our own nlist_elf32. Remove ECOFF and AOUT from
the nlist implementation since we do not need it.

This makes the code identical for the i386 and amd64 versions of
installboot(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 10:41:30

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.root 

Log message:
/stand has not been used in decades
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 11:08:36

Modified files:
	share/man/man7 : hier.7 

Log message:
/stand went away
prompted by jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 11:32:19

Modified files:
	lib/libc/sys   : stack_protector.c 

Log message:
do not need to create the stack cookie using a constructor anymore,
since the kernel supplies a .openbsd.randomdata segment.
ok matthew miod guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 12:17:28

Modified files:
	sbin/newfs_ext2fs: mke2fs.c 

Log message:
from netbsd, free(bbp) in error paths.  Coverity CID 274748.
via Loganaden Velvindron


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/27 12:43:30

Modified files:
	net/tor        : Tag: OPENBSD_5_4 Makefile distinfo 
	net/tor/pkg    : Tag: OPENBSD_5_4 PLIST 
Removed files:
	net/tor/patches: Tag: OPENBSD_5_4 patch-src_or_connection_edge_c 

Log message:
update to tor 0.2.4.20

Tor 0.2.4.20 fixes potentially poor random number generation for users
who 1) use OpenSSL 1.0.0 or later, 2) set "HardwareAccel 1" in their
torrc file, 3) have "Sandy Bridge" or "Ivy Bridge" Intel processors,
and 4) have no state file in their DataDirectory (as would happen on
first start). Users who generated relay or hidden service identity
keys in such a situation should discard them and generate new ones.

ok pascal@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 14:40:16

Modified files:
	sys/arch/i386/i386: machdep.c 

Log message:
correct comment about why first 16 pages are skipped: SMI corruption
is the real cause
discussed with mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 14:40:57

Modified files:
	sys/arch/i386/i386: machdep.c 

Log message:
oops, correct wording


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 14:43:47

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 15:08:37

Modified files:
	sys/arch/sparc64/stand/installboot: Makefile 

Log message:
remove lots from the Makefile, since this never depended on libsa.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 15:15:40

Modified files:
	etc            : rc 

Log message:
re-do shutdown operations.  Run the scripts if we may; take down carp
unconditionally, and then do the optional powerdown
discussed at length with rpe


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/27 15:30:17

Modified files:
	usr.bin/ssh    : ssh-dss.c ssh-ecdsa.c ssh-rsa.c 

Log message:
make the original RSA and DSA signing/verification code look more like
the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type
rather than tediously listing all variants, use __func__ for debug/
error messages


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 15:33:27

Modified files:
	etc            : rc 

Log message:
nest random_seed() contents into a single redirection
idea from rpe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 15:34:40

Modified files:
	etc            : rc 

Log message:
create a seed file for the bootloader in /etc/random.seed


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/27 15:37:18

Modified files:
	usr.bin/ssh    : ssh-rsa.c 

Log message:
correct comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	krw@cvs.openbsd.org	2013/12/27 16:08:02

Modified files:
	net/net-snmp/patches: 
	                      patch-agent_mibgroup_tcp-mib_data_access_tcpConn_openbsd_c 
	                      patch-agent_mibgroup_udp-mib_data_access_udp_endpoint_openbsd_c 

Log message:
Apply tedu@'s Christmas Miracle cure for TAILQ_PREV vs kvm_read()
while traversing inpt_queue. Fix botch in previous commit by
initializing next and prev once each, rather than prev twice and next
not at all. Eliminate 'skip:' and use 'continue' instead, since code
after 'skip:' was pointless. Nuke now unused variable 'head'.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/27 16:40:29

Modified files:
	etc            : rc 

Log message:
re-use random_seed in shutdown section

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/27 16:43:39

Modified files:
	etc            : rc 

Log message:
- add chmod of seedfile in /etc
- use its return code for single/multiuser detection

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/27 17:40:05

Modified files:
	graphics/ffmpeg: Makefile 
	graphics/ffmpeg/pkg: PLIST 

Log message:
Some fixes for libavresample.

ok rpe@ juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 18:00:18

Modified files:
	etc            : rc 

Log message:
document a hack we want fixed later


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/27 18:51:53

Modified files:
	include        : stdlib.h unistd.h 

Log message:
Annotate a few more bounded functions: realpath(3) needs a buffer
of size at least PATH_MAX.  pread(2), pwrite(2) and readlinkat(2)
also take the buffer and the bound.  OK theo.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/27 19:11:19

src/regress/gnu/egcs/gcc-builtins

Update of /cvs/src/regress/gnu/egcs/gcc-builtins
In directory cvs.openbsd.org:/tmp/cvs-serv14063/gcc-builtins

Log Message:
Directory /cvs/src/regress/gnu/egcs/gcc-builtins added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/27 19:14:32

Modified files:
	regress/gnu/egcs: Makefile 
Added files:
	regress/gnu/egcs/gcc-builtins: Makefile sprintf-1.c 
	                               sprintf-1.c.exp sprintf-2.c 
	                               sprintf-2.c.exp sprintf-3.c 
	                               sprintf-3.c.exp stpcpy-1.c 
	                               stpcpy-1.c.exp stpcpy-2.c 
	                               stpcpy-2.c.exp strcat-1.c 
	                               strcat-1.c.exp strcat-2.c 
	                               strcat-2.c.exp strcpy-1.c 
	                               strcpy-1.c.exp strcpy-2.c 
	                               strcpy-2.c.exp strncat-1.c 
	                               strncat-1.c.exp vsprintf-1.c 
	                               vsprintf-1.c.exp vsprintf-2.c 
	                               vsprintf-2.c.exp vsprintf-3.c 
	                               vsprintf-3.c.exp 

Log message:
Add regression tests to check whether GCC folds unsafe builtins and
actually shows the security warning.  Also add some other cases
where GCC used to yield the warning but shouldn't (e.g. strncat
simplified into strcat).


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 19:25:26

Added files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Add initial implementations of early MD random, for use in the boot code.
This makes use of rdrand if the CPU supports it, otherwise we fall back to
using rdtsc. Further development will happen in the tree.

Tested by phessler@

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/27 19:27:08

Modified files:
	gnu/gcc/gcc    : builtins.c tree-ssa-ccp.c 

Log message:
Prevent GCC from inlining these unsafe builtins: sprintf, vsprintf,
stpcpy, strcat, strcpy.  Also don't simplify some safe builtins
into unsafe ones, otherwise we'll hit the linker with the bogus
warning.  OK miod@, millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 19:33:15

Modified files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Use preprocessor symbols where possible.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/27 19:40:41

Modified files:
	sys/arch/amd64/stand/libsa: biosdev.c softraid.c 
	sys/arch/i386/stand/libsa: biosdev.c softraid.c 

Log message:
If we fail to decrypt the softraid keys, return EPERM rather than falling
through and failing when we attempt to read and validate the disklabel.
Also return ENOTSUP rather than EPERM if an attempt is made to write to a
softraid volume.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 19:51:07

Modified files:
	sys/arch/alpha/stand/boot: boot.c 
	sys/arch/amd64/stand: Makefile.inc 
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/amd64/stand/cdboot: Makefile 
	sys/arch/amd64/stand/pxeboot: Makefile 
	sys/arch/hppa/stand/cdboot: cdboot.c 
	sys/arch/i386/stand: Makefile.inc 
	sys/arch/i386/stand/boot: Makefile 
	sys/arch/i386/stand/cdboot: Makefile 
	sys/arch/i386/stand/pxeboot: Makefile 
	sys/arch/sgi/stand/boot: boot.c 
	sys/lib/libsa  : loadfile_elf.c stand.h 
	sys/stand/boot : boot.c bootarg.h 

Log message:
Try to load entropy data from disk:/etc/random.seed, and additionally
use a MD-supplied random function.  Then, insert this into the ELF
openbsd.randomdata of the kernel, so that it has entropy right from
the start.  Some help from jsing for the softraid aspects.
Also tested by phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 19:53:04

Modified files:
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 
	sys/arch/armish/stand/boot: conf.c 
	sys/arch/aviion/stand/boot: version.c 
	sys/arch/hp300/stand/common: version.c 
	sys/arch/hppa/stand/boot: conf.c 
	sys/arch/hppa64/stand/boot: conf.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/pxeboot: conf.c 
	sys/arch/landisk/stand/boot: conf.c 
	sys/arch/loongson/stand/boot: conf.c 
	sys/arch/macppc/stand: conf.c 
	sys/arch/octeon/stand/boot: conf.c 
	sys/arch/sgi/stand/boot: version 
	sys/arch/socppc/stand/boot: conf.c 
	sys/arch/sparc64/stand/ofwboot: vers.c 
	sys/arch/zaurus/stand/zboot: conf.c 

Log message:
crank the version


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 19:58:18

Modified files:
	sys/dev        : rnd.c 

Log message:
Put the entropy_pool[] into the ELF .openbsd.randomdata segment.
Also allow random_init() to be called later, by moving a few
entropy control initializions into the lower-level _rs_seed() layer.
tested by jsing, phessler and a few others


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:04:20

Modified files:
	sys/kern       : init_main.c 

Log message:
We can random_start() earlier (not that it does too much) and call
arc4random() much earlier.  Leading to random pids for anything
besides 0 and 1.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:12:57

Modified files:
	sys/kern       : init_main.c 

Log message:
We can initialize the srandom/random system earlier from arc4random,
and do not need microtime.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/27 20:19:02

Modified files:
	regress/gnu/egcs: Makefile 
	regress/gnu/egcs/gcc-bounds: Makefile getcwd-1.c.exp.gcc3 
	                             getcwd-1.c.exp.gcc4 
	regress/gnu/egcs/gcc-builtins: Makefile sprintf-1.c.exp 
	                               sprintf-2.c.exp sprintf-3.c.exp 
	                               stpcpy-1.c.exp stpcpy-2.c.exp 
	                               strcat-1.c.exp strcat-2.c.exp 
	                               strcpy-1.c.exp strcpy-2.c.exp 
	                               vsprintf-1.c.exp vsprintf-2.c.exp 
	                               vsprintf-3.c.exp 

Log message:
- adjust getcwd-1.c.exp.gcc{3,4} after the getwd linker warning got added
- adjust gcc-builtins to use the same approach as gcc-bounds
- enable gcc-bounds and gcc-builtins in the default regression suite
now that everything passes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:22:52

Modified files:
	sys/kern       : init_main.c 

Log message:
change the stack protector guard into a long word (removing the old legacy
compat pointed out by miod), and place it inside the ELF .openbsd.randomdata
segment.  Inside main(), only re-initialize the guard if the bootblocks
failed to initialize it for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:28:46

Modified files:
	sys/dev/mii    : eephy.c 

Log message:
Move the fairly heavy eephy_init sequence [which was only done at
attach() and activate() time] into the eephy_reset() routine.  This
means that a bit more work gets done at PHY_RESET time, but it means
also means it gets done in all scenarios.  Why?  For the next commit...
This was in snapshots for about 2 weeks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:30:41

Modified files:
	sys/dev/mii    : acphy.c amphy.c atphy.c bmtphy.c brgphy.c 
	                 ciphy.c dcphy.c etphy.c exphy.c gentbi.c 
	                 icsphy.c inphy.c iophy.c ipgphy.c jmphy.c 
	                 luphy.c lxtphy.c mii_physubr.c miivar.h mlphy.c 
	                 mtdphy.c nsgphy.c nsphy.c nsphyter.c qsphy.c 
	                 rdcphy.c rgephy.c rlphy.c sqphy.c tlphy.c 
	                 tqphy.c txphy.c ukphy.c urlphy.c xmphy.c 

Log message:
mii drivers no longer need activate functions.  Repair of the PHY
configuration setting is done at resume time because all networks
drivers which were previously up, do an IFF_UP operation which
hits PHY_RESET.
This was in snapshots for about 2 weeks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:35:01

Modified files:
	sys/dev/pci    : if_alc.c if_ale.c if_bge.c if_em.c if_lii.c 
	                 if_nfe.c if_se.c if_sis.c if_vr.c 
	sys/dev/ic     : dc.c fxp.c rtl81x9.c xl.c 

Log message:
The few network drivers that called their children's (ie. mii PHY
drivers) activate functions at DVACT_RESUME time do not need to do
so, since their PHYs are repaired by IFF_UP.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:35:43

Modified files:
	sys/dev/pci    : if_msk.c 

Log message:
The few network drivers that called their children's (ie. mii PHY
drivers) activate functions at DVACT_RESUME time do not need to do
so, since their PHYs are repaired by IFF_UP.
NOTE: if_msk is the one that previously relied on mii/eephy.c doing
a crazy dance.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:36:26

Modified files:
	sys/dev/pci    : if_sk.c 

Log message:
Sync activate code sequnces to if_msk.c as much as possible, in case
one of these is ever found in a suspend/hibernate system.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/27 20:39:18

Modified files:
	sys/dev/isa    : fd.c 

Log message:
Attempt to approximate what should happen on a suspend/resume cycle.
If the driver was doing some IO, we remove the timeouts, and force the
fdc state machine into IOTIMEDOUT state with the final timeout count
before a clean retry.  In theory upon resume it should freak out quietly,
and try the operation again.
Noone has stepped forward to test this yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 04:00:33

Modified files:
	usr.sbin/installboot: Makefile 
	usr.sbin/installboot/amd64: Makefile.inc 
	usr.sbin/installboot/hppa: Makefile.inc 
	usr.sbin/installboot/i386: Makefile.inc 

Log message:
Tweak makefiles so that we pull in source files based on defines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 04:02:12

Modified files:
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/xfce4-panel/pkg: PLIST 

Log message:
Adjust the conflict marker with xfce4-datetime since it will be
resurrected. In the doubtful case someone updates from Xfce 4.2.1, back
in 2007....


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 04:06:02

Modified files:
	x11/xfce4      : Makefile 
Added files:
	x11/xfce4/xfce4-datetime: Makefile distinfo 
	x11/xfce4/xfce4-datetime/pkg: PLIST DESCR 

Log message:
Resurrect xfce4-datetime, version 0.6.2.

This plugin shows the date and time in the panel, and a calendar
appears when you left-click on it. It is a simpler alternative to Orage.

Somehow i resurrected it upstream 10 months ago but totally forgot to
readd it in the portstree - been using it without issues since then.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 04:13:37

Modified files:
	x11/xfce4/terminal: Makefile distinfo 
	x11/xfce4/terminal/pkg: PLIST 
Removed files:
	x11/xfce4/terminal/patches: 
	                            patch-terminal_terminal-encoding-action_c 

Log message:
Bugfix update to xfce4-terminal 0.6.3.

See http://mail.xfce.org/pipermail/xfce-announce/2013-December/000294.html


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 04:26:57

Modified files:
	usr.sbin/installboot: bootstrap.c installboot.h softraid.c 
	usr.sbin/installboot/i386: i386_softraid.c 

Log message:
Various code clean ups - add a missing header, add a missing prototype,
add some casts, tweak some types and variable names.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 04:43:15

Modified files:
	x11/xfce4/xfce4-places: Makefile distinfo 
	x11/xfce4/xfce4-places/pkg: PLIST 

Log message:
Update to xfce4-places 1.6.0.

Switches from the old XfceRc-style config to Xfconf.

See http://mail.xfce.org/pipermail/xfce-announce/2013-November/000290.html


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 05:01:33

Modified files:
	usr.sbin/installboot: bootstrap.c 

Log message:
Round the size of the bootstrap up to a multiple of the disk sector size.
Some bootstraps are already built this way, however others are not.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 05:01:48

src/usr.sbin/installboot/vax

Update of /cvs/src/usr.sbin/installboot/vax
In directory cvs.openbsd.org:/tmp/cvs-serv25913/vax

Log Message:
Directory /cvs/src/usr.sbin/installboot/vax added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 05:03:57

Modified files:
	usr.sbin/installboot: Makefile 
Added files:
	usr.sbin/installboot/vax: Makefile.inc vax_installboot.c 

Log message:
Add installboot support for vax.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 05:05:35

Modified files:
	x11/xfce4/parole: Makefile distinfo 
	x11/xfce4/parole/pkg: PLIST 

Log message:
Update to parole 0.5.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/28 05:15:40

Modified files:
	x11/xfce4/xfce4-mailwatch: Makefile distinfo 
	x11/xfce4/xfce4-mailwatch/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-mailwatch/patches: 
	                                   patch-libmailwatch-core_Makefile_in 
	                                   patch-libmailwatch-core_mailwatch-net-conn_c 
	                                   patch-panel-plugin_Makefile_in 

Log message:
After 5 years of inactivity and bitrot.. update to xfce4-mailwatch 1.2.0!

Brings it up-to-date with today's Xfce coding standards, tested working
fine with gmail & an imap/ssl accounts.

See http://mail.xfce.org/pipermail/xfce-announce/2013-October/000287.html
And http://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 06:53:41

src/usr.sbin/installboot/hp300

Update of /cvs/src/usr.sbin/installboot/hp300
In directory cvs.openbsd.org:/tmp/cvs-serv31343/hp300

Log Message:
Directory /cvs/src/usr.sbin/installboot/hp300 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 06:53:42

src/usr.sbin/installboot/landisk

Update of /cvs/src/usr.sbin/installboot/landisk
In directory cvs.openbsd.org:/tmp/cvs-serv31343/landisk

Log Message:
Directory /cvs/src/usr.sbin/installboot/landisk added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 06:53:43

src/usr.sbin/installboot/hppa64

Update of /cvs/src/usr.sbin/installboot/hppa64
In directory cvs.openbsd.org:/tmp/cvs-serv31343/hppa64

Log Message:
Directory /cvs/src/usr.sbin/installboot/hppa64 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 06:58:15

Modified files:
	usr.sbin/installboot: Makefile 
	usr.sbin/installboot/hppa: hppa_installboot.c 
Added files:
	usr.sbin/installboot/hp300: Makefile.inc hp300_installboot.c 
	usr.sbin/installboot/hppa64: Makefile.inc hppa64_installboot.c 
	usr.sbin/installboot/landisk: Makefile.inc landisk_installboot.c 

Log message:
Add installboot support for the remaining `disklabel -B' architectures
(hp300, hppa64 and landisk). hp300 and landisk are untested, however they
should "just work" - hopefully someone with access to this hardware can
confirm.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 07:07:14

src/usr.sbin/installboot/sparc64

Update of /cvs/src/usr.sbin/installboot/sparc64
In directory cvs.openbsd.org:/tmp/cvs-serv28425/sparc64

Log Message:
Directory /cvs/src/usr.sbin/installboot/sparc64 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/28 07:11:29

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/28 07:18:22

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/28 07:40:02

Modified files:
	xserver        : ChangeLog configure configure.ac 
	xserver/Xext   : sync.c 
	xserver/glx    : glxdricommon.c 
	xserver/hw/xfree86/common: xf86Bus.c xf86platformBus.c 
	xserver/hw/xfree86/modes: xf86RandR12.c 
	xserver/hw/xquartz: X11Controller.m 
	xserver/hw/xquartz/bundle: Info.plist.cpp 
	xserver/miext/damage: damage.c 
	xserver/randr  : randr.c randrstr.h rrcrtc.c rrinfo.c rroutput.c 
	                 rrpointer.c rrprovider.c rrscreen.c 

Log message:
Update to xserver 1.14.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 07:45:57

Modified files:
	usr.sbin/installboot: Makefile 
Added files:
	usr.sbin/installboot/sparc64: Makefile.inc sparc64_installboot.c 
	                              sparc64_installboot.h 
	                              sparc64_softraid.c 

Log message:
Add installboot support for sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 08:03:47

Modified files:
	usr.sbin/installboot/sparc64: sparc64_installboot.c 

Log message:
sparc64 uses /ofwboot as the second stage, not /boot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 08:05:34

Modified files:
	usr.sbin/installboot/sparc64: sparc64_installboot.c 
	                              sparc64_softraid.c 

Log message:
Actually load the second-stage boot loader so that softraid can store it in
the softraid boot area.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2013/12/28 08:16:28

Modified files:
	sys/arch/amd64/stand/boot: Makefile 
	sys/arch/i386/stand/boot: Makefile 

Log message:
Further clean up and unification of the amd64 and i386 boot(8) makefiles.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/28 09:31:19

Modified files:
	xserver        : Makefile.bsd-wrapper 

Log message:
mac68k and mvmeppc are no longer supported.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 10:08:48

Modified files:
	share/mk       : bsd.own.mk 

Log message:
i386 changes to PIE.  See faq/current.html or use the snapshots to cross
this.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 10:09:00

Modified files:
	faq            : current.html 

Log message:
i386 moves to PIE


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2013/12/28 10:26:40

Modified files:
	infrastructure/db: user.list 

Log message:
reserve uid for privsep in mail/greyscanner.

ok phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/28 10:57:15

Modified files:
	sys/arch/amd64/conf: kern.ldscript 
	sys/arch/sparc64/conf: ld.script 

Log message:
Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linker
script (note that the amd64 linker script is currently not used).
Discussed with deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 10:57:51

Modified files:
	sys/arch/sparc64/conf: ld.script 

Log message:
create rodata PHDR; ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/28 11:20:51

Modified files:
	sys/arch/sparc64/conf: ld.script 

Log message:
Back out the previous commit; rodata gets merged with text by the linker.
Having a seperate rodata segment won't work anyway without significant pmap
changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/28 11:38:42

Modified files:
	lib/csu/common_elf: crtbegin.c crtbeginS.c 
	lib/libc       : shlib_version 
	lib/libc/stdlib: atexit.c 

Log message:
Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the
right __dso_handle and have dlopen'ed shared objects run their atexit handlers
when they get unloaded.  This is what Linux does, and several ports depend on
this behaviour (and will crash upon exit without this chang).

Based on an earlier diff from matthew@
Tested by ajacoutot@
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 11:41:48

Modified files:
	libexec/ld.so  : util.c 

Log message:
Do not need __guard anymore
Discussion with miod
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 11:42:42

Modified files:
	lib/libc/sys   : stack_protector.c 

Log message:
Do not need __guard[] anymore since we are now relying on __guard_local
for a while already
ok miod kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 12:04:38

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/28 12:08:06

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 

Log message:
Security update of puppet to 3.4.1 which addresses CVE-2013-4969
http://puppetlabs.com/security/cve/cve-2013-4969


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/28 12:27:35

Modified files:
	sys/arch/sparc64/conf: ld.script 

Log message:
Make sure the PT_OPENBSD_RANDOMIZE program header actually covers the data
we want to initialize with randomness.  It covered exactly nothing before!


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/28 13:32:16

Modified files:
	sys/dev/mii    : eephy.c 

Log message:
Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization,
to match behavior before rev 1.52.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	krw@cvs.openbsd.org	2013/12/28 13:44:21

Added files:
	sysutils/collectd/patches: patch-src_tcpconns_c 

Log message:
Replace circleq inpt_queue with tailq, as inpt_queue is now a TAILQ.
Spotted in bulk build by sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/28 13:52:48

Modified files:
	sys/kern       : init_main.c 

Log message:
oops, the fallback stack protector code must handle 64-bit guards
spotted by kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/28 14:00:21

Modified files:
	sys/arch/sparc64/stand/ofwboot: boot.c elf64_exec.c vers.c 

Log message:
Try to load entropy data from disk:/etc/random.seed.  Then, insert this into
the ELF openbsd.randomdata of the kernel, so that it has entropy right from
the start.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/28 14:33:26

Modified files:
	x11/kde4/runtime: Makefile 

Log message:
Fix stupid typo in RUN_DEPENDS.

portcheck test for catching such errors is on its way.


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2013/12/28 14:35:17

Modified files:
	faq            : current.html 

Log message:
Explain how to handle the atexit(3) move.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/28 14:48:04

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Remove unused variable 'token'. Spotted by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/28 15:29:50

Modified files:
	infrastructure/bin: portcheck 

Log message:
Try to catch some obvious errors like:

RUN_DEPENDS =
...
RUN_DEPENDS =

This won't catch such problems if they are spread in different files, but
should be helpful anyway now: idea from my recent typo in x11/kde4/runtime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2013/12/28 15:57:39

Modified files:
	devel/fribidi  : Makefile distinfo 

Log message:
Update to fribidi 0.19.6.

ok dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/28 16:37:00

Modified files:
	sys/arch/sgi/sgi: disksubr.c 

Log message:
The mips partition table in the volume header uses 512-byte logical units,
not sectors; don't multiply by the sector size to get the proper disk offsets.

This will let install.iso be built with the OpenBSD label at the expected
location, instead of within the ffs filesystem; we had been lucky enough the
area being overwritten was not in use so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/28 17:55:06

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Intel NM70


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/28 17:55:11

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/28 18:38:15

src/regress/lib/libc/setjmp-fpu

Update of /cvs/src/regress/lib/libc/setjmp-fpu
In directory cvs.openbsd.org:/tmp/cvs-serv15227/setjmp-fpu

Log Message:
Directory /cvs/src/regress/lib/libc/setjmp-fpu added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/28 18:39:44

Modified files:
	regress/lib/libc: Makefile 
Added files:
	regress/lib/libc/setjmp-fpu: Makefile setjmp-fpu.c 

Log message:
Add a regression test to verify that the FPU control word state is
preserved by setjmp.  Currently under REGRESS_FULL as this fails
on certain archs.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 19:28:10

Modified files:
	usr.bin/ssh    : key.c 

Log message:
allow ed25519 keys to appear as certificate authorities


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 19:37:04

Modified files:
	usr.bin/ssh    : key.c 

Log message:
correct comment for key_to_certified()


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 19:49:52

Modified files:
	usr.bin/ssh    : key.c 

Log message:
correct comment for key_drop_cert()


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/28 20:15:03

Modified files:
	share/man/man9 : printf.9 

Log message:
Add db_vprintf() and indicate that db_v?printf() are in <ddb/db_output.h>


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/28 20:16:42

Modified files:
	share/man/man9 : Makefile 

Log message:
Add MLINK for db_vprintf(9)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 21:20:04

Modified files:
	usr.bin/ssh    : key.c 

Log message:
to make sure we don't omit any key types as valid CA keys again,
factor the valid key type check into a key_type_is_valid_ca()
function


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 21:29:25

Modified files:
	usr.bin/ssh    : authfd.c 

Log message:
allow deletion of ed25519 keys from the agent


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 21:35:50

Modified files:
	usr.bin/ssh    : authfile.c 

Log message:
don't refuse to load Ed25519 certificates


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 22:42:16

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
don't forget to load Ed25519 certs too


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2013/12/28 22:46:43

Modified files:
	regress/lib/libc/setjmp-fpu: Makefile setjmp-fpu.c 
Added files:
	regress/lib/libc/setjmp-fpu: _setjmp.c main.c setjmp.c 
	                             sigsetjmp.c 

Log message:
- Verify that the FPU exception flags weren't clobbered as required by C99.
- Additionally, test _setjmp and sigsetjmp as implementations are different.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/28 22:57:02

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
when showing other hostkeys, don't forget Ed25519 keys


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/29 00:07:25

Modified files:
	infrastructure/bin: portcheck 

Log message:
Unbreak detection of extra files in ports directory.

The portcheck starts to really need having regression tests.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2013/12/29 00:09:57

Modified files:
	faq            : current.html 

Log message:
typo, man.cgi ref


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2013/12/29 01:08:53

Modified files:
	cad/xcircuit   : Makefile distinfo 

Log message:
Update to 3.7.55.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:35:26

Modified files:
	multimedia/gstreamer1: Makefile.inc 

Log message:
Bump plumbing to 1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:35:37

Modified files:
	multimedia/gstreamer1/core: Makefile distinfo 

Log message:
Update to gstreamer1-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:35:51

Modified files:
	multimedia/gstreamer1/plugins-base: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-base-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:36:04

Modified files:
	multimedia/gstreamer1/plugins-good: distinfo 
	multimedia/gstreamer1/plugins-good/patches: 
	                                            patch-sys_oss_Makefile_in 
	                                            patch-sys_v4l2_gstv4l2object_c 

Log message:
Update to gstreamer1-plugins-good-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:36:17

Modified files:
	multimedia/gstreamer1/plugins-bad: Makefile distinfo 
	multimedia/gstreamer1/plugins-bad/pkg: PLIST 

Log message:
Update to gstreamer1-plugins-bad-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:36:31

Modified files:
	multimedia/gstreamer1/plugins-ugly: distinfo 

Log message:
Update to gstreamer1-plugins-ugly-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 03:36:44

Modified files:
	multimedia/gstreamer1/plugins-libav: Makefile distinfo 

Log message:
Update to gstreamer1-plugins-libav-1.2.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:04:24

Modified files:
	productivity/tryton/trytond: Makefile distinfo 

Log message:
Update to trytond-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:04:37

Modified files:
	productivity/tryton/tryton: Makefile distinfo 

Log message:
Update to tryton-3.0.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:04:54

Modified files:
	productivity/tryton/account: Makefile distinfo 

Log message:
Update to trytond-module-account-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:05:08

Modified files:
	productivity/tryton/account_dunning: Makefile distinfo 

Log message:
Update to trytond-module-account_dunning-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:05:24

Modified files:
	productivity/tryton/account_dunning_letter: Makefile distinfo 

Log message:
Update to trytond-module-account_dunning_letter-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:05:38

Modified files:
	productivity/tryton/bank: Makefile distinfo 

Log message:
Update to trytond-module-bank-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:05:53

Modified files:
	productivity/tryton/calendar: Makefile distinfo 

Log message:
Update to trytond-module-calendar-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:06:06

Modified files:
	productivity/tryton/calendar_todo: Makefile distinfo 

Log message:
Update to trytond-module-calendar_todo-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:06:21

Modified files:
	productivity/tryton/project: Makefile distinfo 

Log message:
Update to trytond-module-project-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:06:44

Modified files:
	productivity/tryton/sale_invoice_grouping: Makefile distinfo 

Log message:
Update to trytond-module-sale_invoice_grouping-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 06:06:59

Modified files:
	productivity/tryton/timesheet_cost: Makefile distinfo 

Log message:
Update to trytond-module-timesheet_cost-3.0.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/29 06:40:31

Log message:
    import mcollective-sysctl-data
    
    This plugin can retrieve a value from a sysctl variable to be used in
    agents and discovery.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132912
    
    N ports/sysutils/mcollective-plugins/sysctl-data/Makefile
    N ports/sysutils/mcollective-plugins/sysctl-data/distinfo
    N ports/sysutils/mcollective-plugins/sysctl-data/pkg/DESCR
    N ports/sysutils/mcollective-plugins/sysctl-data/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/29 06:40:54

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
fix sign-while-creating mode


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/29 06:41:03

Log message:
    import mcollective-filemgr-agent
    
    This agent let you touch files, delete files or retrieve a bunch of
    stats about a file.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20132912
    
    N ports/sysutils/mcollective-plugins/filemgr-agent/Makefile
    N ports/sysutils/mcollective-plugins/filemgr-agent/distinfo
    N ports/sysutils/mcollective-plugins/filemgr-agent/pkg/DESCR
    N ports/sysutils/mcollective-plugins/filemgr-agent/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/29 06:41:49

Modified files:
	sysutils/mcollective-plugins: Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/29 07:26:22

Modified files:
	usr.sbin/lpr/lpc: cmds.c 

Log message:
Fix fd leaks when fd < 0 or flock() fails. Original diff from
NetBSD via Loganaden Velvindron out of cppcheck.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/29 09:59:06

Modified files:
	infrastructure/bin: portcheck 

Log message:
Catch Samba libraries not written as lib/samba/ as well as Qt and others.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/29 11:31:50

Modified files:
	sys/arch/sgi/dev: iockbc.c 

Log message:
Force clock clamping after one byte received instead of three. There are still
circumstances where the pckbc code gets confused otherwise, on *some*
controllers.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/29 11:44:43

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
puccini entry already appears in calendar.music;
From: frantisek holop


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/29 11:46:09

Modified files:
	share/man/man9 : printf.9 

Log message:
grammar fix previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/29 11:47:37

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_Makefile_in 
	                             patch-src_ck-sysdeps-unix_c 
	                             patch-tools_Makefile_in 

Log message:
Tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/29 12:09:21

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Remove excessive parentheses.

pmap.c:1061:13: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/29 14:06:37

Modified files:
	sys/arch/macppc/macppc: locore.S 
	sys/arch/socppc/socppc: locore.S 

Log message:
In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/29 14:19:11

Modified files:
	bin/md5        : cksum.1 md5.1 sha1.1 sha256.1 

Log message:
update sha256(1) to better reflect that it documents sha512 now too.
that led me to whack some unneccessary mark up and quoting (and phrasing),
and the changes to the other pages are really just to unify the newer
text layout;

tedu provided feedback and answers (thanks);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/29 14:38:29

Modified files:
	usr.bin/compress: gzip.1 

Log message:
+.Sh EXIT STATUS


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/29 17:20:18

Modified files:
	usr.bin/mandoc : mdoc_macro.c 

Log message:
Do not trigger end-of-sentence spacing by trailing punctuation
at the end of partial implicit macros.  Prodded by jmc@.

Actually, this is a revert of rev. 1.39 Sat May 15 09:20:01 2010 UTC,
which in turn is mdocml.bsd.lv rev. 1.64 Fri May 14 14:09:13 2010 UTC
by kristaps@, with this original commit message:
"Block-implicit macros now up-propogate end-of-sentence spacing.
NOTE: GROFF IS NOT SMART ENOUGH TO DO THIS."
Please speak after me: Then why the hell should we?

We already weakened this in rev. 1.55 Fri Jul 16 00:34:33 2010 UTC,
but that weakening was insufficient.  Let's take it out completely.

Admittedly, there are two places in base where what Kristaps did
made the output nicer, in calloc(3) and in fish(6).  But both are
atypical.  There are 18 other places where this revert makes the
output nicer, the typical case being:
"Mail status is shown as ``No Mail.''  if there is no mail."
You do *not* want the EOS spacing after ``No Mail.'' in that sentence.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/29 17:52:18

Modified files:
	usr.bin/mandoc : libmandoc.h man.c man_macro.c mandoc.c mdoc.c 
	                 mdoc_macro.c 

Log message:
Simplify: Remove an unused argument from the mandoc_eos() function.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/29 17:56:40

Modified files:
	regress/usr.bin/mandoc/char/space: eos.in eos.out_ascii 

Log message:
Test mdoc_macro.c rev. 1.83.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/29 19:10:58

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/29 19:14:01

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2013/12/29 20:36:17

Modified files:
	sbin/dhclient  : clparse.c dhclient.c dhcpd.h options.c 

Log message:
Replace yet another hand-rolled list with a TAILQ. reject_list this
time.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2013/12/29 22:27:01

Modified files:
	sys/arch/sgi/pci: iofreg.h 

Log message:
Fix IOC4DEV_xxx numbers, so that devices besides the first two serial ports
actually handle their own interrupts. How could this get unnoticed so far?


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2013/12/30 00:33:40

Modified files:
	sys/arch/luna88k/dev: lunafb.c 

Log message:
Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.

According to the manual, the address register does not automatically
increment when we access to the control registers.  Also we disable
overlay planes, because we do not use them.

This diff should be one of preliminaries for upcoming colored wscons on
luna88k.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/30 00:37:55

Modified files:
	www/puppetboard: Makefile 

Log message:
add missing MASTER_SITES; spotted by espie@/naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/30 00:41:23

Modified files:
	devel/lua-lgi  : Makefile 

Log message:
switch to github as master sites


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/30 01:00:03

Modified files:
	devel/lua-lgi  : Makefile distinfo 
	devel/lua-lgi/patches: patch-lgi_core_c patch-tests_Makefile 
Removed files:
	devel/lua-lgi/patches: patch-lgi_override_Gdk_lua 

Log message:
update to lua-lgi-0.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/30 01:52:08

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/pkg: PLIST 
Removed files:
	sysutils/consolekit/files: pam-foreground-compat.ck 
	sysutils/consolekit/patches: patch-src_main_c 

Log message:
Drop /var/run/console management patches, calls to session.d's
session_active_changed are not supported since a while.
That fixes a race condition where connecting to ConsoleKit could fail
which would lead to several issues (unable to unlock screen, reboot...).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/30 02:01:30

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm 

Log message:
explicitly fix the PATH to something sensible
move "replacing" to a method, so that it can be more specific later.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/30 02:02:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm 

Log message:
use replacing method (and not var)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/30 02:14:49

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 
	                          PkgCreate.pm 

Log message:
@vendor annotation


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2013/12/30 02:16:41

Modified files:
	distrib/notes  : README.amd64 README.i386 

Log message:
remove note about radeonold now it has been unlinked from the build
ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/12/30 02:19:02

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
Update mercurial to 2.8.1 (bugfix release).
Details: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.8.1_.282013-12-1.29


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2013/12/30 02:19:50

Modified files:
	devel/tortoisehg: Makefile distinfo 

Log message:
update tortoisehg to 2.10.1 (minor scheduled release)
Details: https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-2101


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 02:47:43

Modified files:
	usr.bin/mandoc : st.in 
	share/man/man7 : mdoc.7 

Log message:
Support .St -p1003.1-2013, "IEEE Std 1003.1-2008/Cor 1-2013".

Note that the POSIX-2008 standard remains in force, so please refrain
from wholesale 2008 -> 2013 replacements.  Make sure to only use the
new -p1003.1-2013 argument for cases where "IEEE Std 1003.1(TM)-2008/
Cor 1-2013, IEEE Standard for Information Technology--Portable
Operating System Interface (POSIX(R)), Technical Corrigendum 1"
actually changes something in the standard with respect to the
specific function documented in the manual you touch.  Otherwise,
please continue using .St -p1003.1-2008.

Triggered by a similar, but slightly incorrect patch from jmc@;
ok guenther@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/30 03:30:00

Modified files:
	gnu/usr.bin/binutils/ld: ldgram.y 

Log message:
Recognize PT_OPENBSD_RANDOMIZE in linker scripts.

ok miod@, matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/30 03:30:38

Modified files:
	gnu/usr.bin/binutils-2.17/ld: ldgram.y 

Log message:
Recognize PT_OPENBSD_RANDOMIZE in linker scripts.

ok miod@, matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2013/12/30 03:53:30

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
Enable snooping on Lynx Point-LP HD Audio.
Fixes audio problems on an Acer Aspire E1 572G
reported by Mark Rowland.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 04:24:48

Log message:
    Import cutemaze 1.1.0, a really simple maze game for kids.
    (modeled after other gottcode games)
    
    CuteMaze is a simple, top-down game in which mazes are randomly
    generated using one of a choice of several different algorithms. You
    move the character through the maze while hunting for targets (cheese,
    by default)-the game is won once all of these targets have been picked
    up.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131230
    
    N ports/games/gottcode/cutemaze/Makefile
    N ports/games/gottcode/cutemaze/distinfo
    N ports/games/gottcode/cutemaze/pkg/PLIST
    N ports/games/gottcode/cutemaze/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 04:25:22

Modified files:
	games/gottcode : Makefile 

Log message:
+cutemaze


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 04:46:16

Modified files:
	lang/pfe       : Makefile 

Log message:
Mark as BROKEN-alpha: the pfe binary is called with --help during build
to generate its manpage, but it segfaults at that point. Why building it
at all then...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 04:48:14

Log message:
    Import xfce4-whiskermenu 1.3.0.
    
    Whisker Menu is an alternate application launcher for Xfce. When you
    open it you are shown a list of applications you have marked as
    favorites. You can browse through all of your installed applications by
    clicking on the category buttons on the side. Top level categories make
    browsing fast, and simple to switch between. Additionally, Whisker Menu
    keeps a list of the last ten applications that you've launched from it.
    
    See http://gottcode.org/xfce4-whiskermenu-plugin/ for details.
    
    User switching and menu editing disabled by default, since
    gdmflexiserver wont work on OpenBSD, and we don't have menulibre in
    ports yet.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20131230
    
    N ports/x11/xfce4/xfce4-whiskermenu/Makefile
    N ports/x11/xfce4/xfce4-whiskermenu/distinfo
    N ports/x11/xfce4/xfce4-whiskermenu/pkg/PLIST
    N ports/x11/xfce4/xfce4-whiskermenu/pkg/DESCR
    N ports/x11/xfce4/xfce4-whiskermenu/patches/patch-panel-plugin_settings_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 04:48:53

Modified files:
	x11/xfce4      : Makefile 

Log message:
+xfce4-whiskermenu


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 05:14:55

Modified files:
	lang/squeak/vm/patches: patch-platforms_unix_vm_sqUnixMain_c 
Added files:
	lang/squeak/vm/patches: patch-platforms_unix_config_configure 

Log message:
"Nobody told him it was useless, so he did it anyway"

Unbreak squeak-vm on alpha, because if __alpha__ is defined,
then we're probably running on a variant of DEC unix, and we
should use /decgcc -taso, right?


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/30 05:23:45

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/pkg: DESCR PLIST 
Removed files:
	productivity/gnucash/patches: patch-configure 
	                              patch-src_core-utils_gnc-path_c 

Log message:
Update to gnucash-2.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/30 05:28:23

Modified files:
	infrastructure/lib/DPB: Config.pm Vars.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
Add -Dunsigned while building, unless we are in an environment where we
sign packages by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/30 05:29:25

Modified files:
	infrastructure/bin: portcheck 

Log message:
Handle "?=" as well as "=" when searching for duplicated assignments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/30 05:33:07

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
new internal _PKG_ADD_LOCAL, that's stricly used to add packages built on
*this* machine.
Visible: SIGNING_PARAMETERS. Set for signing every package on the fly.
(if SIGNING_PARAMETERS is not empty, don't wave -Dunsigned)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 05:35:22

Modified files:
	lang/squeak/vm : Makefile 

Log message:
Set NO_TEST=Yes, because well, it has no tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/30 05:43:17

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Document SIGNING_PARAMETERS


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2013/12/30 07:11:48

Modified files:
	x11/kde4/workspace/patches: patch-startkde_cmake 
	                            patch-plasma_generic_runners_calculator_CMakeLists_txt 
	                            patch-ConfigureChecks_cmake 

Log message:
Regen patches, no binary change here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2013/12/30 10:32:26

Modified files:
	infrastructure/lib/DPB: Affinity.pm ErrorList.pm 
	infrastructure/lib/DPB/SubEngine: Build.pm 

Log message:
affinity/nfs locks don't really deal with packages not built
because of missing depends.  Keep in mind that build_path_list has
to be extensive to avoid LISTING errors...

So, if we meet a stub there, we should do our best to avoid it.
Some of these checks are probably slightly overkill.

problem noticed by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 11:06:43

Modified files:
	geo/mapserver  : Makefile 

Log message:
Add postgresql,-server to BDEP, CMake's FindPostgreSQL.cmake looks for
catalog/pg_type.h which isn't in the main subpackage. Breakage reported
by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 11:27:15

Modified files:
	usr.bin/mandoc : mandoc.c mandoc.h 

Log message:
Remove duplicate const specifiers from the declaration of mandoc_escape().
Found by Thomas Klausner <wiz at NetBSD dot org> using clang.
No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2013/12/30 11:32:48

Modified files:
	lib/libGL/mesa/libmesa: Makefile 
	lib/libGL/mesa/libmesagallium: Makefile 
Removed files:
	lib/libGL/mesa : _atexit.c 

Log message:
Remove the atexit() hack from OpenGL drivers
now that atexit() is behaving like on Linux.
ok matthew@, millert@, dcoppa@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 11:42:55

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Oops, missed one:
Remove duplicate const specifier from a call to mandoc_escape().
Found by Thomas Klausner <wiz at NetBSD dot org> using clang.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/30 11:47:45

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
Expand the MSI support to cover most of the remaining bge(4) chipsets with the
exception being the BCM5714 family for now.

Tested on a variety of newer chipsets.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2013/12/30 12:04:56

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
- the hint to symlink to upgrade.conf belongs to the install.conf example
- zap reference to pxeboot(8), diskless(8) has all the info

ok jmc@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/30 12:22:08

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
last entry in SEE ALSO should not end with a comma;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/30 14:52:21

Modified files:
	usr.bin/fgen   : fgen.l 

Log message:
memory leak, Coverity CID 1748, Loganaden Velvindron


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/30 14:58:07

Modified files:
	libexec/ld.so/ldconfig: ldconfig.c 

Log message:
When a function does not obviously terminate itself, it is good practice
to clean up a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2013/12/30 15:01:23

Modified files:
	sbin/restore   : symtab.c 

Log message:
Do not leak symtab fd (if at fd limit might even prevent correct operation)
from Loganaden Velvindron


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2013/12/30 15:02:25

Modified files:
	lang/g77       : Makefile 
Added files:
	lang/g77/patches: patch-gcc_protector_c 

Log message:
Use __guard_local instead of __guard; fixes math/octave build after __guard
removal.

ok matthew@ brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/30 15:25:25

Modified files:
	sys/dev/mii    : rgephy.c 

Log message:
Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media status
when attached to re(4), as was done before rev 1.25 which was intended to
fix rgephy(4) with external PHY with MACs other than re(4). This is to
fix operation with some integrated PHY on re(4) where the PHY Specific
Status register does not work properly and the link cannot be established.

From FreeBSD and matches what the Linux driver does.

Tested on a number of newer re(4) with PHYs rev 2, 4 and 5 and
newer integrated PHY with the 8168G controllers.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/30 15:35:29

Modified files:
	sys/dev/mii    : rgephy.c 

Log message:
Add support for newer integrated Realtek PHY.

Tested with 8168G controllers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/30 16:04:49

Modified files:
	telephony/asterisk: Makefile 
	telephony/asterisk/patches: patch-configs_asterisk_conf_sample 

Log message:
comment-out the right line in sample config


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/30 16:05:26

Modified files:
	sysutils/ykpers: Makefile distinfo 

Log message:
update to ykpers 1.14.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/30 16:05:53

Modified files:
	security/yubikey-personalization-gui: Makefile distinfo 

Log message:
update to yubikey-personalization-gui-3.1.12


CVSROOT:	/cvs
Module name:	www
Changes by:	bcallah@cvs.openbsd.org	2013/12/30 16:11:59

Modified files:
	.              : events.html 

Log message:
I will be speaking at NYC*BUG again on Jan 8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2013/12/30 16:20:36

Modified files:
	net            : Makefile 
Removed files:
	net/radiusd-lucent: Makefile distinfo 
	net/radiusd-lucent/patches: patch-radius_src_Makefile 
	                            patch-radius_src_acct_c 
	                            patch-radius_src_conf_h 
	                            patch-radius_src_dbmkeys_c 
	                            patch-radius_src_dbmrec_c 
	                            patch-radius_src_dict_c 
	                            patch-radius_src_pass_c 
	                            patch-radius_src_proxy_c 
	                            patch-radius_src_radius_h 
	                            patch-radius_src_radiusd_c 
	                            patch-radius_src_radpass_c 
	                            patch-radius_src_version_c 
	                            patch-radius_src_vports_c 
	net/radiusd-lucent/pkg: DESCR MESSAGE PLIST 

Log message:
Remove radiusd-lucent, dead upstream since 10+ years. Use freeradius if
you want a RADIUS server...
Note that radiusd-cistron will also hit the Attic unless someone still
uses it, since its homepage also states that it's now unmaintained and
one should use freeradius instead :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/30 16:21:41

Modified files:
	devel/jdk/1.6  : Makefile 

Log message:
reluctantly mark BROKEN-i386; most if not all builds using packages from this
fail with the following error,

"guarantee(get_thread() == thread) failed: must be the same thread, quickly"

espie@ agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2013/12/30 16:52:28

Modified files:
	usr.bin/ssh    : auth2-hostbased.c auth2-pubkey.c compat.c 
	                 compat.h ssh-rsa.c sshconnect.c sshconnect2.c 
	                 sshd.c 

Log message:
refuse RSA keys from old proprietary clients/servers that use the
obsolete RSA+MD5 signature scheme. it will still be possible to connect
with these clients/servers but only DSA keys will be accepted, and we'll
deprecate them entirely in a future release. ok markus@


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 17:03:01

Modified files:
	faq            : current.html 

Log message:
Tell mandocdb(8) users how to survive the upcoming switch from Berkeley DB
to SQLite.  Actually, i doubt there still are any such users, but better
safe than sorry.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 17:40:19

Modified files:
	usr.bin/mandoc : Makefile apropos.c mandocdb.c 
Added files:
	usr.bin/mandoc : mansearch.c mansearch.h 
Removed files:
	usr.bin/mandoc : apropos_db.c apropos_db.h mandocdb.h 

Log message:
Replace the Berkeley-DB based mandocdb(8) by an SQLite3-based version,
aiming for more flexible development and optimization options.
Kristaps started this during the summer 2012, i did some very heavy
bugfixing during t2k13 and finally, during the last few days,
got it to a state where it is ripe for in-tree development.
Beware, neither the user interfaces nor the database formats
are expected to be stable just yet.

Will not be installed or activated until further discussion.
No functional change to mandoc(1).

"As long as it remains off until we decide the cost, fine." deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 19:32:56

Modified files:
	lib/libc/net   : base64.c 

Log message:
don't try writing past the end unless we have to
ok gilles millert


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 19:42:20

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
Split buildnames() out of mansearch(); the latter function is getting
too long and unwieldy, but will grow more code soon.  No functional change.


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 19:57:14

Modified files:
	faq            : current.html 

Log message:
Revert previous.  I have been told that faq/current.html is for critical
things, such that when you look into the file, you can be sure what you
find there is something you really do not want to miss.
Disturbing a service that isn't installed by default and can easily be
repaired is not critical, so refrain from diluting important information
in the file.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:02:03

src/usr.bin/signify

Update of /cvs/src/usr.bin/signify
In directory cvs.openbsd.org:/tmp/cvs-serv19982/signify

Log Message:
Directory /cvs/src/usr.bin/signify added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:03:32

Added files:
	usr.bin/signify: signify.c signify.1 Makefile 

Log message:
add signify, a tool to sign and verify signatures.
man page and error message help from espie
other feedback from deraadt djm mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:08:48

Modified files:
	usr.bin/signify: signify.c 

Log message:
wha! commit a working version


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:23:41

Modified files:
	usr.bin/signify: signify.c 

Log message:
update usage


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:24:44

Modified files:
	sys/netinet    : if_ether.c in.c ip_ether.c ip_gre.c ip_icmp.c 
	                 ip_input.c 

Log message:
bcopy -> memcpy. reviewed with one fix from matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/30 20:41:09

Modified files:
	usr.bin/mandoc : apropos.c mansearch.c mansearch.h 

Log message:
Experimental feature to let apropos(1) show different keys than .Nd.
This really takes us beyond what grep -R /usr/*/man/ can do
because now you can search for pages by *one* criterion and then
display the contents of *another* macro from those pages, like in
$ apropos -O Ox Fa~wchar
to get an impression how long wide character handling is available.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 20:54:05

Modified files:
	usr.bin/signify: signify.c 

Log message:
another last minute bug i introduced. found by jturner


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2013/12/30 21:03:23

Modified files:
	usr.bin/signify: signify.1 

Log message:
document file format


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2013/12/30 21:07:34

Modified files:
	libexec/ld.so  : Makefile 

Log message:
Don't consider ld.so to be successfully built unless a test program
using it works, because seeing "make build" fail right after it
installs a broken ld.so is *#!&%(@*)# annoying.

Presumably needs to be fixed for cross-builds.

ok matthew@ deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2013/12/31 00:15:57

Modified files:
	usr.sbin/mkuboot: copy_elf.c 

Log message:
s/hphdr/phdr/ to fix compile with DEBUG

ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2013/12/31 00:16:50

Modified files:
	usr.sbin/ztsscale: ztsscale.c 

Log message:
Fix after struct wscons_event size change.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/31 01:15:06

Modified files:
	devel/p5-Glib2 : Makefile distinfo 

Log message:
Update to p5-Glib2-1.304.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/31 02:20:43

Modified files:
	graphics/gthumb: Makefile distinfo 

Log message:
update to gthumb-3.2.6


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/31 04:03:53

Modified files:
	usr.bin/signify: signify.1 

Log message:
nit


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/31 04:21:10

Modified files:
	usr.sbin/pkg_add: Makefile 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 
	                          Paths.pm PkgCreate.pm 
Added files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
signify support


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2013/12/31 04:24:55

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
... and rename this too


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/31 05:24:55

Modified files:
	usr.bin/sndiod : sock.c 

Log message:
round client block size to nearest possble


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2013/12/31 05:27:49

Modified files:
	usr.bin/sndiod : dev.c 

Log message:
Drop blocks and instert silence immediately in the socket rx/tx code
path rather than waiting for the next device cycle. This fixes deadocks
when the slot uses the SIO_SYNC mode.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2013/12/31 05:31:39

Modified files:
	sysutils/ruby-puppet/3: Makefile 
Added files:
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_file_rb 
	                                patch-lib_puppet_util_rb 

Log message:
Apply two patches from upstream to fix the assumed default file mode to 0644.

This got broken in 3.4.1 when it was incorrectly defaulting to 0600.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/31 05:48:30

Modified files:
	www/py-flask-wtf: Makefile 

Log message:
bdep on sphinx


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2013/12/31 05:49:13

Modified files:
	www/py-wtforms : Makefile 

Log message:
bdep on sphinx


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/31 08:13:25

Modified files:
	share/man/man7 : man.7 

Log message:
Add missing description of .UR/.UE.
While here, also add .EX/.EE and .PD to the MACRO SYNTAX table.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/31 08:15:47

Modified files:
	share/man/man7 : man.7 

Log message:
Oops, add missing end of block.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2013/12/31 08:36:04

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/31 09:14:53

Modified files:
	sysutils/consolekit: Makefile 

Log message:
NOTE: spam in /var/log/authlog is "expected".


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/31 09:58:44

Modified files:
	textproc/mupdf : Makefile 

Log message:
Clicking URLs requires xdg-open, so add it as a RDEP.

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2013/12/31 10:06:24

Log message:
    import fs_mark
    
    The fs_mark program is meant to give a low level bashing to file
    systems. The write pattern that we concentrate on is heavily
    synchronous IO across mutiple directories, drives, etc.
    
    OK jca@
    
    Status:
    
    Vendor Tag:	tobiasu
    Release Tags:	tobiasu_20131231
    
    N ports/benchmarks/fs_mark/Makefile
    N ports/benchmarks/fs_mark/distinfo
    N ports/benchmarks/fs_mark/patches/patch-fs_mark_c
    N ports/benchmarks/fs_mark/patches/patch-lib_timing_c
    N ports/benchmarks/fs_mark/patches/patch-Makefile
    N ports/benchmarks/fs_mark/pkg/DESCR
    N ports/benchmarks/fs_mark/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2013/12/31 10:10:08

Modified files:
	benchmarks     : Makefile 

Log message:
+fs_mark


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2013/12/31 10:23:58

Modified files:
	benchmarks/fs_mark: Makefile 
	benchmarks/fs_mark/patches: patch-Makefile 

Log message:
Do not override CFLAGS and do not force optimization.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/31 10:33:17

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
various tweaks; ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/31 11:07:06

Modified files:
	usr.bin/mandoc : man_validate.c mandocdb.c term.c 

Log message:
remove assignments that will be overwritten right afterwards,
and remove pointless local variables;
found in a clang output from Ulrich Spoerlein <uqs at FreeBSD>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2013/12/31 11:18:36

Modified files:
	usr.bin/signify: signify.1 

Log message:
zap an erroneous space in "input .sig" (should be input.sig, with .sig not
marked up;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2013/12/31 12:39:09

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Yet another regression introduced by Kristaps when he switched from
Berkeley DB to SQLite3: In the .In parser, the logic got inverted.
The resulting NULL pointer access was found by clang;
scan log provided by Ulrich Spoerlein <uqs at FreeBSD>.

The best fix is to simply remove the whole, pointless custom
handler function for .In and let the framework do its work.
Now searching for included header files actually works.

While here, remove the similarly pointless custom .St handler,
fix the return value of the .Fd handler and disentangle the
spaghetti in the .Nm handler.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/31 13:37:38

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
another MCP61 id


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/31 13:37:59

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2013/12/31 14:09:34

Modified files:
	share/man/man4 : re.4 
	sys/dev/ic     : re.c 

Log message:
tedu the diagnostic code to detect the presence of the defective Xterasys XN-152
32-bit PCI NIC in a 64-bit PCI slot. The code has never been enabled, never will
be and is unused / unmaintained. Update the man page to not indicate there is a
possibility of the driver detecting this hardware issue.

Input about the man page and Ok chris@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2013/12/31 16:31:13

Modified files:
	lib/libc/arch/sh/sys: cerror.S 
	lib/libc/arch/arm/sys: cerror.S 

Log message:
Remove #ifdef _REENTRANT code that isn't used here.  These days, the code
handling per-thread errno lives in librthread.

ok miod@, espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2013/12/31 23:43:05

Modified files:
	games/renpy    : Makefile distinfo 
	games/renpy/pkg: PLIST 
Removed files:
	games/renpy/patches: patch-launcher_game_project_rpy 
	                     patch-module_ffdecode_c 

Log message:
Update to renpy-6.16.5.

Thanks to Brad for looking into and fixing runtime issues with ffmpeg.

ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2014/01/01 00:08:11

Modified files:
	sys/kern       : init_main.c 

Log message:
copyright++


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/01 00:54:15

Modified files:
	sys/arch/sparc/conf: Makefile.sparc 
Added files:
	sys/arch/sparc/conf: ld.script 

Log message:
Add a linker script to force the .openbsd.randomdata section to be put after
.data, so that it will not get mapped read-only by pmap_bootstrap().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/01 01:02:09

Modified files:
	sys/arch/sparc/conf: ld.script 

Log message:
fix header to get symbols loaded correctly


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2014/01/01 02:24:54

Modified files:
	usr.sbin/mkuboot: copy_elf.c 

Log message:
Fix 'make bsd.umg' by skipping PT_OPENBSD_RANDOMIZE segments, as well as
other innocuous segment types (PT_NOTE, PT_NULL). Handle PT_LOAD, fail on
any others.

Thanks kettenis and millert for feedback

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/01 09:17:55

Modified files:
	bin/ed         : POSIX 

Log message:
Fixed typos and style.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/01 10:46:43

Modified files:
	sys/net        : hfsc.c 

Log message:
Destroy the eligible list when detaching from an interface.

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/01 10:50:33

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
revert to mostly lowercase options, with uppercase for actions.
ok deraadt espie naddy. wth man tweaks from jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/01 11:03:57

Added files:
	www/chromium/patches: patch-chrome_chrome_renderer_gypi 

Log message:
missing inter-dependency.
makes build reliable again.

problem reported about 1 month ago to robert@ and dcoppa@, no reply at all,

finally got fed up with it and fixed it myself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/01 13:46:29

Modified files:
	cad/gerbv      : Makefile 
	chinese/cless  : Makefile 
	chinese/ttfm   : Makefile 
	databases/lbdb : Makefile 
	devel/ElectricFence: Makefile 
	devel/cvslock  : Makefile 
	devel/libixp   : Makefile 
	devel/p5-Carp-Datum: Makefile 
	devel/ucpp     : Makefile 
	fonts/mftrace  : Makefile 
	games/cowsay   : Makefile 
	games/gtkballs : Makefile 
	games/starlanes: Makefile 
	games/xbl      : Makefile 
	games/xbubble  : Makefile 
	games/xcowsay  : Makefile 
	games/xzip     : Makefile 
	graphics/xv    : Makefile 
	japanese/kbanner: Makefile 
	mail/signify   : Makefile 
	math/maxima    : Makefile 
	misc/dtach     : Makefile 
	misc/gnugetopt : Makefile 
	misc/ttyrec    : Makefile 
	net/cadaver    : Makefile 
	net/dxpc       : Makefile 
	net/echoping   : Makefile 
	net/mon/client : Makefile 
	net/mon/server : Makefile 
	net/rtmpdump   : Makefile 
	net/sharity-light: Makefile 
	net/sipsak     : Makefile 
	net/tcpflow    : Makefile 
	news/slrn      : Makefile 
	plan9/9wm      : Makefile 
	plan9/w9wm     : Makefile 
	print/detex    : Makefile 
	security/apg   : Makefile 
	security/fragroute: Makefile 
	security/outguess: Makefile 
	security/strobe: Makefile 
	shells/sash    : Makefile 
	sysutils/logpp : Makefile 
	sysutils/runit : Makefile 
	sysutils/socklog: Makefile 
	sysutils/stow  : Makefile 
	textproc/hgrep : Makefile 
	www/dillo      : Makefile 
	x11/aewm       : Makefile 
	x11/evilwm     : Makefile 
	x11/flwm       : Makefile 
	x11/viewfax    : Makefile 
	x11/xantfarm   : Makefile 
	x11/xpostit    : Makefile 
	x11/xwrits     : Makefile 

Log message:
Drop USE_GROFF since groff and mandoc produce identical output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/01 15:02:48

Modified files:
	.              : INDEX 

Log message:
sync, 8641


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/01 15:13:52

Modified files:
	sys/arch/alpha/alpha: pmap.c 
	sys/arch/alpha/include: pmap.h vmparam.h 

Log message:
Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/01 15:15:18

Modified files:
	sys/uvm        : uvm_page.h 

Log message:
Remove __HAVE_PMAP_PHYSSEG support, nothing uses it anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/01 17:03:04

Modified files:
	sys/stand/boot : boot.c 

Log message:
loadrandom() status should be ignored, so that we do not loop.
issue reported by halex


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/01 20:05:20

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
enable beep and CD controls on ALC282
from and tested by Mark Rowland


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/01 21:23:35

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
enable beep controls on ALC221 and ALC269 as well
seems to be required when tested here


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/01 21:23:57

Modified files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Ensure that we preserve callee-save registers.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/01 21:39:56

Modified files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Simplify things slightly by using four byte indexing.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/01/02 00:42:33

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add vendor and product

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/01/02 00:43:14

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/01/02 01:00:35

Modified files:
	sys/dev/ic     : ahcivar.h 
	sys/dev/pci    : ahci_pci.c 

Log message:
disable MSI for Samsung XP941.
This is so I can use the machine to figure out the others things on it,
the quirk will go away when interrupt routing gets fixed.

ok dlg@, jmatthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/02 02:41:59

Modified files:
	productivity/zeitgeist: Makefile 
Added files:
	productivity/zeitgeist/patches: patch-libzeitgeist_event_vala 

Log message:
Do not optimize the event variant because that would lead to a segfault
when converting back via from_variant with several events (upstream).
This fixes an empathy and gnome-contacts crash.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/02 04:06:22

Modified files:
	share/man/man4 : vr.4 

Log message:
mention hardware vlan support for 6105M chips.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/02 04:35:18

Modified files:
	net/gajim      : Makefile distinfo 
Added files:
	net/gajim/patches: patch-src_common_helpers_py 

Log message:
- update to gajim-0.15.4
- add missing dependency needed for ssl cert verification

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/02 04:54:43

Modified files:
	net/openconnect: Makefile distinfo 

Log message:
update to OpenConnect 5.02

notable changes:
- workaround for XML POST issues with authgroups (full fix in a future
release, but this interim release has been made to avoid an ABI break)
- fix potential memory corruption which could be triggered by a malicious server


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/02 05:21:49

Modified files:
	x11/mplayer    : Makefile 
	emulators/openmsx: Makefile 
	graphics/rawstudio: Makefile distinfo 

Log message:
Fix some of the ports broken by the move to PIE on i386. This fixes those
ports where there are now insufficient registers, for which using
-fomit-frame-pointer (to free up ebp) is enough to get them building
again. Regen distinfo while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/02 06:04:34

Modified files:
	net/bitlbee    : Makefile distinfo 
	net/bitlbee/patches: patch-configure patch-lib_misc_c 
Removed files:
	net/bitlbee/patches: patch-otr_c patch-otr_h 

Log message:
Update to bitlbee 3.2.1, from maintainer Tom Doherty.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/02 06:28:22

Modified files:
	x11/gigolo     : Makefile 
	x11/gigolo/pkg : PLIST 
Removed files:
	x11/gigolo/patches: patch-wscript 

Log message:
Switch from waf to use autoconf/automake.
While here fix WANTLIB & PLIST.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 06:45:14

Modified files:
	usr.sbin/pkg_add/OpenBSD: Paths.pm signify.pm 

Log message:
adapt to signify changes
allow a separate key for firmwares


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/02 06:50:31

Modified files:
	net/pidgin-sipe: Makefile distinfo 

Log message:
Update to pidgin-sipe 1.17.3, from maintainer Tom Doherty


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/02 07:01:53

Modified files:
	www/vteplugin  : Makefile 

Log message:
Stop using waf, it's actually much simpler to write a do-build target
rather than dealing with a piece-of-crap build system hostile towards
packagers. Fix WANTLIB while here.
Nothing uses devel/waf in tree anymore now.
VS: ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/02 07:02:17

Removed files:
	www/vteplugin/patches: patch-wscript 

Log message:
Forgotten in previous


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 08:01:37

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
Document new options related to signatures


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/02 08:14:50

Modified files:
	app/xterm      : INSTALL MANIFEST THANKS Tekproc.c VTPrsTbl.c 
	                 VTparse.def VTparse.h button.c charproc.c 
	                 charsets.c configure.in ctlseqs.ms ctlseqs.txt 
	                 cursor.c data.c data.h doublechr.c fontutils.c 
	                 fontutils.h graphics.c input.c main.c 
	                 minstall.in misc.c ptyx.h screen.c trace.c 
	                 trace.h util.c version.h xstrings.c xterm.h 
	                 xterm.log.html xterm.man xtermcap.h xtermcfg.h 
	                 xtermcfg.hin 
	app/xterm/package: xterm.spec 
	app/xterm/package/debian: changelog copyright 
	app/xterm/package/freebsd: Makefile 

Log message:
Update to xterm-300. Tested  by ajacoutot@ and shadchin@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/02 08:15:51

Modified files:
	app/xterm      : misc.c 

Log message:
Don't play with libxcursor if XCURSOR_THEM is defined.


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/02 08:30:34

Modified files:
	sys/arch/luna88k/dev: lunafb.c maskbits.h omrasops.c omrasops.h 
	                      omrasops1.c 
	sys/arch/luna88k/luna88k: pmap_table.c 

Log message:
Add primary support for LUNA-88K 4bpp/8bpp frame buffer.

This brings color support on LUNA's wscons.  And, with the help of recent
development version of 'mlterm-fb' (frame buffer version of ports/x11/mlterm),
graphic images can be displayed in 16/256 colors on the screen.  Thanks to
arakiken, the original developer of mlterm!

This diff is based on NetBSD/luna68k work:
http://mail-index.netbsd.org/source-changes/2013/12/28/msg050266.html

Need more work to coexist with the monochrome X.Org server.

"go ahead!" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/02 08:39:12

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Call fuse callbacks on FBT_INIT and FBT_DESTROY.

Issue reported by Helg Bredow, thanks!

With inputs from tedu@
ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 09:05:42

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm PkgAdd.pm PkgCheck.pm 
	                          PkgCreate.pm 

Log message:
zap PKG_PREFIX (undocumented and unused, now)
okay landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 09:27:10

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
be more explicit  in why we don't write DESC
return early instead of adding an extra level of test.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/02 09:29:46

Modified files:
	usr.bin/mandoc : mandoc.h read.c 

Log message:
Since the functions in read.c are part of the mandoc(3) library,
do not print to stderr.  Instead, properly use the mmsg callback.
Issue noticed by Abhinav Upadhyay <er dot abhinav dot upadhyay
at gmail dot com> and Thomas Klausner <wiz at NetBSD>.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 09:34:03

Modified files:
	usr.bin/signify: signify.c 

Log message:
display proper error messages for read/write.
after a lot of bickering with tedu...

"fine, fix it" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 10:02:48

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
Someone accidentally the verb (Henri Kemppainen)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/02 10:05:02

Modified files:
	usr.bin/mandoc : Makefile 

Log message:
LDFLAGS -> LDADD, fixes build on static arches.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 11:19:46

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
make the special file creation more explicit, so that the order actually
doesn't matter


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/02 11:51:51

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Check all MLINKS for consistency with the content of the manual page,
not just the first one.  This doesn't change how the check is done,
but just which MLINKS are checked.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/02 13:13:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PkgCreate.pm 

Log message:
simplify handling of special files some more, that stuff has fixed names
anyways


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/02 13:24:35

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Polish the mlink_add() interface:
Allocate memory inside, not in the callers.
No functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 13:58:20

Modified files:
	app/cwm        : client.c 

Log message:
When a client doesn't specify size hints, nothing prevents a resize to
0x0 - don't allow this situation during mouse resize (check already in
place for kbd resize).

Reported by brynet@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 14:15:39

Modified files:
	app/cwm        : client.c 

Log message:
rename for clarity


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/02 14:16:37

Modified files:
	share/man/man4 : vr.4 

Log message:
pesky double space;


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 14:17:23

Modified files:
	app/cwm        : calmwm.h 

Log message:
gc keycode in keybinding since we only deal with keysym now


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 14:30:20

Modified files:
	app/cwm        : calmwm.h conf.c mousefunc.c xevents.c 

Log message:
bring mousefunc closer to kbfunc


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/02 14:37:28

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/02 15:01:24

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/pkg   : PLIST 
Added files:
	net/curl/patches: patch-docs_libcurl_curl_easy_setopt_3 
Removed files:
	net/curl/patches: patch-include_curl_curl_h 

Log message:
maintenance update to 7.34.0


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/02 15:19:38

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Do not put UTF-8-encoded strings into the database by default, use ASCII.
Just like for mandoc(1), provide a -Tutf8 option for people who want that.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 15:26:27

Modified files:
	app/cwm        : xevents.c 

Log message:
Accept _NET_WM_DESKTOP clientmessage; from Thomas Adam


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 15:43:55

Modified files:
	app/cwm        : xevents.c 

Log message:
Accept _NET_CURRENT_DESKTOP ClientMessage; from Thomas Adam, though
instead of group toggle, group only.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/02 15:44:07

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Avoid "utf8" in the names of a function and a struct member
that don't necessarily have anything to do with UTF-8.
Just renaming, no functional change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/02 15:49:10

Modified files:
	app/cwm        : menu.c 

Log message:
calculate proper menu width/height on the first Expose event; 'jump' (while using gap) noticed by Christian Neukirchen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/02 16:27:38

Modified files:
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/pxeboot: conf.c 
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 

Log message:
crank version after random instruction fix from jsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/02 18:36:39

Log message:
    Import Livestreamer-curses, a curses-based UI for livestreamer that allows
    you to manage your favorite streams.
    reads good to landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2014-Jan-02
    
    N ports/multimedia/livestreamer-curses/Makefile
    N ports/multimedia/livestreamer-curses/distinfo
    N ports/multimedia/livestreamer-curses/files/livestreamer-curses
    N ports/multimedia/livestreamer-curses/pkg/PLIST
    N ports/multimedia/livestreamer-curses/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/02 18:37:03

Modified files:
	multimedia     : Makefile 

Log message:
+livestreamer-curses


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/02 20:00:40

Modified files:
	sys/sys        : exec_elf.h 

Log message:
Fix spelling in comments


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/02 22:05:38

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add the second 7260 PCI id.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/02 22:50:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add some newer Intel wireless PCI ids from 2000, 2030, 135, 100, 3160
and 7265 controllers.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/02 22:52:04

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/02 23:21:04

Modified files:
	net/gnugk      : Makefile distinfo 
	net/gnugk/patches: patch-ProxyChannel_cxx patch-configure 
Removed files:
	net/gnugk/patches: patch-docs_gnugk_1 patch-gk_cxx 

Log message:
Update to gnugk-3.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/02 23:39:57

Modified files:
	security/libgpg-error: Makefile 

Log message:
Fix HOMEPAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/02 23:43:06

Modified files:
	security/libtasn1: Makefile distinfo 
	security/libtasn1/pkg: PLIST 

Log message:
Update to libtasn1-3.4.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 02:30:54

Modified files:
	driver/xf86-input-elographics: ChangeLog Makefile.in aclocal.m4 
	                               config.guess config.sub configure 
	                               configure.ac depcomp 
	driver/xf86-input-elographics/man: Makefile.in 
	driver/xf86-input-elographics/src: Makefile.in xf86Elo.c 

Log message:
Update xf86-input-elographics to 1.4.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 02:37:48

Modified files:
	driver/xf86-input-joystick: ChangeLog Makefile.in aclocal.m4 
	                            config.guess config.h.in config.sub 
	                            configure configure.ac depcomp 
	                            install-sh missing 
	driver/xf86-input-joystick/config: 50-joystick-all.conf 
	                                   Makefile.in 
	driver/xf86-input-joystick/include: Makefile.in 
	driver/xf86-input-joystick/man: Makefile.in joystick.man 
	driver/xf86-input-joystick/src: Makefile.am Makefile.in 
	                                backend_evdev.c jstk.c 
	                                jstk_axis.c jstk_properties.c 

Log message:
Update to xf86-input-joystick 1.6.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 02:41:23

Modified files:
	driver/xf86-input-vmmouse: ChangeLog Makefile.am Makefile.in 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh missing 
	driver/xf86-input-vmmouse/fdi: Makefile.in 
	driver/xf86-input-vmmouse/man: Makefile.in 
	driver/xf86-input-vmmouse/shared: Makefile.in 
	driver/xf86-input-vmmouse/src: Makefile.in vmmouse.c 
	driver/xf86-input-vmmouse/tools: Makefile.am Makefile.in 

Log message:
Update xf86-input-vmmouse to  13.0.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 02:44:25

Modified files:
	lib/libpciaccess: COPYING ChangeLog Makefile.in aclocal.m4 
	                  config.guess config.h.in config.sub configure 
	                  configure.ac depcomp install-sh missing 
	lib/libpciaccess/include: Makefile.in pciaccess.h 
	lib/libpciaccess/man: Makefile.in 
	lib/libpciaccess/scanpci: Makefile.am Makefile.in scanpci.c 
	lib/libpciaccess/src: Makefile.in common_bridge.c 
	                      common_device_name.c common_init.c 
	                      common_interface.c freebsd_pci.c 
	                      netbsd_pci.c pciaccess_private.h 
	                      solx_devfs.c x86_pci.c 
Added files:
	lib/libpciaccess: compile 

Log message:
Update to libpciacces 0.13.2.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 02:48:20

Modified files:
	proto/glproto  : ChangeLog configure.ac glxtokens.h 
Added files:
	proto/glproto  : compile 

Log message:
Update to glproto 1.4.17


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 02:51:01

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-ext_cdparanoia_gstcdparanoiasrc_c 
	multimedia/gstreamer1/plugins-base: Makefile 
Added files:
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-gst_audioresample_resample_c 
	multimedia/gstreamer1/plugins-base/patches: 
	                                            patch-gst_audioresample_resample_c 
Removed files:
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-gst_audioresample_resample_sse_h 
	                                                patch-gst_audioresample_speex_resampler_double_c 
	                                                patch-gst_audioresample_speex_resampler_float_c 
	multimedia/gstreamer1/plugins-base/patches: 
	                                            patch-gst_audioresample_resample_sse_h 
	                                            patch-gst_audioresample_speex_resampler_double_c 
	                                            patch-gst_audioresample_speex_resampler_float_c 

Log message:
Simplify patching.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/03 03:21:01

Modified files:
	multimedia/livestreamer-curses: Makefile 

Log message:
add ${_MODPY_BUILD_DEPENDS} to BDEP, NO_BUILD is set to Yes but MODPY_BIN
is used during do-install.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 03:22:12

Modified files:
	graphics/argyll: Makefile distinfo 
	graphics/argyll/patches: patch-Jamtop patch-spectro_hidio_c 
	graphics/argyll/pkg: PLIST 

Log message:
Update to argyllcms-1.6.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/03 03:31:09

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Fix previous commit, which clearly was not even compile tested, since it
broke the tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/03 03:32:44

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/03 05:43:09

Modified files:
	sys/net        : pf_if.c pf_ioctl.c pfvar.h 

Log message:
Make queues disappear correctly on interfaces being destroyed.

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/03 05:48:58

Modified files:
	sys/net        : hfsc.c pf.c pf_ioctl.c pfvar.h 

Log message:
Switch frequently allocated structs from malloc(M_DEVBUF) to separate pools.

ok henning, "looks fine" mikeb, input from guenther.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 05:54:59

Modified files:
	usr.sbin/pkg_add: package.5 pkg_create.1 pkg_info.1 

Log message:
start moving internal annotations' description into package(5) proper,
pkg_create(1) should only document what users can use.
Accordingly, describe dependencies in terms of -P and -W directly.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 06:01:26

Modified files:
	lib/libXft/src : xftglyphs.c 

Log message:
MFC: Use FT_*_H macros instead of including <freetype/*.h>

freetype moved its headers around in 2.5.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 06:10:04

Modified files:
	usr.sbin/pkg_add: package.5 pkg_create.1 

Log message:
finish moving annotations around


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 06:12:35

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
explain why digital-sig must be unique


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/03 06:17:44

Modified files:
	x11/kde4/okular: Makefile 
	x11/kde4/okular/pkg: PLIST 

Log message:
correct @conflict marker.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 06:26:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
make sure elements are not set manually, namely forbid
@depend (use -P)
@wantlib (use -W)
@name (duh)
@arch
@localbase
@option manual-installation
@comment pkgpath=...
(some of this is actually redundant, but will give more explicit error
messages)


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/03 06:48:25

Modified files:
	sys/arch/luna88k/dev: lunafb.c 

Log message:
KNF, update comments, and delete LUNA(m68k) specific DIPSW comments.
No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 06:50:04

Modified files:
	print/poppler  : Makefile distinfo 

Log message:
Bugfix update to poppler-0.24.5.

ok kili@ (maintainer)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/03 07:23:50

Modified files:
	app/cwm        : client.c 

Log message:
state is long


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 07:26:47

Modified files:
	www/phpvirtualbox: Makefile distinfo 
	www/phpvirtualbox/pkg: PLIST 

Log message:
Update to phpvirtualbox-4.3.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 07:58:54

Modified files:
	usr.sbin/fw_update: fw_update.sh 

Log message:
explicitly tells pkg_add we're fw_update, will have some nice side-effects
later.

okay deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/03 08:23:16

Modified files:
	usr.sbin/pkg_add: package.5 pkg_create.1 

Log message:
remove trailing whitespace and unneccessary macros from previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/03 08:25:18

Modified files:
	usr.bin/whois  : whois.c 

Log message:
The whois() function is called in a loop so make sure we close the
socket to the whois server before returning.  Adapted from a diff
from Loganaden Velvindron.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/03 08:29:06

Modified files:
	app/cwm        : calmwm.c calmwm.h conf.c kbfunc.c menu.c 
	                 screen.c search.c xevents.c xutil.c 

Log message:
use consistent types


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/03 08:32:49

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/03 08:35:23

Modified files:
	lib/libpthread/man: pthread_mutex_init.3 

Log message:
some more information, based on a diff by sven falempin


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 08:42:22

Modified files:
	usr.bin/signify: signify.c 

Log message:
terminate b64 encoded lines. decoding happily skips \n.
okay tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/03 08:52:04

Modified files:
	bin/date       : date.1 

Log message:
note that our date supports traditional bsd date format, which is
different to what posix/xpg specifies;

diff originally posted to tech, changed after some feedback from
kettenis, then a bit more from schwarze and sobrado;

ok schwarze sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/03 08:53:04

Modified files:
	graphics/png   : Makefile distinfo 

Log message:
SECURITY update to 1.6.8:
Fix a null pointer dereference (CVE-2013-6954)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 09:01:53

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-glib_gfileutils_c 

Log message:
From upstream: g_get_current_dir(): consult PWD first


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/03 09:02:20

Modified files:
	x11/gnome/terminal: Makefile 
	x11/gnome/terminal/patches: patch-src_client_c 
	                            patch-src_terminal_c 

Log message:
Sync patches with upstream now that g_get_current_dir() does the right
thing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/03 09:18:11

Modified files:
	lang/io        : Makefile 
	lang/io/pkg    : PLIST 

Log message:
Add dependency on graphics/freeglut, building the Font and OpenGL
extensions.

Hidden dependency noticed by naddy@. OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/03 09:21:58

Modified files:
	usr.sbin/dhcpd : dhcp-options.5 dhcpd.8 dhcpd.conf.5 
	                 dhcpd.leases.5 

Log message:
consistent Nd lines for the various dhcp bits; help/ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/03 09:24:06

Modified files:
	lib/libpthread/man: pthread_mutex_init.3 

Log message:
sort SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 09:56:22

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
PATH is now fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 10:10:27

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
let signify have an actual parameters: the file to sign/verify
clarify SYNOPSIS, as options are highly dependent on the mode.
okay tedu@,
usage suggestion by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 10:10:57

Modified files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
synch with signify usage


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/03 10:13:42

Modified files:
	usr.bin/signify: signify.c 

Log message:
replace hand rolled strchr with strchr


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/03 10:14:47

Modified files:
	usr.bin/signify: signify.c 

Log message:
don't initialize declared variable with a function call


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/03 10:52:18

Log message:
    Import ruby 2.1.0
    
    OK landry@
    
    Status:
    
    Vendor Tag:	jeremy
    Release Tags:	jeremy_2014-Jan-03
    
    N ports/lang/ruby/2.1/distinfo
    N ports/lang/ruby/2.1/Makefile
    N ports/lang/ruby/2.1/patches/patch-ext_socket_option_c
    N ports/lang/ruby/2.1/patches/patch-lib_rinda_ring_rb
    N ports/lang/ruby/2.1/patches/patch-lib_fileutils_rb
    N ports/lang/ruby/2.1/patches/patch-common_mk
    N ports/lang/ruby/2.1/patches/patch-configure
    N ports/lang/ruby/2.1/patches/patch-ext_extmk_rb
    N ports/lang/ruby/2.1/patches/patch-lib_rubygems_commands_install_command_rb
    N ports/lang/ruby/2.1/patches/patch-lib_rubygems_dependency_installer_rb
    N ports/lang/ruby/2.1/patches/patch-lib_rubygems_ext_ext_conf_builder_rb
    N ports/lang/ruby/2.1/patches/patch-ext_tk_extconf_rb
    N ports/lang/ruby/2.1/pkg/PLIST-gdbm
    N ports/lang/ruby/2.1/pkg/PLIST-main
    N ports/lang/ruby/2.1/pkg/DESCR-gdbm
    N ports/lang/ruby/2.1/pkg/DESCR-main
    N ports/lang/ruby/2.1/pkg/DESCR-ri_docs
    N ports/lang/ruby/2.1/pkg/DESCR-tk
    N ports/lang/ruby/2.1/pkg/MESSAGE-main
    N ports/lang/ruby/2.1/pkg/PLIST-ri_docs
    N ports/lang/ruby/2.1/pkg/PLIST-tk
    N ports/lang/ruby/2.1/pkg/UNMESSAGE-main
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/03 10:53:38

Modified files:
	lang/ruby      : Makefile 

Log message:
Hook ruby 2.1 up to the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:37:48

Modified files:
	www/sope       : Makefile distinfo 

Log message:
update SOPE to 2.1.1b

OK giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:39:51

Modified files:
	www/sogo       : Makefile distinfo 
	www/sogo/patches: patch-SOPE_GDLContentStore_EOQualifier+GCS_m 
	                  patch-SOPE_GDLContentStore_GCSFolder_m 
	                  patch-UI_MailPartViewers_UIxMailPartViewer_m 
	www/sogo/pkg   : PLIST README 
Added files:
	www/sogo/patches: patch-UI_MailPartViewers_GNUmakefile 

Log message:
update SOGo to 2.1.1b

the default changed where the SOGo daemon listens on: now on 127.0.0.1:20000
If needed, to get back the old behaviour listening on *:20000 follow instructions in the
pkg README.

OK giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:44:44

Modified files:
	x11/gnustep/make: Makefile distinfo 
	x11/gnustep/make/patches: patch-GNUmakefile_in 
	x11/gnustep/make/pkg: PLIST 

Log message:
minor update to 2.6.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:53:01

Modified files:
	x11/gnustep/base: Makefile distinfo 
	x11/gnustep/base/pkg: PLIST 

Log message:
update to 1.24.6

NSUUID implemented
New OSX version macros
TLS support improvements
Various new methods for OSX compatibility
Various other bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:55:36

Modified files:
	x11/gnustep/gui: Makefile distinfo 
	x11/gnustep/gui/pkg: PLIST 
Removed files:
	x11/gnustep/gui/patches: patch-Source_NSBitmapImageRep+GIF_m 
	                         patch-Source_NSBitmapImageRep+PNG_m 
	                         patch-Source_NSBitmapImageRep_m 
	                         patch-Source_NSParagraphStyle_m 
	                         patch-Tools_speech_GSSpeechSynthesizer_m 

Log message:
update to 0.24.0

Require newer base release as its moved the
-replaceObject:withObject: of NSKeyedUnarchiver there.
Support for newer releases of the gif library.
NSTabView is now flipped.
Theme improvements and changes to image mapping.
Many bugfixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/03 11:56:56

Modified files:
	x11/gnustep/back: Makefile distinfo 

Log message:
update to 0.24.0

accompanying to the gnustep-gui update,
Added experimental Opal backend.
Allow for ARGB visual for OpenGL.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/03 12:53:02

Modified files:
	devel/libgit2/libgit2-glib: Makefile distinfo 
	devel/libgit2/libgit2-glib/pkg: PLIST 

Log message:
update to libgit2-glib-0.0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/03 12:58:54

Modified files:
	sys/net        : hfsc.c 

Log message:
Purging a queue requires it to be non-empty, not empty.

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/03 13:16:31

Modified files:
	graphics/netpbm: Makefile distinfo 
Added files:
	graphics/netpbm/patches: patch-editor_ppmquantall 

Log message:
* convert ppmquantall script from bash to sh syntax; from FreeBSD
* update to 10.35.91: minor bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/03 13:20:58

Modified files:
	security/stunnel/patches: patch-tools_stunnel_conf-sample_in 

Log message:
missing RCS id.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/03 13:47:01

Modified files:
	audio/mpg123   : Makefile distinfo 
	audio/mpg123/patches: patch-configure 
	                      patch-src_output_Makefile_in 

Log message:
maintenance update to 1.17.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/03 14:47:33

Modified files:
	sysutils/ggrep : Makefile distinfo 
	sysutils/ggrep/pkg: PLIST 

Log message:
update to 2.16

tweaks and OK naddy@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	benno@cvs.openbsd.org	2014/01/03 15:15:24

Modified files:
	productivity/zim: Makefile distinfo 
	productivity/zim/patches: patch-zim_config_py 
	productivity/zim/pkg: DESCR PLIST 

Log message:
update zim to version 0.60
OK juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/03 15:29:00

Modified files:
	sbin/init      : init.c 

Log message:
Do not raise the securelevel when transitioning from catatonia to
multiuser since we are not actually going multiuser.  Fixes a problem
where the securelevel was raised for rc.shutdown even when reboot
was run from single user mode.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/03 15:47:18

Modified files:
	usr.bin        : Makefile 

Log message:
signify into the build


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/03 16:11:20

Modified files:
	x11/gigolo     : Makefile 

Log message:
make show=BUILD_DEPENDS -> shows you that CONFIGURE_STYLE=gnu is not
enough to get autoconf/automake...


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/03 16:24:19

Modified files:
	etc            : rc 

Log message:
Use kern.securelevel to determine whether or not we are in single
user mode now that init no longer raises securelevel during reboot.
OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/03 17:10:18

Modified files:
	infrastructure/bin: register-plist 

Log message:
move to @signer


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 17:14:08

Modified files:
	share/man/man5 : bsd.port.mk.5 
	usr.sbin/pkg_add: package.5 pkg_create.1 
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 
	                          Paths.pm PkgCreate.pm signify.pm 

Log message:
vendor->signer
shorten pubkey -> pub (naddy@)
\\ -> \e (jmc@)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/03 17:20:08

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/03 18:42:46

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
mark @vendor as old keyword so that transitory packages can be handled
thru pkg_delete -q


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/04 00:51:53

Modified files:
	net/tintin++   : Makefile distinfo 
	net/tintin++/pkg: PLIST 
Removed files:
	net/tintin++/patches: patch-Makefile_in patch-configure 
	                      patch-echo_c patch-files_c 
	                      patch-install_sh patch-main_c patch-misc_c 
	                      patch-net_c patch-parse_c patch-utils_c 

Log message:
Update tintin++ to 2.01.0, from Ted Roby <troby AT freeshell DOT org>
(taking MAINTAINER)
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/04 01:54:21

Modified files:
	security/libgcrypt: Makefile distinfo 
	security/libgcrypt/patches: patch-mpi_longlong_h 
	security/libgcrypt/pkg: PLIST 

Log message:
Update to libgcrypt-1.6.0.

tested in a bulk by landry@, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/04 02:05:24

Modified files:
	x11/icewm      : Makefile distinfo 
	x11/icewm/patches: apm-patch-src_aapm_cc apm-patch-src_aapm_h 
	                   patch-Makefile_in patch-configure 
	                   patch-src_Makefile_in patch-src_default_h 
	                   patch-src_wmapp_cc 
Removed files:
	x11/icewm/patches: patch-src_base_h 

Log message:
Update to icewm-1.3.8.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/04 02:09:28

Modified files:
	textproc/redland-bindings/patches: patch-configure 

Log message:
Fix after swig update:
configure checks for php version using $PHP_VERSION '>' 5.0.0, which wont
fly with our sh... and since we dont have php4 anyway, assume PHP_SWIG will
be php5. Was probably broken before that..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/04 02:36:27

Added files:
	mail/zarafa/zarafa/patches: patch-swig_icalmapi_i 

Log message:
Fix build with SWIG 2.0.x

https://jira.zarafa.com/browse/ZCP-11548
https://jira.zarafa.com/secure/attachment/22284/zarafa-7.1.4-swig20.patch


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/04 03:49:21

Modified files:
	sys/arch/aviion/stand/libsa: exec.c 
	sys/arch/hp300/stand/libsa: exec_hp300.c 
	sys/arch/mvme68k/stand/libsa: exec_mvme.c 
	sys/arch/mvme88k/stand/libsa: exec_mvme.c 
	sys/arch/vax/stand/boot: boot.c 

Log message:
Add rnddata[] placeholders to make these boot blocks build again.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/04 05:50:12

Modified files:
	audio/easytag  : Makefile distinfo 
	audio/easytag/pkg: PLIST 

Log message:
Update to easytag-2.1.9.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/04 07:13:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
oops, it's global to the set, no need to do it several times


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/04 07:13:39

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
more forbidden elements


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/04 07:14:55

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm PackingElement.pm 

Log message:
recognize @option firmware


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/04 08:39:17

Modified files:
	usr.bin/cdio   : cddb.c 

Log message:
Properly validate index value received from CDDB server.

ok deraadt@, millert@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/04 08:52:07

Modified files:
	proto/x11proto : ChangeLog Xfuncproto.h.in Xmd.h Xproto.h 
	                 configure.ac keysymdef.h 
Added files:
	proto/x11proto : compile 

Log message:
Update to x11proto 7.0.25


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/04 08:53:46

Modified files:
	app/xauth      : ChangeLog Makefile.am Makefile.in README 
	                 aclocal.m4 config.guess config.h.in config.sub 
	                 configure configure.ac depcomp gethost.c 
	                 install-sh missing process.c xauth.c 
	app/xauth/man  : Makefile.in xauth.man 

Log message:
Update to xauth 1.0.8


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/04 08:54:05

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/04 09:42:46

Added files:
	net/bitlbee/patches: patch-otr_c 

Log message:
fix build of otr flavor; from maintainer Tom Doherty


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/04 09:52:09

Modified files:
	www/varnish    : Makefile distinfo 

Log message:
Update to varnish 3.0.5.
From maintainer with minor tweaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/04 10:10:56

Added files:
	regress/usr.bin/make: mk35 

Log message:
to do: this is a fatal error, we want a decent error message


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/04 10:50:55

Modified files:
	usr.bin/ssh    : mac.c monitor_mm.c monitor_mm.h xmalloc.c 

Log message:
use standard types and formats for size_t like variables. ok dtucker


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/04 11:27:03

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
accept [0-9]lua as a valid section name (netbsd only);
from wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/04 13:28:24

Modified files:
	sys/arch/macppc/macppc: ofw_machdep.c 

Log message:
Fix of_cmap[] size. Makes the textmode cursor reappear on vgafb (i.e.
non-radeon) systems.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/04 13:49:57

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
Update Manaplus to 1.4.1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/04 14:20:53

Modified files:
	security/py-pykpass: Makefile 

Log message:
use ${MODPY_WANTLIB} and regen WANTLIB while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/04 14:21:55

Modified files:
	graphics/py-matplotlib: Makefile 
	lang/io        : Makefile 

Log message:
use ${MODPY_WANTLIB}


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 16:42:32

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
New implementation of complex search criteria using \(, \), -a because
the old implementation got lost in the Berkeley to SQLite switch.
Note that this is not just feature creep, but required for upcoming
database format cleanup and simplification.

The following takes less than half a second on my Z61m ThinkPad:
time ./obj/apropos An=kettenis -a \( Cd=vnet -o Xr=vbus \)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 17:29:49

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c mansearch.h 

Log message:
Put section and architecture info into the keys table,
in preparation for removing them from the mpages table,
aiming for cleaner and more uniform interfaces.
Database growth is below 4%, part of which will be reclaimed.

As a bonus, this allows searches like:
./obj/apropos An=kettenis -a arch=ppc
./obj/apropos An=kettenis -a sec~[^4]


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/04 18:16:52

Modified files:
	etc/etc.alpha  : MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.armish : MAKEDEV.md 
	etc/etc.armv7  : MAKEDEV.md 
	etc/etc.aviion : MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 
	etc/etc.landisk: MAKEDEV.md 
	etc/etc.loongson: MAKEDEV.md 
	etc/etc.luna88k: MAKEDEV.md 
	etc/etc.macppc : MAKEDEV.md 
	etc/etc.mvme68k: MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV.md 
	etc/etc.octeon : MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV.md 
	etc/etc.socppc : MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV.md 
	etc/etc.vax    : MAKEDEV.md 
	etc/etc.zaurus : MAKEDEV.md 

Log message:
We need /dev/random on the install media
discussed with rpe and halex


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/04 18:27:59

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.armv7  : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : 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.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.octeon : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.zaurus : MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/04 18:51:15

Modified files:
	sysutils/ntfs-3g: Makefile 
Added files:
	sysutils/ntfs-3g/patches: patch-libntfs-3g_mft_c 

Log message:
Detect page size using sysconf, since PAGE_SIZE isn't always usable from
userland.  Fix a problem reported by Donovan Watteau.  Hint from deraadt@,
ok syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/04 18:52:17

Modified files:
	distrib/miniroot: install.sub 

Log message:
provide feed_random() and store_random().  The first is used by install or
upgrade to feed as much additional usable entropy (as early as possible)
to the current bsd.rd install kernel.  The latter is used late in the
procedure to store entropy for the next boot (of a real kernel)
based on an issue described by dtucker, must conversation with halex and rpe
tested by rpe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/04 18:53:35

Modified files:
	distrib/miniroot: upgrade.sh 

Log message:
We can feed_random right after mounting the filesystems, hoping we pick
up the previous kernel's /var/db/host.random
ok rpe


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/04 18:56:52

Modified files:
	distrib/miniroot: install.sh 

Log message:
Like upgrade, use feed_random right after mounting filesystems.  This
is less than ideal.  We hope the kernel has good entropy already, because
this is a reinstall??  Or maybe the ftp server startup has run to completion?
Or if this is an autoinstall, that config has enough unique in it?  This
needs more work, but the existing late-entropy feed sequence is worse.
discussed at length with rpe, who tested it


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 20:06:36

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c 

Log message:
Reimplement apropos -s NUM -S ARCH EXPR by internally converting it to
apropos \( EXPR \) -a 'sec~^NUM$' -a 'arch~^(ARCH|any)$'
in preparation for removal of sec and arch from the mpage table.

Almost no functional change except for the following bonus:
This also makes sure that for cross-section and cross-arch MLINKs,
all of the following work:
apropos -s 1 encrypt
apropos -s 8 encrypt
apropos -s 1 makekey
apropos -s 8 makekey
Before this commit, they don't, neither for the
old makewhatis(8)/apropos(1) combo nor for the new one.

While here, print error messages about invalid regexps to stderr.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 20:25:51

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c 

Log message:
Remove the obsolete sec and arch columns from the mpages table.
They were confusing because a manpage can have MLINKS in different
sections and architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 21:13:46

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c 

Log message:
Remove the obsolete file name column from the mpages table.
This column wasn't helpful because one manpage can have multiple MLINKS.
Use the file name column in the mlinks table, instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 21:48:35

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Rip out the complete "reachable" checks, without replacement.
It's a pity i spent time during t2k13 writing this; however,
when an entire concept is busted, let us not look back.

There is no such thing as an unreachable page.  Even if you are crazy
enough to put a page starting with ".Dt NAMEI 9" into a file man1/cat.1,
we now make sure that it can be found by all of the following:
Nm=namei Nm=cat sec=1 sec=9
It will always be displayed as:
cat(1) - pathname lookup
So you know that you have to type `man cat` to get at it.
That obsoletes the concept of "unreachable manuals" for good.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 22:04:06

Modified files:
	bin/date       : date.1 

Log message:
date(1) can only exit(0) or exit(1), not exit(2), so make this .Ex -std;
obviouly, this was forgotten in rev. 1.57 when removing timed(8) support.
ok jmc@ sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 22:11:17

Modified files:
	bin/date       : date.1 

Log message:
some conversion specifiers are not required by POSIX;
joint work and OK jmc@ sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/04 22:27:44

Modified files:
	bin/date       : date.c 

Log message:
garbage collect unused global variable retval,
forgotten in rev. 1.36 when removing timed(8) support;
proofed by sobrado@


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/01/04 23:42:51

Modified files:
	.              : plus.html 

Log message:
plus.html for Dec 23-29.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/05 00:08:00

xenocara/app/xauth/tests

Update of /cvs/xenocara/app/xauth/tests
In directory cvs.openbsd.org:/tmp/cvs-serv29500/tests

Log Message:
Directory /cvs/xenocara/app/xauth/tests added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/05 00:08:53

Added files:
	app/xauth/tests: Makefile.am Makefile.in test_xauth.c 

Log message:
Missing files for xauth 1.0.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/05 01:35:01

Modified files:
	devel/libgsf   : Makefile distinfo 
	devel/libgsf/pkg: PLIST 

Log message:
Update to libgsf-1.14.29.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/05 02:11:52

Modified files:
	sysutils/cyphertite: Makefile distinfo 
	sysutils/cyphertite/pkg: PLIST 

Log message:
Update to cyphertite 2.0.0.

from David Hill (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/05 02:30:36

Modified files:
	bin/date       : date.1 

Log message:
comma previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/05 03:24:30

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm Update.pm 

Log message:
have -DFW_UPDATE set @option firmware on downloaded firmwares.
- normal pkg_add -u should ignore them
- pkg_delete will ask about deleting them

okay landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/05 03:29:16

Modified files:
	usr.sbin/pkg_add: pkg_add.1 package.5 

Log message:
document -DFW_UPDATE/@option firmware


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 03:43:49

Modified files:
	sysutils/augeas: Makefile 
Added files:
	sysutils/augeas/patches: patch-src_transform_c 

Log message:
Security fix for CVE-2013-6412,
augeas: incorrect permissions set on newly created files


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 03:54:03

Modified files:
	sysutils/augeas: Tag: OPENBSD_5_4 Makefile 
Added files:
	sysutils/augeas/patches: Tag: OPENBSD_5_4 patch-src_transform_c 

Log message:
Security fix for CVE-2013-6412,
augeas: incorrect permissions set on newly created files


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 06:32:43

Modified files:
	misc/memcached : Makefile 
	misc/memcached/patches: patch-items_c 
Added files:
	misc/memcached/patches: patch-memcached_c patch-t_issue_192_t 

Log message:
security fixes for CVE-2011-4971 and CVE-2013-0179

from donovan watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 06:34:49

Modified files:
	misc/memcached : Tag: OPENBSD_5_4 Makefile 
	misc/memcached/patches: Tag: OPENBSD_5_4 patch-items_c 
Added files:
	misc/memcached/patches: Tag: OPENBSD_5_4 patch-memcached_c 
	                        patch-t_issue_192_t 

Log message:
security fixes for CVE-2011-4971 and CVE-2013-0179

from donovan watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 06:50:07

Modified files:
	textproc/ruby-yard: Makefile distinfo 
	textproc/ruby-yard/pkg: PLIST 

Log message:
update to yard-0.8.7.3


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/05 07:37:08

Modified files:
	sys/arch/alpha/alpha: pmap.c 
	sys/arch/alpha/include: pmap.h 

Log message:
Cleanup some leftovers from previous changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/05 08:03:57

Modified files:
	sys/dev        : softraid.c 

Log message:
On some architectures you can get away with using an uninitialised mutex;
this is not the case on hppa (practically the only architecture where
unlocked has a non-zero value). This one has been hiding since r1.223...

Found the hard way by juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/05 09:02:40

Modified files:
	usr.sbin/installboot: Makefile 
Added files:
	usr.sbin/installboot: installboot.8 

Log message:
Add initial man page for installboot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/05 09:03:48

Modified files:
	usr.sbin       : Makefile 

Log message:
Hook installboot into the build.

Discussed with deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/05 09:54:04

Modified files:
	net/samba/patches: patch-source3_configure_in 

Log message:
fix configure logic, prevent hidden header dependencies.
okay nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 11:37:04

Modified files:
	devel/jenkins/devel: Makefile distinfo 

Log message:
update to jenkins-1.545

ok ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 11:37:51

Modified files:
	devel/jenkins/devel: Makefile 
	devel/jenkins/pkg: jenkins.rc 
	devel/jenkins/stable: Makefile 

Log message:
jenkins doesn't do anything with the current rc_stop, so poke it a bit harder.

ok ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/05 11:39:05

Modified files:
	graphics/libcaca: Makefile distinfo 
	graphics/libcaca/patches: patch-Makefile_in 
	                          patch-caca_Makefile_in patch-configure 

Log message:
Update libcaca to 0.99beta18. Take MAINTAINER. Disable tests, they don't
work correctly.
ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/05 11:43:25

Log message:
    Import misc/toilet. TOIlet is a banner art generator with Unicode font and
    color support. It can use FIGlet fonts as well.
    ok landry@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2014-Jan-05
    
    N ports/misc/toilet/Makefile
    N ports/misc/toilet/distinfo
    N ports/misc/toilet/pkg/PLIST
    N ports/misc/toilet/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/05 11:43:48

Modified files:
	misc           : Makefile 

Log message:
+toilet


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2014/01/05 12:51:45

Modified files:
	lang/io        : Makefile 

Log message:
Add lang/python to MODULE, and sync WANTLIB.

Ok jasper@ jeremy@ maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/01/05 13:23:57

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S machdep.c mptramp.S 
	sys/arch/amd64/include: hibernate_var.h mpbiosvar.h 
	sys/arch/i386/i386: acpi_wakecode.S machdep.c mptramp.s 
	sys/arch/i386/include: hibernate_var.h mpbiosvar.h 
	sys/dev/acpi   : acpivar.h 

Log message:
Don't use the first 64KB for anything, including tramps. Move tramps and
hibernate goo up after 64KB to avoid posible corruption by buggy BIOS SMM
code. Diff also ensures the first 64KB doesn't get handed to UVM either.

ok deraadt@, tested by many with no regressions reported


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 13:26:27

Modified files:
	usr.bin/mandoc : libman.h libmandoc.h libmdoc.h main.c man.c 
	                 mandoc.h mandocdb.c mdoc.c read.c 

Log message:
Add an option -Q (quick) to mandocdb(8)
for accelerated generation of reduced-size databases.

Implement this by allowing the parsers to optionally
abort the parse sequence after the NAME section.

While here, garbage collect the unused void *arg attribute
of struct mparse and mparse_alloc().

This reduces the processing time of mandocdb(8) on /usr/share/man
by a factor of 2 and the database size by a factor of 4.
However, it still takes 5 times the time and 6 times the space
of makewhatis(8), so more work is clearly needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/05 13:53:56

Modified files:
	usr.sbin/bgpctl: parser.c 

Log message:
missing newline on error message


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 14:02:43

Modified files:
	usr.bin/mandoc : tbl_data.c 

Log message:
Merge NetBSD rev. 1.4:
Rename static function data() to getdata()
to work around bugs in the NetBSD PPC64 toolchain.
Original author of the patch: Christos Zoulas <christos@NetBSD>.
Received via Joerg Sonnenberger <joerg@NetBSD>.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 14:21:08

Modified files:
	usr.bin/mandoc : html.c term_ps.c 

Log message:
Fix one case where a non-literal is used as format string.
Fix another case where a variable is formatted using the wrong type.
Patch from Joerg Sonnenberger <joerg@NetBSD>.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 15:55:33

Modified files:
	databases/ruby-kirbybase: Makefile 

Log message:
do-regress is poisoned


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/05 15:56:09

Modified files:
	devel/gpatch   : Makefile 

Log message:
pre-regress is no more


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/01/05 16:06:54

Modified files:
	sys/arch/amd64/amd64: hibernate_machdep.c 
	sys/arch/amd64/include: hibernate_var.h 

Log message:
HIBERNATE_SELTABLE is not used anymore. Remove, and reclaim its stolen
page.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/05 16:11:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
don't whine about octal numbers > 2^32. They're not portable, but
they work on all OpenBSD platforms.

Shuts up warning noticed by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/05 16:55:25

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Realtek RTS5227


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/05 16:56:35

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/05 17:52:21

Modified files:
	share/man/man5 : fstab.5 

Log message:
Mention tmpfs


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 17:53:14

Modified files:
	share/man/man7 : man.7 
	usr.bin/mandoc : lib.in main.c man.c mdoc_validate.c read.c 

Log message:
Joerg Sonnenberger contributed copyrightable amounts of text to
some files.  To make it clear that he also put his contributions
under the ISC license, with his explicit permission, add his
Copyright notice to the relevant files.  No code change.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/05 18:50:54

Modified files:
	usr.bin/signify: signify.c 

Log message:
tedu unused macro.
okay tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/05 19:24:49

Modified files:
	devel/ruby-gems: Makefile 
Added files:
	devel/ruby-gems/patches: patch-lib_rubygems_version_rb 

Log message:
Add patch to fix algorithmic complexity vulnerabilities CVE-2013-4287
and CVE-2013-4363.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/05 19:25:33

Modified files:
	lang/ruby/1.9  : Makefile 
Added files:
	lang/ruby/1.9/patches: patch-lib_rubygems_version_rb 

Log message:
Add patch to fix algorithmic complexity vulnerabilities CVE-2013-4287
and CVE-2013-4363 in rubygems.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 20:02:40

Modified files:
	usr.bin/mandoc : apropos.c mandocdb.c mansearch.c mansearch.h 

Log message:
Drop Nd from the mpages table, it is still in the keys table.
This shrinks the database in standard mode by 3%, in -Q mode by 9%,
without loss of functionality.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/05 20:37:38

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update Seed7 to 20140105.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/05 20:52:05

Modified files:
	usr.bin/mandoc : mandocdb.c mansearch.c 

Log message:
Remove the redundant "file" column from the "mlinks" table.
The contents can easily be reconstructed from sec, arch, name, form.
Shrinks the database by another 3% in standard mode and 9% in -Q mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/05 23:54:15

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
Recognize the ALC292


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/06 01:50:47

Modified files:
	security/gnutls: Makefile 

Log message:
Tweak comment; no pkg change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/06 02:26:34

Modified files:
	devel/ruby-gems: Tag: OPENBSD_5_4 Makefile 
Added files:
	devel/ruby-gems/patches: Tag: OPENBSD_5_4 
	                         patch-lib_rubygems_version_rb 

Log message:
Add patch to fix algorithmic complexity vulnerabilities CVE-2013-4287
and CVE-2013-4363.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/06 02:36:32

Modified files:
	lang/ruby/1.9  : Tag: OPENBSD_5_4 Makefile 
Added files:
	lang/ruby/1.9/patches: Tag: OPENBSD_5_4 
	                       patch-lib_rubygems_version_rb 

Log message:
security fix for CVE-2013-{4287,4363}


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2014/01/06 03:47:15

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/pkg: PLIST-contrib PLIST-docs 
	                          PLIST-plpython PLIST-server 

Log message:
Critical update to 9.3.2.
Fixes three serious data-loss bugs affecting replication and
database maintenance.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2014/01/06 03:50:57

Modified files:
	databases/postgresql: Tag: OPENBSD_5_4 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_5_4 PLIST-docs 

Log message:
Critical update to 9.2.6.
Fixes three serious data-loss bugs affecting replication and
database maintenance.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2014/01/06 03:57:27

Modified files:
	databases/postgresql: Tag: OPENBSD_5_3 Makefile distinfo 
	databases/postgresql/pkg: Tag: OPENBSD_5_3 PLIST-docs 

Log message:
Critical update to 9.2.6.
Fixes three serious data-loss bugs affecting replication and
database maintenance.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:08:18

Modified files:
	usr.bin/make   : suff.c var.c var.h 

Log message:
fix error messages, avoid dereferencing null pointers.
- the code becomes too indented, pull it into a separate function
- add an extra hint, the current_gnode.
- specifically, variables may be expanded during
target: prereq  solving in Suff_FindDeps, this is after parsing,
not during command execution, and the only actual indication with have is
that we're resolving a prereq of.

(this ought to fix mk35, and partially solve mk34)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:15:40

Modified files:
	usr.bin/make   : var.c 

Log message:
this actually requires a comment. I would never have figured it out if
it wasn't for the arm error.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:21:45

Modified files:
	usr.bin/make   : make.c 

Log message:
Suff_FindDeps must happen before SuffExpandChildren (expand_all_children)
so that dynamic variables are solved properly


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:31:56

Modified files:
	regress/usr.bin/make: Makefile mk34 
Added files:
	regress/usr.bin/make: t38.out 

Log message:
turn mk34 into a proper full-fledged test.
forgot to link t37 into the build


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:34:42

Modified files:
	regress/usr.bin/make: Makefile 
Added files:
	regress/usr.bin/make: t39.out 

Log message:
add a proper test for error message location as well.
trim excess copy&paste from former targets


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 05:38:10

Modified files:
	usr.bin/cdio   : cddb.c 

Log message:
fgetln may return incomplete lines (Tobias Stoeckmann <tobias@stoeckmann.org>)

simple solution: error out. This is not a correct cddb answer anyways.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/01/06 06:01:20

Modified files:
	sys/netinet6   : in6_ifattach.c 

Log message:
Make in6_ifdetach() remove the ff01::1 route for the detaching interface, too.
The route used to linger after an interface detached from IPv6.
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 06:54:11

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Rename dbindex() to dbadd() to be less confusing.
The concept of an index file is gone since the switch to SQLite.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2014/01/06 07:29:25

Modified files:
	sys/arch/i386/include: pmap.h 
	sys/arch/i386/i386: pmapae.c pmap.c 

Log message:
Increase NPTECL, as cache-lines are 64-bytes nowadays.
Also move it from pmap.h to pmap.c because it is an internal detail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2014/01/06 07:46:02

Modified files:
	www/dokuwiki   : Makefile distinfo 
	www/dokuwiki/pkg: PLIST 

Log message:
Update to the last version (Binky 2013-12-08)

"go ahead" ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 08:32:44

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Fix mandocdb(8) -d and -u.
It was broken by recent optimizations.


CVSROOT:	/cvs
Module name:	src
Changes by:	uebayasi@cvs.openbsd.org	2014/01/06 09:17:33

Modified files:
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/socppc/socppc: machdep.c 

Log message:
Make macppc/socppc boot() code path more similar to others.

This changes calling boot() during (cold != 0) to not call if_downall() and
uvm_shutdown().  Both of which must not be specific to PowerPC.

OK mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/06 09:47:32

Modified files:
	www/nginx      : Makefile 

Log message:
Build {devel,stable},naxsi

ok landry@ william@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/06 10:36:33

Modified files:
	x11/dbus       : Makefile 
Added files:
	x11/dbus/patches: patch-bus_dir-watch-kqueue_c 

Log message:
Bring some kqueue enhancements from upstream including a memory leak fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 13:11:40

Modified files:
	sys/arch/alpha/pci: tsp_dma.c 

Log message:
Program window #2 to allow the second GB of low memory to use direct DMA;
adapted from a long gone FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 13:17:02

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 13:21:32

Modified files:
	sys/arch/alpha/alpha: pmap.c 

Log message:
Remove I-sync stuff from pmap_changebit().  The AARM says that we
only have to sync the I-stream when the mapping is removed or changed,
and since the I-stream is fetch-only, changing protection bits does
not constitute changing the mapping (the VA->PA translation is still
the same).

From NetBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 13:27:44

Modified files:
	sys/arch/alpha/alpha: pmap.c trap.c 
	sys/arch/alpha/include: pte.h 

Log message:
Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default
pte protection masks, as initialized in alpha_protection_init(), set PG_FOE
by default when VM_PROT_EXECUTE is not set.

Also, change pmap_emulate_reference() to only clear PG_FOE if the affected
pte has executable permission.

This allows various pmap_pte_exec() checks (added to explicitely set PG_FOE)
to be removed.

All tests of regress/sys/kern/noexec now reliably pass on EV5. EV6 systems
still see spurious (but no longer 100% reproduceable) failures of the `catch
a signal' tests, which is likely caused by the effect of mprotect() removing
execute permission not taking effect correctly, despite PAL IMB being issued
(and no, this is not caused by the previous pmap_changebit() change), to be
investigated.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 13:31:12

Modified files:
	distrib/sets/lists/base: md.mvme68k 
	distrib/sets/lists/comp: md.mvme68k 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 13:37:18

Modified files:
	distrib/sets/lists/base: md.armv7 
	distrib/sets/lists/comp: md.armv7 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 13:53:36

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Do not sync to disk after each individual manual page (duh!),
only sync to disk one single time when all data is ready.

Rebuild times for /usr/share/man/mandoc.db shrink on my notebook:
In standard mode from 45 seconds to 11 seconds   (75% reduction)
In -Q mode       from 25 seconds to 3.1 seconds  (87% reduction)
For comparison: makewhatis(8):      4.2 seconds

That is, in -Q mode, we are now *faster* than the existing makewhatis(8),
and careful profiling shows there is still a lot of room for improval.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 14:00:55

Modified files:
	sys/arch/sgi/sgi: disksubr.c 

Log message:
In readsgilabel(), do not override the driver-provided initial geometry with
the volume header geometry, if one is found. The driver knows better.

This will allow a 2048-byte sector media to use a volume header using fake
512-byte sectors, and still be able to read the native label off it.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 14:03:13

Modified files:
	distrib/sgi/iso: Makefile 
	etc/etc.sgi    : disktab 

Log message:
Rework the setup of the bootable installation cd-rom (installXX.iso) to
contain both a 2048-byte sector ffs filesystem, and a 512-byte volume header,
so that the IP27 boot magic^Wuglyness recently added to the boot-only cd-rom
(cdXX.iso) can be applied as well.

The full-blown installation iso can now boot on IP27/28/30/32/35.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 14:05:32

Modified files:
	distrib/notes/sgi: install 

Log message:
Remove mention of installXX not bootable on IP27/35.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobiasu@cvs.openbsd.org	2014/01/06 14:16:31

Modified files:
	sys/arch/sparc64/conf: ld.script 

Log message:
Fix sparc64 kernel profiling, add the etext symbol back.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/06 14:21:21

Modified files:
	x11/xfce4/xfce4-whiskermenu: Makefile distinfo 

Log message:
Update to xfce4-whiskermenu 1.3.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 14:28:53

Modified files:
	sys/arch/luna88k/include: board.h 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 14:33:00

Modified files:
	usr.bin/mandoc : libmandoc.h read.c roff.c 

Log message:
Another 25% speedup for mandocdb(8) -Q mode, found with gprof(1).
For /usr/share/man, we only need 56% of the time of makewhatis(8) now.

In groff, user-defined macros clashing with mdoc(7) or man(7)
standard macros are cleared when parsing the .Dd or .TH macro,
respectively.  Of course, we continue doing that in standard mode
to assure full groff bug compatibility.

However, in -Q mode, full groff bug compatibility makes no sense
when it's unreasonably expensive, so skip this step in -Q mode.
Real-world manuals hardly ever redefine standard macros,
that's terrible style, and if they do, it's pointless to do so
before .Dd or .TH because it has no effect.  Even if someone does,
it's extremely unlikely to break mandocdb(8) -Q parsing because we
abort the parse sequence after the NAME section, anyway.

So if you manually redefine .Sh, .Nm, .Nd, or .SH in a way that doesn't
work at all and rely on .Dd or .TH to fix it up for you, your broken
manual will no longer get a perfect apropos(1) entry until you re-run
mandocdb(8) without -Q.  It think that consequence is acceptable
in order to get a 25% speedup for everyone else.


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2014/01/06 14:35:03

Modified files:
	fonts/dina-fonts: Makefile distinfo 
	fonts/dina-fonts/pkg: PLIST 

Log message:
Update dina-fonts to 2.92
Aside from various fixes it now has a proper license (MIT) and one
additional font size.

Patch by Rafael Sadowski (maintainer) plus some tweaks.

looks ok to dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/06 14:38:46

Modified files:
	sys/arch/loongson/dev: m41t8xclock.c 

Log message:
Use the dedicated BCD macros from sys/time.h instead of handrolling
our own for the m41t8x clocks.

Tested by me and jasper@.
Okay jasper@, guenther@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/06 14:41:15

Modified files:
	sys/arch/sgi/sgi: ip30_machdep.c 

Log message:
Disable the code disabling memory beyond 1.5GB on Octane temporarily, but
hopefully for good; I believe the kernel panics with large memory fast MP
systems have been fixed in mutex.c 1.13


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 15:22:31

Modified files:
	distrib/i386/ramdisk_cd: list.local 

Log message:
we do not need apm or apmd on the install media, that is silly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 15:26:47

src/distrib/special/arch

Update of /cvs/src/distrib/special/arch
In directory cvs.openbsd.org:/usr/src/distrib/special/arch

Log Message:
Directory /cvs/src/distrib/special/arch added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 15:28:50

Modified files:
	distrib/special: Makefile 
Added files:
	distrib/special/arch: Makefile 

Log message:
In the new PIE world, all dynamic binaries (for instance those found
in usr.bin and usr.sbin on the install media) must be re-compiled non-PIE
(here, in the special directory) so that crunchgen can reuse them.  This
issue is most acute on i386, which has register pressure, and does weird
things for PIE.
thanks for matthew for helping figure this out.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 15:34:24

Modified files:
	sys/arch/i386/stand/libsa: random_i386.S 
	sys/arch/amd64/stand/libsa: random_i386.S 

Log message:
document random buffer must be multiple of 4 in size


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 15:39:19

Modified files:
	usr.bin/mandoc : man_validate.c mdoc_validate.c 

Log message:
Another 18% speedup for mandocdb(8) -Q, found by gprof(1).
In -Q mode, refrain form validating and normalizing the format
of the date given in .Dd or .TH, as it won't be used anyway.

For /usr/share/man, mandocdb -Q now takes 45% of the time of makewhatis(8).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2014/01/06 15:41:32

Modified files:
	textproc/p5-Text-CSV: Makefile distinfo 

Log message:
update to Text::CSV 1.32
ok benoit@ gsoares@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/06 16:46:01

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Gprof(1) is fun.  You should use it more often.

Another 10% speedup for mandocdb(8) -Q, and even 3% without -Q.
With -Q, we are now at 41% of the time required by makewhatis(8).

Do not copy predefined strings into the dynamic string table, just
leave them in their own static table and use that one as a fallback
at lookup time.  This saves us copying and deleting them for each manual.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/06 17:11:11

Modified files:
	usr.sbin/identd: identd.c 

Log message:
the return from asprintf does NOT include the space used by the
terminating \0 character. if i want to use it as a c string i have
to take that into account.

found by simon kuhnle who supplied a good bug report. prodded by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 17:48:25

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
a few mechanical style changes


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 18:29:17

Modified files:
	usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm 
	                                            Persistant.pm 

Log message:
new method: reinitialize, for repositories with a sequential connection
that need a new connection if they're ever called from separate processes
simultaneously


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 18:30:28

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
allow processing of package lists in parallel.
Turns out re-gzipping a signed package is really expensive, so turn
it into several jobs with a -j option.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 18:35:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: State.pm 

Log message:
... and let sign_list(\@ARGV... work too)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/06 18:38:58

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
more stuff than cannot end in .libs nor partial- packages


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/06 19:27:56

Modified files:
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
SRCDRS usr.bin usr.sbin is a bad idea (because of PIE).  The places we
pick binaries up must be compiled -static or at least in some safe
model for reuse.  Since we now use distrib/special for those, we can
safely remove usr.bin and usr.sbin from this list.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/06 21:44:56

Modified files:
	sys/tmpfs      : tmpfs_vnops.c 

Log message:
Delay checking the vnode locking of the target vnodes in tmpfs_rename()
until we've confirmed they're on the same filesystem as the source:
not all filesystems do locking the same.

problem report and testing chrisz@
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/06 23:25:33

Modified files:
	sys/dev/pci    : if_bgereg.h 

Log message:
Increase the size of the bge_flags field to allow for more flags.

ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/07 01:55:05

Modified files:
	productivity/zeitgeist: Makefile 
Added files:
	productivity/zeitgeist/patches: 
	                                patch-datahub_recent-manager-provider_vala 
	                                patch-datahub_utils_vala 

Log message:
Don't spam the logs with warnings that aren't really warnings (upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/07 02:10:58

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Cache the result of uname(3) such that we don't need to call it
over and over again for each manual; found with gprof(1).
Speeds up mandocdb(8) -Q by 3%, now at 39.5% of makewhatis(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/07 02:54:19

Modified files:
	sys/dev/usb    : if_ugl.c if_upl.c 

Log message:
Remove unused fields.

ok sasano@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 03:01:47

Modified files:
	math/graphviz  : Makefile 

Log message:
fix license marker, this version of graphviz is under EPL


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 03:22:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
simplify set_modes, there's no need to stat(2) stuff, chown -1 takes care
of things.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 03:38:12

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
if HISTORY_DIR is defined, create a new "permanent" file during build.
this file records the sha256 of all elements in the archive, and keeps
track of changes (quite simply: sha256 that were already present end
up at the end of the file).

Start recording these *now*, so that we have enough info to shuffle
packages later.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/07 03:39:17

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
record history


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 03:44:07

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
document new stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 04:51:15

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
integrate signer logic and fix resign with -DSIGNER


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/07 05:01:38

Modified files:
	x11/gnome/empathy: Makefile distinfo 
Removed files:
	x11/gnome/empathy/patches: 
	                           patch-libempathy-gtk_empathy-contact-chooser_c 
	                           patch-libempathy-gtk_empathy-individual-menu_c 
	                           patch-libempathy-gtk_empathy-individual-store-channel_c 
	                           patch-libempathy_empathy-utils_c 
	                           patch-libempathy_empathy-utils_h 

Log message:
Update to empathy-3.10.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 06:26:18

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm PackingElement.pm Replace.pm 

Log message:
let's verify all checksums.
I forgot about special files, since they've been extracted early,
but they can be checked nonetheless.

(prevents people from tampering with DESC and the like)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 06:31:36

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PackingElement.pm 

Log message:
tedu some very old checks: we no longer have INSTALL/UNINSTALL scripts,
so we don't care whether /var/db/pkg is mounted noexec.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 06:37:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackageInfo.pm 

Log message:
recognize special file +META


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 06:44:48

Modified files:
	graphics/cqcam : Makefile distinfo 

Log message:
disable asm support on this i386-only port; uses %ebx which conflicts with PIE


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 06:52:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageInfo.pm PackingElement.pm 
	                          PkgInfo.pm 

Log message:
scrape support for old +COMMENT file.
8 years of backward compatibility is long enough... :)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 06:55:53

Modified files:
	x11/xdesktopwaves: Makefile distinfo 
	x11/xdesktopwaves/patches: patch-Makefile 

Log message:
drop USE_GROFF, regen distinfo, and disable asm optimizations on i386 as the
cpuid check code uses %ebx which fails with PIE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:00:51

Modified files:
	sys/dev/usb    : uftdi.c usbdevs 

Log message:
FTX support; from Chris Hettrick


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:00:54

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:06:10

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
some more devices; Alexey E. Suslikov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:06:16

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:06:48

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
some more devices; Alexey E. Suslikov


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:06:51

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 07:08:16

Modified files:
	usr.bin/rcs    : rcs.c rcsnum.c rlog.c 

Log message:
ctype cleanups; ok okan


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/07 07:30:12

Modified files:
	infrastructure/bin: register-plist 

Log message:
bye bye COMMENT, you've been dead for 8 years


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/07 07:55:33

Modified files:
	textproc/p5-Text-CSV_XS: Makefile distinfo 

Log message:
update to 1.02

drop maintainership per his request as he doesn't use that anymore.
someone,takers?

OK David Hill (former maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	gsoares@cvs.openbsd.org	2014/01/07 07:58:40

Modified files:
	usr.sbin/rtadvd: rtadvd.h 

Log message:
use IF_NAMESIZE as size of buffer for interface name

OK mpi@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 08:04:29

Modified files:
	lang           : Makefile 
Removed files:
	lang/petite-chez: Makefile distinfo 
	lang/petite-chez/patches: patch-custom_Makefile_in 
	                          patch-custom_Mf-install_in 
	                          patch-custom_Mf-ti3ob 
	                          patch-custom_scheme_1_in 
	lang/petite-chez/pkg: DESCR PLIST 

Log message:
zap the petite-chez port; it's i386 only and currently doesn't work
following removal of __guard. Additionally, it has a funny license
(can't distribute packages), port is outdated, and other scheme
interpreters/compilers are available (racket, chicken, gambit).
OK juanfra@ jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 08:06:38

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
deletion annotation for net/ez-ipupdate


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/01/07 09:34:05

Modified files:
	sys/net        : if_spppsubr.c 
	sys/netinet6   : in6.c in6_ifattach.c in6_ifattach.h 

Log message:
Some follow-up fixes for IFID collision handling in IPv6CP.

Really change the link-local address in the unlikely event of an IFID
collision, instead of going into an infinite conf-nak loop with the peer.

To make the netinet6 code use the IPv6CP IFID in a new link-local address,
in6_ifattach_linklocal() must accept a provided IFID.  Replace the unused
'altifp' parameter with a new 'ifid' parameter for this purpose.

Always use the latest suggested address in IPv6CP replies, even if
the task to update the interface's address hasn't run yet.
Also, clear the ifindex (KAME hack) in addresses sent during IPv6CP.

ok mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 09:50:10

src/distrib/special/md5

Update of /cvs/src/distrib/special/md5
In directory cvs.openbsd.org:/tmp/cvs-serv13488/md5

Log Message:
Directory /cvs/src/distrib/special/md5 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/07 10:07:46

Modified files:
	sys/netinet    : tcp_input.c 
	sys/netinet6   : icmp6.c in6_src.c nd6.c nd6.h nd6_nbr.c 
	                 nd6_rtr.c 

Log message:
Propagate an rdomain number to the nd6_lookup independently from
the ifp pointer which can be NULL.  This prevents a crash reported
by David Hill <dhill at mindcry ! org>.  OK bluhm


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 10:33:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
even if Ustar handles fifo and stuff gracefully, pkg contents should be more
limited...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 10:41:23

Modified files:
	sysutils/dmassage: Makefile distinfo 
	sysutils/dmassage/patches: patch-dmassage 

Log message:
add a caveats section to the manual warning about bugs/custom kernels/etc


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 11:35:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
severely restrict what characters can be in a signer, to make
certain it's not possible to go ../  from /etc/signify


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/01/07 12:01:36

Modified files:
	lang/racket    : Makefile 

Log message:
Change Racket to Clang. OK sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 12:23:13

Modified files:
	usr.sbin/route6d: route6d.c 

Log message:
Asa Yeamans points out that we need to CMSG_SPACE[] for the 2nd message
as well.
ok guenther millert


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/07 13:42:20

Modified files:
	lib/libXfont   : ChangeLog Makefile.bsd-wrapper aclocal.m4 
	                 config.h.in configure configure.ac 
	lib/libXfont/src/FreeType: ftfuncs.c xttcap.c xttcap.h 
	lib/libXfont/src/bitmap: bdfread.c 
	lib/libXfont/src/fontfile: fontdir.c 
	lib/libXfont/src/util: atom.c miscutil.c 

Log message:
Update to libXfont 1.4.7. Include fix for  CVE-2013-6462.
unlimited sscanf overflows stack buffer in bdfReadCharacters


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/07 13:52:54

Modified files:
	lib/libXfont/src/bitmap: Tag: OPENBSD_5_4 bdfread.c 

Log message:
CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/07 14:14:20

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 14:55:54

Modified files:
	sysutils/nut   : Makefile distinfo 
	sysutils/nut/patches: patch-clients_Makefile_in patch-configure 
	                      patch-drivers_blazer_usb_c 
	                      patch-drivers_libusb_c 
	                      patch-drivers_usbhid-ups_c 
	                      patch-include_common_h 
	sysutils/nut/pkg: PLIST-main 
Added files:
	sysutils/nut/patches: patch-drivers_nutdrv_qx_c 
	                      patch-drivers_riello_usb_c 

Log message:
update to nut-2.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/07 15:07:31

Modified files:
	www/racktables : Makefile distinfo 
	www/racktables/pkg: PLIST 

Log message:
update to RackTables-0.20.6


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/07 15:34:24

Modified files:
	faq            : current.html 

Log message:
update the NSD entry to add a quick note mentioning that it longer uses zonec
prompted by a question from weerd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/07 15:45:05

Modified files:
	lang/rubinius  : Makefile distinfo 
	lang/rubinius/pkg: PLIST 
Removed files:
	lang/rubinius/patches: patch-library_rubygems_package_rb 
	                       patch-rakelib_gems_rake 

Log message:
Update to rubinius 2.2.3

Disable LLVM usage as ports will soon switch to 3.4, which causes the
rubinius build to fail.

Remove some patches applied/handled upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/07 16:58:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make skipping the root fs DUID aware.

If ROOTDEV is either the device from fstab or the converted DUID
device name with the partition added, skip the current fstab entry

ok halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/07 17:17:53

Modified files:
	multimedia/xine-lib: Makefile 

Log message:
Add the fast math flag back to CFLAGS as the autoconf script does if
CFLAGS is not overridden the way the port has.

ok juanfra@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 19:39:02

Modified files:
	sys/net        : pfkeyv2.c 

Log message:
Perform manual malloc/free of a large object in pfkeyv2_send() to
reduce stack space requirements.
ok mikeb mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/07 20:57:57

Modified files:
	usr.bin/signify: signify.c 

Log message:
no tomfoolery: mark the comment as untrusted, and enforce it.
usability: add random key fingerprints to detect sig/pubkey mismatch
feedback espie naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/07 20:59:46

Modified files:
	usr.bin/signify: Makefile 
Added files:
	usr.bin/signify: crypto_api.c 

Log message:
reduce size by using equivalent code from libc instead of nacl
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 21:31:14

src/distrib/special/signify

Update of /cvs/src/distrib/special/signify
In directory cvs.openbsd.org:/tmp/cvs-serv23036/signify

Log Message:
Directory /cvs/src/distrib/special/signify added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 21:33:23

Added files:
	distrib/special/signify: Makefile 

Log message:
enable building of signify in the ramdisks


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 21:35:34

Modified files:
	lib/libc/hash  : sha2.c 
	distrib/special/libstubs: Makefile 

Log message:
rename SHA256_ONLY to SHA2_SMALL; changing things so that sha512 support
is also pulled in


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 21:41:41

Modified files:
	bin/pax        : extern.h tar.c 

Log message:
Mark some functions as printf-like and fix a bogus format string

ok fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 21:42:24

Modified files:
	bin/pax        : ar_io.c pat_rep.c 

Log message:
Rename arguments to avoid shadowing global variables

ok fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 21:43:48

Modified files:
	bin/pax        : ar_subs.c tables.c 

Log message:
Use size_t where appropriate

ok fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 21:48:29

Modified files:
	bin/pax        : extern.h 

Log message:
Delete a bogus extern declaration and move around a couple others


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 21:58:36

Modified files:
	bin/pax        : Makefile ar_io.c cpio.c gen_subs.c options.c 
	                 tar.c 

Log message:
Eliminate poisonous LONG_OFF_T conditional

adjective suggested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/07 22:00:01

Modified files:
	usr.bin/signify: Makefile signify.c 
Added files:
	usr.bin/signify: mod_ed25519.c mod_ge25519.c 

Log message:
allow building a VERIFYONLY version that's considerably smaller.
most of the savings comes from eliminating the large constant table
in ge25519.c. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 22:51:35

Modified files:
	usr.bin/signify: mod_ge25519.c 

Log message:
a few more blocks can use VERIFYONLY


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 22:52:47

Modified files:
	bin/pax        : ar_io.c cpio.c gen_subs.c options.c 

Log message:
Replace strtoq(), QUAD_MAX, and %qu with their long long equivalent


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/07 23:14:57

Modified files:
	lib/libc/hash  : md4.c md5.c rmd160.c sha1.c sha2.c 

Log message:
calling HashFinal with a null digest should crash, not be silently ignored


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 23:17:21

Modified files:
	distrib/alpha/bsd.rd: list.local 
	distrib/alpha/common: list 

Log message:
always include dd


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/07 23:40:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
synch with signify(1) paranoia


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 23:41:49

Modified files:
	bin/pax        : ar_subs.c tables.c tar.c 

Log message:
Zap trailing whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/07 23:43:34

Modified files:
	bin/pax        : options.c sel_subs.c tables.c tar.h 

Log message:
Zap leading whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/07 23:50:57

Modified files:
	include        : utmp.h 

Log message:
Delete struct definitions that have been obsolete for a dozen years

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/08 00:04:29

Modified files:
	usr.bin/signify: signify.c 

Log message:
fix logic/usage in VERIFYONLY case
okay deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 02:42:14

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
Added files:
	x11/gnome/gdm/files: locale.conf 
Removed files:
	x11/gnome/gdm/files: i18n 

Log message:
i18n -> locale.conf to match upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 03:08:53

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/files: locale.conf 

Log message:
setlocale(3) does not handle LANG so use LC_MESSAGES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 03:09:29

Modified files:
	meta/gnome     : Makefile 
	meta/gnome/pkg : README-main 

Log message:
Make it clear running GNOME without GDM is not recommended.
Add a small note about how to change the greeter default language.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 03:23:13

Modified files:
	editors/vim    : Makefile distinfo 
	editors/vim/patches: patch-runtime_filetype_vim 
	                     patch-src_option_c 
Removed files:
	editors/vim/patches: patch-src_auto_configure 

Log message:
update to vim 7.4.135, and remove a patch to configure which is no
longer needed. ok aja@ rpe@ also tested by brett@.

gsoares had a problem with no_x11 but I can't see why and can't
reproduce it, let me know if anyone else sees this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 03:37:25

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/files: locale.conf 
	meta/gnome/pkg : README-main 

Log message:
Tweaks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 04:54:12

Modified files:
	lang/gprolog   : Makefile distinfo 
Added files:
	lang/gprolog/patches: patch-EnginePl_machine_h 

Log message:
Fix segfault during build with PIE-by-default on i386 by not using %ebx there.
Not quite sure why this is needed as it looks to be built without PIE
anyway, so XXX comment added to patch, but this makes things work.

N.B. regression tests fail, "error: objects are initialised from 1st to last
(should be from last to 1st) - undefine constant OBJ_CHAIN_REVERSE_ORDER in
obj_chain.h" but this is not new and they also fail on amd64.

Regen distinfo while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/01/08 06:23:56

Modified files:
	usr.bin/cvs    : cvs.c getlog.c modules.c rcs.c rcsnum.c 
	                 trigger.c 

Log message:
unsigned char for ctype. ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 07:01:10

Modified files:
	games/eduke32  : Makefile 

Log message:
disable PIE on i386 for this port, it leaves insufficient registers for the asm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 07:07:48

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/files: locale.conf 
	x11/gnome/gdm/patches: patch-data_Xsession_in 

Log message:
LC_CTYPE is needed by the time/date applet.
Do not start an ssh-agent(1) if we are running gnome-session since gnome
keyring already provides SSH agent functionnality.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 07:15:54

Modified files:
	bin/md5        : cksum.1 md5.1 md5.c sha1.1 sha256.1 

Log message:
Add support for -h hashfile.  This is very useful with with -p, in a pipeline,
to deliver the hash output to a different location.
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 07:19:25

Modified files:
	bin/md5        : md5.c 

Log message:
Add -DSMALL support to kill a lot of the unncecessary hashes and checksums
that the install media won't need
ok millert, but he used the word butcher!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 07:20:11

Added files:
	distrib/special/md5: Makefile 

Log message:
Build a -DSMALL verison of md5 for the install media (will be installed
as sha256 and sha512, primarily)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 07:20:52

Modified files:
	distrib/special: Makefile 

Log message:
enter md5 directory


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 07:24:45

Modified files:
	.              : donations.html 

Log message:
few word tweaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 07:56:49

Modified files:
	emulators/mupen64plus/core: Makefile 

Log message:
build mupen64plus-core with ports gcc on i386; code taken when PIE is used
doesn't work with the old gcc 4.2 in base. (N.B. may also have a problem when
ports gcc switches, but we can cross that bridge later).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 07:57:09

Modified files:
	emulators/mupen64plus/video-glide64: Makefile 

Log message:
-fomit-frame-pointer on i386; fix build with PIE


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 08:30:49

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
ctype cleanup; ok gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 08:41:49

ports/emulators/xnp2/patches

Update of /cvs/ports/emulators/xnp2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22306/patches

Log Message:
Directory /cvs/ports/emulators/xnp2/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 08:43:41

Modified files:
	emulators/xnp2 : Makefile 
Added files:
	emulators/xnp2/patches: patch-x11_soundmng_c 

Log message:
disable some asm on i386, which clobbers registers used by PIE


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 08:54:09

Modified files:
	bin/md5        : md5.c 

Log message:
Remove pmode, fix hfile open mode, check return value when writing
file name to stdout.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/08 09:12:44

Modified files:
	bin/md5        : cksum.1 md5.1 sha1.1 sha256.1 

Log message:
sort options;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 09:13:11

Modified files:
	bin/md5        : md5.c 

Log message:
Remove NHASHES, it is not needed and is incompatible with #ifdef SMALL.
Remove style_hash and style_cksum, adjust the style of the selected
algorithms based on rflag and qflag instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/08 09:15:45

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 09:16:44

Modified files:
	bin/md5        : md5.c 

Log message:
err() not errx() when fopen fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/08 09:19:24

Modified files:
	usr.bin/mail   : mail.1 

Log message:
flesh out STANDARDS somewhat; help/ok sobrado
this was also ok millert some time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 09:23:21

Modified files:
	bin/md5        : md5.c 

Log message:
Fix wrapping of usage message for cksum.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/08 10:12:18

Modified files:
	sys/arch/mips64/mips64: pmap.c 

Log message:
Be sure to have pmap_extract() return FALSE for existing, but non-valid user
pmap ptes.  Found the hard way by tobiasu@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/01/08 10:31:37

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
If the file size is zero, there's nothing to transmit so avoid spamming
syslog with mmap failures.  Noticed by and ok henning@, "looks right"
deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 11:12:38

Modified files:
	x11/gnome/seahorse: Makefile distinfo 

Log message:
Update to seahorse-3.10.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/08 11:13:56

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/patches: patch-backend_ipp_c patch-scheduler_ipp_c 
	                    patch-test_run-stp-tests_sh 
Removed files:
	print/cups/patches: patch-scheduler_log_c 

Log message:
Update to cups-1.7.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/01/08 11:26:01

Modified files:
	graphics/gimp/stable: Makefile 
Added files:
	graphics/gimp/stable/patches: 
	                              patch-app_widgets_gimptextstyleeditor_c 

Log message:
Backport fix for bug 694417, gimp segfaults after changing color of text blocks
https://bugzilla.gnome.org/show_bug.cgi?id=694417

spotted by william.os4y


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/08 11:31:03

Modified files:
	lang/ruby      : Makefile.inc 
	lang/ruby/2.1  : Makefile 

Log message:
Update MASTER_SITES for ruby, as the previous locations no longer work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/08 12:53:21

Removed files:
	www/sogo/patches: patch-SoObjects_SOGo_GNUmakefile_preamble 

Log message:
Remove a patch which has no relevance for OpenBSD.

ok sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/08 13:02:22

Removed files:
	www/sogo/patches: patch-SOPE_GDLContentStore_EOQualifier+GCS_m 
	                  patch-SOPE_GDLContentStore_GCSFolder_m 
	                  patch-UI_MailPartViewers_UIxMailPartViewer_m 

Log message:
Remove some 0 byte patches that should have been removed with the last update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/08 13:28:54

Modified files:
	www/sogo       : Makefile 
Added files:
	www/sogo/patches: gcc-patch-SoObjects_Appointments_GNUmakefile 
Removed files:
	www/sogo/patches: patch-SoObjects_Appointments_GNUmakefile 

Log message:
Move this patch so it will only be applied on PowerPC since the command
line parameter being added in the patch has no relevance for LLVM.

ok sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/01/08 13:46:18

Modified files:
	sysutils/apcupsd: Makefile distinfo 
	sysutils/apcupsd/pkg: PLIST-cgi PLIST-main 
Added files:
	sysutils/apcupsd/pkg: README-cgi README-main 
Removed files:
	sysutils/apcupsd/pkg: MESSAGE-cgi MESSAGE-main 

Log message:
- split -main and -cgi packages (move apropriate configs to -cgi package)
- switch from MESSAGEs to READMEs
- update my e-mail
- regen distinfo while here
with the input from espie@ and sthen@
OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/08 14:15:29

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add a bunch of newer apple wellspring keyboard/trackpad ids


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/08 14:16:38

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 14:40:25

Modified files:
	usr.bin/yacc   : closure.c defs.h lalr.c lr0.c main.c mkpar.c 
	                 output.c reader.c symtab.c verbose.c 

Log message:
Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),
nalloc(), free() and realloc() directly.  The macros were casting
to the wrong (pre-C89) types and there is no need for them in a C89
world.  OK matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 14:52:22

Modified files:
	etc/mtree      : 4.4BSD.dist 4.4BSD.root 

Log message:
create the /etc/signify directory


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 14:52:28

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 14:53:35

Modified files:
	distrib/alpha/bsd.rd: list.local 
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/amd64/ramdisk_cd: list.local 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/i386/ramdisk_cd: list.local 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: install.sub list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc/ramdisk: list.local 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/special: Makefile 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 
Removed files:
	distrib/special/sha256: Makefile sha256.c 

Log message:
Switch to using the base sha256 command, rather than some customized
abomination.
install.sub chunk tested by rpe


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 15:01:36

Modified files:
	security/sslsplit: Makefile 
	security/sslsplit/pkg: PLIST 

Log message:
missing @newgroup


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/08 15:17:54

Modified files:
	distrib/i386/common: list 
	distrib/i386/ramdisk_cd: list.local 

Log message:
Take restore off the floppy media for now.  Sorry.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/08 15:24:35

Modified files:
	sys/dev/pci    : if_vio.c 
	sys/dev/usb    : if_axenreg.h 

Log message:
Fix typo recieve -> receive.
OK sf@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 15:30:32

Modified files:
	usr.bin/yacc   : defs.h lr0.c main.c 

Log message:
Make allocate() take size_t and return void *.  This lets us drop
some more useless casts.  Also add missing arguments to a couple
of prototypes while here.  OK matthew@ pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 15:36:37

Modified files:
	usr.bin/yacc   : lr0.c output.c 

Log message:
Use calloc() instead of malloc() + memset.  Based on a diff from
Michael W. Bombardieri.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/08 15:38:29

Modified files:
	sys/net        : pf_if.c 
	sys/netinet6   : in6_pcb.c raw_ip6.c 

Log message:
Name the local variables for struct ifaddr consistently "ifa".
OK mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/08 15:52:06

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Use the same naming scheme on both sides for the Attansic entries and
replace some tabs with spaces in between product and Intel.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/08 15:52:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 15:55:59

Modified files:
	usr.bin/yacc   : error.c output.c reader.c 

Log message:
Add casts to unsigned char for ctype functions and other places
where a char is stored in an int.  Joint work with and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/08 16:12:57

Modified files:
	usr.bin/yacc   : defs.h 

Log message:
We still need to cast the resulting pointer in NEW and NEW2 as it
is used in pointer arithmetic.  Otherwise we do arithmetic on void
* and corrupt the heap.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/08 16:32:17

Modified files:
	regress/sys/kern/sosplice/perf: Makefile relay.c 

Log message:
Set socket buffer size to fixed value of 100000 octets.  This
prevents that the socket splicing performance test interferes with
the dynamic TCP buffer size adjusting.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/08 16:42:23

Modified files:
	regress/sys/net/pf_divert: Makefile 

Log message:
Fix the tests for the pf divert state and socket reuse.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/08 17:37:45

Modified files:
	cad/openscad   : Makefile distinfo 
	cad/openscad/pkg: PLIST 

Log message:
update to OpenSCAD 2013.06, mostly from Fred Crowson, plus regen PLIST
as there are new files


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/01/08 19:22:09

Log message:
    OK jca@ sthen@
    
    Comment:
    creates DjVu files from PDF files
    
    Description:
    pdf2djvu creates DjVu files from PDF files.
    
    It's able to extract:
    - graphics,
    - text layer,
    - hyperlinks,
    - document outline (bookmarks),
    - metadata (including XMP metadata).
    
    WWW: http://jwilk.net/software/pdf2djvu
    
    Status:
    
    Vendor Tag:	juanfra
    Release Tags:	juanfra_2014-01-09
    
    N ports/graphics/pdf2djvu/Makefile
    N ports/graphics/pdf2djvu/distinfo
    N ports/graphics/pdf2djvu/patches/patch-tools_xml2c
    N ports/graphics/pdf2djvu/pkg/DESCR
    N ports/graphics/pdf2djvu/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/01/08 19:26:03

Modified files:
	graphics       : Makefile 

Log message:
+ pdf2djvu


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/08 20:07:52

Modified files:
	bin/ls         : print.c 

Log message:
Per POSIX, times in the future should be reported with the year
like files more than six months old.  Use strftime() directly instead
of breaking down the ctime() output on character positions.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/08 20:12:25

Modified files:
	bin/pax        : pax.c extern.h gen_subs.c 

Log message:
Update pax -v format to match "ls -l": display the year for dates
in the future and include a space between the major and minor numbers
for devices.  Eliminate bogus handling of LC_TIME environment variable.
Make strftime() format selection understandable by gcc -Wformat=2.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/08 20:13:24

Modified files:
	bin/pax        : pax.1 

Log message:
Symlinks are displayed with '->', not '=>'


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/08 20:26:00

Modified files:
	usr.bin/ssh    : sftp-common.c 

Log message:
When formating the time for "ls -l"-style output, show dates in the future
with the year, and rearrange a comparison to avoid a potentional signed
arithmetic overflow that would give the wrong result.

ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/08 22:04:03

Modified files:
	usr.sbin/rwhod : rwhod.c 

Log message:
Use destination bound rather than the source bound for out_line and
out_name.  OK millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/08 22:07:37

Modified files:
	usr.bin/rwho   : rwho.c 

Log message:
Switch to string copy rather than memcpy so we stop past '\0' and
don't copy over the garbage from the source buffer (like, leaking
the canary).  OK millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/08 22:39:41

Modified files:
	sys/lib/libkern/arch/amd64: memmove.S 
	sys/lib/libkern/arch/i386: memmove.S 

Log message:
tiny tweak to asm. prefer memcpy and memmove, with bcopy wrapper
ok guenther


CVSROOT:	/cvs
Module name:	www
Changes by:	bcallah@cvs.openbsd.org	2014/01/08 23:03:52

Modified files:
	.              : events.html 

Log message:
My talk was enjoyed by all.
Will link to slides/audio when NYC*BUG processes them.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/08 23:29:06

Modified files:
	sys/netinet    : if_ether.c if_ether.h ip_ah.c ip_carp.c 
	                 ip_divert.c ip_esp.c ip_ether.c ip_icmp.c 
	                 ip_input.c ip_ipcomp.c ip_ipsp.c ip_mroute.c 
	                 ip_output.c ip_spd.c ipsec_input.c 

Log message:
bzero/bcmp -> memset/memcmp. ok matthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 00:10:43

src/distrib/special/ztsscale

Update of /cvs/src/distrib/special/ztsscale
In directory cvs.openbsd.org:/usr/src/distrib/special/ztsscale

Log Message:
Directory /cvs/src/distrib/special/ztsscale added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/09 00:45:48

Modified files:
	sysutils/ruby-facter/patches: patch-lib_facter_ssh_rb 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/09 02:59:55

Modified files:
	databases/db   : Makefile.inc 
	devel/jdk/1.6  : Makefile 

Log message:
Disable java subpackage of databases/db on i386, java is broken there and
this knocks out many ports which rely on db.

Add a comment next to BROKEN-i386 in jdk/1.6/Makefile reminding that this
has been done.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/09 03:10:15

Modified files:
	emulators/dosbox: Makefile 
Added files:
	emulators/dosbox/patches: patch-src_cpu_core_dyn_x86_risc_x86_h 

Log message:
Make use of some code in dosbox, intended for MacOS X, which avoids using
%ebx on i386 (now used for PIE). Not 100% sure if this is the best way to go,
but it works in initial tests, and the port no longer builds without it,
so let's try this for now and see how it goes, jsg@ agrees.

There's a bit more commentary in a comment in the patch (the enabled code
also aligns stack on 16 bytes which OSX IA-32 ABI requires as they use SSE
extensively, which we won't need but it seems safer to enable all the
related code together).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 03:36:52

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm Paths.pm 
	                          PkgCreate.pm signify.pm 

Log message:
tweak signing yet again. Have pkg_create automatically add signing
identities every time, and make matching identities mandatory.
e.g., pkg_create and pkg_add must have matching -DSIGNER.
by default, signer is derived from uname -r and role (pkg_add/fw_update),
e.g., 54pkg, 54fw...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 03:43:13

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm PkgCreate.pm 

Log message:
switch to internal gzip/gunzip.
reduces the number of external processes and the complexity of the code.

tested on a few select arches by tobiasu, naddy. If it breaks somewhere,
tough. This one is simple to revert.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/09 03:44:33

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
pass -DSIGNER thru from SIGNING_PARAMETERS to pkg_add.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 03:51:52

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
document SIGNER


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/09 04:08:51

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
lock paths during error rescan.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/09 05:05:51

ports/devel/dfu-programmer/patches

Update of /cvs/ports/devel/dfu-programmer/patches
In directory cvs.openbsd.org:/cvs.d/hack/stsp/dfu-programmer/patches

Log Message:
Directory /cvs/ports/devel/dfu-programmer/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/09 05:06:18

Modified files:
	devel/dfu-programmer: Makefile distinfo 
Added files:
	devel/dfu-programmer/patches: patch-configure_ac 

Log message:
Update to dfu-programmer-0.6.2. Tested with at32uc3c1512 AVR32 target.
tweak and ok aja


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 05:18:34

Modified files:
	graphics/pdf2djvu: Makefile 

Log message:
devel/gettext takes care of libiconv.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 05:42:33

Added files:
	graphics/py-Imaging/patches: patch-_imagingft_c 
	graphics/py-Pillow/patches: patch-_imagingft_c 

Log message:
fix build with new FreeType


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 06:21:03

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
simplify a bit: pass the first SIGNER for @signer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 06:28:39

Modified files:
	devel/py-liblarch: Makefile distinfo 
	devel/py-liblarch/pkg: DESCR PLIST 

Log message:
Update to py-liblarch-2.1.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 06:29:18

Removed files:
	devel/py-liblarch_gtk: Makefile distinfo 
	devel/py-liblarch_gtk/pkg: DESCR PLIST 

Log message:
Remove, it's been merged into py-liblarch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 06:29:41

Modified files:
	devel          : Makefile 

Log message:
-py-liblarch_gtk


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 06:30:46

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
@signer makes sense only for signify, so move it there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 06:31:31

Modified files:
	productivity/gtg: Makefile distinfo 
	productivity/gtg/patches: patch-GTG_gtg_py 
	productivity/gtg/pkg: PLIST 

Log message:
Update to gtg-0.3.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 06:40:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgInfo.pm 

Log message:
-C was useless with signify, report @signer identity instead (prepend
"reportedly" to make tedu happy :) )


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/09 06:42:57

Modified files:
	sys/dev/pci/drm/radeon: radeon_fb.c 

Log message:
Fix the burner method, here the cookie is a pointer to rasops_info.

Problem noticed by Nick Gray and brett@ and analysed with mikeb@.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 06:46:12

Modified files:
	usr.bin/tmux   : cmd-queue.c 

Log message:
Remove unnecessary calls to va_start/va_end, from Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 06:51:57

Modified files:
	usr.bin/tmux   : arguments.c 

Log message:
Simplify args_set, from Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 06:58:06

Modified files:
	usr.bin/tmux   : grid.c options.c window-choose.c 

Log message:
Style and comment fixes from Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 07:05:55

Modified files:
	usr.bin/tmux   : client.c screen.c tmux.c 

Log message:
Three small changes from Tiago Cunha:

- Check for truncation when copying path.
- Don't need to use a temporary buffer in screen_set_title.
- Include strerror in output when connecting to server fails.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 07:20:55

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd.c tmux.h 

Log message:
Allow attach-session -t to accept a window and pane to select them on
attach. Based on a diff from J Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 07:28:14

Modified files:
	usr.bin/tmux   : cmd-switch-client.c 

Log message:
Similar to attach-session, make switch-client -t accept a window and
pane. From Johannes Jakobsson.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/09 07:53:29

Modified files:
	editors/emacs  : Makefile 
	editors/emacs/pkg: PLIST 
Added files:
	editors/emacs/pkg: PFRAG.no-no_x11 

Log message:
Remove deps on update-desktop-database and guic for the no_x11 flavor.
PFRAG-no-no_x11 suggested by sthen, ok ajacoutot@ zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/09 07:55:42

Modified files:
	devel/quilt    : Makefile distinfo 
	devel/quilt/patches: patch-Makefile_in patch-test_delete_test 
	devel/quilt/pkg: PLIST 
Added files:
	devel/quilt/patches: patch-configure_ac 
	                     patch-test_remove-trailing-ws_test 

Log message:
Update to quilt-0.61, from maintainer Kent R. Spillner, plus a few fixes
by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/09 07:58:51

Modified files:
	net/irssi      : Makefile 
	net/irssi/pkg  : PLIST 

Log message:
Install irssi include files, needed to compile some irssi plugins.
Patch from Florian Stinglmayr, maintainer timeout.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 08:02:52

Modified files:
	distrib/special: Makefile 
Added files:
	distrib/special/ztsscale: Makefile 

Log message:
we need to build a ztscale stub for zaurus media.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 08:22:45

Modified files:
	archivers/unzip: Makefile 
Added files:
	archivers/unzip/patches: patch-process_c 

Log message:
fix extraction of symlinks; found by tedu@
http://article.gmane.org/gmane.comp.version-control.git/181173


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 08:36:40

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
-e embedded signatures. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 08:43:16

Modified files:
	distrib/miniroot: mtree.conf 

Log message:
ramdisks need a /etc/signify directory


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/01/09 08:46:00

Modified files:
	distrib/sets/lists/xbase: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 08:57:28

src/etc/signify

Update of /cvs/src/etc/signify
In directory cvs.openbsd.org:/usr/src/etc/signify

Log Message:
Directory /cvs/src/etc/signify added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 09:13:06

src/regress/usr.bin/signify

Update of /cvs/src/regress/usr.bin/signify
In directory cvs.openbsd.org:/tmp/cvs-serv5208/signify

Log Message:
Directory /cvs/src/regress/usr.bin/signify added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 09:13:44

Added files:
	regress/usr.bin/signify: Makefile forgery.txt forgery.txt.sig 
	                         orders.txt orders.txt.sig 
	                         regresskey.pub regresskey.sec 
	                         signify.sh 

Log message:
regress signify


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 09:17:37

Modified files:
	regress/usr.bin: Makefile 

Log message:
signify subdir


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 09:22:04

Modified files:
	regress/usr.bin/signify: signify.sh 

Log message:
test signing too


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/09 09:22:59

Modified files:
	converters/dos2unix: Makefile distinfo 
	converters/dos2unix/patches: patch-Makefile 
	converters/dos2unix/pkg: PLIST 

Log message:
Update dos2unix to 6.0.4
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 09:48:47

Added files:
	games/love/patches: patch-src_modules_font_freetype_Font_h 
	                    patch-src_modules_font_freetype_TrueTypeRasterizer_h 

Log message:
fix build with newer FreeType; from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 10:13:36

Modified files:
	usr.bin/signify: signify.c 

Log message:
oops, re-adapt for the install media


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/09 10:24:17

Modified files:
	x11/gnustep    : gnustep.port.mk 

Log message:
Remove the explicit -integrated-as command line parameter as the integrated
assembler is already enabled by default with LLVM.

ok sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 10:39:11

Added files:
	x11/vlc/patches: patch-modules_text_renderer_freetype_c 

Log message:
fix build with newer FreeType; from matthieu@, ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 10:41:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
with the intermediate gunzip gone, this is a simple pipe. No need for
separate handles to tweak.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 10:51:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
if we're re-signing, check old sig first. shouldn't sign stuff we don't
trust.


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2014/01/09 11:01:03

Modified files:
	.              : mail.html 

Log message:
the security announce list died some time ago


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/09 11:01:17

Modified files:
	de             : donations.html events.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/09 11:03:35

Modified files:
	lang/python/2.7: Makefile distinfo 
	lang/python/2.7/patches: patch-Lib_test_regrtest_py 
	                         patch-Lib_test_test_tempfile_py 
	                         patch-Makefile_pre_in 
	                         patch-configure_ac patch-setup_py 
	lang/python/2.7/pkg: PLIST-main PLIST-tests 

Log message:
Update to python to 2.7.6.
Tested on i386, amd64 and macppc. macppc included a diff that's not part
of this update but will be added at a later time.
Committing on behalf of rpointel@. sthen@ OK


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/09 11:28:22

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Replace do-extract target with EXTRACT_CASES.

Prodded by espie@.  OK espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2014/01/09 11:30:02

Modified files:
	.              : mail.html 

Log message:
remove mention of x11, smp, and ipv6 lists, which get no traffic
and for which many developers are not subscribed


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 11:51:14

Added files:
	etc/signify    : 54base.pub 

Log message:
Install our first key.  NOTE that this is a TEST KEY for use as we improve
our processes.
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 11:51:30

Modified files:
	etc            : Makefile 

Log message:
install signify keys


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 11:51:38

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 11:59:35

Modified files:
	usr.bin/signify: Makefile signify.c 

Log message:
copy secret key comment into signature. requested by deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 11:59:56

Modified files:
	regress/usr.bin/signify: orders.txt.sig signify.sh 

Log message:
update for sig comments


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 12:02:04

Modified files:
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
copy the relevant key for the release onto the media


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 12:05:22

Modified files:
	usr.bin/signify: signify.c 

Log message:
change O_EXCL to O_TRUNC before deraadt kills me.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 12:05:43

Modified files:
	usr.bin/signify: Makefile 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 12:32:15

Added files:
	etc/signify    : 54pkg.pub 

Log message:
Install our second key.  NOTE that this is a TEST KEY for use as we improve
our processes.
prodded by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/09 12:44:49

Modified files:
	distrib/notes/sparc64: hardware prep whatis 

Log message:
Mention that T5120/T5220 systems require an OBP update if they are below 4.28
level (matching the stealth commit to sparc64.html years ago); and update the
OBP update section to point to the current Oracle ``Firmware Domwnloads'' page.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/09 12:51:04

Added files:
	lang/php/5.4/patches: patch-ext_gd_config_m4 
	lang/php/5.3/patches: patch-ext_gd_config_m4 

Log message:
Allow to build with upcoming freetype update.
5.4 patch from matthieu@, backported to 5.3 - still builds with current
freetype.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 12:54:46

Added files:
	games/scorched3d/patches: 
	                          patch-src_client_GLEXT_GLFont2dFreeType_h 
	                          patch-src_launcher_wxdialogs_TrueTypeFont_h 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/09 13:09:44

Modified files:
	security/nss   : Makefile distinfo 
	security/nss/patches: patch-nss_lib_ckfw_builtins_certdata_txt 
	                      patch-nss_lib_freebl_blapi_h 

Log message:
Update to nss 3.15.4, needed by gecko 27.

Contains a fix for (CVE-2013-1740): When false start is enabled, libssl
will sometimes return unencrypted, unauthenticated data from PR_Recv
(https://bugzilla.mozilla.org/show_bug.cgi?id=919877)

See https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.4_release_notes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 13:15:55

Modified files:
	etc            : Makefile 

Log message:
remove the SHA256 file as soon as we start creating sets


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 13:20:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm AddCreateDelete.pm Delete.pm 
	                          PackageInfo.pm PackageRepository.pm 
	                          PackingElement.pm PackingList.pm 
	                          Paths.pm PkgAdd.pm PkgCheck.pm 
	                          PkgCreate.pm PkgInfo.pm Replace.pm 
	                          State.pm Update.pm Ustar.pm signify.pm 
	usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm 
	                                            Persistant.pm 

Log message:
bump copyright to 2014


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/09 13:30:00

Added files:
	etc/signify    : 54fw.pub 

Log message:
Install our third key.  NOTE that this is a TEST KEY for use as we improve
our processes.
requested by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 13:37:02

Added files:
	lang/classpath/patches: 
	                        patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_FreetypeGlyphVector_c 
	                        patch-native_jni_gtk-peer_gnu_java_awt_peer_gtk_GdkFontPeer_c 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/09 13:37:25

Modified files:
	usr.bin/signify: signify.c 

Log message:
revert to O_EXCL for generating keys, so we don't erase them by accident.
internal code a bit yucky, can be fixed some more later.
okay tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 13:39:29

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/09 13:54:10

Modified files:
	etc            : services 

Log message:
Add DHCPv6.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/09 14:00:17

Modified files:
	x11/gigolo     : Makefile distinfo 
	x11/gigolo/pkg : PLIST 

Log message:
Update to gigolo 0.4.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/09 14:09:16

Modified files:
	x11/xfce4/xfce4-taskmanager: Makefile distinfo 
	x11/xfce4/xfce4-taskmanager/patches: 
	                                     patch-src_task-manager-bsd_c 
	x11/xfce4/xfce4-taskmanager/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-taskmanager/patches: patch-configure 

Log message:
Update to xfce4-taskmanager 1.0.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/09 14:19:38

Modified files:
	usr.bin/signify: signify.c 

Log message:
sync usage();


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/09 14:20:45

Modified files:
	usr.bin/tmux   : client.c 

Log message:
Fix a memory/fd leak reported by Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/09 14:22:49

Modified files:
	usr.bin/at     : at.1 

Log message:
flesh out some details in STANDARDS regarding timespec;
ok sobrado millert


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 14:57:52

Modified files:
	sys/net        : radix.c radix.h route.c rtsock.c 
	sys/netinet    : if_ether.c 
	sys/netinet6   : nd6.c 

Log message:
replace Bcopy macro with memmove and memcpy. ok mpi


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 15:22:19

Added files:
	graphics/inkscape/patches: patch-src_libnrtype_FontFactory_h 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 15:42:33

Added files:
	multimedia/transcode/patches: patch-filter_subtitler_load_font_c 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/09 15:42:43

Modified files:
	net/openvpn    : Makefile distinfo 

Log message:
bugfix update to OpenVPN 2.3.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/09 15:48:25

Modified files:
	sysutils/firmware/acx: Makefile 
	sysutils/firmware/athn: Makefile 
	sysutils/firmware/bwi: Makefile 
	sysutils/firmware/ipw: Makefile 
	sysutils/firmware/iwi: Makefile 
	sysutils/firmware/malo: Makefile 
	sysutils/firmware/otus: Makefile 
	sysutils/firmware/pgt: Makefile 
	sysutils/firmware/radeondrm: Makefile 
	sysutils/firmware/uath: Makefile 
	sysutils/firmware/upgt: Makefile 
	sysutils/firmware/urtwn: Makefile 
	sysutils/firmware/uvideo: Makefile 
	sysutils/firmware/wpi: Makefile 

Log message:
bump REVISION of firmware packages


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/01/09 15:55:15

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hp300 md.hppa md.i386 
	                          md.landisk md.loongson md.luna88k 
	                          md.macppc md.mvme68k md.mvme88k 
	                          md.octeon md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/09 15:56:18

Modified files:
	sysutils/firmware/iwn: Makefile 
	sysutils/firmware/rsu: Makefile 
	sysutils/firmware/ulpt: Makefile 

Log message:
bump some others that portbump missed


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/09 16:03:18

Added files:
	x11/e17/evas/patches: 
	                      patch-src_lib_engines_common_evas_font_load_c 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/09 16:07:50

Modified files:
	usr.bin/yacc   : lalr.c 

Log message:
Remove useless variable "height" in function traverse().  It is
assigned the value of "top" but never changed so just use top instead.
From Michael W. Bombardieri


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/09 16:20:01

Modified files:
	usr.bin/ssh    : hostfile.c kex.c kex.h kexc25519.c kexc25519c.c 
	                 kexc25519s.c kexdh.c kexecdh.c kexecdhc.c 
	                 kexecdhs.c kexgex.c kexgexc.c kexgexs.c key.c 
	                 key.h roaming_client.c roaming_common.c 
	                 schnorr.c schnorr.h ssh-dss.c ssh-ecdsa.c 
	                 ssh-rsa.c sshconnect2.c 
	usr.bin/ssh/lib: Makefile 
Added files:
	usr.bin/ssh    : digest.c digest.h 

Log message:
Introduce digest API and use it to perform all hashing operations
rather than calling OpenSSL EVP_Digest* directly. Will make it easier
to build a reduced-feature OpenSSH without OpenSSL in future;
feedback, ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/09 16:26:48

Modified files:
	usr.bin/ssh    : sshconnect.c sshd.c 

Log message:
ban clients/servers that suffer from SSH_BUG_DERIVEKEY, they are ancient,
deranged and might make some attacks on KEX easier; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/09 16:28:49

Modified files:
	net/irssi-icb  : Makefile distinfo 

Log message:
Build against the headers now installed by the irssi package + bump.
ok sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/01/09 17:17:55

Modified files:
	.              : Makefile 

Log message:
add sha: target like src/etc/Makefile .. prodded by deraadt@
I also added a hash: target so I can re-roll tarballs w/out re-populating destdir/


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/09 17:47:17

Modified files:
	sys/kern       : uipc_mbuf.c 
	sys/sys        : mbuf.h 

Log message:
Let "ddb show mbuf" print all mbuf fields in a consistent way.  Move
bit field names into the header file below the definitions to keep
them in sync.
OK mikeb@ mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/09 17:55:10

Modified files:
	net/irssi-icb  : Makefile 

Log message:
Ensure that the appropriate pkg rev of irssi is installed.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/09 18:07:58

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
KNF (UNF?). Split annoying long line.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/09 18:25:03

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
skip_to_semi() is gilding the lily when the next statement breaks out
of the loop and closes the file being parsed. And the previous
statement warns the user the leases file being parsed has been
determined to be corrupt. Eliminate further gilding in the form of an
'else' after the same 'if' clause includes the 'break'.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/09 18:38:15

Modified files:
	sbin/dhclient  : parse.c 

Log message:
Yet another annoyingly long line.


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/01/09 19:24:47

Modified files:
	.              : plus.html 

Log message:
plus.html for Dec 30 to Jan 5, ok jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 20:52:03

Modified files:
	etc/signify    : 54base.pub 

Log message:
a new key.  Once again, this is still testing time.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 20:53:44

Modified files:
	etc            : Makefile 

Log message:
be forceful with removing the SHA256 file


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/09 21:02:15

Modified files:
	usr.sbin/tcpdrop: tcpdrop.c 

Log message:
Check the return values of the strdup() calls.

OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 21:15:38

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
at least for now, we're going to need some -Inspector magic


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 21:23:37

Modified files:
	usr.bin/signify: Makefile signify.1 signify.c 

Log message:
change the listing of the options, because there is way too much
befuddlement.
sorry jmc
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/09 21:24:18

Modified files:
	usr.bin/signify: signify.1 

Log message:
provide a small (very very) practical example for using signify
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 21:28:58

Modified files:
	usr.bin/signify: Makefile 

Log message:
base64.c workaround keeps sneaking back in


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 21:34:24

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
a little more consistent with names, notably call signature files sigfiles
for short, instead of output.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 21:36:58

Modified files:
	usr.bin/signify: signify.c 

Log message:
use a single positional argument instead of a creeping list of __progname


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 21:49:36

Modified files:
	usr.bin/signify: signify.c 

Log message:
quiet time. printing verified was an artifact of development, to be sure
we didn't accidentally fall through main without doing anything, but tools
should be quiet unless there's an error.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/09 21:53:35

Modified files:
	usr.bin/find   : ls.c 

Log message:
Copy changes from ls -l to find -ls: print future times with year and use
strftime() instead of parsing ctime()'s output.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/09 21:54:35

Modified files:
	usr.bin/netstat: main.c 

Log message:
ddpcb and unixsw symbols are no longer used with kvm_read

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/09 22:34:46

Modified files:
	bin/md5        : md5.1 md5.c sha1.1 sha256.1 

Log message:
the -c option is really a mode change, incompatible with other options.
(there are some others too, but -c is particularly misleading.) split it
out in synopsis and usage.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/09 22:59:19

Modified files:
	usr.bin/ssh    : sshd_config 

Log message:
the /etc/ssh/ssh_host_ed25519_key is loaded by default too


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/09 23:18:40

Modified files:
	sbin/ping      : ping.c 
	sbin/ping6     : ping6.c 

Log message:
Fix a bug found in ping6 when rebuilding with stack protector strong.
rtableid is unitialized; the stack protector strong binary would fail
to set the routing table id. Copy the rtableid initialization over to
ping to keep what is essentially similar code in sync.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/10 00:53:04

Modified files:
	usr.bin/signify: signify.1 

Log message:
no Pp before or after Sh;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 00:57:29

Modified files:
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
remove md5 after installing it (with the links to the sha256/512 commands).
this is because the md5/sha256/sha512 are in the same binary, found in the
md5 directory, but the version on the media lacks md5 support.  Understand?


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/10 01:03:29

Log message:
    This package installs common non-compiled run-time components used by
    both KDE 3 and KDE 4. This allows to run KDE 3 & 4 apps simultaneously.
    
    Helps to deconflict kdebase-3.x and kde-runtime-4.x. Could probably evolve
    in future by extracting more stuff.
    
    input and okay landry@
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140110
    
    N ports/x11/kde-shared-data/Makefile
    N ports/x11/kde-shared-data/distinfo
    N ports/x11/kde-shared-data/pkg/PLIST
    N ports/x11/kde-shared-data/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/10 01:06:11

Modified files:
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-main 

Log message:
Make kdebase-3.x use recently imported kde-shared-data.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/10 01:12:11

Modified files:
	x11/kde4/dev-scripts: Makefile 
	x11/kde4/libs  : Makefile 
	x11/kde4/runtime: Makefile 
	x11/kde4/runtime/pkg: PLIST-main 
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/pkg: PLIST 
Added files:
	x11/kde4/dev-scripts/patches: patch-doc_man-reportview_1_docbook 
	                              patch-kdemangen_pl 
	x11/kde4/libs/patches: patch-kdecore_kernel_ktoolinvocation_cpp 
	                       patch-kdoctools_man-template_docbook 
	                       patch-kio_kfile_kpropertiesdialog_cpp 
	                       patch-kio_kio_kmimetypechooser_cpp 
	                       patch-kutils_kcmultidialog_cpp 
	x11/kde4/runtime/patches: patch-doc_kdebugdialog_index_docbook 
	                          patch-doc_kdesu_man-kdesu_1_docbook 
	                          patch-doc_khelpcenter_index_docbook 
	                          patch-doc_plasmapkg_man-plasmapkg_1_docbook 
	                          patch-kcontrol_componentchooser_componentchooserfilemanager_cpp 
	                          patch-kdebugdialog_CMakeLists_txt 
	                          patch-keditfiletype_CMakeLists_txt 
	                          patch-khelpcenter_CMakeLists_txt 
	                          patch-khelpcenter_khelpcenter_desktop 
	                          patch-kioslave_trash_CMakeLists_txt 
	                          patch-kstart_CMakeLists_txt 
	                          patch-man-plasmaengineexplorer_1_docbook 
	                          patch-man-plasmoidviewer_1_docbook 
	x11/kde4/workspace/patches: patch-CMakeLists_txt 
	                            patch-kinfocenter_infocenter_cpp 
	                            patch-kwin_CMakeLists_txt 
	                            patch-plasma_desktop_applets_trash_trash_cpp 
	                            patch-systemsettings_core_ModuleView_cpp 

Log message:
Deconflict kde-runtime-4.x with kdebase-3.x. I tried hard but there still
could be some run-time fallout - feel free to report anything.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/10 01:21:12

Modified files:
	devel/cmake    : Makefile 
Added files:
	devel/cmake/patches: patch-Modules_FindFreetype_cmake 

Log message:
Fixes for Freetype 2.5.x

Upstream git commits:
http://cmake.org/gitweb?p=cmake.git;a=commit;h=7435ae7c97590a0713d86b63add761d5e1607ec1
http://cmake.org/gitweb?p=cmake.git;a=commit;h=bc49d820a276243324003bc34d92a69194938adf
http://cmake.org/gitweb?p=cmake.git;a=commit;h=9b08e3f5993eb004e3eb0d9ae8b593f553989f89

OK naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2014/01/10 02:23:51

Modified files:
	.              : want.html 

Log message:
A new VAX for package building is needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/10 04:19:31

Modified files:
	usr.bin/yacc   : lalr.c 

Log message:
revert previous; height is never changed, but top is changed.
ok espie@ who saw intermittent sigbus in ports/math/hc with this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/10 04:26:02

Modified files:
	lang/racket    : Makefile 

Log message:
revert to gcc on i386, clang build fails


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/10 04:26:43

Modified files:
	infrastructure/lib/DPB: Config.pm 
	infrastructure/lib/DPB/Job: Port.pm 

Log message:
parse SIGNING_PARAMETERS, use it to match -DSIGNER and pass that to pkg_add
accordingly


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/01/10 05:07:19

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
Using random-id is recommended in combination with no-df to ensure
unique IP identifiers.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/10 06:33:22

Added files:
	x11/libgdiplus/patches: patch-src_gdiplus-private_h 

Log message:
fix build with newer FreeType; upstream has the same


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/10 06:45:00

Modified files:
	regress/sys/kern/noexec: Makefile noexec.c 
Added files:
	regress/sys/kern/noexec: testfly.S 

Log message:
Do not include MD assembly code in a sys regress test. Untested on alpha,
however it has a much better chance of compiling than it did previously.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 07:06:18

Modified files:
	etc            : Makefile 

Log message:
be a bit more careful


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/10 07:16:42

Modified files:
	regress/sys/ptrace: ptrace.c 

Log message:
Make this work on hppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/10 07:29:08

Modified files:
	sys/net        : radix.c radix.h route.c rtsock.c 
	sys/netinet    : if_ether.c 
	sys/netinet6   : nd6.c nd6_rtr.c 

Log message:
replace the rest of the obsolete radix macros
sprinkle 0 -> NULL where obvious
ok millert mpi


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/10 07:34:02

Modified files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
signify silent by default, don't bother working around stdout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/10 07:47:10

Modified files:
	geo/mapserver  : Makefile 
	geo/mapserver/patches: patch-CMakeLists_txt 
	graphics/openscenegraph/patches: patch-CMakeLists_txt 
	lang/io        : Makefile 
	x11/ogre       : Makefile 
Added files:
	geo/mapserver/patches: patch-cmake_FindCairo_cmake 
	graphics/darktable/patches: 
	                            patch-cmake_modules_FindFreetype_cmake 
	graphics/openscenegraph/patches: 
	                                 patch-src_osgPlugins_freetype_FreeTypeFont_cpp 
	lang/io/patches: patch-addons_Font_CMakeLists_txt 
	                 patch-addons_Font_source_IoFont_c 

Log message:
Fix build with newer FreeType for cmake-based ports
OK naddy@, landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/10 08:40:22

Modified files:
	security/yubikey-personalization-gui: Makefile distinfo 

Log message:
minor update to yubikey-personalization-gui-3.1.13


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/10 09:05:31

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm 

Log message:
by popular demand, remove excessive paranoia


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/10 09:09:08

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
likewise. this is useless


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/01/10 09:12:52

Modified files:
	archivers/zziplib: Makefile distinfo 

Log message:
Update to 0.13.62
prodded by Frantisek Holop


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/10 09:34:25

Modified files:
	regress/sys/kern/flock: flock.c 

Log message:
Use arc4random instead of random in the flock regress tests.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/10 10:38:24

Modified files:
	usr.bin/signify: signify.c signify.1 

Log message:
-c comment, for people who don't like the default. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/10 10:41:39

Modified files:
	etc/rc.d       : nsd 

Log message:
Remove unnecessary rc_post from rc.d/nsd.

It was there to try and ensure that failure was reported if nsd stopped
shortly after startup (as it used to do if the address was in use, etc),
but this is no longer the case with nsd 4 which returns a failure at
startup in these cases, and having it there breaks properly printing
"(ok)" when stopping.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 10:47:44

Modified files:
	bin/md5        : Makefile md5.1 
Removed files:
	bin/md5        : sha1.1 sha256.1 

Log message:
tedu merged the hash manual pages back together.  This goes even further,
repairing the documentation for the -c option.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 10:52:50

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
sort options


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 10:57:47

Modified files:
	x11/xfe/patches: patch-configure 

Log message:
Fix build with newer freetype, no point in checking for freetype/config/ftheader.h.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/10 11:10:36

Added files:
	x11/qt3/patches: patch-config_tests_x11_xfreetype_test 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 11:17:07

Modified files:
	print/lilypond/patches: patch-lily_open-type-font_cc 
	                        patch-lily_pango-font_cc 
	                        patch-lily_ttf_cc 
Added files:
	print/lilypond/patches: patch-lily_freetype-error_cc 

Log message:
Fix build with newer freetype by using the #defines to reach includes.
Also from FreeBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/10 11:26:33

Added files:
	graphics/dia/patches: 
	                      patch-plug-ins_postscript_diapsft2renderer_c 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 11:41:50

Added files:
	games/renpy/patches: patch-module_setup_py 

Log message:
Also check for GL/glu.h, fixes build with newer freetype.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 11:43:38

Modified files:
	graphics/ocaml-camlimages: Makefile 
	graphics/ocaml-camlimages/patches: patch-OMakefile 

Log message:
pass ${X11BASE}/include directly within OMakefile, and while here remove
an hardcoded /usr/X11R6. Note: this horror doesnt seem to respect CFLAGS.
Fixes build with newer freetype.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 11:51:05

Modified files:
	bin/md5        : md5.c 

Log message:
When using a checklist, print MISSING for non-existent files.

Based on an earlier diff by tedu@
Requested by deraadt@
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 11:52:22

Modified files:
	bin/md5        : md5.1 

Log message:
Add MISSING to the list of possible results of a checklist comparison.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/10 11:54:50

Added files:
	graphics/gimp/stable/patches: patch-app_text_gimpfont_c 

Log message:
fix build with newer FreeType


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/10 12:01:24

Modified files:
	www/ruby-rainbows: Makefile 

Log message:
Remove ext from CONFIGURE_STYLE, since rainbows does not include a C
extension.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 12:05:07

Modified files:
	graphics/py-matplotlib: Makefile 
Added files:
	graphics/py-matplotlib/patches: patch-setupext_py 

Log message:
Pass ${X11BASE}/include when building tkagg extension.
Fixes build with newer freetype.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/10 12:16:06

Modified files:
	devel/ruby-gir_ffi: Makefile 

Log message:
Remove ext from CONFIGURE_STYLE, since gir_ffi does not include a C
extension.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/10 12:31:51

Modified files:
	multimedia/x264: Makefile 

Log message:
Have amd64 use Clang + the integrated assembler to build the ASM support
within x264. Enabling the ASM support results in a huge performance
improvement.

ok sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 12:35:29

Added files:
	audio/mscore/patches: patch-mscore_mscore_genft_cpp 

Log message:
Fix build with freetype 2.5.2, from FreeBSD's
audio/musescore/files/patch-mscore_mscore_genft.cpp


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/10 12:36:00

Modified files:
	graphics/dia/patches: 
	                      patch-plug-ins_postscript_diapsft2renderer_c 

Log message:
From upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 12:36:18

Modified files:
	graphics/mapnik: Makefile 

Log message:
Pass ${X11BASE}/include/freetype2 via PNG_INCLUDES, because scons is too
scary. Fixes build with newer freetype.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2014/01/10 12:52:09

Modified files:
	.              : errata54.html security.html 

Log message:
libXfont errata.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/10 13:04:51

Modified files:
	.              : errata54.html 

Log message:
add dates for the last 2


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2014/01/10 13:09:05

Modified files:
	.              : security.html 

Log message:
hmm typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/10 13:14:08

Modified files:
	bin/md5        : cksum.1 md5.1 md5.c 

Log message:
catch up to the fact that md5/sha* got merged, and document -c consistently;
some style and cleanup tweaks while here

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/10 13:18:08

Modified files:
	www/c-icap/c-icap: Makefile distinfo 
	www/c-icap/modules: Makefile distinfo 

Log message:
update to c-icap 0.3.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/10 13:20:34

Modified files:
	usr.sbin/mtree : mtree.8 

Log message:
do not list sha1 and sha256 in SEE ALSO, since md5 is already there, and
they're one and the same page now;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 13:23:25

Added files:
	devel/xulrunner/24/patches: patch-config_system-headers 
	                            patch-js_src_config_system-headers 

Log message:
Fix build with freetype >= 2.5.1 by backporting bug 944454's fix.
https://hg.mozilla.org/integration/mozilla-inbound/rev/d6f47a333fe1
After lots of head scratching, thx to blfs-dev@linuxfromscratch.org
archives for pointing me at the right direction.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2014/01/10 13:43:14

Modified files:
	.              : errata53.html security.html 

Log message:
libXfont errata for 5.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sthen@cvs.openbsd.org	2014/01/10 13:44:39

Modified files:
	lib/libXfont/src/bitmap: Tag: OPENBSD_5_3 bdfread.c 

Log message:
CVE-2013-6462: unlimited sscanf overflows stack buffer in bdfReadCharacters()


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/10 13:50:39

Modified files:
	lang/nhc98     : Makefile 

Log message:
mark BROKEN, see http://marc.info/?l=openbsd-ports&m=138867760408976&w=2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 13:53:19

Modified files:
	lib/libc/arch/hppa/sys: sigpending.S 

Log message:
correct argument handling; this has been broken since to beginning
and was writing to wrong memory.
ok jsing miod guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 13:53:45

Modified files:
	lib/libc/arch/hppa64/sys: sigpending.S 

Log message:
match what hppa is doing now (not tested, but should be right)
ok miod jsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/10 13:54:27

Modified files:
	www/squid/snapshot: Makefile distinfo 

Log message:
update to squid 3.4.2

3.4.x is now classed as a stable release upstream, but let's leave 3.3
around for now in squid/stable until we have more experience with 3.4 as
there have been fairly big chances to the tproxy code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/10 13:54:57

Modified files:
	x11/kde4/kate  : Makefile 
	x11/kde4/kate/pkg: PLIST 

Log message:
No more conflicts between Kate and either kdelibs-3.x or kdeaddons-3.x.
Found while debugging issue seen in bulk by landry@.


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2014/01/10 14:22:11

Modified files:
	.              : errata53.html 

Log message:
I forgot the date in the 12th errata.  Spotted by jturner.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 14:45:04

Modified files:
	bin/md5        : md5.1 

Log message:
depluralize
ok jmc


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/10 14:52:29

Modified files:
	x11/mplayer    : Makefile distinfo 
	x11/mplayer/patches: patch-DOCS_man_en_mplayer_1 patch-Makefile 
	                     patch-configure patch-libao2_audio_out_c 
	                     patch-libmpdemux_demux_lavf_c 
	                     patch-libmpdemux_mp_taglists_c 
	                     patch-stream_stream_cdda_c 
Added files:
	x11/mplayer/patches: patch-libmpcodecs_vd_ffmpeg_c 
Removed files:
	x11/mplayer/files: ao_sndio.c 

Log message:
Update to MPlayer 20140106 snapshot.

ok edd@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/10 14:57:44

Modified files:
	sbin/ping      : ping.c 
	sbin/ping6     : ping6.c 

Log message:
Fix the unitialized rtableid bug discovered and fixed in the previous
commit by brad@ by calling setsockopt SO_RTABLE only when -V is
present. As a bonus drop privileges very early in main, before option
parsing.
This brings ping6 more in line with what ping does and will make
eventual unification easier.

OK deraadt@
"works for me" brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/10 15:01:30

Modified files:
	sys/dev/pci    : if_jme.c 

Log message:
Add MSI support.

Tested by comete@daknet.org and vigdis+obsd@chown.me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/10 15:02:33

Modified files:
	graphics/png   : Tag: OPENBSD_5_4 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_5_4 patch-pngrtran_c 
	                      patch-pngset_c 

Log message:
Fix a null pointer dereference (CVE-2013-6954).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/10 15:18:34

Modified files:
	x11/xarchiver  : Makefile 

Log message:
Add gtar to RDEP so that xarchiver can open tar archives OOTB; Add p7zip
too while here.
Noticed by Helg Bredow, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/10 15:34:17

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add the ULT Haswell host bridge id.

Was intending to add this but also reminded by mark rowland


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/01/10 15:34:41

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S hibernate_machdep.c 

Log message:
Resurrect the "park APs in realmode" idea that we explored back at t2k13
(and which didn't work at that time due to a bug which has since been
fixed). The APs are now demoted to real mode and placed in a HLT loop
while the hibernated image is being unpacked.

Helps my x230 significantly, no more spurious reboots on resume.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/10 15:34:48

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	tobiasu@cvs.openbsd.org	2014/01/10 15:52:50

Modified files:
	regress/usr.bin/signify: Makefile orders.txt.sig 

Log message:
Don't overwrite the regress target, provide a test target instead.  This allows
the test target to fail without terminating overall regression tests. Clean up
a little.

Also adjust orders.txt.sig comment to new reality, making the test pass again.

Looks ok to sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 15:54:12

Modified files:
	usr.sbin/ntpd  : ntpctl.8 ntpd.c 

Log message:
improve ntpctl usage so that the manual page does not need to be read
every time
ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/10 16:01:29

Modified files:
	usr.bin/yacc   : defs.h reader.c 

Log message:
Use strtoul() to do octal and hex character conversion instead of
custom code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/10 16:57:32

Modified files:
	net/irssi-xmpp : Makefile 

Log message:
Build against the headers installed by the irssi package + bump.
Depend on the correct irssi revision (thanks brad@).  ok jung@ (maint).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 20:35:14

Modified files:
	distrib/special/date: Makefile 

Log message:
unify with other Makefiles around here


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 20:35:57

Modified files:
	distrib/special: Makefile.inc 
	distrib/special/libstubs: Makefile 

Log message:
use NOMAN=1 for all directories


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 21:01:13

Modified files:
	bin/md5        : md5.c 
	distrib/special/md5: Makefile 

Log message:
use -DSHA2_ONLY to be more clear about what we are butchering
idea from tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 21:29:07

Modified files:
	usr.bin/signify: signify.c 

Log message:
Check the return value of fstat() in readmsg().

OK deraadt@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 21:35:52

Modified files:
	usr.sbin/tcpdump: interface.h print-icmp.c print-ip.c 
	                  print-ipsec.c 

Log message:
Make icmp_print() accept the length variable, which is the length of the
packet without the IP header.  This is needed by the next commit that
will allow tcpdump to detect bad ICMP checksums.

Related functions like {tcp,udp,icmp6}_print() already accept this
length variable, so this change makes icmp_print() consistent with
them as well.

This commit makes no functional change to tcpdump itself.

OK florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 21:40:45

Modified files:
	usr.sbin/tcpdump: print-icmp.c 

Log message:
Let tcpdump detect bad ICMP checksums with the -v flag.

Tested on amd64, i386, loongson, and macppc.

OK florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 21:41:08

Modified files:
	usr.sbin/tcpdump: print-icmp6.c 

Log message:
Let tcpdump detect bad ICMPv6 checksums with the -v flag.

Tested on amd64, i386, loongson, and macppc.

OK florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 21:43:00

Modified files:
	usr.sbin/crunchgen: crunched_main.c 

Log message:
just a little TLC


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 21:44:15

Modified files:
	usr.sbin/crunchgen: crunchgen.c 

Log message:
Create cleaner & less noisy makefiles, now that we've been using
this for 20 years.  We don't need to see the splatter as much anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/10 21:46:15

Modified files:
	sys/sys        : mbuf.h 

Log message:
Sync the comments for the M_ICMP_CSUM_* flags with their descriptions in
the mbuf(9) man page.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 22:36:26

Modified files:
	bin/pax        : ar_io.c options.c 

Log message:
Add -DNOCPIO option for use by distrib/special
ok guenther tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 22:36:33

src/distrib/special/pax

Update of /cvs/src/distrib/special/pax
In directory cvs.openbsd.org:/usr/src/distrib/special/pax

Log Message:
Directory /cvs/src/distrib/special/pax added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 22:37:18

Modified files:
	distrib/special: Makefile 
Added files:
	distrib/special/pax: Makefile 

Log message:
Butcher a smaller tar/pax here, which has no cpio support
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/10 22:40:16

Modified files:
	distrib/hppa   : list 
	distrib/miniroot: list 
	distrib/ramdisk: list 
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/zaurus/ramdisk: list 

Log message:
No need for a bin/cpio link on the media, because the pax|tar binary does
not support cpio anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/10 22:43:33

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add some more Realtek Card Reader chipsets.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/10 22:44:11

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/10 23:28:46

Modified files:
	games/fortune/fortune: fortune.c 

Log message:
optarg/optind are declared in <unistd.h>, so kill the externs here


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/11 01:35:15

Modified files:
	mail/mozilla-thunderbird: Makefile 
Added files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-mailnews_base_search_src_nsMsgSearchTerm_cpp 

Log message:
Backport fix from bug #885538 to fix a build failure with clang 3.4 -
using an empty string instead of a null pointer only does a warning
with clang 3.3.

From brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/11 04:22:43

Modified files:
	archivers/lzo  : Makefile 
	archivers/lzo/pkg: PLIST 
	audio/gsm      : Makefile 
	audio/gsm/pkg  : PLIST 
	audio/rplay    : Makefile 
	audio/rplay/pkg: PLIST 
	graphics/libungif: Makefile 
	graphics/libungif/pkg: PLIST 
	print/pdflib   : Makefile 
	print/pdflib/pkg: PLIST 

Log message:
scrape @endfake. I haven't been able to finish this in... ten years.
time to let it go.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/11 04:43:16

Modified files:
	www/drupal6/views: Makefile 
	www/drupal6/views/pkg: PLIST 

Log message:
dead annotation


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 04:47:20

Modified files:
	www/phantomjs  : Makefile 

Log message:
use DPB_PROPERTIES=nojunk, this has the usual problem with qmake where it
picks up installed headers even where they're not actually used


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/11 04:51:01

Modified files:
	usr.sbin/pkg_add: pkg_create.1 
	usr.sbin/pkg_add/OpenBSD: Add.pm PackageInfo.pm 
	                          PackingElement.pm PackingList.pm 
	                          Update.pm 
	usr.sbin/pkg_add/pod: OpenBSD::PackingElement.pod 

Log message:
a bit of spring cleanup in advance: scrape old stuff that's not really
used.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/11 04:54:16

Modified files:
	.              : security.html 

Log message:
2014, from Maxime Villard, plus bump copyright year


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/11 04:54:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Add.pm Replace.pm 

Log message:
simplify code: always extract, then install, so that initial installations
and updates are more similar.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/11 04:56:14

Modified files:
	.              : index.html 

Log message:
bump copyright year on homepage to 2014


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/11 05:15:24

Modified files:
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: DESCR-main DESCR-samba 
Added files:
	x11/kde/base3/pkg: README-main 

Log message:
Small tweaks:
* zap extra whitespace in DESCR-*;
* move part of DESCR-main to README-main;
* remove stuff belonging to kde-shared-data (missed in previous commit).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2014/01/11 05:39:15

Modified files:
	lib/libGL/dri/swrast: Makefile 
	lib/libGL      : Makefile 
	lib/libGL/gallium: Makefile.inc 
	lib/libGL/glsl/libglsl: Makefile 
	lib/libGL/mesa : Makefile.inc 
	lib/libGLESv2  : Makefile 
	lib/libGLESv1_CM: Makefile 
	lib/libglapi   : Makefile 

Log message:
m68k needs libGL compiled with -fPIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 05:45:37

Modified files:
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 
Added files:
	x11/gnome/totem/patches: patch-browser-plugin_totemPlugin_cpp 

Log message:
Enable browser plugins; it costs nothing dependency-wise and they are
actually usefull to play some contents.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 05:56:41

Modified files:
	devel/mingw    : Makefile 
	devel/mingw/pkg: README 
	lang/tcl/8.5   : Makefile 
	lang/tcl/8.5/pkg: README 
	lang/tcl/8.6   : Makefile 
	lang/tcl/8.6/pkg: README 
	print/texlive/base: Makefile 
	print/texlive/base/pkg: README 
	www/sogo       : Makefile 
	www/sogo/pkg   : README 

Log message:
Do not hardcode /usr/local.
Do not use SYSCONFDIR for base system etc files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/11 06:07:59

Modified files:
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: README-main 

Log message:
Do not hardcode /usr/local in README, noted by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 06:40:19

Modified files:
	devel/p5-BSD-stat: Makefile distinfo 

Log message:
update p5-BSD-stat to 1.35


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 06:47:03

Modified files:
	devel/p5-Data-Random: Makefile distinfo 

Log message:
update p5-Data-Random to 0.11


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/11 06:50:56

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
remove extraneous D, from Markus Lude


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 07:05:19

Modified files:
	devel/p5-Data-Validate-IP: Makefile distinfo 

Log message:
update p5-Data-Validate-IP to 0.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 07:08:19

Modified files:
	x11/gnome/totem/patches: patch-browser-plugin_totemPlugin_cpp 

Log message:
Committed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 07:14:00

Modified files:
	net/p5-Net-IMP : Makefile distinfo 

Log message:
update p5-Net-IMP to 0.627


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 07:28:26

Modified files:
	distrib/i386/ramdiskA: list.local 
	distrib/i386/ramdiskB: list.local 
	distrib/i386/ramdiskC: list.local 

Log message:
add a few things mumble


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 07:33:48

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
When I created UDP socket splicing, I added the goto nextpkt loop
to splice multiple UDP packets in the m_nextpkt list.  Some profiling
with TCP splicing showed that checking so_rcv.sb_mb is wrong.  It
causes several useless runs through the loop.  Better check for
nextrecord which contains the original m_nextpkt value of the mbuf.
OK mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/11 07:37:51

Modified files:
	share/man/man4 : pf.4 

Log message:
Sync description of struct pf_osfp_entry to rev 1.393 of pfvar.h
OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 07:39:46

Modified files:
	security/yubikey-personalization-gui: Makefile distinfo 

Log message:
update to yubikey-personalization-gui-3.1.14, minor gui fix to confirmation box


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 08:00:23

Modified files:
	editors/libreoffice: Makefile 

Log message:
default to no_java flavour on i386 for now (with an XXX comment); this
lets it package. much hair pulling involved until I worked out that no_java
is a flavour not a pseudo-flavour...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 08:01:56

Modified files:
	lang/php/5.3   : Makefile distinfo 
	lang/php/5.3/patches: patch-ext_gd_config_m4 
	                      patch-ext_tidy_tidy_c 
Removed files:
	lang/php/5.3/patches: patch-ext_openssl_openssl_c 

Log message:
update to php 5.3.28, fix CVE-2013-6420 memory corruption in openssl_x509_parse
(and roll in CVE patched locally). ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 08:02:46

Modified files:
	lang/php/5.4   : Makefile distinfo 
	lang/php/5.4/patches: patch-php_ini-development 
	                      patch-php_ini-production 
Removed files:
	lang/php/5.4/patches: patch-ext_gd_config_m4 

Log message:
update to php 5.4.24, various crash fixes, and CVE-2013-6420 memory corruption
in openssl_x509_parse.

remove local freetype patch, upstream now uses freetype-config.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/11 09:04:43

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-common_mk patch-i3-nagbar_main_c 
	                 patch-man_i3-dmenu-desktop_1 
	                 patch-man_i3-dump-log_1 
	                 patch-man_i3-migrate-config-to-v4_1 
	                 patch-src_commands_c patch-src_log_c 
	                 patch-src_startup_c 
Added files:
	x11/i3/patches : patch-i3-config-wizard_main_c 
	                 patch-i3-input_main_c 
	                 patch-i3bar_include_util_h 
	                 patch-i3bar_src_main_c patch-i3bar_src_xcb_c 
	                 patch-include_libi3_h patch-include_log_h 
	                 patch-include_xcursor_h patch-libi3_font_c 
	                 patch-libi3_get_exe_path_c patch-src_floating_c 
	                 patch-src_xcursor_c 
Removed files:
	x11/i3/patches : patch-include_window_h patch-include_x_h 
	                 patch-src_con_c patch-src_handlers_c 
	                 patch-src_manage_c patch-src_render_c 
	                 patch-src_tree_c patch-src_window_c 
	                 patch-src_x_c 

Log message:
Update to i3-4.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/11 09:42:01

Modified files:
	infrastructure/bin: portcheck 

Log message:
Add checks for hardcoded /usr/local and /var in MESSAGE, DESCR, README and
UNMESSAGE files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 10:27:44

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-daemon_pty_open_c 

Log message:
Prefer the openpty(3) code path over grantpt(3) -- this fixes the
numerous SSH dialogs when mount an sftp share (known_hosts additions and
password auth).


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/11 10:31:16

Modified files:
	net/p5-Socket6 : Makefile distinfo 
	net/p5-Socket6/pkg: PLIST 

Log message:
- update p5-Socket6 to 0.25
- indent Makefile
- CONFIGURE_ARGS not necessary, module uses perl cc and ccflags now
- install man page Socket6.3p


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 10:37:34

Modified files:
	de             : index.html mail.html security.html 
	fr             : errata53.html errata54.html events.html 
	                 mail.html security.html want.html 
	nl             : donations.html 
	opensmtpd/fr   : security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/11 10:50:05

Modified files:
	devel/py-gdata : Makefile distinfo 

Log message:
Update to py-gdata-2.0.18.

from frantisek holop (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/11 11:34:20

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
typos, from Markus Lude, thx!


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/11 11:45:53

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to 2014.01.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/11 11:46:53

Modified files:
	print/texlive  : Makefile.inc README 
	print/texlive/base: Makefile distinfo 
	print/texlive/base/patches: 
	                            patch-texk_texlive_linked_scripts_installfont_installfont-tl 
	print/texlive/base/pkg: PLIST README 
	print/texlive/texmf: Makefile distinfo 
	print/texlive/texmf/patches: 
	                             patch-texmf-dist_tex_latex_beamer_beamerbaseverbatim_sty 
	print/texlive/texmf/pkg: PLIST-context PLIST-docs PLIST-full 
	                         PLIST-main 
Added files:
	print/texlive/base/patches: patch-texk_bibtex-x_Makefile_in 
	                            patch-texk_chktex_chktex-1_7_1_deweb_in 
	                            patch-texk_dvipdfmx_src_jpegimage_c 
	                            patch-texk_dvipsk_bbox_c 
	                            patch-texk_dvipsk_writet1_c 
	                            patch-texk_mendexk_fwrite_c 
	                            patch-texk_texlive_linked_scripts_a2ping_a2ping_pl 
	                            patch-texk_web2c_luatexdir_font_writecff_w 
	                            patch-texk_web2c_luatexdir_font_writettf_w 
	                            patch-texk_web2c_luatexdir_pdf_pdfgen_w 
	                            patch-texk_web2c_mplibdir_mp_w 
	                            patch-texk_web2c_pdftexdir_ttf2afm_c 
	                            patch-texk_web2c_pdftexdir_writettf_c 
	print/texlive/texmf/patches: 
	                             patch-texmf-dist_doc_info_texdraw_info 
	                             patch-texmf-dist_web2c_texmf_cnf 
	                             patch-texmf-dist_web2c_texmfcnf_lua 
	print/texlive/texmf/pkg: DESCR-buildset PLIST-buildset 
Removed files:
	print/texlive/base/patches: patch-texk_texlive_context_mtxrun 
	print/texlive/texmf/files/rblatter: mk_openbsd_plists.sh 
	                                    rblatter 
	print/texlive/texmf/files/rblatter/lib: eqnparser.rb 
	                                        pkgfilter.rb 
	                                        pkgscanner.rb 
	                                        plistdeduper.rb 
	                                        spinner.rb subsetconf.rb 
	                                        subsetshaper.rb 
	                                        tlpdbindex.rb 
	print/texlive/texmf/patches: patch-texmf_web2c_texmf_cnf 
	                             patch-texmf_web2c_texmfcnf_lua 

Log message:
Update to TeX Live 2013.

This incudes the new buildset texmf -- a smaller texmf tree used for
BUILD_DEPENDS. See the package README for more info on this.

OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/11 11:52:34

Modified files:
	devel/darcs    : Makefile 

Log message:
Use the new texlive buildset as a BUILD_DEPEND.

OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/11 11:53:34

Modified files:
	textproc/dblatex: Makefile 

Log message:
Use the new texlive buildset as a BUILD_DEPEND.

OK espie@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 11:59:23

Modified files:
	.              : mail.html 

Log message:
repair


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/11 12:19:43

Modified files:
	audio/audacious: Makefile distinfo 
	audio/audacious/pkg: PLIST 
	audio/audacious-plugins: Makefile distinfo 
	audio/audacious-plugins/pkg: PLIST 

Log message:
Update to Audacious 3.4.3.

ok dcoppa@ shadchin@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/11 12:23:39

Modified files:
	lib/libc/sys   : chmod.2 

Log message:
fchownat is allowed to return EOPNOTSUPP
okay guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/11 12:28:41

Modified files:
	databases/mariadb: Makefile distinfo 
	databases/mariadb/patches: patch-client_CMakeLists_txt 
	                           patch-libmysql_CMakeLists_txt 
	                           patch-scripts_mysql_install_db_sh 
	                           patch-sql_CMakeLists_txt 
	                           patch-sql_mysqld_cc 
	                           patch-storage_oqgraph_CMakeLists_txt 
	databases/mariadb/pkg: PLIST-main PLIST-server PLIST-tests 
Removed files:
	databases/mariadb/patches: patch-mysql-test_CMakeLists_txt 

Log message:
Update to MariaDB 10.0.7. This is the last beta release and it is
feature complete; the next release will be RC and then a GA.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/01/11 13:22:21

Modified files:
	lang/ghc       : ghc.port.mk 

Log message:
Interactive ghc (ghci, runghc etc.) is currently broken again on i386.
So let's switch to compiling Setup scripts once more, to give at least
a few more hs packages to be built on i386, until I figure out a fix
for rts/Linker.c.
Unfortunately, the current breakage also affects template haskell,
which still leads to a lot of unbuildable ports, for example
devel/hs-vector.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/11 14:15:26

Modified files:
	x11/mlterm     : Makefile distinfo 
	x11/mlterm/patches: patch-configure_in 
	                    patch-xwindow_fb_x_display_c 
	                    patch-xwindow_fb_x_h 
	                    patch-xwindow_x_screen_c 
	                    patch-xwindow_xlib_x_window_c 
Added files:
	x11/mlterm/patches: patch-xwindow_fb_x_display_wscons_c 
Removed files:
	x11/mlterm/patches: patch-xwindow_fb_x_window_c 

Log message:
Update to mlterm-3.3.2 + aoyama@'s patch to add support for
OpenBSD/luna88k 8bpp framebuffer
(https://bitbucket.org/arakiken/mlterm/commits/2b4b80e883a654bc1b5ad7756843e28750ee6f37)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 15:15:55

Added files:
	etc/signify    : 55base.pub 

Log message:
test key for during the 5.5-beta sequence


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/11 15:16:03

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
Remove useless use of strnlen(3).
Yuckiness pointed out by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/11 15:18:06

Added files:
	etc/signify    : 55fw.pub 

Log message:
test fw key for during the 5.5-beta sequence


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/11 15:26:01

Added files:
	etc/signify    : 55pkg.pub 

Log message:
test pkg key for during the 5.5-beta sequence


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:29:31

Modified files:
	lang/ruby/2.1  : Makefile 
Added files:
	lang/ruby/2.1/patches: patch-lib_rubygems_rb 

Log message:
Make gem extension directory not include ruby tiny version, to avoid
issues when updating to 2.1.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:33:50

Modified files:
	lang/ruby      : ruby.port.mk 
Added files:
	lang/ruby      : rubygems-ext.PLIST 

Log message:
Support building ruby 2.1 packages for gem/extconf ports using the
ruby21 FLAVOR.  Use additional PLIST file for gems with C extensions
for ruby 2.1, to include the gem.build_complete file, which avoids
problems where rubygems attempts to build extensions at runtime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:37:42

Modified files:
	databases/ruby-swift: Makefile 

Log message:
Allow building with ruby21 FLAVOR, remove default setting of FLAVOR
to ruby19.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/11 15:37:44

Modified files:
	devel/jdk/1.6  : Makefile 

Log message:
additional comment reminding to switch libreoffice back if jdk is fixed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:42:26

Modified files:
	databases/ruby-swift-db-mysql: Makefile 
	databases/ruby-swift-db-mysql/pkg: PLIST 
	databases/ruby-swift-db-postgres: Makefile 
	databases/ruby-swift-db-postgres/pkg: PLIST 
	databases/ruby-swift-db-sqlite3: Makefile 
	databases/ruby-swift-db-sqlite3/pkg: PLIST 
Added files:
	databases/ruby-swift-db-mysql/patches: 
	                                       patch-lib_swift_db_mysql_rb 
	databases/ruby-swift-db-postgres/patches: 
	                                          patch-lib_swift_db_postgres_rb 
	databases/ruby-swift-db-sqlite3/patches: 
	                                         patch-lib_swift_db_sqlite3_rb 

Log message:
Allow building with ruby21 FLAVOR, remove default setting of FLAVOR
to ruby19.  Remove extension source directory from package and fix
require for extension file, since it previously depended on the copy
in the extension source directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:45:52

Modified files:
	textproc/ruby-hyperestraier: Makefile 

Log message:
Support building with ruby21 FLAVOR.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:51:03

Modified files:
	audio/ruby-id3lib: Makefile 
	audio/ruby-id3lib/pkg: PLIST 
	audio/ruby-vorbis_comment: Makefile 
	audio/ruby-vorbis_comment/pkg: PLIST 
	converters/ruby-json: Makefile 
	converters/ruby-json/pkg: PLIST 
	databases/ruby-amalgalite: Makefile 
	databases/ruby-amalgalite/pkg: PLIST 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_mysql/pkg: PLIST 
	databases/ruby-do_postgres: Makefile 
	databases/ruby-do_postgres/pkg: PLIST 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-do_sqlite3/pkg: PLIST 
	databases/ruby-ldap: Makefile 
	databases/ruby-ldap/pkg: PLIST 
	databases/ruby-mysql: Makefile 
	databases/ruby-mysql/pkg: PLIST 
	databases/ruby-mysql2: Makefile 
	databases/ruby-mysql2/pkg: PLIST 
	databases/ruby-pg: Makefile 
	databases/ruby-pg/pkg: PLIST 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-sequel_pg/pkg: PLIST 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-sqlite3/pkg: PLIST 
	databases/ruby-tiny_tds: Makefile 
	databases/ruby-tiny_tds/pkg: PLIST 
	devel/ruby-kgio: Makefile 
	devel/ruby-kgio/pkg: PLIST 
	devel/ruby-narray: Makefile 
	devel/ruby-narray/pkg: PLIST 
	devel/ruby-ncurses: Makefile 
	devel/ruby-ncurses/pkg: PLIST 
	devel/ruby-subset_sum: Makefile 
	devel/ruby-subset_sum/pkg: PLIST 
	devel/ruby-therubyracer: Makefile 
	devel/ruby-therubyracer/pkg: PLIST 
	devel/ruby-yajl: Makefile 
	devel/ruby-yajl/pkg: PLIST 
	graphics/ruby-rmagick: Makefile 
	graphics/ruby-rmagick/pkg: PLIST 
	net/ruby-eventmachine: Makefile 
	net/ruby-eventmachine/pkg: PLIST 
	security/ruby-bcrypt: Makefile 
	security/ruby-bcrypt/pkg: PLIST 
	sysutils/ruby-augeas: Makefile 
	sysutils/ruby-augeas/pkg: PLIST 
	sysutils/ruby-libvirt: Makefile 
	sysutils/ruby-libvirt/pkg: PLIST 
	sysutils/ruby-posix-spawn: Makefile 
	sysutils/ruby-posix-spawn/pkg: PLIST 
	textproc/ruby-fast-stemmer: Makefile 
	textproc/ruby-fast-stemmer/pkg: PLIST 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-hpricot/pkg: PLIST 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-nokogiri/pkg: PLIST 
	textproc/ruby-rdiscount: Makefile 
	textproc/ruby-rdiscount/pkg: PLIST 
	textproc/ruby-redcarpet: Makefile 
	textproc/ruby-redcarpet/pkg: PLIST 
	textproc/ruby-redcloth: Makefile 
	textproc/ruby-redcloth/pkg: PLIST 
	www/ruby-capybara-webkit: Makefile 
	www/ruby-capybara-webkit/pkg: PLIST 
	www/ruby-fcgi  : Makefile 
	www/ruby-fcgi/pkg: PLIST 
	www/ruby-raindrops: Makefile 
	www/ruby-raindrops/pkg: PLIST 
	www/ruby-thin  : Makefile 
	www/ruby-thin/pkg: PLIST 
	www/ruby-unicorn: Makefile 
	www/ruby-unicorn/pkg: PLIST 

Log message:
Remove extension source directory from package so that ruby21 FLAVOR
packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/11 15:56:04

Modified files:
	audio          : Makefile 
	converters     : Makefile 
	devel          : Makefile 
	databases      : Makefile 
	graphics       : Makefile 
	net            : Makefile 
	security       : Makefile 
	sysutils       : Makefile 
	textproc       : Makefile 
	www            : Makefile 

Log message:
Build ruby21-* packages for ruby gem ports with C extensions.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/11 16:28:03

Modified files:
	distrib/miniroot: install.sub 

Log message:
when selecting sets to install, postpone the xbase/comp check so the
comp set does not get readded if the xbase set is being removed later
on the same input line

"nice semantics" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 18:40:12

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 20:07:41

Modified files:
	share/man/man4 : uftdi.4 

Log message:
update list of chips supported, Chris Hettrick


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/11 21:17:36

Modified files:
	sbin/dhclient  : dhcpd.h clparse.c 

Log message:
Since the return value of read_client_conf() is not checked, don't
bother returning one.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 21:37:51

Modified files:
	bin/md5        : md5.c 

Log message:
Also move case 'c' into the #ifdef for a smaller binary.  It will fall into
default, giving a nice failure.  I have not removed -c from the usage()
or getopt() because it is too much butchering...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/11 22:46:50

Modified files:
	usr.bin/signify: signify.1 

Log message:
subtly improve an example


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/12 01:13:13

Modified files:
	usr.bin/ssh    : bufaux.c buffer.h kex.c kex.h kexc25519.c 
	                 kexc25519c.c kexc25519s.c kexdhc.c kexdhs.c 
	                 kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c 

Log message:
avoid use of OpenSSL BIGNUM type and functions for KEX with
Curve25519 by adding a buffer_put_bignum2_from_string() that stores
a string using the bignum encoding rules. Will make it easier to
build a reduced-feature OpenSSH without OpenSSL in the future;
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/12 02:33:33

Modified files:
	usr.bin/m4     : m4.1 

Log message:
expand the "eval" description a little; from wiz@netbsd


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/12 02:40:43

Modified files:
	sysutils/ruby-puppet/3/patches: 
	                                patch-lib_puppet_provider_ssh_authorized_key_parsed_rb 
	                                patch-lib_puppet_type_sshkey_rb 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/12 02:53:37

Modified files:
	sysutils/ruby-puppet/3: Makefile distinfo 
Removed files:
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_type_file_rb 
	                                patch-lib_puppet_util_rb 

Log message:
update to puppet-3.4.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/12 02:54:03

Modified files:
	sysutils/ruby-puppet: Makefile.inc 

Log message:
add post-install target to ensure cleaner PLISTs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/12 03:25:56

Modified files:
	sysutils/mcollective-plugins/package-agent: Makefile distinfo 

Log message:
- update to mcollective-package-agent-4.2.1
* this fixes an issue where this plugin stopped working with puppet 3.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/12 04:02:11

Modified files:
	security/py-paramiko: Makefile distinfo 

Log message:
Update to py-paramiko 1.12.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/12 04:18:57

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm 

Log message:
allow prev release keys for now, transition 5.4 -> 5.5 kindof requires
it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/12 04:26:09

Modified files:
	sys/conf       : newvers.sh 
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 
	etc/root       : root.mail 
	sys/sys        : param.h 
	share/mk       : sys.mk 

Log message:
crank to 5.5beta


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/12 04:26:21

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/12 04:26:48

Modified files:
	usr.sbin/tcpdump: print-bgp.c 

Log message:
plen is unsigned


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/12 04:32:47

Modified files:
	usr.bin/signify: signify.1 

Log message:
improve release directory example


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/12 05:38:41

Modified files:
	sysutils/dwdiff: Makefile distinfo 

Log message:
Update to dwdiff 2.0.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/12 07:58:30

Modified files:
	devel/libf2c   : Makefile 
	devel/py-gobject3: Makefile 
	editors/emacs21: Makefile 
	editors/xemacs21/stable: Makefile 
	lang/g77       : Makefile 
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.8   : Makefile 
	lang/gfortran  : Makefile 
	lang/pcc       : Makefile 
	lang/swi-prolog: Makefile 
	math/octave    : Makefile 
	net/openafs    : Makefile 
	net/openafs/patches: patch-src_config_afs_sysnames_h 
	x11/e17/e      : Makefile 
	x11/e17/elementary: Makefile 
	x11/e17/emotion: Makefile 
	x11/e17/evas   : Makefile 

Log message:
bump for plist changes 5.4 -> 5.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:35

xenocara/lib/freetype/builds/amiga/include/config

Update of /cvs/xenocara/lib/freetype/builds/amiga/include/config
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/amiga/include/config

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/amiga/include/config added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:36

xenocara/lib/freetype/builds/windows

Update of /cvs/xenocara/lib/freetype/builds/windows
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:37

xenocara/lib/freetype/builds/windows/vc2005

Update of /cvs/xenocara/lib/freetype/builds/windows/vc2005
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows/vc2005

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows/vc2005 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:38

xenocara/lib/freetype/builds/windows/vc2008

Update of /cvs/xenocara/lib/freetype/builds/windows/vc2008
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows/vc2008

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows/vc2008 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:39

xenocara/lib/freetype/builds/windows/vc2010

Update of /cvs/xenocara/lib/freetype/builds/windows/vc2010
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows/vc2010

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows/vc2010 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:40

xenocara/lib/freetype/builds/windows/visualc

Update of /cvs/xenocara/lib/freetype/builds/windows/visualc
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows/visualc

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows/visualc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:41

xenocara/lib/freetype/builds/windows/visualce

Update of /cvs/xenocara/lib/freetype/builds/windows/visualce
In directory cvs.openbsd.org:/tmp/cvs-serv18112/builds/windows/visualce

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/windows/visualce added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:42

xenocara/lib/freetype/include/config

Update of /cvs/xenocara/lib/freetype/include/config
In directory cvs.openbsd.org:/tmp/cvs-serv18112/include/config

Log Message:
Directory /cvs/xenocara/lib/freetype/include/config added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:43

xenocara/lib/freetype/include/internal

Update of /cvs/xenocara/lib/freetype/include/internal
In directory cvs.openbsd.org:/tmp/cvs-serv18112/include/internal

Log Message:
Directory /cvs/xenocara/lib/freetype/include/internal added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:02:44

xenocara/lib/freetype/include/internal/services

Update of /cvs/xenocara/lib/freetype/include/internal/services
In directory cvs.openbsd.org:/tmp/cvs-serv18112/include/internal/services

Log Message:
Directory /cvs/xenocara/lib/freetype/include/internal/services added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:07:47

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Directories updates for freetype 2.5.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:08:28

Modified files:
	lib/freetype   : ChangeLog Jamfile Makefile README README.git 
	                 autogen.sh modules.cfg shlib_version 
	                 vms_make.com 
	lib/freetype/builds: detect.mk freetype.mk toplevel.mk 
	lib/freetype/builds/amiga: README makefile makefile.os4 
	                           smakefile 
	lib/freetype/builds/amiga/src/base: ftdebug.c 
	lib/freetype/builds/mac: README ftmac.c 
	lib/freetype/builds/symbian: bld.inf 
	lib/freetype/builds/unix: configure.ac configure.raw 
	                          freetype-config.in freetype2.in 
	                          ftconfig.in ftsystem.c install.mk 
	                          unix-def.in 
	lib/freetype/builds/vms: ftconfig.h 
	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/devel: ft2build.h ftoption.h 
	lib/freetype/docs: CHANGES CUSTOMIZE DEBUG INSTALL INSTALL.ANY 
	                   INSTALL.GNU VERSION.DLL 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-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-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: Makefile ft2build.h 
	lib/freetype/src: Jamfile 
	lib/freetype/src/autofit: afcjk.c afcjk.h afdummy.c afdummy.h 
	                          afglobal.c afglobal.h afhints.c 
	                          afhints.h afindic.c afindic.h 
	                          aflatin.c aflatin.h aflatin2.c 
	                          aflatin2.h afloader.c afpic.c afpic.h 
	                          aftypes.h autofit.c rules.mk 
	lib/freetype/src/base: ftbbox.c ftbitmap.c ftcalc.c ftdebug.c 
	                       ftglyph.c ftinit.c ftmac.c ftobjs.c 
	                       ftoutln.c ftpic.c ftsynth.c md5.c md5.h 
	                       rules.mk 
	lib/freetype/src/bdf: bdfdrivr.c 
	lib/freetype/src/cache: Jamfile 
	lib/freetype/src/cff: cf2blues.c cf2font.c cf2font.h cf2ft.c 
	                      cf2hints.c cf2hints.h cffdrivr.c 
	                      cffgload.c cffload.c cffobjs.c cffobjs.h 
	lib/freetype/src/cid: cidgload.c cidload.c 
	lib/freetype/src/gxvalid: gxvcommn.c gxvcommn.h gxvmort.c 
	                          gxvmorx2.c 
	lib/freetype/src/gzip: ftgzip.c rules.mk 
	lib/freetype/src/pcf: pcfdrivr.c pcfread.c pcfutil.c 
	lib/freetype/src/pfr: pfrcmap.c pfrgload.c pfrobjs.c 
	lib/freetype/src/pshinter: pshglob.c 
	lib/freetype/src/raster: ftraster.c 
	lib/freetype/src/sfnt: pngshim.c pngshim.h sfdriver.c sfobjs.c 
	                       ttcmap.c ttkern.c ttload.c ttmtx.c 
	                       ttsbit.c ttsbit.h 
	lib/freetype/src/smooth: ftgrays.c 
	lib/freetype/src/tools: chktrcmp.py 
	lib/freetype/src/tools/docmaker: content.py docmaker.py 
	                                 sources.py tohtml.py 
	lib/freetype/src/truetype: ttdriver.c ttgload.c ttgload.h 
	                           ttinterp.c ttinterp.h ttobjs.c 
	lib/freetype/src/type1: t1gload.c t1load.c 
	lib/freetype/src/type42: t42objs.c 
	lib/freetype/src/winfonts: winfnt.c 
Added files:
	lib/freetype   : CMakeLists.txt 
	lib/freetype/builds/amiga/include/config: ftconfig.h ftmodule.h 
	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.sln freetype.vcproj 
	                                    index.html 
	lib/freetype/builds/windows/vc2008: freetype.sln freetype.vcproj 
	                                    index.html 
	lib/freetype/builds/windows/vc2010: freetype.sln 
	                                    freetype.vcxproj 
	                                    freetype.vcxproj.filters 
	                                    index.html 
	lib/freetype/builds/windows/visualc: freetype.dsp freetype.dsw 
	                                     freetype.sln 
	                                     freetype.vcproj index.html 
	lib/freetype/builds/windows/visualce: freetype.dsp freetype.dsw 
	                                      freetype.vcproj index.html 
	lib/freetype/docs: CMAKE 
	lib/freetype/include: Makefile.inc freetype.h ftadvanc.h 
	                      ftautoh.h ftbbox.h ftbdf.h ftbitmap.h 
	                      ftbzip2.h ftcache.h ftcffdrv.h 
	                      ftchapters.h ftcid.h fterrdef.h fterrors.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 ftxf86.h t1tables.h 
	                      ttnameid.h tttables.h tttags.h ttunpat.h 
	lib/freetype/include/config: Makefile ftconfig.h ftheader.h 
	                             ftmodule.h ftoption.h ftstdlib.h 
	lib/freetype/include/internal: 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/internal/services: svbdf.h svcid.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 svxf86nm.h 
	lib/freetype/src/autofit: afblue.c afblue.cin afblue.dat 
	                          afblue.h afblue.hin afscript.h 
	                          afwrtsys.h 
	lib/freetype/src/tools: afblue.pl 
Removed files:
	lib/freetype/builds/amiga/include/freetype/config: ftconfig.h 
	                                                   ftmodule.h 
	lib/freetype/builds/unix: ft2unix.h 
	lib/freetype/builds/win32: 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/win32/vc2005: freetype.sln freetype.vcproj 
	                                  index.html 
	lib/freetype/builds/win32/vc2008: freetype.sln freetype.vcproj 
	                                  index.html 
	lib/freetype/builds/win32/vc2010: freetype.sln freetype.vcxproj 
	                                  freetype.vcxproj.filters 
	                                  index.html 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.dsw 
	                                   freetype.sln freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.dsw 
	                                    freetype.vcproj index.html 
	lib/freetype/include/freetype: Makefile Makefile.inc freetype.h 
	                               ftadvanc.h ftautoh.h ftbbox.h 
	                               ftbdf.h ftbitmap.h ftbzip2.h 
	                               ftcache.h ftcffdrv.h ftchapters.h 
	                               ftcid.h fterrdef.h fterrors.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 ftxf86.h 
	                               t1tables.h ttnameid.h tttables.h 
	                               tttags.h ttunpat.h 
	lib/freetype/include/freetype/config: Makefile ftconfig.h 
	                                      ftheader.h ftmodule.h 
	                                      ftoption.h ftstdlib.h 
	lib/freetype/include/freetype/internal: 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 
	                                                 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 
	                                                 svxf86nm.h 

Log message:
Update to freetype 2.5.2.

With help for handling ports breakage from at least landry@, naddy@,
ajacoutot@, jasper@, and dcoppa@. Thanks to all.

Need an up to date /etc/mtree/BSD.x11.dist (from a base system build)
before building.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2014/01/12 08:23:19

Modified files:
	faq            : current.html 

Log message:
cleanup after freetype update.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/01/12 08:38:06

Modified files:
	sys/net        : if_spppsubr.c 

Log message:
Remove no-op 'HIDE' macro from sppp code. This probably existed to allow
for easy switching to static functions. But we don't usually have static
functions in the kernel.
ok deraadt mpi mikeb


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/12 09:25:10

Modified files:
	education/verbiste: Makefile 
	education/verbiste/pkg: PLIST 

Log message:
move LaTeX files to TEXMFLOCAL tree; prodded by edd@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/12 10:17:12

Modified files:
	usr.bin/signify: signify.1 

Log message:
add missing dash in -p option

OK tedu@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/01/12 11:02:54

Modified files:
	lang/php/5.3   : Tag: OPENBSD_5_4 Makefile distinfo 

Log message:
update to php 5.3.28, fix CVE-2013-6420 memory corruption in openssl_x509_parse


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2014/01/12 13:23:29

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
revert back to 1.97

There is a memory leak when using internal GZip, so switch back to the
external gzip for now.

OK espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2014/01/12 13:41:11

Modified files:
	sysutils/syslog-ng: Makefile distinfo 
	sysutils/syslog-ng/pkg: PLIST 

Log message:
update to 3.4.7


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/12 14:18:52

Modified files:
	usr.bin/signify: signify.c 

Log message:
we only write to writable files, so use O_WRONLY.
st_size is only meaningful for regular files, so check S_ISREG


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/12 14:58:00

Modified files:
	distrib/alpha/iso: Makefile 
	distrib/amd64/iso: Makefile 
	distrib/hppa/iso: Makefile 
	distrib/i386/iso: Makefile 
	distrib/macppc/iso: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sparc/iso: Makefile 
	distrib/sparc64/iso: Makefile 
	distrib/vax/iso: Makefile 

Log message:
Place a SHA256 (not SHA256.sig, sorry not yet) onto the install*.iso
media to give some upcoming changes a chance of working.

Long discussions with todd and rpe


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/12 15:03:45

Modified files:
	lang/php/5.3/patches: patch-ext_tidy_tidy_c 

Log message:
unbreak hand-edited patch, spotted by naddy@ - rather than patching a
line next to a cvs keyword, use a #define earlier in the file instead,
to avoid future problems.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/12 15:16:02

Modified files:
	lang/g77       : Makefile 
	lang/g77/patches: patch-gcc_config_gcc 
	lang/gfortran  : Makefile 
	lang/gfortran/patches: patch-gcc_config_gcc 
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.6/patches: patch-gcc_config_gcc 
	lang/gcc/4.8   : Makefile 
	lang/gcc/4.8/patches: patch-gcc_config_gcc 

Log message:
Switch ports gcc to PIE on i386.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/12 16:25:49

Modified files:
	net/p5-Net-IMP : Makefile distinfo 

Log message:
update p5-Net-IMP to 0.628


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/12 16:49:09

Modified files:
	security/p5-Net-SSLGlue: Makefile distinfo 
	security/p5-Net-SSLGlue/pkg: PLIST 

Log message:
update p5-Net-SSLGlue to 1.051


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/01/12 17:20:01

Modified files:
	x11/gnustep/libobjc1: Makefile 

Log message:
do not use the x11/gnustep module,
allow to build on loongson


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/12 18:40:43

Modified files:
	usr.bin/signify: Makefile signify.1 signify.c 

Log message:
new day, new options. -m message and -x signature.
this should be less confusing and more consistent in various modes.
also support stdin/stdout where feasible. touch up usage to be helpful.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/12 18:41:00

Modified files:
	usr.bin/signify: Makefile 

Log message:
dang it!


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/12 18:41:35

Modified files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
new signify options. from and ok espie


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/12 18:44:31

Modified files:
	gnu/gcc/gcc    : c.opt 
	gnu/usr.bin/gcc/gcc: c-common.c 

Log message:
Enable Wbounded by default.  Passing bound bigger than the buffer
size almost always has security implications.  I think this quote
from Theo summarizes the situation best:

Which is why it is important to have at least one unforgiving
platform in the ecosystem which properly labels shit shit.

That's OpenBSD.  If anyone can't handle that, they can go to platforms
which hide the reality.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/12 19:38:52

Modified files:
	sbin/dhclient  : dhcpd.h errwarn.c 

Log message:
warning(), note(), debug(), parse_warn() always return 0, which no
caller checks or saves. So just void them all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/13 00:49:43

Modified files:
	graphics/clutter/clutter-gst: Makefile distinfo 

Log message:
update to clutter-gst-2.0.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 01:28:51

Modified files:
	www/tomcat/v7  : Makefile distinfo 
	www/tomcat/v7/pkg: PLIST-examples PLIST-main 

Log message:
Update to tomcat-7.0.50


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 01:30:42

Modified files:
	audio/mpc      : Makefile distinfo 
	audio/mpc/patches: patch-Makefile_in 

Log message:
Update to mpc-0.25


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 01:46:45

Modified files:
	audio/pianobar : Makefile 
Added files:
	audio/pianobar/patches: patch-src_ui_act_c 
	                        patch-src_ui_readline_c 

Log message:
A couple of ui-related fixes from upstream:

Return if station info request fails
(upstream git commit b91dada75f804ccca64644f6d40276db4815f4b3)

Added Ctrl-u to readline, fixed several issues (multibyte,
\0-termination), and refactored readline code
(upstream git commit 9d5682f8acf991b060119a39bc8aa447175cd294)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/13 01:54:39

Modified files:
	devel/glib2    : Makefile 

Log message:
Fix some hardcoded "/usr/share".


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 02:03:21

Modified files:
	security/opensc: Makefile 

Log message:
New homepage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 02:12:10

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl 
	devel/git/pkg  : PLIST-main 
Added files:
	devel/git/patches: patch-t_t7001-mv_sh 

Log message:
Update to git-1.8.5.2

ok benoit@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/13 02:27:39

Modified files:
	sys/kern       : subr_poison.c 

Log message:
Return the poison value in poison_check() and not the modified value.

ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 02:33:01

Modified files:
	x11/lablgtk2   : Makefile 
Added files:
	x11/lablgtk2/patches: patch-src_gTree_mli 
	                      patch-src_gtkTree_props 

Log message:
Fix GtkTree.IconView.get_path_at_pos
(upstream git commit b10b8705bbb7d8462fc4baf6b33b64482ce47c49)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/13 02:41:16

Modified files:
	usr.bin/signify: signify.c 

Log message:
duh, -n does not take args


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/13 02:42:53

Modified files:
	usr.bin/signify: signify.c 

Log message:
premature, only wanted to commit n: -> n


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/13 02:43:10

Modified files:
	games/wesnoth  : Makefile distinfo 
	games/wesnoth/patches: patch-po_LINGUAS 
	                       patch-src_campaign_server_campaign_server_cpp 
	                       patch-src_multiplayer_create_cpp 
	                       patch-src_network_cpp 
	                       patch-src_preferences_cpp 
	                       patch-src_server_server_cpp 
	games/wesnoth/pkg: PLIST 

Log message:
Update to 1.10.7.

ok kirby@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/13 02:48:12

Modified files:
	sys/netinet    : in_var.h 

Log message:
Iterate over the per interface address list instead of the global one
in IFP_TO_IA().

ok bluhm@, henning@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/13 03:07:32

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
say something if we sign an empty repository
tweak mode on tmp signed file


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/13 03:45:34

Modified files:
	www/puppetboard: Makefile 
	www/puppetboard/patches: patch-puppetboard_app_py 

Log message:
add patch from upstream to report rounded average resources per node


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/13 04:12:23

Modified files:
	faq/pf         : index.html 

Log message:
Link faq/pf/de


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2014/01/13 04:12:26

Modified files:
	.              : errata53.html errata54.html 

Log message:
correct libXfont entry by re-adding the "all architectures" instead of a summary.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 04:28:03

Modified files:
	x11/gmtk       : Makefile distinfo 
	x11/gmtk/patches: patch-src_gmtk_pc_in 
	x11/gnome-mplayer: Makefile distinfo 
	x11/gnome-mplayer/patches: patch-src_common_h patch-src_gui_c 
Removed files:
	x11/gmtk/patches: patch-src_gmtk_media_player_c 

Log message:
Update to 1.0.9b


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 04:36:29

Modified files:
	www/gecko-mediaplayer: Makefile 
Added files:
	www/gecko-mediaplayer/patches: patch-src_plugin_cpp 

Log message:
Drop useless code
(upstream svn revision r529)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/13 04:47:31

Modified files:
	infrastructure/bin: portcheck 

Log message:
soundserver_idl and vcard are often written wrong in WANTLIB; add checks
for them, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/13 08:01:22

Modified files:
	net/amule      : Makefile 
	net/amule/patches: patch-src_Preferences_cpp 
	                   patch-src_ServerList_cpp patch-src_amule_cpp 
Added files:
	net/amule/patches: patch-src_ServerList_h patch-src_amuleDlg_cpp 
	                   patch-src_utils_scripts_mldonkey_importer_pl 

Log message:
New round of fixes from upstream:

New download link for server list
(upstream git commit 458e2c2f0d245eca88e9fea48e66bd40036162f4)

If successfully downloaded a server list, and are not connected at
the moment, try to connect.
This happens when no server met is available on startup.
(upstream git commit 41e0edaed86c9be58ae372e419e2cc02cebfa243)

Fix the blasted DoNetworkRearrange()
upstream git commits:
http://repo.or.cz/w/amule.git/commit/f2307fa12fb18688131962d11623ec776697b15f
http://repo.or.cz/w/amule.git/commit/af9cec62ba0bf02e31ae316749234cbd31792db7
http://repo.or.cz/w/amule.git/commit/85ea02a3abc784f415adadfb384c654057e13c01
http://repo.or.cz/w/amule.git/commit/d41b28c86b2f07439928720971896dde1ae89bb1

mldonkey_importer.pl can import an unlimited number of files
(upstream git commit c7667a3e341c2499b0c9a7299f5b05096247556d)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/13 08:42:33

Modified files:
	.              : events.html 

Log message:
While in moscow, Anton Karpov of Yandex interviewed both henning and I
for fun, and here's links to the resulting videos.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/13 10:13:11

Modified files:
	net/isc-bind   : Makefile distinfo 

Log message:
Update to BIND 9.9.4-P2, CVE-2014-0591 - an assertion can be triggered by
a crafted query against an NSEC3-signed zone, causing the server to exit.
Affects authoritative nameservers serving at least one NSEC3-signed zone.
Does not affect recursive-only servers, or auth servers which do not serve
NSEC3-signed zones.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/13 11:42:34

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
have Ustar extract owners for symlinks, which isn't really important for
pkg_add, since it skips links and restores owners from the plist anyways.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/13 11:44:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
fix another chmod on permanent tempfile to respect umask.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/13 12:06:24

Modified files:
	x11/kmplayer   : Makefile 

Log message:
Avoid picking up KDE4 libraries, if any.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/13 13:00:50

Modified files:
	x11/slim       : Makefile 
	x11/slim/patches: patch-slim_conf 

Log message:
Use sessionstart_cmd & sessionstop_cmd to transfer the ownership of
/dev/drm0 to the user logging in, and transfer it back to root upon logout.
If you have customized your /etc/slim.conf file, make sure to merge this
change.

Discussed with & hints by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/13 13:24:23

Modified files:
	audio/py-last  : Makefile distinfo 

Log message:
Update py-last to 0.5.11
ok edd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/13 13:38:52

Modified files:
	x11/kde/admin3 : Makefile 

Log message:
Cleanup: mostly WANTLIB fixing, needed for upcoming KDE deconflicting steps.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/13 13:56:24

Modified files:
	sbin/dhclient  : parse.c 

Log message:
Don't eat two tokens when encountering a non-terminal '}'. Avoids
possibly ignoring entire rest of dhclient.conf or dhclient.leases.if
looking for a mistakenly consumed '}'.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/13 14:04:19

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
No need to 'clear the peek buffer' when closing a file. The next
file opener will call new_parse() to initialize that amoung
other things. Nuke extraneous blank line in passing.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/13 14:36:46

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Don't eat another token looking for a ';' after skip_to_semi() has
been invoked. Fixes silent loss of the statement following a broken or
inapplicable 'interface' declaration in a lease, or an unrecognized
lease attribute.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/13 15:12:44

Modified files:
	sysutils/grub  : Makefile distinfo 
	sysutils/grub/pkg: PLIST 

Log message:
- fix on i386 following move to PIE by default (disable PIE for this port)
- drop USE_GROFF; mandoc output is identical
- regen distinfo/PLIST


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/13 15:29:32

Modified files:
	regress/usr.bin/signify: Makefile signify.sh 

Log message:
update for new options and clarify


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/13 15:49:11

Modified files:
	devel/libtalloc: Makefile distinfo 

Log message:
Misc. improvements:
* provide debugging symbols
* kill soname
* mark as SHARED_ONLY
* ftp:// url for peek-ftp
* regen distinfo

Use of CONFIGURE_ENV suggested by zhuk@, ok zhuk.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/13 16:03:52

Modified files:
	sys/net        : if_spppsubr.c 
	sys/netinet    : ip_carp.c 
	sys/netinet6   : icmp6.c in6.c in6_ifattach.c ip6_output.c 
	                 mld6.c nd6.c nd6_nbr.c nd6_rtr.c 

Log message:
Call all local valiables of type struct in6_ifaddr "ia6".  This is
consistent with struct ifaddr "ifa" and struct in_ifaddr "ia".
OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/13 16:14:18

Modified files:
	usr.bin/yacc   : lr0.c mkpar.c 

Log message:
Callers of get_state() and sole_reduction() always store the result
as a short so make the return value match the type of the value we
are returning.  From Michael W. Bombardieri


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/13 16:18:57

Modified files:
	usr.bin/at     : at.1 parsetime.c 

Log message:
Add the "next" keyword as an alias for "+ 1" for relative times.
Also support "months" and "years" keywords when specified as relative
time units.  All as per POSIX.  Man page changes OK jmc@ sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/13 16:42:18

Modified files:
	sbin/dhclient  : parse.c clparse.c 

Log message:
peek_token() a bit more to replace a bunch of manual checks with
the perfectly adequate parse_semi(). And some blocks didn't even
need to peek.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/13 16:44:26

Log message:
    import pecl-propro as a depend of pecl-http.
    
    tweaks and ok sthen@
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20140104
    
    N ports/www/pecl-propro/Makefile
    N ports/www/pecl-propro/distinfo
    N ports/www/pecl-propro/pkg/DESCR
    N ports/www/pecl-propro/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/13 16:45:04

Log message:
    import pecl-raphf as a depend of pecl-http
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20140104
    
    N ports/www/pecl-raphf/Makefile
    N ports/www/pecl-raphf/distinfo
    N ports/www/pecl-raphf/pkg/DESCR
    N ports/www/pecl-raphf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/13 16:45:42

Log message:
    import pecl-http
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20140104
    
    U ports/www/pecl-raphf/Makefile
    U ports/www/pecl-raphf/distinfo
    U ports/www/pecl-raphf/pkg/DESCR
    U ports/www/pecl-raphf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/13 16:47:59

Modified files:
	www            : Makefile 

Log message:
link up pecl-http and its depends, pecl-raphf and pecl-propro.

requested by and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/13 16:52:34

Modified files:
	net/rtmpdump   : Makefile distinfo 
	net/rtmpdump/patches: patch-librtmp_Makefile 
	net/rtmpdump/pkg: PLIST 
Removed files:
	net/rtmpdump/pkg: PFRAG.shared 

Log message:
update to a newer rtmpdump snapshot


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/13 17:18:35

Modified files:
	net/rtmpdump   : Makefile 
	net/rtmpdump/patches: patch-librtmp_Makefile 

Log message:
Kill librtmp's soname and prevent lib symlink creation.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/13 17:38:40

Modified files:
	comms/minicom  : Makefile 
	devel/libhid   : Makefile 
	textproc/pinfo : Makefile 

Log message:
Fix up alioth.debian.org MASTER_SITES URLs.

Old https://alioth.debian.org/frs/download.php/xxx/ URLs now give a 0-byte
file, the "proper" https://alioth.debian.org/frs/download.php/file/xxx/
URLs give a 406 error unless there's an http Accept: header, but URLs in the
form https://alioth.debian.org/frs/download.php/latestfile/yyy/ do work, and
don't need changing for each release of the distfile ("yyy" is different to
the per-file "xxx" value and needs to be looked up on the project's file
listing page...)

(These URLs also need the relevant ca cert; that is a separate issue.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/13 17:59:07

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Update comments to reflect current reality.


CVSROOT:	/cvs
Module name:	src
Changes by:	jeremy@cvs.openbsd.org	2014/01/13 18:02:46

Modified files:
	share/man/man5 : ruby-module.5 

Log message:
Add information on the new ruby21 FLAVOR, and add text about manually
checking PLISTs for gem ports with C extensions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/13 18:06:18

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Update to sequel 4.6.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/13 19:03:57

Modified files:
	gnu/gcc/gcc    : c-cppbuiltin.c cfgexpand.c common.opt gcc.c 
	gnu/gcc/gcc/doc: cpp.texi gcc.1 invoke.texi 

Log message:
Add a new option "-fstack-protector-strong" for GCC4.  This includes
additional functions to be protected --- those that have local array
definitions, or have references to local frame addresses.

Note 1: Han explicitly licensed this under GPLv2 for us.
Note 2: Do *not* use this anywhere in "src" Makefiles, as the other
GCC doesn't have this option yet (but I'm working on it).


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/13 19:44:57

Modified files:
	usr.bin/top    : display.c 

Log message:
getnstr() returns KEY_RESIZE if there was a pending resize event, so loop
until it stops returning that, resetting the cursor position each time.

hint from Gregor Best (gbe (at) ring0.de)
problem noted by and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/13 19:55:09

Modified files:
	bin/pax        : file_subs.c 

Log message:
No exception is made for symlinks in the spec, so use
fchmodat(AT_SYMLINK_NOFOLLOW) to set the mode on symlinks, pass
AT_SYMLINK_NOFOLLOW to utimensat(), and then let those be called
on symlinks by dropping the test that skipped them.  Eliminate
set_lids() by changing set_ids() to use fchownat(AT_SYMLINK_NOFOLLOW)
and delete a redundant conditional in each of set_ftime()/fset_ftime().

suggested by espie@
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/01/13 21:20:20

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: patch-src_hugin_base_CMakeLists_txt 
	graphics/hugin/pkg: PLIST 
Added files:
	graphics/hugin/patches: patch-src_foreign_CMakeLists_txt 

Log message:
update hugin to 2013.0.0
ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/13 22:01:07

Modified files:
	www/liferea    : Makefile distinfo 

Log message:
Bugfix update to 1.10.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/14 00:22:16

Modified files:
	x11/kde4/kfourinline: Makefile 
	x11/kde4/kfourinline/pkg: PLIST 

Log message:
Stupid old name of KFourInLine, KWin4, creates a problem if you rename
"kwin*" to "kwin4*" in kde-workspace. Mark as conflicting for now, to be
dealt with soon - needs going through kde-workspace again.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/14 00:40:29

Modified files:
	share/man/man5 : ruby-module.5 

Log message:
sundry tweaks;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/14 00:42:42

Modified files:
	usr.bin/bc     : bc.1 

Log message:
update references to posix-2008, and point STANDARDS to some of the extension
notes listed in DESCRIPTION, for completeness sake;

ok otto sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/14 00:43:55

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 

Log message:
Update to gdk-pixbuf-2.30.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/14 01:39:41

Modified files:
	print/hplip    : Makefile distinfo 
	print/hplip/pkg: PLIST-hpaio PLIST-hpijs PLIST-main 

Log message:
Update to hplip-3.14.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2014/01/14 01:53:07

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Add a note about ports which set SONAME explicitly. Any corrections could
be done in tree.

Input from sthen@, okay ajacoutot@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 02:44:26

Modified files:
	build          : mirrors.pl 

Log message:
add some whitespace to group the template files in $sources


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 02:52:44

Modified files:
	build          : Makefile 

Log message:
OPENSSH_VERSION=6.4 for generated ftp site lists


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 02:53:45

Modified files:
	build          : mirrors.pl mirrors.tmpl 

Log message:
support ED25519 fingerprints for anoncvs


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 02:57:02

Modified files:
	build          : mirrors.dat 

Log message:
add ED25519 fingerprint for anoncvs.spacehopper.org, remove RSA1 fingerprint
as it hasn't offered SSH1 for some time


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 02:57:25

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/01/14 02:57:51

Modified files:
	sys/kern       : subr_hibernate.c 

Log message:
Typo in a printf, should be 'bytes' not 'blocks'


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/14 03:05:58

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm signify.pm 

Log message:
reorder signature checks, we can do much more upfront.
clean up temp files always.
use a regexp for allowed keys, put default key up in front still.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 03:06:25

Modified files:
	build          : mirrors.dat 

Log message:
remove anoncvs mirrors which are unavailable; NXDOMAIN for anoncvs.bom.nom.co
and anoncvs.obsd.esc7.net, no SSH access for openbsd.mirror.frontiernet.net.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 03:06:55

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 03:11:32

Modified files:
	build          : mirrors.pl mirrors.dat mirrors.tmpl 

Log message:
no anoncvs mirrors listing key fingerprints in this file offer SSH1; just kill
support for printing it. (anoncvs.jp *does* offer it, but doesn't have FPs
listed, and we don't want to encourage SSH1 anyway.)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 03:11:46

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/14 04:05:09

Modified files:
	de             : events.html hackathons.html mail.html 
	faq/pf/de      : index.html 
	nl             : index.html mail.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 06:06:17

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 
	net/telepathy/telepathy-spec/pkg: PLIST 

Log message:
update to telepathy-spec-0.99.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 06:11:27

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
update to iso-codes-3.50


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/14 06:33:37

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-awesomerc_lua_in 
	                     patch-lib_menubar_menu_gen_lua_in 
	                     patch-lib_menubar_utils_lua_in 
	                     patch-lib_naughty_lua_in 
	                     patch-objects_drawin_c patch-property_c 
Added files:
	x11/awesome/patches: patch-lib_awful_menu_lua_in 
	                     patch-lib_awful_tag_lua_in 
	                     patch-lib_awful_widget_tasklist_lua_in 
	                     patch-lib_menubar_init_lua_in 

Log message:
Bugfixes from upstream:

awesomerc: Fix set menu clients width
(upstream git commit 843a36aa6e7fdb5e1e76fbb9879328c92adc77f7)

awful.menu.clients: Fix API
(upstream git commit 479f7b990cf411bc116f728eea8edc0ea6b4b8d3)

menu: do not double escape name in 'menu:clients()'
(upstream git commit 77e92e17a1ec1711233f42560b5b339944ce71b2)

awful.tag.delete: Deactivate tags
(upstream git commit d4b12bb1b2b8365d7c1b9be365dc5843303ba828)

awful.tag.viewmore: Make screen optional
(upstream git commit 5cd8c7e540c91b575581c7958ec82903bb646058)

tasklist: Add default colors for broken themes
(upstream git commit 15f088196699857cdac28250d7a3857fe8b57cee)

menubar: Fix API docs
(upstream git commit aa51379be0a9317a5549034bc9be149f41ad9201)

Fix a bug in luaA_drawin_set_shape_bounding() which forgot to include
the drawin's border in its size calculation
(part of upstream git commit 56c57979056ec23cbd4982f3b81f6d80895fbe46)

Really ignore loops in transient_for
(upstream git commit 389a54e356f700a4f2a621e05dbdbafab4a3a03a)


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/14 06:57:20

Modified files:
	usr.sbin/pkg_add: pkg_create.1 

Log message:
fix public key names


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/14 06:59:45

Modified files:
	usr.bin/signify: signify.1 

Log message:
use a pipe, as intended, in the example


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/14 07:27:10

Modified files:
	books/wndw     : Makefile distinfo 
Added files:
	books/wndw/pkg : DESCR-my PLIST-my 

Log message:
add the new Burmese (Myanmar) edition of books/wndw.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/14 07:42:00

Modified files:
	print/texlive/base: Makefile 
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-buildset PLIST-main 

Log message:
Move courier and times tex packages into the texlive buildset.

This allows www/yaws to build using only the buildset texmf.

OK naddy@, jasper@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 08:16:01

Modified files:
	build          : mirrors.dat 

Log message:
- remove commented-out entries for servers which are lagging/down
- add ed25519 fingerprint for anoncvs.estpak.ee, confirmed with maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 08:16:30

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/01/14 08:17:46

Modified files:
	net/zabbix     : Makefile distinfo 
	net/zabbix/patches: patch-conf_zabbix_proxy_conf 
	                    patch-conf_zabbix_server_conf 
	                    patch-configure 
	                    patch-src_libs_zbxnix_daemon_c 
	                    patch-src_libs_zbxsysinfo_openbsd_proc_c 
	                    patch-src_libs_zbxsysinfo_openbsd_swap_c 
	                    patch-src_zabbix_agent_zabbix_agent_c 
	                    patch-src_zabbix_agent_zabbix_agentd_c 
	                    patch-src_zabbix_proxy_proxy_c 
	                    patch-src_zabbix_server_server_c 
	net/zabbix/pkg : PLIST-server PLIST-web 

Log message:
update to 2.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/01/14 08:38:24

Modified files:
	editors/libreoffice: Makefile distinfo 
	editors/libreoffice/pkg: PLIST-main 

Log message:
update to 4.1.4.2


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 08:43:14

Modified files:
	build          : mirrors.dat 

Log message:
ed25519 for ftp5.eu / anga.funkfeuer.at


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 08:43:22

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 09:28:37

Modified files:
	build/mirrors  : anoncvs.html.head 

Log message:
show people an example of ssh asking to confirm a fingerprint, and
explain that these are (mostly: i am working on this ;) in the list below.
basic idea from deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 09:28:44

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 09:43:34

Modified files:
	build          : mirrors.dat 

Log message:
fingerprints for anoncvs.openbsd.org.ar, from gonzalo@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 09:43:47

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 10:09:02

Log message:
    import ruby-hub 1.11.1
    
    ruby-hub enhances various git commands to ease most common workflows
    with GitHub.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141401
    
    N ports/devel/ruby-hub/distinfo
    N ports/devel/ruby-hub/Makefile
    N ports/devel/ruby-hub/pkg/PLIST
    N ports/devel/ruby-hub/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/14 10:15:12

Modified files:
	usr.bin/signify: signify.c 

Log message:
stdlib.h for malloc. from Fritjof


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 10:15:41

Modified files:
	devel          : Makefile 

Log message:
+ruby-hub


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 10:16:07

Modified files:
	print/fontforge: Makefile distinfo 
	print/fontforge/patches: patch-Makefile_dynamic_in 
	                         patch-Unicode_Makefile_dynamic_in 
	                         patch-fontforge_Makefile_dynamic_in 
	                         patch-fontforge_cvexport_c 
	                         patch-fontforge_print_c 
	                         patch-gdraw_Makefile_dynamic_in 
	print/fontforge/pkg: PLIST 
Removed files:
	print/fontforge/patches: patch-gutils_gimagewritepng_c 

Log message:
update to fontforge-20120731

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/14 10:25:06

Modified files:
	usr.bin/signify: signify.c 

Log message:
this can be static


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/14 10:49:24

Modified files:
	usr.bin/signify: signify.1 

Log message:
stick that last example in a display, and avoid linewrap;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/14 10:52:15

Modified files:
	share/man/man7 : hier.7 

Log message:
add /etc/signify; description supplied by tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/14 11:21:37

Modified files:
	lib/csu/m68k   : Makefile 

Log message:
build crt*S with -fPIC instead of -fpic


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/14 12:09:04

Modified files:
	net/p5-Net-IMP : Makefile distinfo 

Log message:
update p5-Net-IMP to 0.629


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/14 12:19:35

Modified files:
	net/p5-Net-INET6Glue: Makefile distinfo 

Log message:
update p5-Net-INET6Glue to 0.601


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/14 12:32:11

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.963


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/14 12:53:58

Modified files:
	security/p5-Net_SSLeay: Makefile distinfo 
Added files:
	security/p5-Net_SSLeay/patches: patch-SSLeay_xs 

Log message:
- update p5-Net-SSLeay to 1.57
- fix strlen() size check bug, already commited upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 13:17:18

Modified files:
	devel/ruby-highline: Makefile distinfo 

Log message:
update to highline-1.6.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/14 13:20:05

Modified files:
	devel/ruby-trollop: Makefile distinfo 

Log message:
update to trollop-2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/14 13:44:31

Modified files:
	x11/kde4       : Makefile 

Log message:
Bah, forgot to link poxml to builds.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/14 14:33:10

Modified files:
	usr.bin/signify: signify.c 

Log message:
rearrange the bottom of main so it is less of a "zoo". ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/14 14:34:22

Modified files:
	x11/kde4/kate  : Makefile 
Added files:
	x11/kde4/kate/patches: 
	                       patch-addons_kate_backtracebrowser_CMakeLists_txt 
	                       patch-addons_kate_close-except-like_CMakeLists_txt 
	                       patch-addons_kate_filebrowser_CMakeLists_txt 
	                       patch-addons_kate_gdbplugin_CMakeLists_txt 
	                       patch-addons_kate_helloworld_CMakeLists_txt 
	                       patch-addons_kate_kate-ctags_CMakeLists_txt 
	                       patch-addons_kate_katebuild-plugin_CMakeLists_txt 
	                       patch-addons_kate_katesql_CMakeLists_txt 
	                       patch-addons_kate_konsole_CMakeLists_txt 
	                       patch-addons_kate_kttsd_CMakeLists_txt 
	                       patch-addons_kate_mailfiles_CMakeLists_txt 
	                       patch-addons_kate_pate_src_CMakeLists_txt 
	                       patch-addons_kate_project_CMakeLists_txt 
	                       patch-addons_kate_search_CMakeLists_txt 
	                       patch-addons_kate_snippets_CMakeLists_txt 
	                       patch-addons_kate_symbolviewer_CMakeLists_txt 
	                       patch-addons_kate_tabbarextension_CMakeLists_txt 
	                       patch-addons_kate_tabify_CMakeLists_txt 
	                       patch-addons_kate_textfilter_CMakeLists_txt 
	                       patch-addons_kate_xmlcheck_CMakeLists_txt 
	                       patch-addons_kate_xmltools_CMakeLists_txt 
	                       patch-addons_ktexteditor_exporter_CMakeLists_txt 
	                       patch-addons_ktexteditor_hlselection_CMakeLists_txt 
	                       patch-addons_ktexteditor_insertfile_CMakeLists_txt 
	                       patch-kate_app_CMakeLists_txt 
	                       patch-part_CMakeLists_txt 
	                       patch-tests_CMakeLists_txt 

Log message:
Fix linking. Yes, it's that bad.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/14 14:34:30

Modified files:
	usr.bin/signify: signify.c 

Log message:
most common pbkdf failure is no password, so check that first.
prompted by fritjof


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/14 14:41:54

Modified files:
	x11/kde4/runtime: Makefile 
	x11/kde4/runtime/pkg: PLIST-main 

Log message:
I totally forgot about k{read,write}config problem. So put the
"@conflict kdebase-*" marker back until the issue is resolved.

Tweak the kde-shared-data dependency line while there.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/14 15:07:39

Modified files:
	.              : donations.html 

Log message:
remove dups; thanks for noticing


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/01/14 15:15:04

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.armv7 
	                          md.aviion md.hp300 md.hppa md.i386 
	                          md.landisk md.loongson md.luna88k 
	                          md.macppc md.mvme68k md.mvme88k 
	                          md.octeon md.sgi md.socppc md.sparc 
	                          md.sparc64 md.zaurus 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/14 15:26:30

Modified files:
	gnu/gcc/gcc    : c-bounded.c 
	gnu/usr.bin/gcc/gcc: c-bounded.c 

Log message:
Add wcstring attribute support for Wbounded.  To be used for wchar.h
which operates on element counts rather than buffer sizes.  I'll start
annotating headers in a few weeks, after the hackathon.  OK millert@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/14 15:34:03

Modified files:
	sysutils/ansible: Makefile distinfo 
Added files:
	sysutils/ansible/patches: patch-library_packaging_apt 

Log message:
Update to ansible 1.4.4.

While here backport the fix for
https://github.com/ansible/ansible/issues/4869 to allow using the apt
module with old versions of debian.

ok ajacoutot@ rpe@ (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/14 15:48:28

Modified files:
	.              : index.html 

Log message:
Since we are so damn good at producing good software, it seems some
people have theorized that we create money to pay out bills out of thin
air.  Clarify the main page just a little bit, so that people see on
the structure we require to be vibrant.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/14 17:16:40

Modified files:
	www/pecl-raphf : Makefile distinfo 
	www/pecl-raphf/pkg: DESCR PLIST 
	www/pecl-propro: Makefile 
	www/pecl-propro/pkg: PLIST 

Log message:
how embarrassment.

landry noticed i imported http over the top of raphf. this fixes raphf.

sorry guys.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dlg@cvs.openbsd.org	2014/01/14 17:18:30

Log message:
    properly bring in pecl-http.
    
    ok sthen@
    properly this time thanks to landry@
    
    Status:
    
    Vendor Tag:	dlg
    Release Tags:	dlg_20140115
    
    N ports/www/pecl-http/Makefile
    N ports/www/pecl-http/distinfo
    N ports/www/pecl-http/pkg/DESCR
    N ports/www/pecl-http/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/14 17:20:42

Modified files:
	mail/dkim-milter: Makefile distinfo 
	mail/dkim-milter/pkg: PLIST 
Added files:
	mail/dkim-milter/pkg: dkim_filter.rc 

Log message:
add an rc script for dkim-milter and disable groff, from Remi Locherer,
tweak from me, whitespace nit from aja@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 17:23:22

Modified files:
	build          : mirrors.dat 

Log message:
add ecdh25519 fingerprint for ftp.fr, comment-out bouncing maintainer email for anoncvs.jp


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/14 17:23:31

Modified files:
	.              : anoncvs.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/14 17:31:34

Modified files:
	usr.bin/signify: signify.c 

Log message:
pipes mean read/write may short out.

okay tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/14 17:55:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
Since we now show the installer output we want that new line back.

OK halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/14 18:52:59

Log message:
    Import audio/pithos. Pithos is a lightweight, native Pandora Radio client
    written in Python that integrates with the desktop.
    ok dcoppa@ (who also caught an extraneous RDEP on x11/gtk+3)
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2014-Jan-14
    
    N ports/audio/pithos/Makefile
    N ports/audio/pithos/distinfo
    N ports/audio/pithos/pkg/DESCR
    N ports/audio/pithos/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/14 18:53:21

Modified files:
	audio          : Makefile 

Log message:
+pithos


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/14 19:03:17

Modified files:
	lang/ruby      : ruby.port.mk 

Log message:
Correctly handle WANTLIB for ruby gem ext ports using ruby20, ruby21,
and rbx FLAVORs, avoiding missing pthread and gmp libraries depending
on the FLAVOR.  Remove support for MODRUBY_WANTLIB_m, only used by
one port.

Feedback and OK zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/14 19:03:53

Modified files:
	security/arirang: Makefile 

Log message:
Remove MODRUBY_WANTLIB_m use.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/14 19:13:58

Modified files:
	audio/ruby-id3lib: Makefile 
	audio/ruby-vorbis_comment: Makefile 
	converters/ruby-json: Makefile 
	databases/ruby-amalgalite: Makefile 
	databases/ruby-do_mysql: Makefile 
	databases/ruby-do_postgres: Makefile 
	databases/ruby-do_sqlite3: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	databases/ruby-mysql2: Makefile 
	databases/ruby-pg: Makefile 
	databases/ruby-sequel_pg: Makefile 
	databases/ruby-sqlite3: Makefile 
	databases/ruby-swift-db-mysql: Makefile 
	databases/ruby-swift-db-postgres: Makefile 
	databases/ruby-swift-db-sqlite3: Makefile 
	databases/ruby-tiny_tds: Makefile 
	devel/ruby-fastthread: Makefile 
	devel/ruby-ffi : Makefile 
	devel/ruby-home_run: Makefile 
	devel/ruby-kgio: Makefile 
	devel/ruby-narray: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/ruby-prof: Makefile 
	devel/ruby-rb-gsl: Makefile 
	devel/ruby-subset_sum: Makefile 
	devel/ruby-therubyracer: Makefile 
	devel/ruby-yajl: Makefile 
	graphics/ruby-rmagick: Makefile 
	net/ruby-eventmachine: Makefile 
	security/ruby-bcrypt: Makefile 
	sysutils/ruby-augeas: Makefile 
	sysutils/ruby-libvirt: Makefile 
	sysutils/ruby-posix-spawn: Makefile 
	sysutils/ruby-shadow: Makefile 
	textproc/ruby-fast-stemmer: Makefile 
	textproc/ruby-hpricot: Makefile 
	textproc/ruby-nokogiri: Makefile 
	textproc/ruby-rdiscount: Makefile 
	textproc/ruby-redcarpet: Makefile 
	textproc/ruby-redcloth: Makefile 
	www/ruby-capybara-webkit: Makefile 
	www/ruby-fcgi  : Makefile 
	www/ruby-raindrops: Makefile 
	www/ruby-thin  : Makefile 
	www/ruby-unicorn: Makefile 

Log message:
Bump ruby gem ext ports after change to WANTLIB in ruby.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/14 19:24:45

Modified files:
	databases/ruby-bdb: Makefile 

Log message:
Bump after change to WANTLIB for ruby20 FLAVOR in ruby.port.mk.
Manually specify ruby18, ruby19, and ruby20 FLAVORs, and default
to ruby20, since it doesn't work on ruby 2.1+ or rubinius.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/14 19:25:34

Modified files:
	lib/libc/asr   : res_init.c 

Log message:
Initialise _res.nsaddr_list in res_init(), fixing some programs which depend
on bind resolver internals. Note, the list will not be updated if resolv.conf
is changed while the program runs unless the caller resets the RES_INIT flag.
Approach suggested by otto@, original diff from Kapetanakis Giannis, fix
suggested by tedu@ and dug up again by Riccardo Mottola.  Looks ok to eric@.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/14 21:43:36

Modified files:
	bin/md5        : md5.1 md5.c 

Log message:
Add support for a -C option.  It works on a checklist like -c but only
does the checksum comparison for selected files that are specified on
the command line.

idea discussed with deraadt@ and tedu@
manpage feedback jmc@
feedback/OK deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/14 22:31:51

Modified files:
	sys/compat/common: compat_dir.c compat_util.c compat_util.h 

Log message:
remove functions that were uses by other (non-linux) compat; and
convert to ANSI protos while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/15 00:08:13

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_conf patch-src_Makefile 
	                         patch-src_Makefile_dep 
Added files:
	databases/redis/patches: patch-src_config_c 

Log message:
Update to redis-2.8.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/15 01:17:17

Modified files:
	x11/i3/patches : patch-src_i3_mk 

Log message:
Add a clarifying comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/15 01:24:26

Modified files:
	net/munin      : Makefile 
	net/munin/pkg  : README-server 

Log message:
tell people to trim munin's logs, with a newsyslog.conf fragment.
found the hard way by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/15 01:40:44

Modified files:
	databases/py-puppetdb: Makefile distinfo 
	databases/py-puppetdb/patches: patch-setup_py 
	databases/py-puppetdb/pkg: PLIST 

Log message:
- update to pypuppetdb-0.1.0
- take maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/15 01:41:08

Modified files:
	www/puppetboard: Makefile 
	www/puppetboard/patches: patch-puppetboard_app_py 
Added files:
	www/puppetboard/patches: patch-puppetboard_default_settings_py 

Log message:
sync with pypuppetdb-0.1.0 and unbreak SSL support while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/15 01:41:37

Modified files:
	www/phantomjs  : Makefile 
Added files:
	www/phantomjs/patches: patch-src_qt_preconfig_sh 

Log message:
build the bundled/patched copy of qt as part of the main build, not in
configure. reported by espie@, ok Francisco de Borja Lopez Rio (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/15 02:25:38

Modified files:
	sys/netinet6   : in6.c 

Log message:
Remove assigned but never read value.

ok stsp@


CVSROOT:	/cvs
Module name:	www
Changes by:	jca@cvs.openbsd.org	2014/01/15 03:22:25

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Improve the section discussing soname.  Explain a bit more why it is
considered undesirable, and don't bother showing examples of wrong
soname usage; instead, say how it should be used *only* if killing it is
not easily feasible.  Discussed with and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/15 03:29:45

Modified files:
	sys/arch/octeon/dev: mainbus.c 
Added files:
	sys/arch/octeon/dev: octrtc.c 

Log message:
Add support for the DS1337 TOD clocks found on some of the octeon models.

This is a very low resolution clock (1 second) that some models seem
to be blessed with.

Found at least on CAM-100 and DSR-500 models.
It seems the EdgeRouter doesn't have support for this.

Tested by jmatthew@ and bcallah@.
Okay miod@, bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/15 03:36:10

Modified files:
	sys/arch/octeon/conf: GENERIC files.octeon 

Log message:
Enable by default the DS1337 TOD clock.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/15 04:01:46

Modified files:
	share/man/man4/man4.octeon: Makefile 
Added files:
	share/man/man4/man4.octeon: octrtc.4 

Log message:
Add documentation for the octrtc driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/15 04:10:40

Modified files:
	sys/dev/usb    : ehci.c ohci.c usb_subr.c 

Log message:
Remove a hack to update the address and packet length for every device
request and instead re-open the default pipe with updated values when
attaching a new device, adapted from FreeBSD r162977.

This fixes a problem where the controller could have cached the previous
values and would fail to get the device descriptor, leaving the device
unrecognized with a message like: "device problem, disabling port n".


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/15 04:13:53

Modified files:
	sys/arch/luna88k/dev: lunafb.c 

Log message:
Add WSDISPLAYIO_SETGFXMODE ioctl on LUNA's frame buffer.

This ioctl changes `pseudo' frame buffer depth, in order to use color
wscons and monochrome X server both.  Also need to some
luna88k-specific initialization in
xenocara/driver/xf86-video-wsfb/src/wsfb_driver.c.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	aoyama@cvs.openbsd.org	2014/01/15 04:15:59

Modified files:
	driver/xf86-video-wsfb/src: wsfb_driver.c 

Log message:
Add more luna88k-specific initialization to use color wscons and
monochrome X server both.

Now OpenBSD/luna88k kernel supports color wscons on 4/8bpp frame
buffer, but X server only supports 1bpp (monochrome) for now.  So
change `pseudo' depth by WSDISPLAYIO_SETGFXMODE ioctl while X server
is running.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 04:26:59

ports/x11/kde4/konsole/patches

Update of /cvs/ports/x11/kde4/konsole/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8521/patches

Log Message:
Directory /cvs/ports/x11/kde4/konsole/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/15 04:44:18

Modified files:
	usr.bin/tmux   : arguments.c grid.c 

Log message:
Couple of fixes from cppcheck via Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/15 04:46:28

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Do not attempt to read .tmux.conf if we can't figure out a home
directory, from Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/15 05:33:45

Modified files:
	devel/ruby-mocha: Makefile 

Log message:
disable tests as they require several unported gems (i.e. introspection)
or version of gems we no longer have in ports (i.e. redcarpet >=1,<2)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/15 06:01:51

Modified files:
	www/ruby-httpclient: Makefile distinfo 
	www/ruby-httpclient/pkg: PLIST 

Log message:
- update to httpclient-2.3.4.1
- remove defunct HOMEPAGE/MASTER_SITES
- enable tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/15 06:06:47

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-database_Makefile_in 
	                         patch-etc_clamd_conf_sample 
	                         patch-libclamav_Makefile_in 
	                         patch-libclamav_ole2_extract_c 
	                         patch-unit_tests_Makefile_in 
Removed files:
	security/clamav/patches: patch-libclamav_bignum_fast_h 

Log message:
- update to clamav-0.98.1

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/15 06:30:39

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/patches: patch-daemon_pty_open_c 

Log message:
Tweak patch to make it simpler.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/15 06:46:22

Modified files:
	de             : anoncvs.html donations.html events.html 
	                 index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/15 08:06:17

Modified files:
	share/man/man4/man4.octeon: octrtc.4 

Log message:
fix SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/15 08:09:19

Modified files:
	usr.bin/cal    : cal.1 

Log message:
for STANDARDS, not that the ability to specify a month name as a single
argument is also an extension;

ok sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 08:36:25

Modified files:
	meta/kde4      : Makefile 
	meta/kde4/pkg  : README-minimal 

Log message:
Add notes about default KDE profile locations and renamed binaries.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 09:05:39

ports/x11/kde4/ruby-qt/patches

Update of /cvs/ports/x11/kde4/ruby-qt/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32576/patches

Log Message:
Directory /cvs/ports/x11/kde4/ruby-qt/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/15 09:07:27

Modified files:
	bin/md5        : cksum.1 md5.c 

Log message:
add -C to the man page, and adjust usage();
ok lteo


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 09:21:56

Modified files:
	x11/kde4/ruby-qt: Makefile 
Added files:
	x11/kde4/ruby-qt/patches: 
	                          patch-modules_qscintilla_CMakeLists_txt 
	                          patch-src_CMakeLists_txt 

Log message:
Fix linking.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 09:29:09

ports/x11/kde4/bomber/patches

Update of /cvs/ports/x11/kde4/bomber/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31385/patches

Log Message:
Directory /cvs/ports/x11/kde4/bomber/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/15 09:49:12

Modified files:
	audio/pithos   : Makefile 

Log message:
aja@ notes that it is better to add an explicit RDEP on x11/py-gtk2.
Add a devel/py-xdg RDEP too, while here. Also from aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 12:42:13

Modified files:
	x11/kde4       : kde4.port.mk 
	x11/kde4/amor  : distinfo 
	x11/kde4/analitza: distinfo 
	x11/kde4/ark   : distinfo 
	x11/kde4/artwork: distinfo 
	x11/kde4/audiocd-kio: distinfo 
	x11/kde4/base-artwork: Makefile 
	x11/kde4/baseapps: distinfo 
	x11/kde4/blinken: distinfo 
	x11/kde4/bomber: distinfo 
	x11/kde4/bovo  : distinfo 
	x11/kde4/cantor: distinfo 
	x11/kde4/cervisia: distinfo 
	x11/kde4/dev-scripts: Makefile distinfo 
	x11/kde4/dev-utils: distinfo 
	x11/kde4/dolphin-plugins: distinfo 
	x11/kde4/dragon: distinfo 
	x11/kde4/ffmpegthumbs: distinfo 
	x11/kde4/filelight: distinfo 
	x11/kde4/granatier: distinfo 
	x11/kde4/graphics-mobipocket: distinfo 
	x11/kde4/graphics-strigi-analyzer: distinfo 
	x11/kde4/graphics-thumbnailers: Makefile distinfo 
	x11/kde4/gwenview: Makefile distinfo 
	x11/kde4/jovie : distinfo 
	x11/kde4/juk   : distinfo 
	x11/kde4/kaccessible: distinfo 
	x11/kde4/kactivities: distinfo 
	x11/kde4/kajongg: distinfo 
	x11/kde4/kalgebra: distinfo 
	x11/kde4/kamera: distinfo 
	x11/kde4/kanagram: distinfo 
	x11/kde4/kapman: distinfo 
	x11/kde4/kapptemplate: Makefile distinfo 
	x11/kde4/kate  : Makefile distinfo 
	x11/kde4/kate/pkg: PLIST 
	x11/kde4/katomic: distinfo 
	x11/kde4/kblackbox: distinfo 
	x11/kde4/kblocks: distinfo 
	x11/kde4/kbounce: distinfo 
	x11/kde4/kbreakout: Makefile distinfo 
	x11/kde4/kbruch: distinfo 
	x11/kde4/kcachegrind: distinfo 
	x11/kde4/kcalc : distinfo 
	x11/kde4/kcharselect: distinfo 
	x11/kde4/kcolorchooser: distinfo 
	x11/kde4/kcron : distinfo 
	x11/kde4/kdf   : distinfo 
	x11/kde4/kdiamond: distinfo 
	x11/kde4/kdnssd: distinfo 
	x11/kde4/kdnssd/pkg: PLIST 
	x11/kde4/kfloppy: distinfo 
	x11/kde4/kfourinline: Makefile distinfo 
	x11/kde4/kfourinline/pkg: PLIST 
	x11/kde4/kgamma: distinfo 
	x11/kde4/kgeography: distinfo 
	x11/kde4/kget  : distinfo 
	x11/kde4/kgoldrunner: distinfo 
	x11/kde4/kgpg  : distinfo 
	x11/kde4/khangman: distinfo 
	x11/kde4/kig   : distinfo 
	x11/kde4/kigo  : distinfo 
	x11/kde4/killbots: distinfo 
	x11/kde4/kimono: distinfo 
	x11/kde4/kiriki: distinfo 
	x11/kde4/kiten : distinfo 
	x11/kde4/kjumpingcube: distinfo 
	x11/kde4/klettres: distinfo 
	x11/kde4/klickety: distinfo 
	x11/kde4/klines: distinfo 
	x11/kde4/kmag  : distinfo 
	x11/kde4/kmahjongg: distinfo 
	x11/kde4/kmines: distinfo 
	x11/kde4/kmix  : distinfo 
	x11/kde4/kmousetool: distinfo 
	x11/kde4/kmouth: distinfo 
	x11/kde4/kmplot: distinfo 
	x11/kde4/knavalbattle: distinfo 
	x11/kde4/knetwalk: distinfo 
	x11/kde4/kolf  : distinfo 
	x11/kde4/kollision: distinfo 
	x11/kde4/kolourpaint: distinfo 
	x11/kde4/kompare: distinfo 
	x11/kde4/konquest: distinfo 
	x11/kde4/konsole: distinfo 
	x11/kde4/kopete: Makefile distinfo 
	x11/kde4/korundum: distinfo 
	x11/kde4/kpat  : distinfo 
	x11/kde4/kppp  : distinfo 
	x11/kde4/krdc  : distinfo 
	x11/kde4/kremotecontrol: distinfo 
	x11/kde4/kreversi: distinfo 
	x11/kde4/krfb  : distinfo 
	x11/kde4/kross-interpreters: distinfo 
	x11/kde4/kruler: distinfo 
	x11/kde4/ksaneplugin: distinfo 
	x11/kde4/kscd  : distinfo 
	x11/kde4/kshisen: distinfo 
	x11/kde4/ksirk : distinfo 
	x11/kde4/ksnakeduel: distinfo 
	x11/kde4/ksnapshot: Makefile distinfo 
	x11/kde4/kspaceduel: distinfo 
	x11/kde4/ksquares: distinfo 
	x11/kde4/kstars: distinfo 
	x11/kde4/ksudoku: distinfo 
	x11/kde4/ksystemlog: distinfo 
	x11/kde4/kteatime: distinfo 
	x11/kde4/ktimer: distinfo 
	x11/kde4/ktouch: distinfo 
	x11/kde4/ktuberling: distinfo 
	x11/kde4/kturtle: distinfo 
	x11/kde4/ktux  : distinfo 
	x11/kde4/kubrick: distinfo 
	x11/kde4/kuser : Makefile distinfo 
	x11/kde4/kwallet: distinfo 
	x11/kde4/kwordquiz: distinfo 
	x11/kde4/l10n  : distinfo 
	x11/kde4/l10n/pkg: PLIST-ar PLIST-bg PLIST-bs PLIST-ca 
	                   PLIST-ca@valencia PLIST-cs PLIST-da PLIST-de 
	                   PLIST-el PLIST-en_GB PLIST-es PLIST-et 
	                   PLIST-eu PLIST-fa PLIST-fi PLIST-fr PLIST-ga 
	                   PLIST-gl PLIST-he PLIST-hi PLIST-hr PLIST-hu 
	                   PLIST-ia PLIST-is PLIST-it PLIST-ja PLIST-kk 
	                   PLIST-km PLIST-ko PLIST-lt PLIST-lv PLIST-mr 
	                   PLIST-nb PLIST-nds PLIST-nl PLIST-nn PLIST-pa 
	                   PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro 
	                   PLIST-ru PLIST-sk PLIST-sl PLIST-sr PLIST-sv 
	                   PLIST-tg PLIST-tr PLIST-ug PLIST-uk PLIST-vi 
	                   PLIST-zh_CN PLIST-zh_TW 
	x11/kde4/libkcddb: distinfo 
	x11/kde4/libkcompactdisc: distinfo 
	x11/kde4/libkdcraw: Makefile distinfo 
	x11/kde4/libkdeedu: distinfo 
	x11/kde4/libkdegames: distinfo 
	x11/kde4/libkexiv2: Makefile distinfo 
	x11/kde4/libkipi: Makefile distinfo 
	x11/kde4/libkmahjongg: distinfo 
	x11/kde4/libksane: distinfo 
	x11/kde4/libs  : Makefile distinfo 
	x11/kde4/libs/pkg: PLIST-main 
	x11/kde4/lokalize: distinfo 
	x11/kde4/lskat : distinfo 
	x11/kde4/marble: distinfo 
	x11/kde4/marble/pkg: PLIST 
	x11/kde4/mplayerthumbs: distinfo 
	x11/kde4/nepomuk-core: distinfo 
	x11/kde4/nepomuk-widgets: distinfo 
	x11/kde4/network-filesharing: distinfo 
	x11/kde4/network-strigi-analyzers: distinfo 
	x11/kde4/network-strigi-analyzers/patches: patch-CMakeLists_txt 
	x11/kde4/okteta: distinfo 
	x11/kde4/okular: Makefile distinfo 
	x11/kde4/oxygen-icons: Makefile distinfo 
	x11/kde4/p5-kde: distinfo 
	x11/kde4/p5-qt : Makefile distinfo 
	x11/kde4/pairs : distinfo 
	x11/kde4/palapeli: distinfo 
	x11/kde4/parley: distinfo 
	x11/kde4/picmi : distinfo 
	x11/kde4/pim   : Makefile distinfo 
	x11/kde4/pim-runtime: distinfo 
	x11/kde4/pimlibs: Makefile distinfo 
	x11/kde4/pimlibs/patches: patch-kcalcore_calformat_cpp 
	                          patch-kcalcore_icaltimezones_cpp 
	x11/kde4/pimlibs/pkg: PLIST 
	x11/kde4/plasma-addons: distinfo 
	x11/kde4/poxml : Makefile distinfo 
	x11/kde4/print-manager: distinfo 
	x11/kde4/py-kde: distinfo 
	x11/kde4/qyoto : Makefile distinfo 
	x11/kde4/rocs  : distinfo 
	x11/kde4/ruby-qt: Makefile distinfo 
	x11/kde4/runtime: Makefile distinfo 
	x11/kde4/runtime/pkg: PLIST-main 
	x11/kde4/sdk-kioslaves: Makefile distinfo 
	x11/kde4/sdk-strigi-analyzers: distinfo 
	x11/kde4/sdk-thumbnailers: distinfo 
	x11/kde4/smokegen: distinfo 
	x11/kde4/smokekde: distinfo 
	x11/kde4/smokeqt: distinfo 
	x11/kde4/step  : distinfo 
	x11/kde4/superkaramba: distinfo 
	x11/kde4/svgpart: distinfo 
	x11/kde4/sweeper: distinfo 
	x11/kde4/umbrello: distinfo 
	x11/kde4/webdev: distinfo 
	x11/kde4/workspace: Makefile distinfo 
	x11/kde4/workspace/patches: patch-startkde_cmake 
	x11/kde4/workspace/pkg: PLIST 
	net/libktorrent: Makefile 
	productivity/libkfbapi: Makefile 
	productivity/libkgapi: Makefile 
	www/kwebkitpart: Makefile 
Added files:
	x11/kde4/bomber/patches: patch-src_CMakeLists_txt 
	x11/kde4/konsole/patches: 
	                          patch-data_updaters_konsole-2_9_0-global-options_sh 
	x11/kde4/libs/patches: 
	                       patch-cmake_modules_FindKDE4Internal_cmake 
	                       patch-doc_kjs_man-kjs_1_docbook 
	                       patch-kjsembed_kjscmd_CMakeLists_txt 
	x11/kde4/pim/patches: patch-doc_kmail_configure_docbook 
	x11/kde4/pimlibs/patches: 
	                          patch-akonadi_contact_tests_CMakeLists_txt 
	x11/kde4/runtime/patches: patch-drkonqi_data_mappings 
	                          patch-kreadconfig_CMakeLists_txt 
	x11/kde4/smokekde/patches: patch-okular_CMakeLists_txt 
	x11/kde4/workspace/patches: 
	                            patch-kwin_data_kwin_remove_delay_focus_sh 
	                            patch-kwin_data_kwin_translate_activity_rule_sh 
	                            patch-kwin_data_kwin_translate_confrequest_rule_sh 

Log message:
KDE 4.11.5. Some highlights:

Three Kate plugins written in Python migrated to Python 3 and thus
are not available for the moment.

kdelibs-4.x deconflicted with kdebindings-3.x, and kde-runtime-4.x
deconflicted with kdebase-3.x. Most notable change is the renaming
of kreadconfig and kwriteconfig by appending a "4" suffix to them.
All ports in CVS and in WIP repo are checked for usage of all renamed
binaries, but anything else could be broken. Sorry.

KWin renamed in kde-workspace again, to avoid conflict with
KFourInLine.

Default dependencies that came from kde4.port.mk now have additional
restriction ",<5". KDE Frameworks won't hit CVS during current cycle
but it's better to be proactive.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/15 12:54:37

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/patches: patch-Modules_FindRuby_cmake 

Log message:
Teach FindRuby.cmake about the recently imported Ruby 2.1

ok zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/15 12:57:01

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-t_t7001-mv_sh 

Log message:
Update to git 1.8.5.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/15 13:16:03

Modified files:
	lang/gcc/4.6   : Makefile 
	lang/gcc/4.6/patches: patch-gcc_config_gcc 

Log message:
Enable PIE by default on alpha to match the base compiler.

ok pascal@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/15 13:18:36

Modified files:
	lang/gcc/4.8   : Makefile 
	lang/gcc/4.8/patches: patch-gcc_config_gcc 

Log message:
Disable PIE by deault on powerpc to match the base compiler.

ok pascal@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 15:27:53

Modified files:
	x11/kde4/oxygen-icons: distinfo 

Log message:
Oops, this was intended to stay at 4.11.4 (no changes there, so no need
to download new package). Spotted by naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/15 15:32:08

Modified files:
	x11/kde4/ruby-qt: Makefile 

Log message:
Allow building Ruby 2.1 FLAVOR of ruby-qt, tested with KDE 4.11.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/15 15:57:44

Modified files:
	graphics/libcaca: Makefile 
	graphics/libcaca/patches: patch-configure 

Log message:
Disable ftgl detection. libcaca doesn't use it, but it break dpb builds.
Bump REVISION.
Reported by and ok nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/01/15 18:49:32

Modified files:
	lang/racket    : Makefile 
Added files:
	lang/racket/patches: patch-src_racket_src_gmp_gmplonglong_h 

Log message:
Racket doesn't build on i386 with clang. Spotted by sthen@.

The offending code is the i386 assembler within gmplonglong.h.
Using the same C code used by amd64, the interpreter builds but
it breaks the racket math libs. I tried to fix the bug backporting
some fixes related to gmp or clang from the racket repo but nothing
worked.

GCC 4.6 fixes also the crashes with the udp.rktl test but doesn't
break the math lib, so I'm changing the port to use the ports GCC.
Obviously there is some broken code on racket but I need more
time to find it.

I've included an additional patch for the gmp version included
with racket. The version is pretty old and only has assembler
code for old CPUs while the racket developers mostly only test
their code on amd64. Now racket uses the C code used by amd64
for every platform.

ok brad@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/15 20:05:51

Modified files:
	www/liferea    : Makefile distinfo 
	www/liferea/pkg: PLIST 

Log message:
Bugfix update to 1.10.5
Change MASTER_SITES to point to Github: this is where development takes
place and releases are cut from. SF isn't up-to-date with releases.
Change HOMEPAGE to match what the official repo says the homepage is.
Close some whitespace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/16 00:09:05

Modified files:
	audio/pithos   : Makefile 

Log message:
After more discussion with aja@ it turns out we really can't trust upstream
to know what their dependencies are - and their list is entirely bogus.
py-keybinder does work with Pithos so make it an RDEP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 00:16:18

Modified files:
	x11/kde-shared-data: distinfo 

Log message:
Forgot to commit this update. Noticed by nigel@, thanks and sorry.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/16 00:31:09

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
needless and incorrect cast to size_t can break resumption of
large download; patch from tobias@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/16 00:32:00

Modified files:
	usr.bin/ssh    : version.h 

Log message:
openssh-6.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 01:30:34

Modified files:
	x11/kde4/ruby-qt: Makefile 
	x11/kde4/ruby-qt/pkg: PLIST 

Log message:
Add a @conflict marker after adding ruby21 to FLAVORS, and a comment
reminding to do this in the future.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 02:11:33

Modified files:
	graphics/digikam: Makefile 

Log message:
Due to specifying version requirement explicitly, PKGSPEC from libkexiv2
doesn't apply for graphics/digikam. Thus it could picked up libkexiv2 from
KDE4 instead and fail to build/package. Fix by adding ",<4" to version
specification in Digikam's LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 02:15:49

Modified files:
	x11/kde4/pimlibs: Makefile 
	x11/kde4/pimlibs/pkg: PLIST 
	x11/kde4/pim-runtime: Makefile 
	x11/kde4/pim-runtime/pkg: PLIST 

Log message:
No more conflicts with kdepim-3.x here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/16 02:16:31

Modified files:
	textproc/calibre: Makefile distinfo 
	textproc/calibre/patches: patch-setup___init___py 
	                          patch-setup_extensions_py 
	                          patch-src_calibre_linux_py 
	textproc/calibre/pkg: PLIST 

Log message:
update to calibre-1.19.0, ok dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 02:26:44

Modified files:
	graphics/libkexiv2: Makefile 
	graphics/libkexiv2/pkg: PLIST 

Log message:
libkexiv2 from KDE3 could be installed side-by-side with KDE4 one for
a long time already, so remove conflict here - probably, forgotten before.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/16 02:31:44

Modified files:
	lib/libfuse    : fuse_ops.c 
	sys/miscfs/fuse: fuse_vnops.c fusefs.h 
	sys/sys        : fusebuf.h 

Log message:
Add support for mknod in fuse.

OK tedu@
"it looks good to me" from guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 03:17:45

ports/databases/ruby-hiera/patches

Update of /cvs/ports/databases/ruby-hiera/patches
In directory cvs.openbsd.org:/tmp/cvs-serv23986/patches

Log Message:
Directory /cvs/ports/databases/ruby-hiera/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 03:18:22

Modified files:
	databases/ruby-hiera: Makefile 
Added files:
	databases/ruby-hiera/patches: patch-lib_hiera_backend_rb 
	                              patch-lib_hiera_backend_yaml_backend_rb 

Log message:
merge in a lookup speedup from hiera master

https://github.com/puppetlabs/hiera/commit/7657d43a35c32570862041713c17bc0e2039326f


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 03:22:40

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter-3.10.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 03:22:47

Modified files:
	x11/gnome/shell: Makefile distinfo 

Log message:
update to gnome-shell-3.10.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/01/16 03:25:54

Modified files:
	games/xmoto    : Makefile distinfo 
	games/xmoto/pkg: DESCR 

Log message:
- update xmoto to 0.5.10
- remove trailing whitespace from DESR
reminder and DESCR bits from Arto Jonsson, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/16 03:26:21

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Replaces a lookup to find the link-layer address by accessing the if_sadl
member directly.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/16 03:36:33

Modified files:
	sys/miscfs/fuse: fuse_device.c 

Log message:
Remove an infinite loop in fuse_device_cleanup().

Spotted by pelikan@
Some input from stsp@
OK stsp@, pelikan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 04:21:00

Modified files:
	x11/kde4/libkcddb: Makefile 
	x11/kde4/libkcddb/pkg: PLIST 
	x11/kde4/mplayerthumbs: Makefile 
	x11/kde4/mplayerthumbs/pkg: PLIST 

Log message:
Conflicts with kdemultimedia-3.x are gone for libkcddb and mplayerthumbs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 05:01:58

Modified files:
	x11/kde/sdk3   : Makefile 
	x11/kde/sdk3/pkg: PLIST-main PLIST-svn 

Log message:
Avoid run-time breakage of -main due to references to -svn when the latter
is not installed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 05:14:10

Modified files:
	x11/kde/sdk3   : Makefile 

Log message:
WANTLIB cleanup, to make the upcoming diff smaller. Required due to missing
${KDE} for some items in WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 06:33:53

Modified files:
	sysutils/augeas: Makefile 
Added files:
	sysutils/augeas/patches: patch-lenses_authorized_keys_aug 
	                         patch-lenses_tests_test_authorized_keys_aug 

Log message:
Allow 'ssh-ed25519' as a valid authorized_key type.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/16 06:37:49

Modified files:
	audio/taglib   : Makefile 
	audio/taglib/patches: patch-tests_test_string_cpp 
Added files:
	audio/taglib/patches: patch-taglib_toolkit_tstring_cpp 
	                      patch-taglib_toolkit_tstring_h 

Log message:
Bugfix for TagLib::String from upstream
(git commit 3bf30af66c8fd77a88d9379a0956ddb2fc70dc20)


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/01/16 06:47:16

Modified files:
	.              : plus.html 

Log message:
plus.html for Jan 6-12, ok jj@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/16 06:48:03

Modified files:
	x11/kde4/juk   : Makefile 
	x11/kde4/juk/pkg: PLIST 

Log message:
Fix @conflict marker for kdemultimedia-3.x, it was for "kmultimedia".


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/16 06:55:38

Modified files:
	net/isc-bind   : Tag: OPENBSD_5_4 Makefile 
Added files:
	net/isc-bind/patches: Tag: OPENBSD_5_4 patch-bin_named_query_c 
	                      patch-lib_dns_rdata_generic_keydata_65533_c 

Log message:
Backport two security fixes (CVE-2013-4854 and CVE-2014-0591)

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/16 12:32:26

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 

Log message:
Appease LLVM's integrated assembler. Matches the same code as it exists
for i386.

error: ambiguous instructions require an explicit suffix (could be 'cmpb', 'cmpw', 'cmpl', or 'cmpq')

ok mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/16 14:40:17

Modified files:
	textproc/calibre: Makefile 

Log message:
py-apsw is now a build dependency too, found by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/16 14:41:22

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Avoid size_t overflow while reading /etc/resolv.conf.tail.

ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/16 14:45:33

Modified files:
	usr.bin/file   : apprentice.c 

Log message:
Avoid size_t overflow in apprentice_map.

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/16 14:50:12

Modified files:
	devel/tig      : Makefile distinfo 
	devel/tig/pkg  : PLIST 

Log message:
Update to tig 1.2.1.
ok tobiasu@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/16 15:35:20

Modified files:
	net/nagios/plugins: Makefile 

Log message:
s/nagios-plugins/monitoring-plugins/ in HOMEPAGE and MASTER_SITES and bump.

see https://www.monitoring-plugins.org/archive/help/2014-January/006503.html,
pointed out by Michael Friedrich.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/16 16:17:32

Modified files:
	lang/php       : Makefile.inc 
	lang/php/5.3   : Makefile 
	lang/php/5.4   : Makefile 

Log message:
php 5.4 now uses autoconf 2.69 upstream, pointed out by Donovan Watteau,
adjust AUTOCONF_VERSION to match.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/16 16:21:08

Modified files:
	lang/php       : php.port.mk 

Log message:
s/.else if/.elif/, fixes MODPHP_VSPEC if MODPHP_VERSION is adjusted to 5.5.
No change with default MODPHP_VERSION so no need to bump all the php things.
From Donovan Watteau.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/16 17:21:06

Modified files:
	usr.bin/ssh    : sftp-client.c 

Log message:
signed/unsigned comparison warning fix; from portable


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/16 18:15:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
add signature checking and make checksum procedure more robust by
prefetching sets to a temporary directory within /home, iff it is a
separate mount point

with rpe@ and deraadt@, "ffiinaallllyyy .... OK" rpe@ (r.i.p. progress bars)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/16 20:01:41

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/patches: patch-conf_master_cf 

Log message:
Update to Postfix 2.12-20140109.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/16 20:38:12

Modified files:
	usr.bin/signify: signify.1 

Log message:
Add a new example showing how to verify bsd.rd with signify and the new
sha256 -C option.

suggested by deraadt@
help/OK jmc@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/16 22:26:41

Modified files:
	usr.bin/ssh    : digest.c 

Log message:
remove unused includes.  ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/16 23:23:24

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
fix log message statvfs.  ok djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/16 23:41:55

Modified files:
	mail/getmail   : Makefile distinfo 

Log message:
Update to getmail 4.43.0

from Tim van der Molen (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 00:36:57

Modified files:
	mail/evolution/patches: patch-mail_Makefile_in 

Log message:
Upstream'd.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 01:41:46

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.17.2
New extractors for everyonesmixtape and franceinter.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 02:53:39

Modified files:
	graphics/feh   : Makefile 
	graphics/feh/patches: patch-share_applications_feh_pre 

Log message:
feh.desktop: add default and en_US GenericName ("Image viewer")
(upstream git commit 5210da87c6802f59de0e401033a90e4ae0875866)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 02:59:24

Modified files:
	mail/evolution : Makefile 
Removed files:
	mail/evolution/patches: patch-configure patch-mail_em-utils_h 

Log message:
krb5 support comes from e-d-s, so no need to patch anything to find the
Kerberos bits.
Remove old useless patch while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 03:03:47

Modified files:
	mail/evolution-ews: Makefile 
Removed files:
	mail/evolution-ews/patches: patch-configure 

Log message:
No need to look for krb5, e-d-s takes care of Kerberos support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 03:09:04

Log message:
    Add port of rlog, a C++ logging library. Required by encfs.
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20140117
    
    N ports/devel/rlog/Makefile
    N ports/devel/rlog/distinfo
    N ports/devel/rlog/pkg/PLIST
    N ports/devel/rlog/pkg/DESCR
    N ports/devel/rlog/patches/patch-rlog_StdioNode_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 03:10:58

Log message:
    Port of encfs, an encrypted filesystem based on FUSE and OpenSSL.
    With lots of help and patches from syl@.
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20140117
    
    N ports/security/encfs/Makefile
    N ports/security/encfs/distinfo
    N ports/security/encfs/patches/patch-encfs_main_cpp
    N ports/security/encfs/patches/patch-encfs_encfs_h
    N ports/security/encfs/patches/patch-encfs_encfs_cpp
    N ports/security/encfs/patches/patch-encfs_rawfileio_cpp
    N ports/security/encfs/patches/patch-encfs_openssl_cpp
    N ports/security/encfs/patches/patch-encfs_test_cpp
    N ports/security/encfs/patches/patch-encfs_FileNode_cpp
    N ports/security/encfs/patches/patch-encfs_DirNode_h
    N ports/security/encfs/patches/patch-encfs_FileIO_h
    N ports/security/encfs/patches/patch-encfs_DirNode_cpp
    N ports/security/encfs/patches/patch-encfs_CipherFileIO_cpp
    N ports/security/encfs/patches/patch-encfs_RawFileIO_h
    N ports/security/encfs/patches/patch-encfs_CipherFileIO_h
    N ports/security/encfs/patches/patch-encfs_FileNode_h
    N ports/security/encfs/patches/patch-encfs_MACFileIO_h
    N ports/security/encfs/patches/patch-encfs_MACFileIO_cpp
    N ports/security/encfs/pkg/DESCR
    N ports/security/encfs/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 03:13:39

Modified files:
	devel          : Makefile 

Log message:
+rlog


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 03:16:07

Modified files:
	security/encfs : Makefile 
	devel/rlog     : Makefile 

Log message:
PERMIT_PACKAGE_CDROM is enough.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 03:18:42

Modified files:
	audio/umurmur  : Makefile distinfo 
	audio/umurmur/patches: patch-src_channel_c patch-src_conf_c 
	                       patch-src_messagehandler_c 

Log message:
Update to umurmur-0.2.14


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 03:54:14

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Paths.pm 

Log message:
tweak the interface to generating signatures yet again.
- assume key names match, deduce signer from sec key.
e.g., -s signify -s 55pkg.sec
will set signer to 55pkg and look for a pubkey named 55pkg.pub,
either besides 55pkg.sec or in /etc/signify.
- verify there's no mismatch, if possible, by verifying the first package
signed.

- also build a SHA256 on the fly while signing.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 03:55:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm 

Log message:
default signer less picky, just select by function, e.g., *pkg or *fw.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 03:59:18

Modified files:
	usr.sbin/pkg_add/OpenBSD: signify.pm 

Log message:
as requested by theo, invoke signify in the EXAMPLE order.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 04:09:36

Modified files:
	usr.sbin/pkg_add: package.5 pkg_add.1 pkg_create.1 

Log message:
tweak documentation to match what's going on


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 06:12:15

Modified files:
	x11/gnome/gvfs/patches: patch-daemon_pty_open_c 

Log message:
Pushed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 06:15:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
oops, keeping _current around means I still have a live fh  after deref.
So remove it too. Accordingly, the code that resyncs archives on reopen
needs us tracking the name itself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 06:30:49

Modified files:
	security       : Makefile 

Log message:
+encfs


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 06:41:47

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
use internal gunzip, now that the fh leak is closed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/17 07:17:38

Modified files:
	devel/vte      : Makefile 
	devel/vte/pkg  : PLIST-main PLIST-python 
	devel/vte3     : Makefile 
	devel/vte3/pkg : PLIST 

Log message:
Install the pty helper which is needed for *-terminal and utmp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 07:54:57

Modified files:
	devel/hs-hslogger: Makefile distinfo 

Log message:
Update to hslogger-1.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 07:55:46

Modified files:
	devel/hs-MissingH: Makefile distinfo 

Log message:
Update to MissingH-1.2.0.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 07:56:36

Modified files:
	textproc/hs-xml-types: Makefile distinfo 

Log message:
Update to xml-types-0.3.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/17 07:57:22

Modified files:
	x11/hs-dbus    : Makefile distinfo 

Log message:
Update to hs-dbus-0.10.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 08:02:26

Log message:
    Port of Atmel's AVR32 toolchain, which includes binutils, gcc,
    the newlib C library, and AVR32-specific header files.
    With suggestions from espie@ and aja@
    ok aja@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20140117
    
    N ports/devel/avr32/Makefile
    N ports/devel/avr32/Makefile.inc
    N ports/devel/avr32/gcc/Makefile
    N ports/devel/avr32/gcc/distinfo
    N ports/devel/avr32/gcc/patches/patch-libgcc_Makefile_in
    N ports/devel/avr32/gcc/pkg/DESCR
    N ports/devel/avr32/gcc/pkg/PLIST
    N ports/devel/avr32/newlib/Makefile
    N ports/devel/avr32/newlib/distinfo
    N ports/devel/avr32/newlib/pkg/DESCR
    N ports/devel/avr32/newlib/pkg/PLIST
    N ports/devel/avr32/binutils/Makefile
    N ports/devel/avr32/binutils/distinfo
    N ports/devel/avr32/binutils/pkg/DESCR
    N ports/devel/avr32/binutils/pkg/PLIST
    N ports/devel/avr32/gcc-bootstrap/Makefile
    N ports/devel/avr32/gcc-bootstrap/distinfo
    N ports/devel/avr32/gcc-bootstrap/pkg/PLIST
    N ports/devel/avr32/gcc-bootstrap/pkg/DESCR
    N ports/devel/avr32/gcc-bootstrap/patches/patch-libgcc_Makefile_in
    N ports/devel/avr32/headers/Makefile
    N ports/devel/avr32/headers/distinfo
    N ports/devel/avr32/headers/pkg/DESCR
    N ports/devel/avr32/headers/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 08:04:57

Modified files:
	devel          : Makefile 

Log message:
+avr32


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 08:39:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: Ustar.pm 

Log message:
"recognize" extended header thingies (we don't handle them, we just
spew more useful error messages)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 08:46:16

Modified files:
	usr.sbin/pkg_add/OpenBSD: ArcCheck.pm 

Log message:
make ArcCheck less confusing, don't archive stuff that WON'T survive
extraction anyways (those metadatas ARE in the packing-list anyways).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 08:54:06

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm PkgAdd.pm 

Log message:
do check_digest per plist.
show UNSIGNED packages unconditionally.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2014/01/17 11:42:30

Modified files:
	usr.bin/mail   : aux.c cmd2.c collect.c fio.c head.c lex.c 
	                 list.c send.c tty.c 

Log message:
ctype and other sign extension fixes.

with deraadt and millert, ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/17 12:07:12

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Despite some experimenting, i'm unable to find any relevant effect of
creating an index for the keys table on apropos(1) search times;
apparently, adding that index was premature optimization in the first
place; so, stop adding that index.

Its root gone, the following evil is reduced (/usr/share/man on my notebook)
- DB build time with -Q goes down by 15%, now at 1/3 of makewhatis
- DB size with -Q goes down by 35%, now at 3.5x of makewhatis
- full DB build time goes down by 12%, now at 2.1x of makewhatis
- full DB size goes down by 42%, now at 11.5x of makewhatis

Optimization found somewhere above the Dasht-e Kavir, the Great Salt
Desert, between Tehran (Iran) and Herat (Afghanistan).  Committing
from Melbourne, Australia.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/17 12:16:42

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.
They are completely unused, and i cannot imagine what they *could*
ever be used for; but apparently, they are expensive to generate.

Standard DB build time goes down by 10%, now at 1.9x of makewhatis.
Standard DB size goes down by 4%, now at 11x of makewhatis.
DB build time with -Q goes down by 15%, now at 0.28x of makewhatis.
DB size with -Q goes down by 3%, now at 3.35x of makewhatis.

Optimization found somewhere above the Southern Balochistan desert,
near the Iran-Pakistan border.  Committing from Melbourne, Victoria.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/17 12:22:45

Modified files:
	usr.bin/mandoc : mansearch.h 

Log message:
Sort the macro keys by their real-world frequency to reduce the average
mask size.  No functional change.

This shrinks the standard /usr/share/man database by 7%, now at 10.3x
the size of whatis.db, and with -Q even by 11%, now at 3.0x of whatis.db.
Now i'm out of ideas to easily shrink the size of the database.

Optimization found somewhere above the West Australian desert.
Committing from Melbourne, Victoria.


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/01/17 12:46:21

Modified files:
	archivers/lzip : Makefile.inc 
	archivers/lzip/clzip: Makefile 
	archivers/lzip/lunzip: Makefile 
	archivers/lzip/lzip: Makefile 
	archivers/lzip/lziprecover: Makefile 
	archivers/lzip/lzlib: Makefile 
	archivers/lzip/pdlzip: Makefile 
	archivers/lzip/plzip: Makefile 
	fonts/roboto-fonts: Makefile 
	games/dd2      : Makefile 
	lang/racket    : Makefile 
	net/py-ftpdlib : Makefile 
	x11/terminator : Makefile 

Log message:
Update my email address. Change the homepage of terminator. Also add a
space between the entries and equals signs in the Makefile of the old
ports.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/17 12:54:17

Modified files:
	devel/avr32/binutils: Makefile 

Log message:
avr32-binutils needs an explicit build dependency on libtool
spotted by nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/17 13:26:02

Modified files:
	misc/vttest    : Makefile distinfo 

Log message:
maintenance update to 20140116


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/17 13:51:54

Modified files:
	lib/libc/gen   : getusershell.c 

Log message:
Fix off-by-one on specially crafted /etc/shells file.

ok gilles@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2014/01/17 14:01:39

Added files:
	print/lilypond/patches: patch-stepmake_aclocal_m4 

Log message:
Unbreak on 32 bit archs after the fontforge update.

I should my incomplete work on ksh back from 2008 instead, but I'm
just a poor slacker.

(Hint: configure tries something like
test 20120731000000 -lt 20110222000000
)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/17 14:09:11

Modified files:
	security/clamav: Tag: OPENBSD_5_4 Makefile distinfo 
	security/clamav/patches: Tag: OPENBSD_5_4 
	                         patch-database_Makefile_in 
	                         patch-etc_clamd_conf_sample 
	                         patch-libclamav_Makefile_in 
	                         patch-libclamav_ole2_extract_c 
	                         patch-unit_tests_Makefile_in 
Removed files:
	security/clamav/patches: Tag: OPENBSD_5_4 
	                         patch-libclamav_bignum_fast_h 

Log message:
- update to clamav 0.98.1

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/17 14:39:28

Modified files:
	games/allegro  : Makefile 

Log message:
drop groff, minor formatting differences only


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/17 14:42:47

Modified files:
	libexec/mail.local: locking.c 

Log message:
Close file descriptor before next try getting a good one.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/17 14:43:36

Modified files:
	graphics/DevIL : Makefile 

Log message:
don't pick up games/allegro if it happens to be installed


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 15:18:27

Modified files:
	sys/dev/ic     : aac.c aacvar.h 

Log message:
aacvar advertises a public api which is only used inside aac.c. make it
"private" so i dont feel bad about changing it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 15:20:32

Modified files:
	sys/dev/ic     : aac.c aacvar.h 

Log message:
replace aacminphys with scsi_minphys. both are just wrappers around
minphys.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/17 15:48:10

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Make parse_X return -1 when it encounters a parsing error. Enables
recognition of zero length value vs parsing error. This lets us avoid
the erroneous consumption of the semicolon ending the 'X' value, and
the resulting accidental consumption of the following line in the file
being parsed.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 15:51:10

Modified files:
	sys/dev/ic     : aac.c aacvar.h 

Log message:
remove a XS_NO_CCB case by moving aac to iopools.

eyes and ok by krw@ jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 15:52:32

Modified files:
	sys/dev/ic     : aac.c 

Log message:
a polled command timing out isnt a software resource shortage, its
a driver stuffup.

aac is XS_NO_CCB clean now.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 15:59:44

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
signing got simpler


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/17 16:11:42

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Do not follow symlinks for -l and -L arguments.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/17 16:13:49

Modified files:
	usr.sbin/ppp/ppp: ipcp.c 

Log message:
Validate file size before loading content into memory.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 16:23:58

Modified files:
	sys/dev/ic     : aic79xx_openbsd.c 

Log message:
if the hardware is too busy or its queues are too full, return XS_BUSY,
not XS_NO_CCB.

discussed with krw@ who agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 16:25:07

Modified files:
	sys/dev/ic     : aic7xxx_openbsd.c 

Log message:
if the hardware is too busy or its queues are too full, return XS_BUSY,
not XS_NO_CCB.

discussed with krw@ who agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/17 17:18:06

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
correct crypto lingo; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/17 17:51:55

Modified files:
	sbin/dhclient  : clparse.c parse.c 

Log message:
Never silently consume the following statement when unexpectedly
encountering a ';'. I.e. when checking the token type, 'skip_to_semi()'
after 'parse_warn()' only when the parsed token wasn't a ';'.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 18:02:25

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
caching a bit more tricky... problem noticed by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/17 18:03:56

Modified files:
	sbin/dhclient  : parse.c clparse.c 

Log message:
Make parse_warn() messages consistantly use 'expecting' rather
than occasionally 'expected'. End all with a '.'.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 18:09:30

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
...and sort SHA256 properly


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/17 18:10:36

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
involuntary sneak preview, revert


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/17 18:19:02

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Remove superfluous assignment to local variable 'val' just before
exiting.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/17 18:41:28

Modified files:
	sbin/dhclient  : conflex.c 

Log message:
If ugflag (indicating a character from the file being parsed has been
unget()'ed) is set, then properly set the lexchar position back one in
get_token() so more error messages put the '^' in the proper spot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:40

src/usr.sbin/installboot/alpha

Update of /cvs/src/usr.sbin/installboot/alpha
In directory cvs.openbsd.org:/tmp/cvs-serv28177/alpha

Log Message:
Directory /cvs/src/usr.sbin/installboot/alpha added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:41

src/usr.sbin/installboot/armish

Update of /cvs/src/usr.sbin/installboot/armish
In directory cvs.openbsd.org:/tmp/cvs-serv28177/armish

Log Message:
Directory /cvs/src/usr.sbin/installboot/armish added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:42

src/usr.sbin/installboot/armv7

Update of /cvs/src/usr.sbin/installboot/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv28177/armv7

Log Message:
Directory /cvs/src/usr.sbin/installboot/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:43

src/usr.sbin/installboot/aviion

Update of /cvs/src/usr.sbin/installboot/aviion
In directory cvs.openbsd.org:/tmp/cvs-serv28177/aviion

Log Message:
Directory /cvs/src/usr.sbin/installboot/aviion added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:44

src/usr.sbin/installboot/loongson

Update of /cvs/src/usr.sbin/installboot/loongson
In directory cvs.openbsd.org:/tmp/cvs-serv28177/loongson

Log Message:
Directory /cvs/src/usr.sbin/installboot/loongson added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:45

src/usr.sbin/installboot/luna88k

Update of /cvs/src/usr.sbin/installboot/luna88k
In directory cvs.openbsd.org:/tmp/cvs-serv28177/luna88k

Log Message:
Directory /cvs/src/usr.sbin/installboot/luna88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:46

src/usr.sbin/installboot/mvme68k

Update of /cvs/src/usr.sbin/installboot/mvme68k
In directory cvs.openbsd.org:/tmp/cvs-serv28177/mvme68k

Log Message:
Directory /cvs/src/usr.sbin/installboot/mvme68k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:47

src/usr.sbin/installboot/mvme88k

Update of /cvs/src/usr.sbin/installboot/mvme88k
In directory cvs.openbsd.org:/tmp/cvs-serv28177/mvme88k

Log Message:
Directory /cvs/src/usr.sbin/installboot/mvme88k added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:48

src/usr.sbin/installboot/octeon

Update of /cvs/src/usr.sbin/installboot/octeon
In directory cvs.openbsd.org:/tmp/cvs-serv28177/octeon

Log Message:
Directory /cvs/src/usr.sbin/installboot/octeon added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:49

src/usr.sbin/installboot/sgi

Update of /cvs/src/usr.sbin/installboot/sgi
In directory cvs.openbsd.org:/tmp/cvs-serv28177/sgi

Log Message:
Directory /cvs/src/usr.sbin/installboot/sgi added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:50

src/usr.sbin/installboot/socppc

Update of /cvs/src/usr.sbin/installboot/socppc
In directory cvs.openbsd.org:/tmp/cvs-serv28177/socppc

Log Message:
Directory /cvs/src/usr.sbin/installboot/socppc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:51

src/usr.sbin/installboot/sparc

Update of /cvs/src/usr.sbin/installboot/sparc
In directory cvs.openbsd.org:/tmp/cvs-serv28177/sparc

Log Message:
Directory /cvs/src/usr.sbin/installboot/sparc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:41:52

src/usr.sbin/installboot/zaurus

Update of /cvs/src/usr.sbin/installboot/zaurus
In directory cvs.openbsd.org:/tmp/cvs-serv28177/zaurus

Log Message:
Directory /cvs/src/usr.sbin/installboot/zaurus added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:44:57

Added files:
	usr.sbin/installboot/alpha: Makefile.inc 
	usr.sbin/installboot/armish: Makefile.inc 
	usr.sbin/installboot/armv7: Makefile.inc 
	usr.sbin/installboot/aviion: Makefile.inc 
	usr.sbin/installboot/loongson: Makefile.inc 
	usr.sbin/installboot/luna88k: Makefile.inc 
	usr.sbin/installboot/mvme68k: Makefile.inc 
	usr.sbin/installboot/mvme88k: Makefile.inc 
	usr.sbin/installboot/octeon: Makefile.inc 
	usr.sbin/installboot/sgi: Makefile.inc 
	usr.sbin/installboot/socppc: Makefile.inc 
	usr.sbin/installboot/sparc: Makefile.inc 
	usr.sbin/installboot/zaurus: Makefile.inc 
	usr.sbin/installboot: stubs.c 

Log message:
Make installboot(8) build on all architectures, although currently with
non-functional stubs for alpha, armish, armv7, aviion, loongson, luna88k,
mvme68k, mvme88k, octeon, sgi, socppc, sparc and zaurus.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 18:49:30

Modified files:
	usr.sbin/installboot: stubs.c 

Log message:
Add missing include.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/17 18:58:33

Modified files:
	sys/ddb        : db_hangman.c 

Log message:
Use arc4random_uniform to increase the slightly difficulty of winning.
Kidding, the fix is to stop using the scheduler's PRNG.
ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/17 19:29:05

Modified files:
	security/p5-Net_SSLeay: Makefile distinfo 
Removed files:
	security/p5-Net_SSLeay/patches: patch-SSLeay_xs 

Log message:
- update p5-Net-SSLeay to 1.58
- remove patch, it has been commited upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 19:30:46

src/usr.sbin/installboot/macppc

Update of /cvs/src/usr.sbin/installboot/macppc
In directory cvs.openbsd.org:/tmp/cvs-serv32058/macppc

Log Message:
Directory /cvs/src/usr.sbin/installboot/macppc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 19:31:19

Added files:
	usr.sbin/installboot/macppc: Makefile.inc 

Log message:
Also make installboot build on macppc.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 19:42:31

Modified files:
	sys/scsi       : scsi_base.c scsiconf.h 

Log message:
rename scsi_ioh_runqueue to scsi_iopool_run, and make it available
outside scsi_base.c.

this will allow adapters to restrict access to iopool resources
based on some state, and then kick the pending requests on the pool
when the state comes good again.

ive been avoiding this for a long time, but it is the least worst
way to deal with some uses of XS_NO_CCB.

discussion with kettenis@ helped me decide this was right.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 19:45:38

Modified files:
	usr.sbin/installboot: Makefile 

Log message:
Build installboot on all architectures.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 19:47:27

Modified files:
	usr.sbin/installboot: Makefile installboot.8 installboot.c 
	                      installboot.h 
Added files:
	usr.sbin/installboot: util.c 

Log message:
Add a -r flag that allows for the mount point of the root filesystem to be
specified. This is primarily for use by the installer and defaults to /.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/17 20:07:05

Modified files:
	usr.sbin/installboot: installboot.8 installboot.h util.c 
	usr.sbin/installboot/i386: i386_installboot.c 
	usr.sbin/installboot/sparc64: sparc64_installboot.c 

Log message:
Make installboot(8) easier to use - copy the second stage boot loader to
the default location used by the given architecture. This eliminates the
need to copy it over manually prior to running installboot.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 21:11:07

Modified files:
	sys/arch/mvme68k/dev: vs.c 
	sys/arch/mvme88k/dev: vs.c 

Log message:
if the controller is too busy to do a POLLed command, return XS_BUSY
instead of XS_NO_CCB.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/17 21:24:11

Modified files:
	sys/dev/ic     : wdc.c 

Log message:
take advantage of pool_setipl and PR_ZERO to avoid doing work the
subsystem provides for us now when dealing with the xfer pool.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/17 22:54:52

Modified files:
	sbin/bioctl    : Makefile 
	sbin/iked      : Makefile 
	share/mk       : bsd.own.mk 
	usr.bin/ssh    : Makefile.inc 
	usr.sbin/hostapd: Makefile 
	usr.sbin/ikectl: Makefile 
	usr.sbin/ppp/ppp: Makefile 
	usr.sbin/relayctl: Makefile 
	usr.sbin/relayd: Makefile 
	usr.sbin/smtpd/makemap: Makefile 
	usr.sbin/smtpd/smtpctl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 
	usr.sbin/smtpd/table-ldap: Makefile 
	usr.sbin/smtpd/table-passwd: Makefile 
	usr.sbin/smtpd/table-sqlite: Makefile 
	usr.sbin/snmpctl: Makefile 
	usr.sbin/snmpd : Makefile 
	usr.sbin/ypldap: Makefile 
	regress/sys/crypto/aes: Makefile 
	regress/sys/crypto/aesxts: Makefile 
	regress/sys/crypto/cmac: Makefile 
	regress/sys/crypto/gmac: Makefile 
	regress/sys/crypto/hmac: Makefile 
	regress/sys/crypto/key_wrap: Makefile 
	regress/sys/kern/sosplice/perf: Makefile 

Log message:
Remove -Wbounded:  it is now the compiler default.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 00:10:26

Modified files:
	sys/nfs        : nfs_vnops.c 

Log message:
Use arc4random_buf() for fetching 64-bits of data because it is faster
than calling arc4random() twice
ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 00:12:04

Modified files:
	lib/libutil    : pkcs5_pbkdf2.c 

Log message:
Wrap long line.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 00:22:08

Modified files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Fix comment re size of input buffer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/18 00:33:16

Modified files:
	lang/pfe       : Makefile 

Log message:
Mark as BROKEN-sparc64, fails the same way as alpha since end of october.
(pfe --help segfaults -> no manpage -> fails to package)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 00:36:35

Modified files:
	sys/dev/ic     : ncr5380sbc.c ncr5380var.h 

Log message:
replace XS_NO_CCB with iopools.

compiled and tweaked by martin@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/18 01:25:06

Modified files:
	sys/dev/pci/drm: drm.h drm_crtc.c drm_mode.h i915_drm.h 
	                 radeon_drm.h 

Log message:
Update the drm headers based on libdrm 2.4.51
but make sure we still reject DRM_MODE_PAGE_FLIP_ASYNC.

ok mpi@ kettenis@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/01/18 01:29:32

Modified files:
	lib/libdrm     : Makefile.inc xf86drmMode.h 
	lib/libdrm/intel: intel_bufmgr.h intel_bufmgr_gem.c 
	                  intel_chipset.h intel_decode.c shlib_version 
	lib/libdrm/radeon: r600_pci_ids.h radeon_surface.c 
	                   radeon_surface.h 

Log message:
Update libdrm to 2.4.51.

ok mpi@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 01:49:20

Modified files:
	sys/dev        : softraidvar.h 

Log message:
Improve comments re KDF hints.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/18 01:54:20

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Cope with slightly broken NAME sections in man(7) pages
having a trailing comma after the last name, like this:

ASN1_OBJECT_new, ASN1_OBJECT_free, - object allocation functions

Nit found somewhere above the Tasman Sea,
committing from Dunedin, Otago.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 02:01:01

Modified files:
	share/man/man4 : softraid.4 
	sbin/bioctl    : bioctl.c 
	sys/dev        : softraid.c softraid_raidp.c softraidvar.h 

Log message:
Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID
5 instead of RAID 4, assuming both were functional.

Discussed with krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/18 02:08:42

Modified files:
	libexec/ld.so  : loader.c 
	libexec/ld.so/mips64: ldasm.S 

Log message:
Make ld.so pass its cleanup handler in $2 as required by the MIPS System V
ABI, and completely remove the code that attempts to call atexit(3) directly.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 02:11:12

Modified files:
	share/man/man4 : softraid.4 
	sbin/bioctl    : bioctl.c bioctl.8 

Log message:
Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5
discipline will more than likely eat data if a drive is lost.

Discussed with krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 02:22:04

Modified files:
	.              : donations.html 

Log message:
mention the openbsdfoundation takes btc


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:22:41

Log message:
    import ruby-savon
    
    Heavy metal SOAP client.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/www/ruby-savon/Makefile
    N ports/www/ruby-savon/distinfo
    N ports/www/ruby-savon/pkg/DESCR
    N ports/www/ruby-savon/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 02:23:06

Modified files:
	.              : donations.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:23:24

Log message:
    import ruby-wasabi
    
    ruby-wasabi is a simple WSDL parser.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/www/ruby-wasabi/Makefile
    N ports/www/ruby-wasabi/distinfo
    N ports/www/ruby-wasabi/pkg/DESCR
    N ports/www/ruby-wasabi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 02:23:26

Modified files:
	sys/conf       : files 
	sys/dev        : softraid.c softraidvar.h 
Added files:
	sys/dev        : softraid_raid5.c 
Removed files:
	sys/dev        : softraid_raidp.c 

Log message:
Rename softraid RAIDP to softraid RAID5.

Discussed with krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:23:51

Log message:
    import ruby-httpi
    
    Common interface for Ruby's HTTP libraries.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/www/ruby-httpi/Makefile
    N ports/www/ruby-httpi/distinfo
    N ports/www/ruby-httpi/pkg/DESCR
    N ports/www/ruby-httpi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:24:21

Log message:
    import ruby-ntlm
    
    Ruby/NTLM provides message creator and parser for the NTLM
    authentication.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/www/ruby-ntlm/Makefile
    N ports/www/ruby-ntlm/distinfo
    N ports/www/ruby-ntlm/pkg/DESCR
    N ports/www/ruby-ntlm/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:26:59

Modified files:
	www            : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:27:15

Log message:
    import ruby-nori
    
    XML to Hash translator.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/textproc/ruby-nori/Makefile
    N ports/textproc/ruby-nori/distinfo
    N ports/textproc/ruby-nori/pkg/DESCR
    N ports/textproc/ruby-nori/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:27:38

Log message:
    import ruby-gyoku
    
    Gyoku translates Ruby Hashes to XML.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/textproc/ruby-gyoku/Makefile
    N ports/textproc/ruby-gyoku/distinfo
    N ports/textproc/ruby-gyoku/pkg/DESCR
    N ports/textproc/ruby-gyoku/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:28:59

Modified files:
	textproc       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:29:13

Log message:
    import ruby-akami
    
    Gem to build Secure Web Services.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/security/ruby-akami/Makefile
    N ports/security/ruby-akami/distinfo
    N ports/security/ruby-akami/pkg/PLIST
    N ports/security/ruby-akami/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:29:55

Modified files:
	security       : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:30:14

Log message:
    import ruby-thor
    
    Scripting framework that replaces rake, sake and rubigen.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/devel/ruby-thor/Makefile
    N ports/devel/ruby-thor/distinfo
    N ports/devel/ruby-thor/pkg/DESCR
    N ports/devel/ruby-thor/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:32:07

Modified files:
	devel          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:32:32

Log message:
    import ruby-sonos
    
    ruby-sonos allows controlling Sonos speakers with Ruby.
    
    ok aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20141801
    
    N ports/audio/ruby-sonos/Makefile
    N ports/audio/ruby-sonos/distinfo
    N ports/audio/ruby-sonos/pkg/PLIST
    N ports/audio/ruby-sonos/pkg/DESCR
    N ports/audio/ruby-sonos/patches/patch-lib_sonos_discovery_rb
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:33:08

Modified files:
	audio          : Makefile 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 02:33:53

Modified files:
	sys/dev        : softraid.c softraid_raid5.c softraid_raid6.c 
	                 softraidvar.h 

Log message:
Move the block get/put routines into the common code, instead of having
RAID 6 borrow them from RAID 5.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/18 02:36:26

Modified files:
	usr.bin/ssh    : session.c 

Log message:
explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable
on platforms that use pipes for everything.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:44:05

Modified files:
	www/ruby-httpi : Makefile 
	www/ruby-httpi/pkg: DESCR 

Log message:
briefly mention the usage of different adapters


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/18 02:45:03

Modified files:
	audio/ruby-sonos: Makefile 

Log message:
take MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/18 03:05:38

Modified files:
	net/p5-Net-INET6Glue: Makefile distinfo 

Log message:
update p5-Net-INET6Glue to 0.602


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/18 03:14:06

Modified files:
	security/p5-Net-SSLGlue: Makefile distinfo 

Log message:
update p5-Net-SSLGlue to 1.052


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 03:34:52

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: n2k14-s.gif n2k14.gif 

Log message:
n2k14 is on


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/18 04:23:48

Modified files:
	infrastructure/lib/DPB: Engine.pm 

Log message:
if we're rescanning, keep the locks around.
That way, add_fatal can keep the path locked, as it should.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/18 04:38:22

Modified files:
	lang/gfortran/patches: patch-gcc_config_alpha_openbsd_h 
Added files:
	lang/gfortran/patches: patch-gcc_config_alpha_alpha_c 
	                       patch-gcc_config_alpha_alpha_h 
	                       patch-gcc_config_alpha_alpha_md 
	                       patch-gcc_config_alpha_alpha_opt 
	                       patch-gcc_config_alpha_openbsd1_h 

Log message:
Merge some alpha patches from base; this does not work yet, but it's better
than what is currently there.  tested by landry@ some time ago

ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/01/18 04:42:04

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: patch-base_base_gypi 
	                      patch-base_debug_stack_trace_posix_cc 
	                      patch-build_all_gyp 
	                      patch-build_common_gypi 
	                      patch-chrome_app_chrome_main_delegate_cc 
	                      patch-chrome_app_policy_policy_templates_json 
	                      patch-chrome_app_theme_theme_resources_grd 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_browser_process_impl_h 
	                      patch-chrome_browser_browser_resources_grd 
	                      patch-chrome_browser_chrome_content_browser_client_cc 
	                      patch-chrome_browser_chrome_content_browser_client_h 
	                      patch-chrome_browser_extensions_api_image_writer_private_image_writer_private_api_cc 
	                      patch-chrome_browser_speech_tts_controller_cc 
	                      patch-chrome_browser_storage_monitor_storage_monitor_cc 
	                      patch-chrome_browser_sync_profile_sync_components_factory_impl_cc 
	                      patch-chrome_browser_ui_webui_about_ui_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_renderer_gypi 
	                      patch-chrome_common_chrome_paths_cc 
	                      patch-chrome_common_chrome_switches_h 
	                      patch-chrome_common_pref_names_cc 
	                      patch-chrome_common_pref_names_h 
	                      patch-chrome_renderer_printing_print_web_view_helper_h 
	                      patch-content_browser_browser_main_loop_cc 
	                      patch-content_browser_child_process_launcher_cc 
	                      patch-content_renderer_renderer_webkitplatformsupport_impl_cc 
	                      patch-media_audio_openbsd_audio_manager_openbsd_cc 
	                      patch-media_media_gyp 
	                      patch-printing_backend_cups_helper_cc 
	                      patch-printing_printing_gyp 
	                      patch-skia_skia_gyp 
	                      patch-skia_skia_library_gypi 
	                      patch-sync_util_get_session_name_cc 
	                      patch-third_party_WebKit_Source_config_h 
	                      patch-third_party_WebKit_Source_core_core_gyp 
	                      patch-third_party_WebKit_Source_web_web_gyp 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chrome_openbsd_x64_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_ia32_config_h 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_asm 
	                      patch-third_party_ffmpeg_chromium_config_Chromium_openbsd_x64_config_h 
	                      patch-third_party_ffmpeg_libavutil_cpu_c 
	                      patch-third_party_leveldatabase_env_chromium_cc 
	                      patch-third_party_libjingle_libjingle_gyp 
	                      patch-third_party_libjingle_source_talk_base_cpumonitor_cc 
	                      patch-third_party_libjingle_source_talk_base_physicalsocketserver_cc 
	                      patch-third_party_libjpeg_turbo_libjpeg_gyp 
	                      patch-third_party_webrtc_build_common_gypi 
	                      patch-third_party_webrtc_modules_audio_device_audio_device_gypi 
	                      patch-third_party_webrtc_modules_desktop_capture_desktop_capture_gypi 
	                      patch-third_party_webrtc_modules_rtp_rtcp_test_bwe_standalone_gypi 
	                      patch-third_party_webrtc_modules_video_capture_video_capture_gypi 
	                      patch-third_party_webrtc_modules_video_render_video_render_gypi 
	                      patch-third_party_webrtc_voice_engine_voice_engine_defines_h 
	                      patch-tools_gyp_pylib_gyp_generator_make_py 
	                      patch-tools_gyp_pylib_gyp_generator_ninja_py 
	www/chromium/pkg: PLIST 
Added files:
	www/chromium/patches: patch-base_test_launcher_test_launcher_cc 
	                      patch-breakpad_breakpad_gyp 
	                      patch-chrome_browser_media_galleries_fileapi_mtp_device_map_service_cc 
	                      patch-chrome_browser_ui_webui_certificate_viewer_webui_cc 
	                      patch-chrome_common_extensions_api_api_gyp 
	                      patch-content_browser_geolocation_location_arbitrator_impl_cc 
	                      patch-media_video_capture_linux_video_capture_device_linux_cc 
	                      patch-third_party_WebKit_Source_build_features_gypi 
	                      patch-ui_events_event_switches_h 
Removed files:
	www/chromium/patches: 
	                      patch-chrome_browser_gpu_chrome_gpu_util_cc 
	                      patch-chrome_browser_media_galleries_media_file_system_registry_cc 
	                      patch-chrome_browser_themes_theme_service_factory_cc 
	                      patch-content_browser_accessibility_browser_accessibility_manager_gtk_cc 
	                      patch-skia_skia_chrome_gypi 
	                      patch-third_party_WebKit_Source_core_features_gypi 
	                      patch-third_party_WebKit_Source_core_rendering_RenderingNodeProxy_cpp 

Log message:
update to 32.0.1700.76


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/18 04:57:37

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.965


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2014/01/18 05:51:39

Modified files:
	.              : anoncvs.html donations.html events.html 
	                 hackathons.html 
	build          : mirrors.dat 

Log message:
spell Mitja's name correctly


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:41:22

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
tesseract-dan-frak is going away.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:42:29

Modified files:
	graphics/tesseract: Makefile distinfo 
Added files:
	graphics/tesseract/pkg: DESCR PLIST README 
Removed files:
	graphics/tesseract/patches: patch-ccutil_strngs_h 
	                            patch-image_imgs_cpp 
	graphics/tesseract/pkg: DESCR-main PFRAG.shared-main PLIST-main 
	                        README-main 

Log message:
Update to tesseract-3.02.02.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:42:51

ports/graphics/tesseract-langs/eng

Update of /cvs/ports/graphics/tesseract-langs/eng
In directory cvs.openbsd.org:/tmp/cvs-serv3412/eng

Log Message:
Directory /cvs/ports/graphics/tesseract-langs/eng added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:44:17

Modified files:
	graphics/tesseract-langs: Makefile Makefile.inc 
	graphics/tesseract-langs/bul: distinfo 
	graphics/tesseract-langs/cat: distinfo 
	graphics/tesseract-langs/ces: distinfo 
	graphics/tesseract-langs/chi_sim: distinfo 
	graphics/tesseract-langs/chi_tra: distinfo 
	graphics/tesseract-langs/dan: distinfo 
	graphics/tesseract-langs/deu: distinfo 
	graphics/tesseract-langs/ell: distinfo 
	graphics/tesseract-langs/fin: distinfo 
	graphics/tesseract-langs/fra: distinfo 
	graphics/tesseract-langs/hun: distinfo 
	graphics/tesseract-langs/ind: distinfo 
	graphics/tesseract-langs/ita: distinfo 
	graphics/tesseract-langs/jpn: distinfo 
	graphics/tesseract-langs/kor: distinfo 
	graphics/tesseract-langs/lav: distinfo 
	graphics/tesseract-langs/lit: distinfo 
	graphics/tesseract-langs/nld: distinfo 
	graphics/tesseract-langs/nor: distinfo 
	graphics/tesseract-langs/pkg: PLIST 
	graphics/tesseract-langs/pol: distinfo 
	graphics/tesseract-langs/por: distinfo 
	graphics/tesseract-langs/ron: distinfo 
	graphics/tesseract-langs/rus: distinfo 
	graphics/tesseract-langs/slk: distinfo 
	graphics/tesseract-langs/slv: distinfo 
	graphics/tesseract-langs/spa: distinfo 
	graphics/tesseract-langs/srp: distinfo 
	graphics/tesseract-langs/swe: distinfo 
	graphics/tesseract-langs/tgl: distinfo 
	graphics/tesseract-langs/tur: distinfo 
	graphics/tesseract-langs/ukr: distinfo 
	graphics/tesseract-langs/vie: distinfo 
Added files:
	graphics/tesseract-langs/eng: Makefile distinfo 
	graphics/tesseract-langs/pkg: DESCR-eng 

Log message:
Update tesseract language files to version 3.02.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:44:43

Removed files:
	graphics/tesseract-langs/dan-frak: Makefile distinfo 

Log message:
Gone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 06:45:08

Modified files:
	mail/p5-FuzzyOcr: Makefile 
	multimedia/ogmrip: Makefile 

Log message:
Bump after tesseract s/-main//


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 07:03:58

Modified files:
	sysutils/salt-testing: Makefile distinfo 
	sysutils/salt-testing/pkg: PLIST 

Log message:
Update to salt-testing-0.5.4.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/18 07:06:23

Modified files:
	app/xterm      : ptydata.c 

Log message:
OpenBSD needs the same treatment as FreeBSD to avoid xterm -hold
chewing CPU cycles. Reported by Kevin Chadwick.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 07:11:23

Modified files:
	graphics/leptonica: Makefile distinfo 
	graphics/leptonica/patches: patch-src_gifio_c patch-src_pngio_c 
	graphics/leptonica/pkg: PFRAG.shared PLIST 

Log message:
Update to leptonica-1.69.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 07:11:49

Removed files:
	graphics/leptonica/pkg: PFRAG.shared 

Log message:
rm


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 07:16:35

Modified files:
	faq/pf/nl      : index.html 
	faq/pf/pt      : index.html 
	nl             : anoncvs.html donations.html index.html 
	pt             : donations.html index.html plus.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 08:12:30

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-base_password_py patch-base_utils_py 

Log message:
Do not try to download anything from the internet; we don't support
firmware auto-instalation nor upgrading anyway.
Properly recognize OpenBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/01/18 08:18:01

Modified files:
	sys/dev/usb    : if_mos.c 

Log message:
Make mos(4) pass received broadcast frames explicitly if not in promiscuous
mode. Fixes a problem with initiating connections to a mos(4) interface.
Reported by Petr Hoffmann on bugs@.
ok sthen


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2014/01/18 09:37:37

Modified files:
	.              : donations.html 

Log message:
Add missed donor Krossner


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/18 11:14:21

Modified files:
	usr.sbin/installboot: installboot.8 

Log message:
sort options;


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/18 12:09:57

Log message:
    Port of Unix::Mknod, that allow access to mknod(), makedev(), major()
    and minor() in perl.
    
    Status:
    
    Vendor Tag:	syl
    Release Tags:	syl_2014108
    
    N ports/devel/p5-Unix-Mknod/Makefile
    N ports/devel/p5-Unix-Mknod/distinfo
    N ports/devel/p5-Unix-Mknod/pkg/DESCR
    N ports/devel/p5-Unix-Mknod/pkg/PLIST
    N ports/devel/p5-Unix-Mknod/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/18 12:14:09

Modified files:
	devel          : Makefile 

Log message:
+ p5-Unix-Mknod (forgot to say, was ok zhuk@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/18 12:41:04

Modified files:
	games/manaplus : Makefile distinfo 
	games/manaplus/pkg: PLIST 

Log message:
Update to 1.4.1.18


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 13:43:20

Modified files:
	sys/dev/ic     : wd33c93.c 

Log message:
move away from XS_NO_CCB to iopools. all instances of this driver share a
single pool, which we now layer iopools on top of and share in the same
way.

tweaks and testing by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 13:50:24

Modified files:
	sys/dev/ic     : wdc.c wdcvar.h 
	sys/dev/atapiscsi: atapiscsi.c 

Log message:
move atapiscsi to iopools by making the entire ata layer use them too.

this would have been difficult before because the ata completion
paths try to be helfpul by freeing xfers on the adapters behalf,
whch doesn't work in the new world scsi model where the layer that
allocated the thing is responsible for freeing it, and expects to
get it back and maybe use it again. however, deraadt@ added magic
flags for hibernate that im now using to keep ata xfers for the
scsi layers.

committing this now so itll be tested. i cant think of a better time
to handle fallout from diffs like this than hackathons.

discussed with deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/18 13:56:53

Modified files:
	lang/gfortran  : Makefile 
	lang/gfortran/patches: patch-gcc_config_rs6000_openbsd_h 
	                       patch-gcc_config_rs6000_t-openbsd 
Added files:
	lang/gfortran/patches: patch-gcc_config_rs6000_rs6000_c 
	                       patch-gcc_config_rs6000_sysv4_h 

Log message:
Unbreak on powerpc by syncing backend with base.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/18 14:14:46

Modified files:
	sys/netinet    : in_pcb.c 

Log message:
There was an awkward behaviour after a connection had been diverted
to a socket.  When the application removed the socket, the pf state
would persist.  A new connection did not hit the divert rule as the
state still grabed the packet.  The solution is to unlink the
associated divert state when the socket gets destroyed.  This is
possible as both are linked together and a divert state without
socket does not make sense.
OK mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/18 15:04:35

Modified files:
	graphics/tesseract-langs: Makefile.inc 

Log message:
Missing EPOCH.

spotted by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/18 15:06:02

Modified files:
	gnu/usr.bin/gcc: protoize.1 

Log message:
Fix the NAME section:
One .Nm macro per name, and pass punctuation a as seperate argument.
Found with mandocdb(8).
OK jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/18 15:28:18

Modified files:
	usr.sbin/pkg_add: package.5 

Log message:
use the standard notation of <set>XX.tgz for the install sets

from frantisek holop, thanks!

"Go ahead" espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 15:33:59

Modified files:
	sys/dev/ic     : ncr53c9x.c ncr53c9xvar.h 
	sys/dev/pci    : pcscp.c 
	sys/dev/pcmcia : esp_pcmcia.c 
	sys/dev/sbus   : esp_sbus.c 
	sys/dev/tc     : asc.c asc_tc.c asc_tcds.c 

Log message:
instead of having every bit of glue set up and attach an identical
scsi_adapter struct, just do it once in the chip code.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 15:56:11

Modified files:
	sys/dev/ic     : ncr53c9x.c ncr53c9xvar.h 

Log message:
get rid of a XS_NO_CCB thats caused by a failure to allocate the
thing that stores state for luns.

instead of checking and allocating it in the scsi_cmd path, and
doing weird things all over the place to free it (eg, there's a
timeout that ran every 10m to gc luns), use the scsi_probe and
scsi_free things the midlayer calls.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 16:07:28

Modified files:
	sys/dev/ic     : ncr53c9x.c 

Log message:
replace XS_NO_CCB with an iopool around the ecb_pool.

take advantage of pool_setipl while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 16:09:04

Modified files:
	sys/dev/ic     : ncr53c9x.c ncr53c9xvar.h 

Log message:
move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only
place that uses it.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/18 16:17:24

Modified files:
	sys/arch/amd64/amd64: aesni.c 

Log message:
tweak comments a bit


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2014/01/18 16:58:53

Modified files:
	mail/lumail    : Makefile distinfo 

Log message:
Update lumail to 0.24.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/18 17:01:05

Modified files:
	usr.sbin/slowcgi: slowcgi.c 

Log message:
fix reaper loop that could run indefinitely

log execve() failures to syslog (very useful for debugging SCRIPT_NAME
problems)

ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 17:03:13

Modified files:
	sys/dev/atapiscsi: atapiscsi.c 

Log message:
scsi has to scrub the ata xfer before using it so its set for the rest
of the ata stuff to properly handle.

found by dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/18 17:09:33

Modified files:
	usr.bin/mandoc : Makefile mandocdb.c 
Added files:
	usr.bin/mandoc : mansearch_const.c 

Log message:
Support a second -v on mandocdb(8) to show keys while they are being added;
i need that for debugging, in particular to be used with -t.
To be able to do so, provide a global table of key names, for reuse.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 17:22:58

Modified files:
	sys/kern       : init_main.c 

Log message:
We can call random_start() immediately after cpu_startup, that is the
point at which everything it does is safe, including msg buffer access.
ok kettenis jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 17:24:01

Modified files:
	sys/dev        : rnd.c 

Log message:
In random_start() we can assume the msg buffer is mapped, all systems do
it at startup, or in cpu_startup().  Improve comments to explain what is
happening here.
ok kettenis jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 17:33:40

Modified files:
	distrib/alpha/bsd.rd: list.local 
	distrib/amd64/ramdisk_cd: list.local 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/ramdisk_cd: list.local 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: list list2sh.awk mtree.conf 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 
Removed files:
	distrib/miniroot: makehash.sh 

Log message:
we no long use the /var/hash files, but rely on the SHA256.sig file.
We can remove the hashing support.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 17:39:40

Modified files:
	sys/kern       : init_main.c 
	sys/dev        : rnd.c rndvar.h 

Log message:
With the earlier initialization of the random subsystem, random_hostseed()
is no longer providing significant value.  The random subsystem is in
pretty good state, and moments later userland will feed the dmesg.
ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/18 18:18:30

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
Get rid of the local keys table, use the new mansearch_const.c.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 19:55:43

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
all 64bit archs myx runs on support bus_space 8 things because of work i
did at n2k13.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 19:58:51

Modified files:
	usr.sbin/installboot: Makefile 
Added files:
	usr.sbin/installboot: hp300_installboot.c hppa64_installboot.c 
	                      hppa_installboot.c i386_installboot.c 
	                      i386_installboot.h i386_nlist.c 
	                      i386_softraid.c landisk_installboot.c 
	                      sparc64_installboot.c 
	                      sparc64_installboot.h sparc64_softraid.c 
	                      vax_installboot.c 
Removed files:
	usr.sbin/installboot/alpha: Makefile.inc 
	usr.sbin/installboot/amd64: Makefile.inc 
	usr.sbin/installboot/armish: Makefile.inc 
	usr.sbin/installboot/armv7: Makefile.inc 
	usr.sbin/installboot/aviion: Makefile.inc 
	usr.sbin/installboot/hp300: Makefile.inc hp300_installboot.c 
	usr.sbin/installboot/hppa: Makefile.inc hppa_installboot.c 
	usr.sbin/installboot/hppa64: Makefile.inc hppa64_installboot.c 
	usr.sbin/installboot/i386: Makefile.inc i386_installboot.c 
	                           i386_installboot.h i386_nlist.c 
	                           i386_softraid.c 
	usr.sbin/installboot/landisk: Makefile.inc landisk_installboot.c 
	usr.sbin/installboot/loongson: Makefile.inc 
	usr.sbin/installboot/luna88k: Makefile.inc 
	usr.sbin/installboot/macppc: Makefile.inc 
	usr.sbin/installboot/mvme68k: Makefile.inc 
	usr.sbin/installboot/mvme88k: Makefile.inc 
	usr.sbin/installboot/octeon: Makefile.inc 
	usr.sbin/installboot/sgi: Makefile.inc 
	usr.sbin/installboot/socppc: Makefile.inc 
	usr.sbin/installboot/sparc: Makefile.inc 
	usr.sbin/installboot/sparc64: Makefile.inc sparc64_installboot.c 
	                              sparc64_installboot.h 
	                              sparc64_softraid.c 
	usr.sbin/installboot/vax: Makefile.inc vax_installboot.c 
	usr.sbin/installboot/zaurus: Makefile.inc 

Log message:
Rework installboot and use a single directory with a single makefile. The
directory per machine model is arguably cleaner, however it does not play
well with distrib/special and instbin.

Discussed with deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 20:02:44

src/distrib/special/installboot

Update of /cvs/src/distrib/special/installboot
In directory cvs.openbsd.org:/tmp/cvs-serv16533/installboot

Log Message:
Directory /cvs/src/distrib/special/installboot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 20:03:50

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
replace bzero with memset.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 20:04:17

Added files:
	distrib/special/installboot: Makefile 

Log message:
Add makefile for distrib/special/installboot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/18 20:04:39

Modified files:
	net/ircII      : Makefile distinfo 
	net/ircII/patches: patch-doc_ircII_1 patch-source_log_c 
	net/ircII/pkg  : PLIST 
Added files:
	net/ircII/patches: patch-Makefile_in patch-configure 

Log message:
Update to 20131230 snapshot.  Now depends on iconv; after feedback from aja@,
make that dependency unconditional instead of adding a FLAVOR.

Also agreed with by naddy@, brad@ (maintainer) and David Hill.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/18 20:04:54

Modified files:
	sys/kern       : uipc_domain.c uipc_mbuf.c 
	sys/nfs        : nfs_socket.c 
	sys/sys        : mbuf.h 

Log message:
Remove max_datalen. It is only used once an can be replaced easily with
MHLEN - max_hdr in that place. OK mikeb@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/01/18 20:05:30

Log message:
    Import Mesa 9.2.5
    
    Status:
    
    Vendor Tag:	mesa
    Release Tags:	v9_2_5
    
    U xenocara/dist/Mesa/aclocal.m4
    U xenocara/dist/Mesa/configure
    U xenocara/dist/Mesa/Makefile.in
    U xenocara/dist/Mesa/Android.common.mk
    U xenocara/dist/Mesa/Android.mk
    U xenocara/dist/Mesa/Makefile.am
    C xenocara/dist/Mesa/SConstruct
    U xenocara/dist/Mesa/autogen.sh
    U xenocara/dist/Mesa/common.py
    C xenocara/dist/Mesa/configure.ac
    U xenocara/dist/Mesa/bin/ar-lib
    U xenocara/dist/Mesa/bin/compile
    U xenocara/dist/Mesa/bin/config.guess
    U xenocara/dist/Mesa/bin/config.sub
    U xenocara/dist/Mesa/bin/depcomp
    U xenocara/dist/Mesa/bin/install-sh
    U xenocara/dist/Mesa/bin/ltmain.sh
    U xenocara/dist/Mesa/bin/missing
    U xenocara/dist/Mesa/bin/test-driver
    U xenocara/dist/Mesa/bin/bugzilla_mesa.sh
    U xenocara/dist/Mesa/bin/get-pick-list.sh
    U xenocara/dist/Mesa/bin/perf-annotate-jit
    U xenocara/dist/Mesa/bin/shortlog_mesa.sh
    U xenocara/dist/Mesa/src/Makefile.in
    U xenocara/dist/Mesa/src/Makefile.am
    U xenocara/dist/Mesa/src/SConscript
    U xenocara/dist/Mesa/src/egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Android.mk
    U xenocara/dist/Mesa/src/egl/drivers/dri2/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/dri2/common.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/egl_dri2.h
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_android.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_drm.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_wayland.c
    U xenocara/dist/Mesa/src/egl/drivers/dri2/platform_x11.c
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.in
    U xenocara/dist/Mesa/src/egl/drivers/glx/Makefile.am
    U xenocara/dist/Mesa/src/egl/drivers/glx/egl_glx.c
    U xenocara/dist/Mesa/src/egl/main/Makefile.in
    U xenocara/dist/Mesa/src/egl/main/Android.mk
    U xenocara/dist/Mesa/src/egl/main/Makefile.am
    U xenocara/dist/Mesa/src/egl/main/README.txt
    U xenocara/dist/Mesa/src/egl/main/SConscript
    U xenocara/dist/Mesa/src/egl/main/egl.def
    U xenocara/dist/Mesa/src/egl/main/egl.pc.in
    U xenocara/dist/Mesa/src/egl/main/eglapi.c
    U xenocara/dist/Mesa/src/egl/main/eglapi.h
    U xenocara/dist/Mesa/src/egl/main/eglarray.c
    U xenocara/dist/Mesa/src/egl/main/eglarray.h
    U xenocara/dist/Mesa/src/egl/main/eglcompiler.h
    U xenocara/dist/Mesa/src/egl/main/eglconfig.c
    U xenocara/dist/Mesa/src/egl/main/eglconfig.h
    U xenocara/dist/Mesa/src/egl/main/eglcontext.c
    U xenocara/dist/Mesa/src/egl/main/eglcontext.h
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.c
    U xenocara/dist/Mesa/src/egl/main/eglcurrent.h
    U xenocara/dist/Mesa/src/egl/main/egldefines.h
    U xenocara/dist/Mesa/src/egl/main/egldisplay.c
    U xenocara/dist/Mesa/src/egl/main/egldisplay.h
    U xenocara/dist/Mesa/src/egl/main/egldriver.c
    U xenocara/dist/Mesa/src/egl/main/egldriver.h
    U xenocara/dist/Mesa/src/egl/main/eglfallbacks.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.c
    U xenocara/dist/Mesa/src/egl/main/eglglobals.h
    U xenocara/dist/Mesa/src/egl/main/eglimage.c
    U xenocara/dist/Mesa/src/egl/main/eglimage.h
    U xenocara/dist/Mesa/src/egl/main/egllog.c
    U xenocara/dist/Mesa/src/egl/main/egllog.h
    U xenocara/dist/Mesa/src/egl/main/eglmisc.c
    U xenocara/dist/Mesa/src/egl/main/eglmisc.h
    U xenocara/dist/Mesa/src/egl/main/eglmode.c
    U xenocara/dist/Mesa/src/egl/main/eglmode.h
    U xenocara/dist/Mesa/src/egl/main/eglmutex.h
    U xenocara/dist/Mesa/src/egl/main/eglscreen.c
    U xenocara/dist/Mesa/src/egl/main/eglscreen.h
    U xenocara/dist/Mesa/src/egl/main/eglstring.c
    U xenocara/dist/Mesa/src/egl/main/eglstring.h
    U xenocara/dist/Mesa/src/egl/main/eglsurface.c
    U xenocara/dist/Mesa/src/egl/main/eglsurface.h
    U xenocara/dist/Mesa/src/egl/main/eglsync.c
    U xenocara/dist/Mesa/src/egl/main/eglsync.h
    U xenocara/dist/Mesa/src/egl/main/egltypedefs.h
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-drm/wayland-drm.xml
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.in
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/Makefile.am
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl-priv.h
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.c
    U xenocara/dist/Mesa/src/egl/wayland/wayland-egl/wayland-egl.pc.in
    U xenocara/dist/Mesa/src/egl/docs/EGL_MESA_screen_surface
    U xenocara/dist/Mesa/src/gallium/Android.common.mk
    U xenocara/dist/Mesa/src/gallium/Android.mk
    U xenocara/dist/Mesa/src/gallium/Automake.inc
    U xenocara/dist/Mesa/src/gallium/README.portability
    U xenocara/dist/Mesa/src/gallium/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/Android.mk
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/auxiliary/SConscript
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipe-loader/pipe_loader_sw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/cso_cache/cso_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_cliptest_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_decompose_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_fs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_gs_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_llvm_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aaline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_clip.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_cull.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_flatshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_offset.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_stipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_twoside.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_unfilled.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_line.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pipe_wide_point.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_prim_assembler_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_decompose.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_fetch_shade_pipeline_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_post_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_so_emit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_pt_vsplit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_so_emit_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_split_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vertex.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_llvm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/draw/draw_vs_variant.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/f.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_arit_overflow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_assert.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_bitarit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_const.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_conv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_flow.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_aos_array.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_float.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_srgb.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_gather.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_intr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_limits.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_logic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_pack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_printf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_struct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_swizzle.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/gallivm/lp_bld_type.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/font.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_driver_query.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_fps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/hud/hud_private.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_indices_priv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_gen.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/indices/u_unfilled_indices.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_aligned.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_memory_stdc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_misc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_mman.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_process.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_thread.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/os/os_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_buffer_malloc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_alt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_ondemand.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/pipebuffer/pb_validate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/ADDING
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/postprocess.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_celshade.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_colors.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_filters.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_init.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_mlaa_areamap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_program.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/postprocess/pp_run.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/README
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_connection.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_core.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_demarshal.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_internal.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_proto.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_shader.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rbug/rbug_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_cpu.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_execmem.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/rtasm/rtasm_x86sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_debug_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/target-helpers/inline_wrapper_sw_helper.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_build.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_exec.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_info.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_iterate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_parse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_sanity.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_scan.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_strings.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_text.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_transform.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_ureg.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/tgsi/tgsi_util.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_generic.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/translate/translate_sse.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/dbghelp.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_atomic.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_bitmask.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blit.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_blitter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_box.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cache.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_caps.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_clear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_cpu_detect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_describe.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_memory.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_refcnt.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_stack.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_debug_symbol.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_flags.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dirty_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dl.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_double_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_draw_quad.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dual_blend.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_defines.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dump_state.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_dynarray.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_fifo.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.csv
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_etc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_latc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_other.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_pack.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_parse.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_r11g11b10f.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgb9e5.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_rgtc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_s3tc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_srgb.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_table.py
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_half.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_tests.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_yuv.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_format_zs.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_gen_mipmap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_handle_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_hash_table.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_helpers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_index_modify.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_init.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_inlines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_keymap.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linear.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_linkage.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_math.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_memory.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_mm.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_network.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pack_color.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pointer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_pstipple.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_range.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_rect.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_resource.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_ringbuffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sampler.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_list.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_simple_shaders.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_slab.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_snprintf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_split_prim.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_sse.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_staging.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_string.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_suballoc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surface.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_surfaces.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_texture.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_tile.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_time.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_transfer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_upload_mgr.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_vbuf.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/util/u_video.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_compositor.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_csc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_defines.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_idct.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_matrix_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_median_filter.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_bitstream.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_mpeg12_decoder.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_types.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vertex_buffers.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_video_buffer.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_vlc.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys.h
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_dri.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_winsys_xsp.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.c
    U xenocara/dist/Mesa/src/gallium/auxiliary/vl/vl_zscan.h
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_common.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/adreno_pm4.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/disasm.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/freedreno_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/a2xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/disasm-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/fd2_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/instr-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a2xx/ir-a2xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/a3xx.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/disasm-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_gmem.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_rasterizer.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/fd3_zsa.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/instr-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.c
    U xenocara/dist/Mesa/src/gallium/drivers/freedreno/a3xx/ir-a3xx.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/i915/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/i915/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/i915/TODO
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batch.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_batchbuffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_debug_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_fpc_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_dynamic.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_fpc.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_immediate.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_state_static.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/i915/i915_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_3d_pipeline_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_blt.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_blitter_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_common.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_cp.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen6.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpe_gen7.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_gpgpu.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/ilo_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/brw_structs.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/include/intel_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_cs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/ilo_shader_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_disasm.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_compiler_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_legalize_ra.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_optimize.h
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/ilo/shader/toy_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_alpha.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_aos.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_blend_logicop.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_depth.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_bld_interp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_jit.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_memory.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_perf.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_rast_tri_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_scene_queue.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_line.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_point.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_tri.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_setup_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_gs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_arit.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_conv.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_main.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_test_printf.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/llvmpipe/lp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/Makefile.sources
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_context.h
    C xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_heap.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_mm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_statebuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nouveau_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv17_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv31_mpeg.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30-40_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_fragtex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv30_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_vertprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nv40_verttex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv30/nvfx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_blit.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_defs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_resource.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_stateobj_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_surface.c
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_texture.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_transfer.h
    C xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv50_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/nv84_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_bb.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_build_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_driver.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_emit_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_from_tgsi.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_graph.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_lowering_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_print.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ra.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_target_nv50.h
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nv50/codegen/nv50_ir_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_2d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3d.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_3ddefs.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_formats.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_graph_macros.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_m2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_miptree.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_push.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_shader_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_state_validate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_stateobj.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_vbo_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_bsp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_ppp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_video_vp.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nvc0_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_compute.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/nve4_p2mf.xml.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_gk110.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_emit_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_lowering_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/nv50_ir_target_nvc0.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvc0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nve4.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/nvc0/codegen/target_lib_nvf0.asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r300/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cb.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_chipset.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_cs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_debug.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_defines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_hyperz.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_stencilref.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_render_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_screen_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_shader_semantics.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_state_inlines.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_texture_desc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_tgsi_to_rc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_transfer.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/r300_vs_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r300_fragprog_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r3xx_vertprog_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/r500_fragprog_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_code.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_compiler_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_deadcode.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_dataflow_swizzles.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_branches.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_emulate_loops.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_inline_literals.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_list.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_optimize.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_dead_sources.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_regalloc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_schedule.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_pair_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_alu.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_pair.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_print.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_program_tex.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_regalloc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_remove_constants.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_rename_regs.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_swizzle.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_variable.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/radeon_vert_fc.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/omod_two_writers.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_regalloc_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/radeon_compiler_util_tests.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/rc_test_helpers.h
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/regalloc_tex_1d_swizzle.test
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/r300/compiler/tests/unit_test.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/r600/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/compute_memory_pool.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/eg_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_compute_internal.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreen_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/evergreend.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_asm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_formats.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_isa.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_opcodes.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_state_common.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r600d.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_asm.c
    U xenocara/dist/Mesa/src/gallium/drivers/r600/r700_sq.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/notes.markdown
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_decoder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_finalize.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_fmt_def.inc
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_bc_parser.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_context.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_core.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dce_cleanup.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_def_use.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_dump.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_expr.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gcm.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_gvn.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_if_conversion.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ir.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_liveness.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_pass.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_peephole.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_psi_ops.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_checker.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_coalesce.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ra_init.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_sched.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_ssa_builder.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/r600/sb/sb_valtable.cpp
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/LLVM_REVISION.txt
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_llvm_util.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_setup_tgsi_llvm.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeon/radeon_uvd.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_hw_context_priv.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/r600_translate.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_compute.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_pm4.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/radeonsi_uvd.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_commands.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/si_state_streamout.c
    U xenocara/dist/Mesa/src/gallium/drivers/radeonsi/sid.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/README
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_core.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/rbug/rbug_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_clear.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fence.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_flush.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_fs_exec.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_limits.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_prim_vbuf.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_depth_test_tmp.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_pipe.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_quad_stipple.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_query.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_setup.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_clip.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_derived.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_shader.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_so.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_state_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_sample.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tex_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/softpipe/sp_tile_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Android.mk
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/svga/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/drivers/svga/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_cmd.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_debug.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_arrays.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_elements.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_draw_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_format.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_hw_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_blit.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_clear.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_depthstencil.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_flush.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_misc.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_query.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_rasterizer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_sampler.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vertex.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_pipe_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_buffer_upload.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_resource_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_sampler_view.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_screen_cache.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_constants.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_fs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_need_swtnl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_rss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_tss.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vdecl.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_state_vs.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_surface.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_backend.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_draw.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_private.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_swtnl_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_decl_sm30.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_emit.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_tgsi_insn.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svga_winsys.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/README
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_caps.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga3d_shaderdefs.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_escape.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_overlay.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_reg.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/include/svga_types.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_dump.py
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.c
    U xenocara/dist/Mesa/src/gallium/drivers/svga/svgadump/svga_shader_op.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.in
    U xenocara/dist/Mesa/src/gallium/drivers/trace/Makefile.am
    U xenocara/dist/Mesa/src/gallium/drivers/trace/README
    U xenocara/dist/Mesa/src/gallium/drivers/trace/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_dump_state.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.c
    U xenocara/dist/Mesa/src/gallium/drivers/trace/tr_texture.h
    U xenocara/dist/Mesa/src/gallium/drivers/trace/trace.xsl
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/galahad/glhd_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_context.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_objects.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.c
    U xenocara/dist/Mesa/src/gallium/drivers/identity/id_screen.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/SConscript
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_pipe.c
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_public.h
    U xenocara/dist/Mesa/src/gallium/drivers/noop/noop_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Doxyfile
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/transfer.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/api/util.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/base.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compat.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/compiler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/context.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/device.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/event.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/format.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/geometry.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/kernel.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/memory.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/module.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/platform.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/program.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/queue.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/resource.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/core/sampler.hpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/llvm/invocation.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/clover/tgsi/compiler.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/drm/dri2_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/sw/drisw.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_drawable.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/dri/common/dri_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Android.mk
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/android/native_android.cpp
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_loader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/egl_g3d_sync.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_buffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_modeset.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_bufmgr.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/common/native_wayland_drm_bufmgr_helper.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/modeset.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/drm/native_drm.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/fbdev/native_fbdev.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/gdi/native_gdi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/null/native_null.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_shm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/wayland/native_wayland.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glcore.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/glxinit.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_dri2.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_x11.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/native_ximage.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/egl/x11/x11_screen.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_drm.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/gbm/gbm_gallium_drmint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_getproc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/glx_usefont.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_public.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/glx/xlib/xm_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/bitmap.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/decode.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/ftab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/htab.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/mixer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/preemption.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/presentation.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/query.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vdpau/vdpau_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_consts.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_filters.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_images.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_masks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_misc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_params.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/api_transform.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/arc.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_fill.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_filters.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/asm_util.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/bezier.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/handle.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/image.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/mask.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/matrix.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/paint.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/path_utils.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/polygon.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shader.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/shaders_cache.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/stroker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/text.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/util_array.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vgu.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_manager.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_state.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/vega/vg_translate.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/README
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa-indent
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_priv.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xa/xa_yuv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/compat-api.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_composite.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_crtc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_dri2.c
    C xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_driver.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_exa_tgsi.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_output.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_renderer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_tracker.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_winsys.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xv.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xorg/xorg_xvmc.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.in
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/Makefile.am
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/attributes.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/block.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/xvmc_private.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_blocks.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_rendering.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_subpicture.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/test_surface.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/testlib.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/xvmc/tests/xvmc_bench.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/SConscript
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/opengl32.mingw.def
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_context.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_device.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_context.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_extensionsstring.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_gallium.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pbuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_ext_swapinterval.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_framebuffer.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_getprocaddress.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_icd.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_pixelformat.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_st.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_tls.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.c
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_wgl.h
    U xenocara/dist/Mesa/src/gallium/state_trackers/wgl/stw_winsys.h
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/SConscript.dri
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-freedreno/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-i915/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-ilo/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-swrast/swrast_drm_api.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/target.c
    U xenocara/dist/Mesa/src/gallium/targets/dri-vmwgfx/vmw_powf.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Android.mk
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_pipe.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.c
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/egl_st.h
    U xenocara/dist/Mesa/src/gallium/targets/egl-static/st_GL.c
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/gbm/gbm.c
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-xlib/xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/opencl/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/osmesa/target.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_i915.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_nouveau.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r300.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_r600.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_radeonsi.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_swrast.c
    U xenocara/dist/Mesa/src/gallium/targets/pipe-loader/pipe_vmwgfx.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/vdpau-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/vmw_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xa-vmwgfx/xatracker.pc.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-i915/intel_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-nouveau/nouveau_xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-r600/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xorg-radeonsi/xorg.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-nouveau/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r300/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-r600/target.c
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.in
    U xenocara/dist/Mesa/src/gallium/targets/xvmc-softpipe/Makefile.am
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-gdi/graw_gdi.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_null.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-null/graw_util.c
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/graw-xlib/graw_xlib.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.c
    U xenocara/dist/Mesa/src/gallium/targets/haiku-softpipe/haiku-softpipe.h
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/targets/libgl-gdi/libgl_gdi.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/trivial/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/trivial/compute.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/trivial/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.in
    U xenocara/dist/Mesa/src/gallium/tests/unit/Makefile.am
    U xenocara/dist/Mesa/src/gallium/tests/unit/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/unit/pipe_barrier_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/translate_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_cache_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_compatible_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_format_test.c
    U xenocara/dist/Mesa/src/gallium/tests/unit/u_half_test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/SConscript
    U xenocara/dist/Mesa/src/gallium/tests/graw/clear.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/disasm.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-fragcoord.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-frontface.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fs-write-z.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/graw_util.h
    U xenocara/dist/Mesa/src/gallium/tests/graw/gs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/occlusion-query.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-sample.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/quad-tex.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/shader-leak.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-srgb.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tex-swizzle.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tgsi_dump.gdb
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-gs.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri-instanced.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/tri.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/vs-test.c
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-face.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-kil.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad-immx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-tempx.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-ucmp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/fragment-shader/frag-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add-mix.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/add.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov-cb-2d.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/mov.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/geometry-shader/multi-line.txt
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-add.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arl.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-arr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-1d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-cb-2d.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp3.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dp4.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-dst.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-ex2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-flr.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-frc.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lg2.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lit.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-lrp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mad.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-max.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-min.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mov.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-mul.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rcp.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-rsq.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sge.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-slt.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-abs.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-neg.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-srcmod-swz.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-sub.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-uadd.sh
    U xenocara/dist/Mesa/src/gallium/tests/graw/vertex-shader/vert-xpd.sh
    U xenocara/dist/Mesa/src/gallium/tests/python/tests/regress/fragment-shader/frag-cmp.sh
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/freedreno/drm/freedreno_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/drm/i915_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/i915/sw/i915_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/intel_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/intel/drm/intel_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/nouveau/drm/nouveau_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_bo.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_cs_dump.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_drm_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/drm/radeon_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/radeon/tools/radeon_ctx.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/Makefile.sources
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/svga_drm_public.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_buffer.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_context.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_fence.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_dri.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_ioctl.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_pools.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_screen_svga.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.c
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmw_surface.h
    U xenocara/dist/Mesa/src/gallium/winsys/svga/drm/vmwgfx_drm.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/dri/dri_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/fbdev/fbdev_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/null/null_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wayland/wayland_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/wrapper/wrapper_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.in
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/Makefile.am
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/xlib/xlib_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/Android.mk
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/android/android_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/gdi/gdi_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/SConscript
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.cpp
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/bitmap_wrapper.h
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.c
    U xenocara/dist/Mesa/src/gallium/winsys/sw/hgl/hgl_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/docs/Makefile
    U xenocara/dist/Mesa/src/gallium/docs/d3d11ddi.txt
    U xenocara/dist/Mesa/src/gallium/docs/llvm-todo.txt
    U xenocara/dist/Mesa/src/gallium/docs/make.bat
    U xenocara/dist/Mesa/src/gallium/docs/source/conf.py
    U xenocara/dist/Mesa/src/gallium/docs/source/context.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/debugging.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/distro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/format.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/glossary.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/index.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/intro.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/pipeline.txt
    U xenocara/dist/Mesa/src/gallium/docs/source/resources.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/screen.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/tgsi.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/blend.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/dsa.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/rasterizer.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/sampler.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/shader.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/cso/velems.rst
    U xenocara/dist/Mesa/src/gallium/docs/source/exts/formatting.py
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_compiler.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_config.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_context.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_defines.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_format.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_screen.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_shader_tokens.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_state.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_decoder.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_enums.h
    U xenocara/dist/Mesa/src/gallium/include/pipe/p_video_state.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drisw_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/drm_driver.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/graw.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/st_api.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/include/state_tracker/xlib_sw_winsys.h
    U xenocara/dist/Mesa/src/gallium/tools/addr2line.sh
    U xenocara/dist/Mesa/src/gallium/tools/trace/README.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/TODO.txt
    U xenocara/dist/Mesa/src/gallium/tools/trace/diff_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/dump_state.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/format.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/model.py
    U xenocara/dist/Mesa/src/gallium/tools/trace/parse.py
    U xenocara/dist/Mesa/src/gbm/Makefile.in
    U xenocara/dist/Mesa/src/gbm/Makefile.am
    U xenocara/dist/Mesa/src/gbm/backends/dri/driver_name.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_dri.c
    U xenocara/dist/Mesa/src/gbm/backends/dri/gbm_driint.h
    U xenocara/dist/Mesa/src/gbm/main/backend.c
    U xenocara/dist/Mesa/src/gbm/main/backend.h
    U xenocara/dist/Mesa/src/gbm/main/common.c
    U xenocara/dist/Mesa/src/gbm/main/common.h
    U xenocara/dist/Mesa/src/gbm/main/common_drm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.c
    U xenocara/dist/Mesa/src/gbm/main/gbm.h
    U xenocara/dist/Mesa/src/gbm/main/gbm.pc.in
    U xenocara/dist/Mesa/src/gbm/main/gbmint.h
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser.h
    U xenocara/dist/Mesa/src/glsl/Makefile.in
    U xenocara/dist/Mesa/src/glsl/Android.gen.mk
    U xenocara/dist/Mesa/src/glsl/Android.mk
    U xenocara/dist/Mesa/src/glsl/Makefile.am
    U xenocara/dist/Mesa/src/glsl/Makefile.sources
    U xenocara/dist/Mesa/src/glsl/README
    U xenocara/dist/Mesa/src/glsl/SConscript
    U xenocara/dist/Mesa/src/glsl/TODO
    U xenocara/dist/Mesa/src/glsl/ast.h
    U xenocara/dist/Mesa/src/glsl/ast_array_index.cpp
    U xenocara/dist/Mesa/src/glsl/ast_expr.cpp
    U xenocara/dist/Mesa/src/glsl/ast_function.cpp
    C xenocara/dist/Mesa/src/glsl/ast_to_hir.cpp
    U xenocara/dist/Mesa/src/glsl/ast_type.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_type_macros.h
    U xenocara/dist/Mesa/src/glsl/builtin_types.cpp
    U xenocara/dist/Mesa/src/glsl/builtin_variables.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_lexer.ll
    U xenocara/dist/Mesa/src/glsl/glsl_parser.yy
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_parser_extras.h
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_symbol_table.h
    U xenocara/dist/Mesa/src/glsl/glsl_types.cpp
    U xenocara/dist/Mesa/src/glsl/glsl_types.h
    U xenocara/dist/Mesa/src/glsl/hir_field_selection.cpp
    U xenocara/dist/Mesa/src/glsl/ir.cpp
    U xenocara/dist/Mesa/src/glsl/ir.h
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.cpp
    U xenocara/dist/Mesa/src/glsl/ir_basic_block.h
    U xenocara/dist/Mesa/src/glsl/ir_builder.cpp
    U xenocara/dist/Mesa/src/glsl/ir_builder.h
    U xenocara/dist/Mesa/src/glsl/ir_clone.cpp
    U xenocara/dist/Mesa/src/glsl/ir_constant_expression.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function.cpp
    U xenocara/dist/Mesa/src/glsl/ir_expression_flattening.h
    U xenocara/dist/Mesa/src/glsl/ir_function_can_inline.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_detect_recursion.cpp
    U xenocara/dist/Mesa/src/glsl/ir_function_inlining.h
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_hierarchical_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_hv_accept.cpp
    U xenocara/dist/Mesa/src/glsl/ir_import_prototypes.cpp
    U xenocara/dist/Mesa/src/glsl/ir_optimization.h
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_print_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_reader.cpp
    U xenocara/dist/Mesa/src/glsl/ir_reader.h
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/ir_rvalue_visitor.h
    U xenocara/dist/Mesa/src/glsl/ir_set_program_inouts.cpp
    U xenocara/dist/Mesa/src/glsl/ir_uniform.h
    U xenocara/dist/Mesa/src/glsl/ir_validate.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.cpp
    U xenocara/dist/Mesa/src/glsl/ir_variable_refcount.h
    U xenocara/dist/Mesa/src/glsl/ir_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_functions.cpp
    U xenocara/dist/Mesa/src/glsl/link_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_block_active_visitor.h
    U xenocara/dist/Mesa/src/glsl/link_uniform_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniform_initializers.cpp
    U xenocara/dist/Mesa/src/glsl/link_uniforms.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/link_varyings.h
    U xenocara/dist/Mesa/src/glsl/linker.cpp
    U xenocara/dist/Mesa/src/glsl/linker.h
    U xenocara/dist/Mesa/src/glsl/list.h
    U xenocara/dist/Mesa/src/glsl/loop_analysis.cpp
    U xenocara/dist/Mesa/src/glsl/loop_analysis.h
    U xenocara/dist/Mesa/src/glsl/loop_controls.cpp
    U xenocara/dist/Mesa/src/glsl/loop_unroll.cpp
    U xenocara/dist/Mesa/src/glsl/lower_clip_distance.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard.cpp
    U xenocara/dist/Mesa/src/glsl/lower_discard_flow.cpp
    U xenocara/dist/Mesa/src/glsl/lower_if_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_instructions.cpp
    U xenocara/dist/Mesa/src/glsl/lower_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/lower_mat_op_to_vec.cpp
    U xenocara/dist/Mesa/src/glsl/lower_named_interface_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/lower_noise.cpp
    U xenocara/dist/Mesa/src/glsl/lower_output_reads.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packed_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/lower_packing_builtins.cpp
    U xenocara/dist/Mesa/src/glsl/main.cpp
    U xenocara/dist/Mesa/src/glsl/lower_texture_projection.cpp
    U xenocara/dist/Mesa/src/glsl/lower_ubo_reference.cpp
    U xenocara/dist/Mesa/src/glsl/lower_variable_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_cond_assign.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vec_index_to_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector.cpp
    U xenocara/dist/Mesa/src/glsl/lower_vector_insert.cpp
    U xenocara/dist/Mesa/src/glsl/opt_algebraic.cpp
    U xenocara/dist/Mesa/src/glsl/opt_array_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_folding.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/opt_constant_variable.cpp
    U xenocara/dist/Mesa/src/glsl/program.h
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.c
    U xenocara/dist/Mesa/src/glsl/opt_copy_propagation_elements.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_builtin_varyings.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_code_local.cpp
    U xenocara/dist/Mesa/src/glsl/opt_dead_functions.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flatten_nested_if_blocks.cpp
    U xenocara/dist/Mesa/src/glsl/opt_flip_matrices.cpp
    U xenocara/dist/Mesa/src/glsl/opt_function_inlining.cpp
    U xenocara/dist/Mesa/src/glsl/opt_if_simplification.cpp
    U xenocara/dist/Mesa/src/glsl/opt_noop_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_redundant_jumps.cpp
    U xenocara/dist/Mesa/src/glsl/opt_structure_splitting.cpp
    U xenocara/dist/Mesa/src/glsl/opt_swizzle_swizzle.cpp
    U xenocara/dist/Mesa/src/glsl/opt_tree_grafting.cpp
    U xenocara/dist/Mesa/src/glsl/ralloc.h
    U xenocara/dist/Mesa/src/glsl/s_expression.cpp
    U xenocara/dist/Mesa/src/glsl/s_expression.h
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.cpp
    U xenocara/dist/Mesa/src/glsl/standalone_scaffolding.h
    U xenocara/dist/Mesa/src/glsl/strtod.c
    U xenocara/dist/Mesa/src/glsl/strtod.h
    U xenocara/dist/Mesa/src/glsl/test.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.cpp
    U xenocara/dist/Mesa/src/glsl/test_optpass.h
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.in
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/Makefile.am
    U xenocara/dist/Mesa/src/glsl/builtin_compiler/builtin_stubs.cpp
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.h
    U xenocara/dist/Mesa/src/glsl/glcpp/README
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-lex.l
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp-parse.y
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/glcpp.h
    U xenocara/dist/Mesa/src/glsl/glcpp/pp.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/000-content-with-spaces.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/001-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/002-define-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/003-define-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/004-define-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/005-define-composite-chain.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/006-define-composite-chain-reverse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/007-define-composite-recursive.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/008-define-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/009-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/010-undef-re-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/011-define-func-empty.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/012-define-func-no-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/013-define-func-1-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/014-define-func-2-arg-unused.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/015-define-object-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/016-define-func-1-arg.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/017-define-func-2-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/018-define-func-macro-as-parameter.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/019-define-func-1-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/020-define-func-2-arg-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/021-define-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/022-define-func-arg-with-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/023-define-extra-whitespace.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/024-define-chain-to-self-recursion.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/025-func-macro-as-non-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/026-define-func-extra-newlines.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/027-define-chain-obj-to-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/028-define-chain-obj-to-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/029-define-chain-obj-to-func-with-args.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/030-define-chain-obj-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/031-define-chain-func-to-func-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/032-define-func-self-recurse.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/033-define-func-self-compose.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/034-define-func-self-compose-non-func.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/035-define-func-self-compose-non-func-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/036-define-func-non-macro-multi-token-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/037-finalize-unexpanded-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/038-func-arg-with-commas.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/039-func-arg-obj-macro-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/040-token-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/041-if-0.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/042-if-1.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/043-if-0-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/044-if-1-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/045-if-0-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/046-if-1-elsif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/047-if-elif-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/048-if-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/049-if-expression-precedence.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/050-if-defined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/051-if-relational.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/052-if-bitwise.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/053-if-divide-and-shift.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/glcpp-test
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/054-if-with-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/055-define-chain-obj-to-func-parens-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/056-macro-argument-with-comma.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/057-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/058-token-pasting-empty-arguments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/059-token-pasting-integer.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/060-left-paren-in-macro-right-paren-in-text.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/061-define-chain-obj-to-func-multi.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/062-if-0-skips-garbage.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/063-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/064-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/065-if-defined-parens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/066-if-nospace-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/067-nested-ifdef-ifndef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/068-accidental-pasting.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/069-repeated-argument.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/070-undefined-macro-in-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/071-punctuator.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/072-token-pasting-same-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/073-if-in-ifdef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/074-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/075-elif-elif-undef.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/076-elif-undef-nested.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/077-else-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/078-elif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/079-endif-without-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/080-if-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/081-elif-without-expression.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/082-invalid-paste.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/083-unterminated-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/084-unbalanced-parentheses.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/085-incorrect-argument-count.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/086-reserved-macro-names.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/087-if-comments.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/088-redefine-macro-legitimate.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/089-redefine-macro-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/090-hash-error.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/091-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/092-redefine-macro-error-2.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/093-divide-by-zero.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/094-divide-by-zero-short-circuit.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/095-recursive-define.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/096-paste-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/097-paste-with-non-function-macro.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/098-elif-undefined.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/099-c99-example.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/100-macro-with-colon.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/101-macros-used-twice.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/102-garbage-after-endif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/103-garbage-after-else.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/104-hash-line-followed-by-code.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/105-multiline-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/106-multiline-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/107-multiline-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/108-no-space-after-hash-version.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/109-no-space-after-hash-line.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/110-no-space-digits-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/111-no-space-operator-after-hash-if.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/112-no-space-operator-after-hash-elif.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/113-line-and-file-macros.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/114-paste-integer-tokens.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/115-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/116-disable-line-continuations.c.expected
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c
    U xenocara/dist/Mesa/src/glsl/glcpp/tests/117-line-continuation-and-non-continuation-backslash.c.expected
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/determinant.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/glsl/inverse.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/ir/abs.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/acosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/all.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/any.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/asinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/atanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitCount.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldExtract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldInsert.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/bitfieldReverse.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ceil.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/clamp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cos.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cosh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/cross.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdx.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dFdy.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/degrees.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/distance.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/dot.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/equal.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/exp2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/faceforward.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findLSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/findMSB.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToInt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floatBitsToUint.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/floor.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/ftransform.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/fwidth.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/greaterThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/intBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/inversesqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isinf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/isnan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/length.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/lessThanEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/log2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/matrixCompMult.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/max.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/min.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mix.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/mod.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/modf.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise1.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise2.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise3.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/noise4.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/normalize.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/not.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/notEqual.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/outerProduct.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/packUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/pow.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/radians.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/reflect.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/refract.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/round.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/roundEven.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sign.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sin.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sinh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/smoothstep.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/sqrt.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/step.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tan.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/tanh.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/transpose.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/trunc.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/uintBitsToFloat.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackHalf2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackSnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm2x16.ir
    U xenocara/dist/Mesa/src/glsl/builtins/ir/unpackUnorm4x8.ir
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/100es.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/110.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/120.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/130.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/140.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/150.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/300es.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_gpu_shader5.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_bit_encoding.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shader_texture_lod.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_shading_language_packing.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_cube_map_array.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_multisample.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_query_lod.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/ARB_texture_rectangle.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/EXT_texture_array.vert
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_EGL_image_external.glsl
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_standard_derivatives.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.frag
    U xenocara/dist/Mesa/src/glsl/builtins/profiles/OES_texture_3D.vert
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_builtins.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_matrixCompMultGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_outerProductGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/generate_transposeGLSL.py
    U xenocara/dist/Mesa/src/glsl/builtins/tools/texture_builtins.py
    U xenocara/dist/Mesa/src/glsl/tests/compare_ir
    U xenocara/dist/Mesa/src/glsl/tests/copy_constant_to_storage_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/optimization-test
    U xenocara/dist/Mesa/src/glsl/tests/ralloc_test.cpp
    U xenocara/dist/Mesa/src/glsl/tests/set_uniform_initializer_tests.cpp
    U xenocara/dist/Mesa/src/glsl/tests/sexps.py
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.cpp
    U xenocara/dist/Mesa/src/glsl/tests/uniform_initializer_utils.h
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/create_test_cases.py
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_5.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_breaks_6.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_guarded_conditional_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_pulled_out_jump.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_1.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_2.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_3.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_4.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_main_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_false.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_returns_sub_true.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/lower_unified_returns.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/remove_continue_at_end_of_loop.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_non_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_nothing.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return.opt_test.expected
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test
    U xenocara/dist/Mesa/src/glsl/tests/lower_jumps/return_void_at_end_of_loop_lower_return_and_break.opt_test.expected
    U xenocara/dist/Mesa/src/glx/Makefile.in
    U xenocara/dist/Mesa/src/glx/Makefile.am
    U xenocara/dist/Mesa/src/glx/SConscript
    U xenocara/dist/Mesa/src/glx/XF86dri.c
    U xenocara/dist/Mesa/src/glx/applegl_glx.c
    U xenocara/dist/Mesa/src/glx/clientattrib.c
    U xenocara/dist/Mesa/src/glx/clientinfo.c
    U xenocara/dist/Mesa/src/glx/compsize.c
    U xenocara/dist/Mesa/src/glx/create_context.c
    U xenocara/dist/Mesa/src/glx/dri2.c
    U xenocara/dist/Mesa/src/glx/dri2.h
    U xenocara/dist/Mesa/src/glx/dri2_glx.c
    U xenocara/dist/Mesa/src/glx/dri_common.c
    U xenocara/dist/Mesa/src/glx/dri_common.h
    U xenocara/dist/Mesa/src/glx/dri_glx.c
    U xenocara/dist/Mesa/src/glx/drisw_glx.c
    U xenocara/dist/Mesa/src/glx/eval.c
    U xenocara/dist/Mesa/src/glx/glx_error.c
    U xenocara/dist/Mesa/src/glx/glx_error.h
    U xenocara/dist/Mesa/src/glx/glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/glx_query.c
    U xenocara/dist/Mesa/src/glx/pixel.c
    U xenocara/dist/Mesa/src/glx/glxclient.h
    C xenocara/dist/Mesa/src/glx/glxcmds.c
    U xenocara/dist/Mesa/src/glx/glxconfig.c
    U xenocara/dist/Mesa/src/glx/glxconfig.h
    U xenocara/dist/Mesa/src/glx/glxcurrent.c
    U xenocara/dist/Mesa/src/glx/glxext.c
    U xenocara/dist/Mesa/src/glx/glxextensions.c
    U xenocara/dist/Mesa/src/glx/glxextensions.h
    U xenocara/dist/Mesa/src/glx/glxhash.c
    U xenocara/dist/Mesa/src/glx/glxhash.h
    U xenocara/dist/Mesa/src/glx/indirect_glx.c
    U xenocara/dist/Mesa/src/glx/indirect_init.h
    U xenocara/dist/Mesa/src/glx/indirect_texture_compression.c
    U xenocara/dist/Mesa/src/glx/indirect_transpose_matrix.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.c
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_array_priv.h
    U xenocara/dist/Mesa/src/glx/indirect_vertex_program.c
    U xenocara/dist/Mesa/src/glx/indirect_window_pos.c
    U xenocara/dist/Mesa/src/glx/packrender.h
    U xenocara/dist/Mesa/src/glx/packsingle.h
    U xenocara/dist/Mesa/src/glx/pixelstore.c
    U xenocara/dist/Mesa/src/glx/render2.c
    U xenocara/dist/Mesa/src/glx/renderpix.c
    U xenocara/dist/Mesa/src/glx/single2.c
    U xenocara/dist/Mesa/src/glx/singlepix.c
    U xenocara/dist/Mesa/src/glx/vertarr.c
    U xenocara/dist/Mesa/src/glx/xf86dri.h
    U xenocara/dist/Mesa/src/glx/xf86dristr.h
    U xenocara/dist/Mesa/src/glx/xfont.c
    U xenocara/dist/Mesa/src/glx/tests/Makefile.in
    U xenocara/dist/Mesa/src/glx/tests/Makefile.am
    U xenocara/dist/Mesa/src/glx/tests/clientinfo_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/create_context_unittest.cpp
    U xenocara/dist/Mesa/src/glx/tests/enum_sizes.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.cpp
    U xenocara/dist/Mesa/src/glx/tests/fake_glx_screen.h
    U xenocara/dist/Mesa/src/glx/tests/indirect_api.cpp
    U xenocara/dist/Mesa/src/glx/tests/mock_xdisplay.h
    U xenocara/dist/Mesa/src/glx/apple/Makefile
    U xenocara/dist/Mesa/src/glx/apple/RELEASE_NOTES
    U xenocara/dist/Mesa/src/glx/apple/TODO
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.c
    U xenocara/dist/Mesa/src/glx/apple/apple_cgl.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glapi.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_context.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_drawable.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_log.h
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pbuffer.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_pixmap.c
    U xenocara/dist/Mesa/src/glx/apple/apple_glx_surface.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.c
    U xenocara/dist/Mesa/src/glx/apple/apple_visual.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api.h
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_read.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_stereo.c
    U xenocara/dist/Mesa/src/glx/apple/apple_xgl_api_viewport.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.c
    U xenocara/dist/Mesa/src/glx/apple/appledri.h
    U xenocara/dist/Mesa/src/glx/apple/appledristr.h
    U xenocara/dist/Mesa/src/glx/apple/glx_empty.c
    U xenocara/dist/Mesa/src/glx/apple/glxreply.c
    U xenocara/dist/Mesa/src/gtest/Makefile.in
    U xenocara/dist/Mesa/src/gtest/Makefile.am
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-death-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-message.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-param-test.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-printers.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-spi.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-test-part.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest-typed-test.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_pred_impl.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/gtest_prod.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-death-test-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-filepath.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-internal.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-linked_ptr.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util-generated.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-param-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-port.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-string.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-tuple.h.pump
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h
    U xenocara/dist/Mesa/src/gtest/include/gtest/internal/gtest-type-util.h.pump
    U xenocara/dist/Mesa/src/gtest/src/gtest-all.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-death-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-filepath.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-internal-inl.h
    U xenocara/dist/Mesa/src/gtest/src/gtest-port.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-printers.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-test-part.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest-typed-test.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest.cc
    U xenocara/dist/Mesa/src/gtest/src/gtest_main.cc
    U xenocara/dist/Mesa/src/mapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/Android.mk
    U xenocara/dist/Mesa/src/mapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/entry.c
    U xenocara/dist/Mesa/src/mapi/entry.h
    U xenocara/dist/Mesa/src/mapi/entry_x86-64_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tls.h
    U xenocara/dist/Mesa/src/mapi/entry_x86_tsd.h
    U xenocara/dist/Mesa/src/mapi/mapi.c
    U xenocara/dist/Mesa/src/mapi/mapi.h
    U xenocara/dist/Mesa/src/mapi/mapi_abi.py
    U xenocara/dist/Mesa/src/mapi/mapi_glapi.c
    U xenocara/dist/Mesa/src/mapi/mapi_tmp.h
    U xenocara/dist/Mesa/src/mapi/stub.c
    U xenocara/dist/Mesa/src/mapi/stub.h
    U xenocara/dist/Mesa/src/mapi/table.c
    U xenocara/dist/Mesa/src/mapi/table.h
    U xenocara/dist/Mesa/src/mapi/u_compiler.h
    U xenocara/dist/Mesa/src/mapi/u_current.c
    U xenocara/dist/Mesa/src/mapi/u_current.h
    U xenocara/dist/Mesa/src/mapi/u_execmem.c
    U xenocara/dist/Mesa/src/mapi/u_execmem.h
    U xenocara/dist/Mesa/src/mapi/u_macros.h
    U xenocara/dist/Mesa/src/mapi/u_thread.h
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es1api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es1api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es1api/glesv1_cm.pc.in
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.in
    U xenocara/dist/Mesa/src/mapi/es2api/ABI-check
    U xenocara/dist/Mesa/src/mapi/es2api/Makefile.am
    U xenocara/dist/Mesa/src/mapi/es2api/glesv2.pc.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/Makefile.sources
    U xenocara/dist/Mesa/src/mapi/glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi.h
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_dispatch.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_entrypoint.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_getproc.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_nop.c
    U xenocara/dist/Mesa/src/mapi/glapi/glapi_priv.h
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.c
    U xenocara/dist/Mesa/src/mapi/glapi/glthread.h
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/gen/AMD_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_object_purgeable.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/APPLE_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES2_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_ES3_compatibility.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_base_instance.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_blend_func_extended.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_color_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_copy_buffer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_debug_output.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_buffer_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_depth_clamp.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sync.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_buffers_blend.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_draw_instanced.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_geometry_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_get_program_binary.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_instanced_arrays.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_internalformat_query.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_invalidate_subdata.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_map_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_robustness.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_sampler_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_seamless_cube_map.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/GL3x.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_buffer_range.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_compression_rgtc.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_cube_map_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_float.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rg.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_rgb10_a2ui.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_texture_storage_multisample.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_uniform_buffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_array_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/ARB_vertex_type_2_10_10_10_rev.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_draw_buffers2.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_gpu_shader4.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_framebuffer_object.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_packed_depth_stencil.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_provoking_vertex.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_separate_shader_objects.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_array.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_texture_integer.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/EXT_transform_feedback.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_conditional_render.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_primitive_restart.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/NV_texture_barrier.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_EGL_image.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_fixed_point.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/OES_single_precision.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/SConscript
    U xenocara/dist/Mesa/src/mapi/glapi/gen/es_EXT.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/extension_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_doc.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_common.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_recv.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_send.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_proto_size.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glX_server_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.dtd
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_SPARC_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_XML.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_es_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_and_glX_API.xml
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_apitemp.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_enums.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_genexec.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_gentable.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_offsets.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_procs.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_table.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86-64_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/gl_x86_asm.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/glapi_gen.mk
    U xenocara/dist/Mesa/src/mapi/glapi/gen/license.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/mesadef.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/next_available_offset.sh
    U xenocara/dist/Mesa/src/mapi/glapi/gen/remap_helper.py
    U xenocara/dist/Mesa/src/mapi/glapi/gen/typeexpr.py
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/SConscript
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.in
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/Makefile.am
    U xenocara/dist/Mesa/src/mapi/shared-glapi/tests/check_table.cpp
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.in
    U xenocara/dist/Mesa/src/mapi/vgapi/Makefile.am
    U xenocara/dist/Mesa/src/mapi/vgapi/SConscript
    U xenocara/dist/Mesa/src/mapi/vgapi/vg.pc.in
    U xenocara/dist/Mesa/src/mapi/vgapi/vgapi.csv
    U xenocara/dist/Mesa/src/mesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/Android.gen.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_dricore.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_glsl_utils.mk
    U xenocara/dist/Mesa/src/mesa/Android.libmesa_st_mesa.mk
    U xenocara/dist/Mesa/src/mesa/Android.mesa_gen_matypes.mk
    U xenocara/dist/Mesa/src/mesa/Android.mk
    U xenocara/dist/Mesa/src/mesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/SConscript
    U xenocara/dist/Mesa/src/mesa/gl.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/dri.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_test.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/dri_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drirc
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/drisw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/mmio.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/utils.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlconfig.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/de.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/es.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/fr.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/gen_xmlpool.py
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/nl.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/sv.po
    U xenocara/dist/Mesa/src/mesa/drivers/dri/common/xmlpool/t_options.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texblend.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i830_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_debug_fp.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_fragprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/i915_vtbl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_clear.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_extensions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_layout.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i915/intel_tris.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Android.mk
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_blit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_blorp_clear.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cfg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clear.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_point.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_unfilled.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_clip_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_cubemap_normalize.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_curbe.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_defines.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_disasm.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_draw_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_eu_util.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_channel_expressions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_cse.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_fp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_vector_splitting.cpp
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_fs_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_lower_texture_gradients.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_program.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_schedule_instructions.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_emit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_shader.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_batch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_cache.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_dump.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_state_upload.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_structs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_surface_formats.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_tex_layout.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_emit.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_copy_propagation.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_live_variables.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_reg_allocate.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vec4_vp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vs_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_vtbl.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.c
    C xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_iz.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/brw_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_cc.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_depthstencil.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_gs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_multisample_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_scissor_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_sol.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen6_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_blorp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_clip_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_disable.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_urb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_misc_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sampler_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sf_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_sol_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_viewport_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_vs_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/gen7_wm_surface_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_batchbuffer.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_buffers.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_extensions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_draw.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_regions.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_resolve_map.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_syncobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_image.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_obj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_subimage.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/intel_tex_validate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_eu_compact.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/i965/test_vec4_register_coalesce.cpp
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_array.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_bufferobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_fbo.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_gldefs.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_local.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_render_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_scratch.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_surface.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_swtnl_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_util.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv01_2d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv04_surface.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv10_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_3d.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_driver.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_render.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_fb.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_frag.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_polygon.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_raster.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv20_state_tnl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_m2mf.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/nouveau/nv_object.xml.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Doxyfile
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_cmdbuf.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_fragshader.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/r200/r200_vertprog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/Makefile.sources
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_blit.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_buffer_objects.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_chipset.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_cmdbuf.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_common_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_context.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_debug.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_dma.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fbo.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_fog.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_arrays.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_vbtmp.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_maos_verts.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_queryobj.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_sanity.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_screen.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_span.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_state_init.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_swtcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tcl.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tex_copy.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texstate.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_texture.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/radeon_tile.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_dri.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_macros.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/radeon/server/radeon_reg.h
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/Makefile.sources
    C xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast.c
    U xenocara/dist/Mesa/src/mesa/drivers/dri/swrast/swrast_priv.h
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/osmesa/osmesa.pc.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.in
    U xenocara/dist/Mesa/src/mesa/drivers/x11/Makefile.am
    U xenocara/dist/Mesa/src/mesa/drivers/x11/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/x11/fakeglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxapi.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/glxheader.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/realglx.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xfonts.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_api.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_buffer.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_dd.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_line.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xm_tri.c
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesaP.h
    U xenocara/dist/Mesa/src/mesa/drivers/x11/xmesa_x.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/driverfuncs.h
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.c
    U xenocara/dist/Mesa/src/mesa/drivers/common/meta.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/SConscript
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/colors.h
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/mesa.def
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wgl.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesa.c
    U xenocara/dist/Mesa/src/mesa/drivers/windows/gdi/wmesadef.h
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.in
    U xenocara/dist/Mesa/src/mesa/libdricore/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/accum.c
    U xenocara/dist/Mesa/src/mesa/main/accum.h
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.c
    U xenocara/dist/Mesa/src/mesa/main/api_arrayelt.h
    U xenocara/dist/Mesa/src/mesa/main/api_exec.h
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.c
    U xenocara/dist/Mesa/src/mesa/main/api_loopback.h
    U xenocara/dist/Mesa/src/mesa/main/api_validate.c
    U xenocara/dist/Mesa/src/mesa/main/api_validate.h
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.c
    U xenocara/dist/Mesa/src/mesa/main/arbprogram.h
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.c
    U xenocara/dist/Mesa/src/mesa/main/arrayobj.h
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.c
    U xenocara/dist/Mesa/src/mesa/main/atifragshader.h
    U xenocara/dist/Mesa/src/mesa/main/attrib.c
    U xenocara/dist/Mesa/src/mesa/main/attrib.h
    U xenocara/dist/Mesa/src/mesa/main/bitset.h
    U xenocara/dist/Mesa/src/mesa/main/blend.c
    U xenocara/dist/Mesa/src/mesa/main/blend.h
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.c
    U xenocara/dist/Mesa/src/mesa/main/bufferobj.h
    U xenocara/dist/Mesa/src/mesa/main/buffers.c
    U xenocara/dist/Mesa/src/mesa/main/buffers.h
    U xenocara/dist/Mesa/src/mesa/main/clear.c
    U xenocara/dist/Mesa/src/mesa/main/clear.h
    U xenocara/dist/Mesa/src/mesa/main/clip.c
    U xenocara/dist/Mesa/src/mesa/main/clip.h
    U xenocara/dist/Mesa/src/mesa/main/colormac.h
    U xenocara/dist/Mesa/src/mesa/main/colortab.c
    U xenocara/dist/Mesa/src/mesa/main/colortab.h
    U xenocara/dist/Mesa/src/mesa/main/compiler.h
    U xenocara/dist/Mesa/src/mesa/main/condrender.c
    U xenocara/dist/Mesa/src/mesa/main/condrender.h
    U xenocara/dist/Mesa/src/mesa/main/config.h
    U xenocara/dist/Mesa/src/mesa/main/context.c
    U xenocara/dist/Mesa/src/mesa/main/context.h
    U xenocara/dist/Mesa/src/mesa/main/convolve.c
    U xenocara/dist/Mesa/src/mesa/main/convolve.h
    U xenocara/dist/Mesa/src/mesa/main/core.h
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.c
    U xenocara/dist/Mesa/src/mesa/main/cpuinfo.h
    U xenocara/dist/Mesa/src/mesa/main/dd.h
    U xenocara/dist/Mesa/src/mesa/main/debug.c
    U xenocara/dist/Mesa/src/mesa/main/debug.h
    U xenocara/dist/Mesa/src/mesa/main/depth.c
    U xenocara/dist/Mesa/src/mesa/main/depth.h
    U xenocara/dist/Mesa/src/mesa/main/dlist.c
    U xenocara/dist/Mesa/src/mesa/main/dlist.h
    U xenocara/dist/Mesa/src/mesa/main/dlopen.h
    U xenocara/dist/Mesa/src/mesa/main/drawpix.c
    U xenocara/dist/Mesa/src/mesa/main/drawpix.h
    U xenocara/dist/Mesa/src/mesa/main/drawtex.c
    U xenocara/dist/Mesa/src/mesa/main/drawtex.h
    U xenocara/dist/Mesa/src/mesa/main/enable.c
    U xenocara/dist/Mesa/src/mesa/main/enable.h
    U xenocara/dist/Mesa/src/mesa/main/enums.h
    U xenocara/dist/Mesa/src/mesa/main/errors.c
    U xenocara/dist/Mesa/src/mesa/main/errors.h
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.c
    U xenocara/dist/Mesa/src/mesa/main/es1_conversion.h
    U xenocara/dist/Mesa/src/mesa/main/eval.c
    U xenocara/dist/Mesa/src/mesa/main/eval.h
    U xenocara/dist/Mesa/src/mesa/main/execmem.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.c
    U xenocara/dist/Mesa/src/mesa/main/extensions.h
    U xenocara/dist/Mesa/src/mesa/main/fbobject.c
    U xenocara/dist/Mesa/src/mesa/main/fbobject.h
    U xenocara/dist/Mesa/src/mesa/main/feedback.c
    U xenocara/dist/Mesa/src/mesa/main/feedback.h
    U xenocara/dist/Mesa/src/mesa/main/ff_fragment_shader.cpp
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.c
    U xenocara/dist/Mesa/src/mesa/main/ffvertex_prog.h
    U xenocara/dist/Mesa/src/mesa/main/fog.c
    U xenocara/dist/Mesa/src/mesa/main/fog.h
    U xenocara/dist/Mesa/src/mesa/main/format_pack.c
    U xenocara/dist/Mesa/src/mesa/main/format_pack.h
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.c
    U xenocara/dist/Mesa/src/mesa/main/format_unpack.h
    U xenocara/dist/Mesa/src/mesa/main/formatquery.c
    U xenocara/dist/Mesa/src/mesa/main/formatquery.h
    U xenocara/dist/Mesa/src/mesa/main/formats.c
    U xenocara/dist/Mesa/src/mesa/main/formats.h
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.c
    U xenocara/dist/Mesa/src/mesa/main/framebuffer.h
    U xenocara/dist/Mesa/src/mesa/main/get.c
    U xenocara/dist/Mesa/src/mesa/main/get.h
    U xenocara/dist/Mesa/src/mesa/main/get_hash_generator.py
    U xenocara/dist/Mesa/src/mesa/main/get_hash_params.py
    U xenocara/dist/Mesa/src/mesa/main/getstring.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.c
    U xenocara/dist/Mesa/src/mesa/main/glformats.h
    U xenocara/dist/Mesa/src/mesa/main/glheader.h
    U xenocara/dist/Mesa/src/mesa/main/hash.c
    U xenocara/dist/Mesa/src/mesa/main/hash.h
    U xenocara/dist/Mesa/src/mesa/main/hash_table.c
    U xenocara/dist/Mesa/src/mesa/main/hint.c
    U xenocara/dist/Mesa/src/mesa/main/hash_table.h
    U xenocara/dist/Mesa/src/mesa/main/hint.h
    U xenocara/dist/Mesa/src/mesa/main/histogram.c
    U xenocara/dist/Mesa/src/mesa/main/histogram.h
    U xenocara/dist/Mesa/src/mesa/main/image.c
    U xenocara/dist/Mesa/src/mesa/main/image.h
    U xenocara/dist/Mesa/src/mesa/main/imports.c
    U xenocara/dist/Mesa/src/mesa/main/imports.h
    U xenocara/dist/Mesa/src/mesa/main/light.c
    U xenocara/dist/Mesa/src/mesa/main/light.h
    U xenocara/dist/Mesa/src/mesa/main/lines.c
    U xenocara/dist/Mesa/src/mesa/main/lines.h
    U xenocara/dist/Mesa/src/mesa/main/macros.h
    U xenocara/dist/Mesa/src/mesa/main/matrix.c
    U xenocara/dist/Mesa/src/mesa/main/matrix.h
    U xenocara/dist/Mesa/src/mesa/main/mipmap.c
    U xenocara/dist/Mesa/src/mesa/main/mipmap.h
    U xenocara/dist/Mesa/src/mesa/main/mm.c
    U xenocara/dist/Mesa/src/mesa/main/mm.h
    U xenocara/dist/Mesa/src/mesa/main/mtypes.h
    U xenocara/dist/Mesa/src/mesa/main/multisample.c
    U xenocara/dist/Mesa/src/mesa/main/multisample.h
    U xenocara/dist/Mesa/src/mesa/main/pack.c
    U xenocara/dist/Mesa/src/mesa/main/pack.h
    U xenocara/dist/Mesa/src/mesa/main/pack_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/pbo.c
    U xenocara/dist/Mesa/src/mesa/main/pbo.h
    U xenocara/dist/Mesa/src/mesa/main/pixel.c
    U xenocara/dist/Mesa/src/mesa/main/pixel.h
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.c
    U xenocara/dist/Mesa/src/mesa/main/pixelstore.h
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/main/pixeltransfer.h
    U xenocara/dist/Mesa/src/mesa/main/points.c
    U xenocara/dist/Mesa/src/mesa/main/points.h
    U xenocara/dist/Mesa/src/mesa/main/polygon.c
    U xenocara/dist/Mesa/src/mesa/main/polygon.h
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.c
    U xenocara/dist/Mesa/src/mesa/main/querymatrix.h
    U xenocara/dist/Mesa/src/mesa/main/queryobj.c
    U xenocara/dist/Mesa/src/mesa/main/queryobj.h
    U xenocara/dist/Mesa/src/mesa/main/rastpos.c
    U xenocara/dist/Mesa/src/mesa/main/rastpos.h
    U xenocara/dist/Mesa/src/mesa/main/readpix.c
    U xenocara/dist/Mesa/src/mesa/main/readpix.h
    U xenocara/dist/Mesa/src/mesa/main/remap.c
    U xenocara/dist/Mesa/src/mesa/main/remap.h
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/main/renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.c
    U xenocara/dist/Mesa/src/mesa/main/samplerobj.h
    U xenocara/dist/Mesa/src/mesa/main/scissor.c
    U xenocara/dist/Mesa/src/mesa/main/scissor.h
    U xenocara/dist/Mesa/src/mesa/main/set.c
    U xenocara/dist/Mesa/src/mesa/main/set.h
    U xenocara/dist/Mesa/src/mesa/main/shader_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.c
    U xenocara/dist/Mesa/src/mesa/main/shaderapi.h
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.c
    U xenocara/dist/Mesa/src/mesa/main/shaderobj.h
    U xenocara/dist/Mesa/src/mesa/main/shared.c
    U xenocara/dist/Mesa/src/mesa/main/shared.h
    U xenocara/dist/Mesa/src/mesa/main/simple_list.h
    U xenocara/dist/Mesa/src/mesa/main/state.c
    U xenocara/dist/Mesa/src/mesa/main/state.h
    U xenocara/dist/Mesa/src/mesa/main/stencil.c
    U xenocara/dist/Mesa/src/mesa/main/stencil.h
    U xenocara/dist/Mesa/src/mesa/main/syncobj.c
    U xenocara/dist/Mesa/src/mesa/main/syncobj.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_cpal.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.c
    U xenocara/dist/Mesa/src/mesa/main/texenv.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_etc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_fxt1.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_rgtc_tmp.h
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.c
    U xenocara/dist/Mesa/src/mesa/main/texcompress_s3tc.h
    U xenocara/dist/Mesa/src/mesa/main/texenv.h
    U xenocara/dist/Mesa/src/mesa/main/texenvprogram.h
    U xenocara/dist/Mesa/src/mesa/main/texformat.c
    U xenocara/dist/Mesa/src/mesa/main/texformat.h
    U xenocara/dist/Mesa/src/mesa/main/texgen.c
    U xenocara/dist/Mesa/src/mesa/main/texgen.h
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.c
    U xenocara/dist/Mesa/src/mesa/main/texgetimage.h
    U xenocara/dist/Mesa/src/mesa/main/teximage.c
    U xenocara/dist/Mesa/src/mesa/main/teximage.h
    U xenocara/dist/Mesa/src/mesa/main/texobj.c
    U xenocara/dist/Mesa/src/mesa/main/texobj.h
    C xenocara/dist/Mesa/src/mesa/main/texparam.c
    U xenocara/dist/Mesa/src/mesa/main/texparam.h
    U xenocara/dist/Mesa/src/mesa/main/texstate.c
    U xenocara/dist/Mesa/src/mesa/main/texstate.h
    U xenocara/dist/Mesa/src/mesa/main/texstorage.c
    U xenocara/dist/Mesa/src/mesa/main/texstorage.h
    U xenocara/dist/Mesa/src/mesa/main/texstore.c
    U xenocara/dist/Mesa/src/mesa/main/texstore.h
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/main/texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.c
    U xenocara/dist/Mesa/src/mesa/main/transformfeedback.h
    U xenocara/dist/Mesa/src/mesa/main/uniform_query.cpp
    U xenocara/dist/Mesa/src/mesa/main/uniforms.c
    U xenocara/dist/Mesa/src/mesa/main/uniforms.h
    U xenocara/dist/Mesa/src/mesa/main/varray.c
    U xenocara/dist/Mesa/src/mesa/main/varray.h
    U xenocara/dist/Mesa/src/mesa/main/version.c
    U xenocara/dist/Mesa/src/mesa/main/version.h
    U xenocara/dist/Mesa/src/mesa/main/viewport.c
    U xenocara/dist/Mesa/src/mesa/main/viewport.h
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.c
    U xenocara/dist/Mesa/src/mesa/main/vtxfmt.h
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/dispatch_sanity.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/enum_strings.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/stubs.cpp
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.in
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/Makefile.am
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/collision.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/delete_management.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/destroy_callback.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_and_lookup.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/insert_many.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/null_destroy.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/random_entry.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/remove_null.c
    U xenocara/dist/Mesa/src/mesa/main/tests/hash_table/replacement.c
    U xenocara/dist/Mesa/src/mesa/program/lex.yy.c
    U xenocara/dist/Mesa/src/mesa/program/Makefile.in
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.c
    U xenocara/dist/Mesa/src/mesa/program/program_parse.tab.h
    U xenocara/dist/Mesa/src/mesa/program/Android.mk
    U xenocara/dist/Mesa/src/mesa/program/Makefile.am
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.c
    U xenocara/dist/Mesa/src/mesa/program/arbprogparse.h
    U xenocara/dist/Mesa/src/mesa/program/hash_table.h
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.cpp
    U xenocara/dist/Mesa/src/mesa/program/ir_to_mesa.h
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.c
    U xenocara/dist/Mesa/src/mesa/program/prog_cache.h
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.c
    U xenocara/dist/Mesa/src/mesa/program/prog_execute.h
    U xenocara/dist/Mesa/src/mesa/program/prog_hash_table.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.c
    U xenocara/dist/Mesa/src/mesa/program/prog_instruction.h
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.c
    U xenocara/dist/Mesa/src/mesa/program/prog_noise.h
    U xenocara/dist/Mesa/src/mesa/program/prog_opt_constant_fold.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.c
    U xenocara/dist/Mesa/src/mesa/program/prog_optimize.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter.h
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.c
    U xenocara/dist/Mesa/src/mesa/program/prog_parameter_layout.h
    U xenocara/dist/Mesa/src/mesa/program/prog_print.c
    U xenocara/dist/Mesa/src/mesa/program/prog_print.h
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.c
    U xenocara/dist/Mesa/src/mesa/program/prog_statevars.h
    U xenocara/dist/Mesa/src/mesa/program/program.c
    U xenocara/dist/Mesa/src/mesa/program/program.h
    U xenocara/dist/Mesa/src/mesa/program/program_lexer.l
    U xenocara/dist/Mesa/src/mesa/program/program_parse.y
    U xenocara/dist/Mesa/src/mesa/program/program_parse_extra.c
    U xenocara/dist/Mesa/src/mesa/program/program_parser.h
    U xenocara/dist/Mesa/src/mesa/program/programopt.c
    U xenocara/dist/Mesa/src/mesa/program/programopt.h
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.c
    U xenocara/dist/Mesa/src/mesa/program/register_allocate.h
    U xenocara/dist/Mesa/src/mesa/program/sampler.cpp
    U xenocara/dist/Mesa/src/mesa/program/sampler.h
    U xenocara/dist/Mesa/src/mesa/program/string_to_uint_map.cpp
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.c
    U xenocara/dist/Mesa/src/mesa/program/symbol_table.h
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86-64/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86-64/calling_convention.txt
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.c
    U xenocara/dist/Mesa/src/mesa/x86-64/x86-64.h
    U xenocara/dist/Mesa/src/mesa/x86-64/xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.in
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.c
    U xenocara/dist/Mesa/src/mesa/x86/3dnow.h
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/3dnow_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/Makefile.am
    U xenocara/dist/Mesa/src/mesa/x86/assyntax.h
    U xenocara/dist/Mesa/src/mesa/x86/clip_args.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86.c
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.S
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_asm.h
    U xenocara/dist/Mesa/src/mesa/x86/common_x86_features.h
    U xenocara/dist/Mesa/src/mesa/x86/gen_matypes.c
    U xenocara/dist/Mesa/src/mesa/x86/mmx.h
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blend.S
    U xenocara/dist/Mesa/src/mesa/x86/mmx_blendtmp.h
    U xenocara/dist/Mesa/src/mesa/x86/norm_args.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.c
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.S
    U xenocara/dist/Mesa/src/mesa/x86/read_rgba_span_x86.h
    U xenocara/dist/Mesa/src/mesa/x86/sse.h
    U xenocara/dist/Mesa/src/mesa/x86/sse_normal.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform1.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/sse_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_cliptest.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.c
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform.h
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform2.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform3.S
    U xenocara/dist/Mesa/src/mesa/x86/x86_xform4.S
    U xenocara/dist/Mesa/src/mesa/x86/xform_args.h
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.c
    U xenocara/dist/Mesa/src/mesa/x86/rtasm/x86sse.h
    U xenocara/dist/Mesa/src/mesa/math/m_clip_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_copy_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_clip.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_norm.c
    U xenocara/dist/Mesa/src/mesa/math/m_debug_util.h
    U xenocara/dist/Mesa/src/mesa/math/m_debug_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_dotprod_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_eval.c
    U xenocara/dist/Mesa/src/mesa/math/m_eval.h
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.c
    U xenocara/dist/Mesa/src/mesa/math/m_matrix.h
    U xenocara/dist/Mesa/src/mesa/math/m_norm_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_trans_tmp.h
    U xenocara/dist/Mesa/src/mesa/math/m_translate.c
    U xenocara/dist/Mesa/src/mesa/math/m_translate.h
    U xenocara/dist/Mesa/src/mesa/math/m_vector.c
    U xenocara/dist/Mesa/src/mesa/math/m_vector.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform.c
    U xenocara/dist/Mesa/src/mesa/math/m_xform.h
    U xenocara/dist/Mesa/src/mesa/math/m_xform_tmp.h
    U xenocara/dist/Mesa/src/mesa/sparc/norm.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.c
    U xenocara/dist/Mesa/src/mesa/sparc/sparc.h
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_clip.S
    U xenocara/dist/Mesa/src/mesa/sparc/sparc_matrix.h
    U xenocara/dist/Mesa/src/mesa/sparc/xform.S
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_array.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_blend.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_clip.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_constbuf.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_depth.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_framebuffer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_pixeltransfer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_rasterizer.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_sampler.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_scissor.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_shader.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_stipple.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cache.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_atom_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bitmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_blit.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_bufferobjects.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_clear.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_condrender.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_drawtex.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_eglimage.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_fbo.h
    C xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_feedback.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_flush.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_msaa.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_queryobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_rasterpos.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_readpixels.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_strings.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_syncobj.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texture.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_texturebarrier.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_viewport.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_cb_xformfb.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_context.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_debug.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_draw_feedback.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_extensions.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_format.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gen_mipmap.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_gl_api.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.cpp
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_glsl_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_manager.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_mesa_to_tgsi.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_program.h
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.c
    U xenocara/dist/Mesa/src/mesa/state_tracker/st_texture.h
    U xenocara/dist/Mesa/src/mesa/swrast/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aaline.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aalinetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatriangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_aatritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_alpha.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_atifragshader.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_bitmap.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_blend.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_blit.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_chan.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_clear.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_context.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_copypix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_depth.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_drawpix.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_feedback.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_fragprog.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_lines.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_linetemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_logic.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_masking.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_points.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_renderbuffer.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_span.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_stencil.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texture.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texcombine.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfetch_tmp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_texfilter.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_texrender.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_tritemp.h
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.c
    U xenocara/dist/Mesa/src/mesa/swrast/s_zoom.h
    U xenocara/dist/Mesa/src/mesa/swrast/swrast.h
    U xenocara/dist/Mesa/src/mesa/tnl/NOTES
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_context.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_draw.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_pipeline.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_rasterpos.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_cliptmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_fog.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_light.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_lighttmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_normals.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_points.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_program.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_render.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_rendertmp.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texgen.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_texmat.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vb_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex.h
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_generic.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vertex_sse.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.c
    U xenocara/dist/Mesa/src/mesa/tnl/t_vp_build.h
    U xenocara/dist/Mesa/src/mesa/tnl/tnl.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/NOTES
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_context.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.c
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_triangle.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_tritmp.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/ss_vb.h
    U xenocara/dist/Mesa/src/mesa/swrast_setup/swrast_setup.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_dmatmp2.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_triemit.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_tritmp.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_unfilled.h
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vb.c
    U xenocara/dist/Mesa/src/mesa/tnl_dd/t_dd_vertex.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_attrib_tmp.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_context.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_array.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_exec_eval.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_noop.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_primitive_restart.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_rebase.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_api.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_draw.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_save_loopback.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split.h
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_copy.c
    U xenocara/dist/Mesa/src/mesa/vbo/vbo_split_inplace.c
    U xenocara/dist/Mesa/src/getopt/SConscript
    U xenocara/dist/Mesa/src/getopt/getopt.h
    U xenocara/dist/Mesa/src/getopt/getopt_long.c
    U xenocara/dist/Mesa/docs/ARB_color_buffer_float.txt
    U xenocara/dist/Mesa/docs/COPYING
    U xenocara/dist/Mesa/docs/GL3.txt
    U xenocara/dist/Mesa/docs/README.CYGWIN
    U xenocara/dist/Mesa/docs/README.MITS
    U xenocara/dist/Mesa/docs/README.QUAKE
    U xenocara/dist/Mesa/docs/README.THREADS
    U xenocara/dist/Mesa/docs/README.UVD
    U xenocara/dist/Mesa/docs/README.WIN32
    U xenocara/dist/Mesa/docs/VERSIONS
    U xenocara/dist/Mesa/docs/application-issues.html
    U xenocara/dist/Mesa/docs/autoconf.html
    U xenocara/dist/Mesa/docs/bugs.html
    U xenocara/dist/Mesa/docs/conform.html
    U xenocara/dist/Mesa/docs/contents.html
    U xenocara/dist/Mesa/docs/debugging.html
    U xenocara/dist/Mesa/docs/developers.html
    U xenocara/dist/Mesa/docs/devinfo.html
    U xenocara/dist/Mesa/docs/dispatch.html
    U xenocara/dist/Mesa/docs/download.html
    U xenocara/dist/Mesa/docs/egl.html
    U xenocara/dist/Mesa/docs/envvars.html
    U xenocara/dist/Mesa/docs/extensions.html
    U xenocara/dist/Mesa/docs/faq.html
    U xenocara/dist/Mesa/docs/gears.png
    U xenocara/dist/Mesa/docs/helpwanted.html
    U xenocara/dist/Mesa/docs/index.html
    U xenocara/dist/Mesa/docs/install.html
    U xenocara/dist/Mesa/docs/intro.html
    U xenocara/dist/Mesa/docs/libGL.txt
    U xenocara/dist/Mesa/docs/license.html
    U xenocara/dist/Mesa/docs/lists.html
    U xenocara/dist/Mesa/docs/llvmpipe.html
    U xenocara/dist/Mesa/docs/mangling.html
    U xenocara/dist/Mesa/docs/mesa.css
    U xenocara/dist/Mesa/docs/opengles.html
    U xenocara/dist/Mesa/docs/openvg.html
    U xenocara/dist/Mesa/docs/osmesa.html
    U xenocara/dist/Mesa/docs/patents.txt
    U xenocara/dist/Mesa/docs/perf.html
    U xenocara/dist/Mesa/docs/postprocess.html
    U xenocara/dist/Mesa/docs/precompiled.html
    U xenocara/dist/Mesa/docs/relnotes.html
    U xenocara/dist/Mesa/docs/repository.html
    U xenocara/dist/Mesa/docs/shading.html
    U xenocara/dist/Mesa/docs/sourcedocs.html
    U xenocara/dist/Mesa/docs/sourcetree.html
    U xenocara/dist/Mesa/docs/systems.html
    U xenocara/dist/Mesa/docs/thanks.html
    U xenocara/dist/Mesa/docs/utilities.html
    U xenocara/dist/Mesa/docs/versions.html
    U xenocara/dist/Mesa/docs/viewperf.html
    U xenocara/dist/Mesa/docs/vmware-guest.html
    U xenocara/dist/Mesa/docs/webmaster.html
    U xenocara/dist/Mesa/docs/xlibdriver.html
    U xenocara/dist/Mesa/docs/relnotes/3.1
    U xenocara/dist/Mesa/docs/relnotes/3.2
    U xenocara/dist/Mesa/docs/relnotes/3.2.1
    U xenocara/dist/Mesa/docs/relnotes/3.3
    U xenocara/dist/Mesa/docs/relnotes/3.4
    U xenocara/dist/Mesa/docs/relnotes/3.4.1
    U xenocara/dist/Mesa/docs/relnotes/3.4.2
    U xenocara/dist/Mesa/docs/relnotes/3.5
    U xenocara/dist/Mesa/docs/relnotes/4.0
    U xenocara/dist/Mesa/docs/relnotes/4.0.1
    U xenocara/dist/Mesa/docs/relnotes/4.0.2
    U xenocara/dist/Mesa/docs/relnotes/4.0.3
    U xenocara/dist/Mesa/docs/relnotes/4.1
    U xenocara/dist/Mesa/docs/relnotes/5.0
    U xenocara/dist/Mesa/docs/relnotes/5.0.1
    U xenocara/dist/Mesa/docs/relnotes/5.0.2
    U xenocara/dist/Mesa/docs/relnotes/5.1
    U xenocara/dist/Mesa/docs/relnotes/6.0
    U xenocara/dist/Mesa/docs/relnotes/6.0.1
    U xenocara/dist/Mesa/docs/relnotes/6.1
    U xenocara/dist/Mesa/docs/relnotes/6.2
    U xenocara/dist/Mesa/docs/relnotes/6.2.1
    U xenocara/dist/Mesa/docs/relnotes/6.3
    U xenocara/dist/Mesa/docs/relnotes/6.3.1
    U xenocara/dist/Mesa/docs/relnotes/6.3.2
    U xenocara/dist/Mesa/docs/relnotes/6.4
    U xenocara/dist/Mesa/docs/relnotes/6.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.4.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.3.html
    U xenocara/dist/Mesa/docs/relnotes/6.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.0.html
    U xenocara/dist/Mesa/docs/relnotes/7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.10.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.11.html
    U xenocara/dist/Mesa/docs/relnotes/7.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.4.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.5.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.6.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.7.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.3.html
    U xenocara/dist/Mesa/docs/relnotes/7.8.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.1.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.2.html
    U xenocara/dist/Mesa/docs/relnotes/7.9.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.4.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.5.html
    U xenocara/dist/Mesa/docs/relnotes/8.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.0.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.3.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.4.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.5.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.6.html
    U xenocara/dist/Mesa/docs/relnotes/9.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.1.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.2.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.3.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.4.html
    N xenocara/dist/Mesa/docs/relnotes/9.2.5.html
    U xenocara/dist/Mesa/docs/relnotes/9.2.html
    U xenocara/dist/Mesa/docs/specs/MESA_agp_offset.spec
    U xenocara/dist/Mesa/docs/specs/MESA_copy_sub_buffer.spec
    U xenocara/dist/Mesa/docs/specs/MESA_drm_image.spec
    U xenocara/dist/Mesa/docs/specs/MESA_multithread_makecurrent.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pack_invert.spec
    U xenocara/dist/Mesa/docs/specs/MESA_pixmap_colormap.spec
    U xenocara/dist/Mesa/docs/specs/MESA_release_buffers.spec
    U xenocara/dist/Mesa/docs/specs/MESA_set_3dfx_mode.spec
    U xenocara/dist/Mesa/docs/specs/MESA_shader_debug.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_control.spec
    U xenocara/dist/Mesa/docs/specs/MESA_swap_frame_usage.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_array.spec
    U xenocara/dist/Mesa/docs/specs/MESA_texture_signed_rgba.spec
    U xenocara/dist/Mesa/docs/specs/enums.txt
    U xenocara/dist/Mesa/docs/specs/MESA_window_pos.spec
    U xenocara/dist/Mesa/docs/specs/MESA_ycbcr_texture.spec
    U xenocara/dist/Mesa/docs/specs/WL_bind_wayland_display.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_packed_depth_stencil.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_program_debug.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_resize_buffers.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_sprite_point.spec
    U xenocara/dist/Mesa/docs/specs/OLD/MESA_trace.spec
    U xenocara/dist/Mesa/doxygen/Makefile
    U xenocara/dist/Mesa/doxygen/README
    U xenocara/dist/Mesa/doxygen/common.doxy
    U xenocara/dist/Mesa/doxygen/core_subset.doxy
    U xenocara/dist/Mesa/doxygen/doxy.bat
    U xenocara/dist/Mesa/doxygen/gallium.doc
    U xenocara/dist/Mesa/doxygen/gallium.doxy
    U xenocara/dist/Mesa/doxygen/gbm.doxy
    U xenocara/dist/Mesa/doxygen/glapi.doxy
    U xenocara/dist/Mesa/doxygen/glsl.doxy
    U xenocara/dist/Mesa/doxygen/header.html
    U xenocara/dist/Mesa/doxygen/header_subset.html
    U xenocara/dist/Mesa/doxygen/main.doxy
    U xenocara/dist/Mesa/doxygen/math.doxy
    U xenocara/dist/Mesa/doxygen/math_subset.doxy
    U xenocara/dist/Mesa/doxygen/radeon_subset.doxy
    U xenocara/dist/Mesa/doxygen/shader.doxy
    U xenocara/dist/Mesa/doxygen/swrast.doxy
    U xenocara/dist/Mesa/doxygen/swrast_setup.doxy
    U xenocara/dist/Mesa/doxygen/tnl.doxy
    U xenocara/dist/Mesa/doxygen/tnl_dd.doxy
    U xenocara/dist/Mesa/doxygen/vbo.doxy
    U xenocara/dist/Mesa/include/c99_compat.h
    U xenocara/dist/Mesa/include/CL/cl.h
    U xenocara/dist/Mesa/include/CL/cl.hpp
    U xenocara/dist/Mesa/include/CL/cl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_gl.h
    U xenocara/dist/Mesa/include/CL/cl_gl_ext.h
    U xenocara/dist/Mesa/include/CL/cl_platform.h
    U xenocara/dist/Mesa/include/CL/opencl.h
    U xenocara/dist/Mesa/include/EGL/egl.h
    U xenocara/dist/Mesa/include/EGL/eglext.h
    U xenocara/dist/Mesa/include/EGL/eglmesaext.h
    U xenocara/dist/Mesa/include/EGL/eglplatform.h
    U xenocara/dist/Mesa/include/GL/gl.h
    U xenocara/dist/Mesa/include/GL/gl_mangle.h
    U xenocara/dist/Mesa/include/GL/glext.h
    U xenocara/dist/Mesa/include/GL/glx.h
    U xenocara/dist/Mesa/include/GL/glx_mangle.h
    U xenocara/dist/Mesa/include/GL/glxext.h
    U xenocara/dist/Mesa/include/GL/osmesa.h
    U xenocara/dist/Mesa/include/GL/wglext.h
    U xenocara/dist/Mesa/include/GL/wmesa.h
    U xenocara/dist/Mesa/include/GL/internal/dri_interface.h
    U xenocara/dist/Mesa/include/GL/internal/sarea.h
    U xenocara/dist/Mesa/include/GLES/egl.h
    U xenocara/dist/Mesa/include/GLES/gl.h
    U xenocara/dist/Mesa/include/GLES/glext.h
    U xenocara/dist/Mesa/include/GLES/glplatform.h
    U xenocara/dist/Mesa/include/GLES2/gl2.h
    U xenocara/dist/Mesa/include/GLES2/gl2ext.h
    U xenocara/dist/Mesa/include/GLES2/gl2platform.h
    U xenocara/dist/Mesa/include/GLES3/gl3.h
    U xenocara/dist/Mesa/include/GLES3/gl3ext.h
    U xenocara/dist/Mesa/include/GLES3/gl3platform.h
    U xenocara/dist/Mesa/include/KHR/khrplatform.h
    U xenocara/dist/Mesa/include/VG/openvg.h
    U xenocara/dist/Mesa/include/VG/vgext.h
    U xenocara/dist/Mesa/include/VG/vgplatform.h
    U xenocara/dist/Mesa/include/VG/vgu.h
    U xenocara/dist/Mesa/include/c99/inttypes.h
    U xenocara/dist/Mesa/include/c99/stdbool.h
    U xenocara/dist/Mesa/include/c99/stdint.h
    U xenocara/dist/Mesa/include/pci_ids/i810_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i915_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/i965_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/pci_id_driver_map.h
    U xenocara/dist/Mesa/include/pci_ids/r200_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r300_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/r600_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeon_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/radeonsi_pci_ids.h
    U xenocara/dist/Mesa/include/pci_ids/vmwgfx_pci_ids.h
    U xenocara/dist/Mesa/m4/ax_prog_bison.m4
    U xenocara/dist/Mesa/m4/ax_prog_cc_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_cxx_for_build.m4
    U xenocara/dist/Mesa/m4/ax_prog_flex.m4
    U xenocara/dist/Mesa/m4/ax_pthread.m4
    U xenocara/dist/Mesa/m4/ax_python_module.m4
    U xenocara/dist/Mesa/scons/crossmingw.py
    U xenocara/dist/Mesa/scons/custom.py
    U xenocara/dist/Mesa/scons/dxsdk.py
    U xenocara/dist/Mesa/scons/fixes.py
    U xenocara/dist/Mesa/scons/gallium.py
    U xenocara/dist/Mesa/scons/llvm.py
    U xenocara/dist/Mesa/scons/source_list.py
    U xenocara/dist/Mesa/scons/x11.py
    
    22 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jmesa:yesterday -jmesa xenocara/dist/Mesa

CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 20:05:46

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
bcopy to memcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 20:08:56

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
replace bcmp with memcmp


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/01/18 20:13:15

Modified files:
	dist/Mesa      : SConstruct configure.ac 
	dist/Mesa/src/gallium/drivers/nouveau: nouveau_buffer.c 
	                                       nouveau_fence.c 
	dist/Mesa/src/gallium/drivers/nv50: nv50_screen.c 
	                                    nv50_state_validate.c 
	                                    nv50_tex.c nv50_vbo.c 
	dist/Mesa/src/gallium/state_trackers/xorg: xorg_driver.c 
	dist/Mesa/src/glsl: ast_to_hir.cpp 
	dist/Mesa/src/glx: glxcmds.c 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_cc.c brw_fs.cpp 
	                                     brw_fs.h brw_fs_emit.cpp 
	                                     brw_fs_visitor.cpp 
	                                     brw_tex_layout.c brw_wm.c 
	                                     brw_wm.h 
	dist/Mesa/src/mesa/drivers/dri/swrast: swrast.c 
	dist/Mesa/src/mesa/main: texparam.c 
	dist/Mesa/src/mesa/state_tracker: st_cb_feedback.c 

Log message:
Merge Mesa 9.2.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/01/18 20:20:40

Modified files:
	lib/libGL      : Makefile 
	lib/libGL/mesa : Makefile.inc 
	lib/libEGL     : Makefile 
	lib/libGLESv1_CM: Makefile 
	lib/libGLESv2  : Makefile 

Log message:
Mesa 9.2.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jsg@cvs.openbsd.org	2014/01/18 20:24:02

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 20:48:07

Modified files:
	usr.sbin/installboot: util.c 

Log message:
When copying files do it in 512 byte blocks so that we're less likely to
hit file system allocation issues on install media.

Requested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 20:49:31

Modified files:
	usr.sbin/installboot: installboot.c 

Log message:
Do not prefix user specified stages with the root filesystem mount point.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/18 20:53:46

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
hwflags is never used, so clean it up


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/18 20:54:25

Modified files:
	sbin/dhclient  : conflex.c 

Log message:
Adjust lexchar position by ugflag once only.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/18 21:04:36

Modified files:
	sys/net        : radix.c 

Log message:
Start to reduce the madness in radix.c. This only used by the kernel
since ages so remove the bits used for userland compiles. OK mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 21:06:50

Modified files:
	distrib/amd64/common: list 

Log message:
Add usr/sbin/installboot to amd64 instbin.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 21:08:27

Modified files:
	distrib/amd64/common: install.md 

Log message:
Switch amd64 installs/upgrades to the new installboot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 21:11:44

Modified files:
	distrib/amd64/common: Makefile.inc 

Log message:
Use the new installboot when building amd64 media.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/18 21:14:22

Modified files:
	usr.sbin/installboot: installboot.c 

Log message:
Tweak comment re root prefixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/18 21:14:34

Modified files:
	sbin/pfctl     : pfctl_altq.c 

Log message:
Fix minor ident issue. OK benno@, pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/18 21:17:29

Modified files:
	usr.bin/ssh    : addrmatch.c canohost.c 

Log message:
Cast socklen_t when comparing to size_t and use socklen_t to iterate over
the ip options, both to prevent signed/unsigned comparison warnings.
Patch from vinschen at redhat via portable openssh, begrudging ok deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/18 21:36:04

Modified files:
	sbin/dhclient  : clparse.c dhcpd.h parse.c 

Log message:
Rename parse_hardware_param() to parse_ethernet() to reflect what
it actually does.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/18 21:48:08

Modified files:
	usr.bin/ssh    : ssh_config.5 

Log message:
fix inverted meaning of 'no' and 'yes' for CanonicalizeFallbackLocal


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/18 22:01:50

Modified files:
	sys/netinet    : icmp_var.h ip_icmp.c 

Log message:
Start counting droped icmp errors because the rate limit is exceeded.
OK benno@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/18 22:03:29

Modified files:
	usr.bin/netstat: inet.c 

Log message:
Report the number of dropped ICMP error because the rate limit got exceeded.
OK benno@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 22:19:27

Modified files:
	sys/net        : if_media.c 

Log message:
Count the number of media words required only once.  If the media words
change during M_WAITOK (note: no driver does this at the moment), then
be careful to not copyout a truncated media word list, but return E2BIG.
ok mikeb guenther kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/18 22:21:12

Modified files:
	lib/libc/gen   : ftw.3 
	lib/libc/stdlib: labs.3 

Log message:
Punctuation after macro arguments needs to be in a separate argument.
Found while testing mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 22:26:00

Modified files:
	distrib/special: Makefile 

Log message:
enter installboot


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/18 22:26:22

Modified files:
	distrib/special/installboot: Makefile 

Log message:
no need for LDSTATIC, it comes from ../Makefile.inc


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/18 23:04:03

Modified files:
	sys/conf       : files 
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/ic     : qla.c qlareg.h qlavar.h 
	sys/dev/pci    : qla_pci.c 

Log message:
Introduce qla(4), a new driver for Qlogic fibre channel HBAs (only ISP23xx
so far).  Works reasonably well now, so it's going in the tree so others can
try it out.

with some help and fixes from dlg@, general encouragement from basically
everyone


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 01:05:02

Modified files:
	share/man/man9 : arc4random.9 

Log message:
Fix obvious macro typo, arc4random() is .Fn, not .Pa.
Found with mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 01:11:19

Modified files:
	share/man/man9 : bus_space.9 

Log message:
Fix obvious typo in macro, bus_space_map() is .Fn, not .Fa.
Found with mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 01:21:19

Modified files:
	share/man/man9 : fb_setup.9 

Log message:
Obvious typo in macro, .Fn fb_queue, not .Fa.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/19 01:25:54

Modified files:
	sbin/dhclient  : clparse.c dhcpd.h parse.c 

Log message:
Redo the parsing of numbers to improve the error messages and
make the code more readable. And prepare for some new things
that will need to be parsed.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 01:39:20

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Fix macro usage: ifconfig is .Nm, not .Cm.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/19 02:04:37

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
introduce fine grained locking around the lists of packet handlers
myx maintains. this moves it away from relying on splnet to protect
them.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:09:45

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST-main 

Log message:
Properly set the @mode markers because espie's paranoid mode checker for
pkg_create(1) is committed.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 02:15:08

Modified files:
	usr.bin/getopt : getopt.1 

Log message:
A SYNOPSIS should not attempt to provide examples, so trim it;
a better example already exists in the EXAMPLES section.
The DESCRIPTION should not provide examples either,
in particular not bad ones, so move that to CAVEATS.
Also fix various markup.
OK jmc.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/19 02:33:53

Modified files:
	regress/usr.sbin/pkg_add: signatures.ref 

Log message:
update extra output, error messages are more specific now


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/19 02:39:04

Modified files:
	etc            : rc 

Log message:
Extend the initial pf ruleset to explicitly allow dhcp / bootp and dhcpv6.
Our dhclient only uses the bpf tap for broadcast packets (which bypass
pf) but lease renewals will use a regular socket and are blocked without
this change.  Rules are written so that accidential forwarding of packets
is not possible.
Diff from brad@, OK henning@, benno@, mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:40:28

Modified files:
	mail/alpine    : Makefile 

Log message:
Fix mode for doc files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:45:04

Modified files:
	mail/smtp-vilter: Makefile 
	mail/smtp-vilter/pkg: PLIST 

Log message:
Fix modes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:48:29

Modified files:
	comms/mgetty+sendfax: Makefile 
	comms/mgetty+sendfax/pkg: PLIST 

Log message:
Explicitely set @mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/19 02:52:25

Modified files:
	sys/net        : radix.c radix.h 

Log message:
More cleanup in radix.c. Kill the rt_mkfreelist and replace it with a
radix_mask pool. With input and OK mikeb@ and henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:54:18

Modified files:
	sysutils/bacula: Makefile 
	sysutils/bacula/pkg: PLIST-main 

Log message:
Set @mode explicitely.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 02:57:55

Modified files:
	security/samhain: Makefile 
	security/samhain/pkg: PLIST-server 

Log message:
Set @mode explicitely.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/19 03:01:35

Modified files:
	share/man/man9 : mutex.9 

Log message:
msleep.9 is relevant to my interests.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/19 03:06:09

Modified files:
	sbin/dhclient  : dhcpd.h convert.c 

Log message:
Nuke unused functions putLong(), putUShort(), putShort().


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/19 03:22:57

Modified files:
	bin/pax        : extern.h 

Log message:
Forget to remove the prototype for set_lids() after removing the definition


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/19 03:25:30

Modified files:
	x11/i3         : Makefile 
	x11/i3/patches : patch-src_ipc_c 
Added files:
	x11/i3/patches : patch-i3bar_src_child_c patch-include_ipc_h 
	                 patch-src_move_c patch-src_workspace_c 

Log message:
i3bar Bugfix: don't show "EOF" status line error
(upstream git commit 612d25c12cd1bd9ff4167e8530fe9a2c54a619e4)

Bugfix: `move <direction>` sends workspace focus
(upstream git commit 76393377160ffd043757ca2dd8d947aa25f69716)


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/19 03:25:45

Modified files:
	libexec/ld.so/amd64: archdep.h 
	libexec/ld.so/hppa: archdep.h 

Log message:
Only i386 needs mquery; delete the static inlines from amd64 and hppa


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/19 03:30:13

Modified files:
	sys/dev/ic     : qla.c 

Log message:
Better interrupt handler return values.  1 if the chip said it wanted an
interrupt, 0 if it didn't.

"makes sense" dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 03:30:53

Modified files:
	sysutils/polkit: Makefile 
	sysutils/polkit/patches: 
	                         patch-src_polkitbackend_polkitbackendjsauthority_c 

Log message:
Fix a memory leak (upstream).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 03:37:00

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 03:39:01

Modified files:
	lib/libc/gen   : popen.3 
	lib/libc/stdlib: strtod.3 
	usr.bin/nfsstat: nfsstat.1 
	usr.bin/telnet : telnet.1 
	sbin/mountd    : exports.5 mountd.8 
	share/man/man7 : ascii.7 

Log message:
Usually, you don't want macros in the .Nd line, so remove instances of .Tn
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET).
While here, remove .Tn markup from the same words in the body
of these pages, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 03:40:00

Modified files:
	www/wwwoffle   : Makefile 
	www/wwwoffle/pkg: PLIST 

Log message:
Explicitely set @mode.
Simplify the @owner dance.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/19 04:20:46

Modified files:
	sys/net        : rtsock.c 

Log message:
RTF_MPATH is a flag userland needs to be able to pass in since it is used
to set multipath routes. So since more then 2 month multipath was broken.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/19 04:21:51

Modified files:
	usr.bin/ssh    : addrmatch.c 

Log message:
Cast the sizeof to socklen_t so it'll work even if the supplied len is
negative.  Suggested by and ok djm, ok deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 04:24:37

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Factor out and improve the block regeneration code.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 04:43:05

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Only schedule the read workunit if there are actually I/O ccbs enqueued
on it.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 04:48:42

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Improve some comments and wrap a long line.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/19 04:48:54

Modified files:
	lib/libedit    : history.c term.c 

Log message:
Retain local changes from rev 1.13.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 05:45:36

Modified files:
	sys/arch/alpha/alpha: cpu.c 
	sys/arch/amd64/amd64: cpu.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hppa/dev: cpu.c 
	sys/arch/i386/i386: cpu.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/macppc/macppc: cpu.c 
	sys/arch/mips64/mips64: cpu.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/socppc/socppc: cpu.c 
	sys/arch/sparc64/sparc64: cpu.c 
	sys/lib/libkern: libkern.h random.c 

Log message:
Initialize ci_randseed better using arc4random() + a trick.  Remove the
libkern srandom() API since it is not suitable for this use.
ok kettenis miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 05:47:21

Modified files:
	usr.sbin/slowcgi: slowcgi.8 

Log message:
Wording improvements from Patrik Lundin


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 06:12:07

Modified files:
	sys/kern       : init_main.c 

Log message:
oops, forgotten part
Initialize ci_randseed better using arc4random() + a trick.  Remove the
libkern srandom() API since it is not suitable for this use.
ok kettenis miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 06:26:42

Modified files:
	sys/kern       : init_main.c 

Log message:
insane typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/19 06:36:45

Modified files:
	devel/p5-Unix-Mknod: Makefile 

Log message:
Add SHARED_ONLY=Yes for Unix::Mknod.

reported by ajacoutot@, ok ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/19 06:47:03

Modified files:
	sys/net        : if_media.c 

Log message:
Prettify;  remove useless cast, reformat, fix TAILQ_FOREACH's.

No functional change.

ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/19 08:30:33

Modified files:
	devel/p5-Unix-Mknod: Makefile 
	devel/p5-Unix-Mknod/pkg: PLIST 
Removed files:
	devel/p5-Unix-Mknod/pkg: PFRAG.shared 

Log message:
Update plist to follow SHARED_ONLY.

Reported by espie@.
Okay espie@, jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/19 08:39:51

Modified files:
	sys/arch/aviion/stand/a2coff: a2coff.c 

Log message:
Cope with an arbitrary number of ELF program headers, and only copy the
contents of PT_LOAD headers to the output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/19 08:44:12

Modified files:
	astro/xephem   : Makefile 
Removed files:
	astro/xephem/pkg: MESSAGE 

Log message:
Remove uneeded MESSAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/01/19 08:48:29

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Bugfix update to 4.1.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/01/19 09:05:31

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/patches: patch-core_Plugin_Manager_php 
	www/piwik/pkg  : PLIST 

Log message:
Bugfix update to 2.0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/01/19 10:52:47

Modified files:
	devel/mercurial: Makefile distinfo 

Log message:
Update Mercurial to 2.8.2.
Changelog: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.8.2_.282014-1-1.29


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/01/19 10:53:40

Modified files:
	devel/tortoisehg: Makefile distinfo 

Log message:
Update tortoisehg to 2.10.2.
Changelog: https://bitbucket.org/tortoisehg/thg/wiki/ReleaseNotes#!tortoisehg-2102


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/19 11:35:45

Modified files:
	sys/ntfs       : ntfs_ihash.c ntfs_subr.c ntfs_subr.h 
	                 ntfs_vfsops.c 

Log message:
lazy init nthash to save some memory when it's not used. ok jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/19 11:36:43

Modified files:
	usr.bin/nfsstat: nfsstat.1 

Log message:
- statics -> statistics
- new sentence, new line
- wording tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/19 11:39:34

Modified files:
	usr.bin/signify: signify.c 

Log message:
better error message for readpassphrase. from fritjof. ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/19 13:21:01

Modified files:
	lang/seed7     : Makefile distinfo 
	lang/seed7/pkg : PLIST 

Log message:
Update to 20140119.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/19 13:42:18

Modified files:
	devel/ruby-kgio: Makefile distinfo 
	devel/ruby-kgio/pkg: PLIST 

Log message:
Update to kgio 2.8.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/19 13:43:34

Modified files:
	www/ruby-raindrops: Makefile 

Log message:
Fix the permissions on the ChangeLog and NEWS files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/19 13:43:55

Modified files:
	www/ruby-unicorn: Makefile distinfo 

Log message:
Update to unicorn 4.8.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/19 13:44:43

Modified files:
	www/ruby-rainbows: Makefile distinfo 
	www/ruby-rainbows/pkg: PLIST 

Log message:
Update to rainbows 4.6.0.  Remove test code as the tests download code
at runtime.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 13:48:57

Modified files:
	lib/libc/gen   : nlist.c 

Log message:
Rename the hidden symbol __elf_fdnlist to __fdnlist, and remove the
format handling wrapper.  __fdnlist is used by libkvm.  Avoid cranking
libc because the time is inconvenient, and __elf_fdnlist is not used
anywhere.
ok millert jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/19 13:49:02

Modified files:
	sys/dev/pci    : if_vio.c 

Log message:
If the system runs out ouf mbufs, the receive queue of the vio
interface may get emtpy.  The driver did not recover from that
starvation as it does not get receive interrupts anymore.  Fix this
by adding a one second receive timeout in that case.
OK sf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/19 13:57:59

Modified files:
	net/p5-IO-Socket-IP: Makefile distinfo 

Log message:
update p5-IO-Socket-IP to 0.26
OK giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/19 13:58:32

Modified files:
	devel/avr32/newlib: Makefile 

Log message:
Explicitly declare the automake version required to build avr32-newlib.
Fixes build failure because of wrong automake version noticed by espie@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/19 14:01:06

Modified files:
	lib/libc/gen   : getusershell.c 

Log message:
Fix one more off-by-one (making it an off-by-two):

1. integer division can give an off-by-one (like 2/3 = 0 for calloc)
2. ending the shells array with NULL takes space, too

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/19 14:10:04

Modified files:
	sbin/dhclient  : clparse.c convert.c options.c parse.c tables.c 

Log message:
We don't have any (and I can't find elsewhere) signed 16 bit or
signed 8 bit dhcp option types. So nuke getShort() and all 's' and
'b' format support. While here use '%u'/'%lu' and not
'%d'/'%ld' to snprintf() unsigned values.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/19 14:43:36

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
white space fix


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 15:01:48

Modified files:
	share/man/man8/man8.vax: boot_vax.8 

Log message:
Remove bogus .Tn; found with mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 15:21:39

Modified files:
	sys/dev        : softraid.c 

Log message:
Assert that a workunit has ccbs if it is being scheduled. Otherwise we
deadlock since nothing will ever come back to tell us that the workunit
is completed.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 15:40:42

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Always store the arch in lower-case only.
Reduces database size by ~0.5%, and by ~1.5% with -Q.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 15:48:00

Modified files:
	usr.bin/mandoc : mandocdb.c 

Log message:
Avoid the risk of trying to modify a literal string.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 16:09:13

Modified files:
	usr.bin/mandoc : mansearch.c 

Log message:
Always compare arch case-insensitively.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 16:20:30

Modified files:
	usr.bin/signify: signify.c 

Log message:
do not truncate strlcpy/snprintf, fail hard and proper
ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/19 16:43:03

Modified files:
	regress/usr.bin/ssh: sftp-chroot.sh 

Log message:
Don't use -q on sftp as it suppresses logging, instead redirect the output to
the regress logfile.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/19 16:45:34

Modified files:
	usr.bin/systat : pftop.c 

Log message:
newqueue support for the queue view, code mostly from pfctl. lifting done
by Arto Jonsson <ajonsson at kapsi dot fi>, many thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 16:52:54

Modified files:
	sys/dev        : rnd.c rndvar.h 
	sys/kern       : init_main.c 

Log message:
Refactor rnd startup so arc4random/arc4random_buf can create a chacha state
on first call, very early on, from boot-supplied entropy, then feed from
that.  Later when we have more subsystems ready, the main() can properly
initialize the entropy-driven model.  Lots of discussion with mikeb.
ok kettenis markus mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 16:56:06

Modified files:
	usr.bin/join   : join.1 

Log message:
Fix .Ar macro abuse; found with mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/19 17:00:30

Modified files:
	regress/usr.bin/ssh: sftp-chroot.sh 

Log message:
append to rather than truncating the log file


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/19 17:08:48

Modified files:
	usr.bin/ssh    : digest.c 

Log message:
memleak; found by Loganaden Velvindron @ AfriNIC; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 17:11:51

Modified files:
	sys/dev        : softraidvar.h softraid.c 

Log message:
Replace dedicated swu_fake variable with a work unit flag.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 17:14:29

Modified files:
	kerberosV/src/kuser: kswitch.1 

Log message:
Fix broken prologue content; found with mandocdb(8).
Also reported upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/19 17:36:52

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Cast pointer to (u_int8_t *) when assigning it to a u_int8_t *
variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/19 17:47:21

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Instead of checking sc->sc_revision <= 1 check that the
fadt->hdr_revision <= 1. This is a better check since it checks
the version of the proper descriptor. This allows the alix APU
to reboot since those boards have currently a wrong sc->sc_revision.
Committing this now so that it can be tested easier.
With and OK jsg@ also fine by derradt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 17:51:07

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Change markup of some fixed strings from .Ar to .Cm.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 17:55:35

Modified files:
	share/man/man8 : boot_config.8 

Log message:
fix markup: .Ar -> .Cm for command modifiers


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 18:11:49

Modified files:
	usr.sbin/config: config.8 

Log message:
Obvious markup fixes; ran into this while testing mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/19 18:12:17

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
Don't silently skip the next statement when encountering an
invalid IP in a reject statement.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/19 19:20:27

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
bcopy to memcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/19 19:22:10

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
bzero to memset


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/19 19:54:07

Modified files:
	sbin/dhclient  : dhclient.c kroute.c 

Log message:
%d cleanups, to other formats; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/19 19:57:50

Modified files:
	sys/net        : pf.c pf_ioctl.c pfvar.h 

Log message:
support negated matches on the rcvif, ok dlg benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/19 19:59:13

Modified files:
	sbin/pfctl     : parse.y pfctl_parser.c 

Log message:
support "!received-on <interface>", ok dlg benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/19 19:59:56

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document !received-on, ok dlg benno


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/19 20:23:42

Modified files:
	sys/kern       : kern_exec.c kern_exit.c kern_fork.c 
	                 kern_sysctl.c 
	sys/miscfs/procfs: procfs_vnops.c 
	sys/sys        : proc.h 

Log message:
Move p_textvp from struct proc to struct process so that the exit code
can be further simplified.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/19 20:33:29

Modified files:
	sys/kern       : vfs_syscalls.c 

Log message:
Fix comment


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/19 20:36:08

Modified files:
	gnu/usr.bin/gcc/gcc: flags.h function.c protector.c protector.h 
	                     toplev.c 
	gnu/usr.bin/gcc/gcc/doc: invoke.texi 

Log message:
Add strong stack protector mode for the original propolice in GCC3.
This includes additional functions to be protected --- those that
have local array definitions, or have references to local frame
addresses.

Miod verified that this works on real hardware, and not just on the
cross-compiled monster I tested this on.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 21:12:51

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Do not bother setting crp_desc to NULL, since it does not really gain us
anything.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 21:16:29

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Remove unused variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/19 21:27:32

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
p_textvp moved from struct proc to struct process


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 21:38:59

Modified files:
	sys/dev        : softraid_crypto.c softraidvar.h 

Log message:
Store the algorithm and key length in the discipline data structure,
instead of having multiple switch statements in various places.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 21:47:31

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Convert the softraid work unit workqs to taskqs.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/19 22:07:49

Modified files:
	bin/ksh        : ksh.1 
	lib/libc/gen   : getcap.3 getmntinfo.3 
	usr.bin/find   : find.1 
	usr.bin/jot    : jot.1 
	usr.bin/mail   : mail.1 
	usr.bin/rs     : rs.1 
	usr.bin/yacc   : yyfix.1 
	usr.sbin/amd/amq: amq.8 
	usr.sbin/cron  : crontab.5 
	usr.sbin/memconfig: memconfig.8 
	usr.sbin/ppp/pppctl: pppctl.8 
	usr.sbin/pwd_mkdb: pwd_mkdb.8 
	usr.bin/rpcgen : rpcgen.1 
	usr.sbin/rwhod : rwhod.8 
	usr.sbin/syslogd: syslog.conf.5 
	sbin/restore   : restore.8 
	share/man/man4 : vether.4 
	share/man/man7 : hier.7 packages.7 ports.7 
	share/man/man9 : rasops.9 route.9 

Log message:
Obvious .Xr fixes, found while testing mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 22:09:47

Modified files:
	distrib/i386/common: list 
	distrib/i386/ramdiskA: list.local 
	distrib/i386/ramdiskB: list.local 

Log message:
Add installboot to i386 media.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 22:14:05

Modified files:
	distrib/i386/common: install.md 

Log message:
Switch i386 installs/upgrades to the new installboot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/19 22:15:51

Modified files:
	distrib/i386/common: Makefile.inc 

Log message:
Use the new installboot when building i386 media.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/19 22:56:11

Modified files:
	www/minitube   : Makefile distinfo 
Added files:
	www/minitube/patches: patch-locale_locale_pri 
Removed files:
	www/minitube/patches: patch-src_aggregatevideosource_cpp 

Log message:
Update to minitube-2.1.5

ok rpointel@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/20 00:57:55

Modified files:
	share/man/man9 : fork1.9 

Log message:
FORK_CLEANFILES is gone, but FORK_IDLE has been added
Also, the stack parameter is now used by __tfork, so yes, it's tested now.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/20 01:34:29

Modified files:
	share/man/man4 : fuse.4 

Log message:
fuse* -> fuse0 since it is a clonable device.

ok syl@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 01:43:11

Modified files:
	sys/arch/amd64/stand: Makefile 
	sys/arch/i386/stand: Makefile 

Log message:
Unlink the old amd64/i386 installboot.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 01:46:45

Modified files:
	lib/libc/gen   : exec.3 

Log message:
Add missing section numbers to .Xr; found while testing mandocdb(8).
While here, improve the wording at one place.
OK jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/20 01:49:58

Modified files:
	sys/arch/i386/stand: Makefile 

Log message:
These fd0 testing things are not used


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/20 02:16:36

Modified files:
	sbin/dhclient  : dhclient.c packet.c privsep.c 

Log message:
more %d type correctness; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/20 02:20:49

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
drm_activate() serves no purpose; ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/20 02:36:46

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Do the resume work from DVACT_WAKEUP.  There is far too much code, and it
is almost certainly doing tsleeps.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/20 03:04:02

Modified files:
	x11/kde4/libksane: Makefile 
	x11/kde4/libksane/patches: patch-KSaneConfig_cmake_in 

Log message:
Make libksane being picked up from the right directory.
Unbreaks Tellico (in WIP).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/20 03:17:20

Modified files:
	sbin/dhclient  : errwarn.c 

Log message:
Preserve tabs when constructing the "^" line in parse_warn(). Now
error messages line up the "^" correctly even when tabs are present.


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2014/01/20 03:17:43

Modified files:
	.              : octeon.html 

Log message:
Mention DSR-500 and it's current status.


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/01/20 03:46:53

Modified files:
	sys/net        : if_pflow.h 

Log message:
tedu unused declaration. ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 03:54:54

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Return a user friendly error if we ever encounter an unknown crypto
algorithm.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/20 03:55:04

Modified files:
	print/qpdf     : Makefile distinfo 

Log message:
Update to qpdf-5.1.1 which brings some performance improvements.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/20 04:01:42

Modified files:
	print/cups-filters: Makefile distinfo 
	print/cups-filters/pkg: PLIST 

Log message:
Update to cups-filters-1.0.44.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 04:27:53

Modified files:
	usr.bin/mandoc : mdoc_macro.c 

Log message:
Keep words after .Ic together in a single argument.
This doesn't hurt normal manual display
and makes the mandocdb(8) database more useful.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/20 04:52:55

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
hook mknod() if create() implementation is not present.

from Derrik Pates (daemon AT now DOT ai), thanks!
ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/20 06:00:31

Modified files:
	usr.sbin/slowcgi: slowcgi.8 

Log message:
Better explanation what slowcgi(8) is for.
Room for improvements pointed out by deraadt@
Tweaks/OK jmc@
OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/20 06:17:28

Modified files:
	lang/processing: Makefile 
	lang/processing/pkg: PLIST 

Log message:
remove the serial library which uses librxtx for which there is no openbsd shared object
in the package.

prompted by Marco Verschuur


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/20 07:50:54

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.20
New extractor for Dropbox


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/20 08:01:59

Modified files:
	lib/libfuse    : fuse.h 

Log message:
Include fuse_opt.h in fuse.h.

Reported by Helg Bredow (xx404 AT msn DOT com), thanks !
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/20 08:12:24

Modified files:
	devel/subversion: Makefile 
Added files:
	devel/subversion/patches: patch-subversion_libsvn_subr_auth_c 

Log message:
Fix Subversion's gnome-keyring support which was accidentally broken
during the upgrade to 1.8.
ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/20 08:26:52

Modified files:
	sys/miscfs/fuse: fuse_file.c 

Log message:
Do not complain if release is not implemented in fuse client.

ok millert@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/20 08:36:08

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-base/patches: 
	                                                patch-gst_audioresample_resample_c 
	multimedia/gstreamer1/plugins-base: Makefile 
	multimedia/gstreamer1/plugins-base/patches: 
	                                            patch-gst_audioresample_resample_c 

Log message:
Sync with what has been pushed upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/20 09:08:47

Modified files:
	databases/pgadmin3: Makefile 
Removed files:
	databases/pgadmin3/pkg: MESSAGE 

Log message:
Remove a MESSAGE that does not really belong here.

ok pea@ (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	bcallah@cvs.openbsd.org	2014/01/20 09:21:22

Modified files:
	.              : events.html 

Log message:
Presentation slides and audio are now up for my recent NYC*BUG talk.


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2014/01/20 09:40:26

Modified files:
	faq            : faq7.html 

Log message:
clarify the conditions for blanker activation, YES REALLY!
ok nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/20 10:04:36

Modified files:
	graphics/asymptote: Makefile 
	graphics/asymptote/pkg: PLIST 
Removed files:
	graphics/asymptote/patches: patch-configure 

Log message:
Asymptote should install TeX macros into TEXMFLOCAL not TEXMFMAIN.

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/20 10:06:31

Modified files:
	devel/doc++    : Makefile 
	devel/doc++/pkg: PLIST 

Log message:
doc++ should install TeX macros into TEXMFLOCAL not TEXMFMAIN.

A few other tidy ups too.

OK naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/20 10:09:52

Modified files:
	math/R         : Makefile 
	math/R/pkg     : PLIST 

Log message:
R should install TeX macros in TEXMFLOCAL not TEXMFMAIN.

From Rafael Sadowski (maintainer), with a few tweaks from me (missing hashing, sort PLIST).

OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/20 10:14:56

Modified files:
	sys/dev/pci    : if_oce.c 

Log message:
bzero to memset

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/20 10:17:08

Modified files:
	sys/dev/pci    : if_oce.c 

Log message:
bcmp to memcmp

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/20 10:21:22

Modified files:
	sys/dev/pci    : if_oce.c 

Log message:
bcopy to memcpy

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/20 10:23:17

Modified files:
	sys/dev/usb    : usb.h 

Log message:
define UIPROTO_BOOT_MOUSE

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/20 11:27:46

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/dev/usb    : files.usb 
Added files:
	sys/dev/usb    : ubcmtp.c 

Log message:
add ubcmtp, a USB driver for Broadcom multitouch trackpads found on
newer Apple MacBook laptops enabling two-finger scrolling and other
multi-finger gestures with the synaptics(4) driver

mostly done at the t2k13 hackathon

input from and ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/20 11:55:14

Modified files:
	sys/dev/usb    : ubcmtp.c 

Log message:
call usbd_deactivate() for DVACT_DEACTIVATE
also check usbd_is_dying() when checking sc_status

requested by mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 11:58:03

Modified files:
	app/cwm        : calmwm.h group.c kbfunc.c menu.c mousefunc.c 
	                 search.c 

Log message:
Add a function that adds an entry to a menuq, normalizing a common code
path; from Tiago Cunha.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 12:06:04

Modified files:
	app/cwm        : calmwm.h conf.c parse.y 

Log message:
- remove redundant range check for buttons in conf_bind_mouse.
- make conf_bind_kbd return error on non-matches to match what
conf_bind_mouse does.
- rename some variables while here for clarity.
- constify bind and cmd.

from Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/20 12:08:10

Modified files:
	meta/kde4      : Makefile 
	x11/kde4/artwork: Makefile 
	x11/kde4/graphics-thumbnailers: Makefile 
	x11/kde4/gwenview: Makefile 
	x11/kde4/ksnapshot: Makefile 
	x11/kde4/libkdcraw: Makefile 
	x11/kde4/libkexiv2: Makefile 
	x11/kde4/libkipi: Makefile 
	x11/kde4/plasma-addons: Makefile 

Log message:
KDE4 libraries do want PKGSPEC, too. Dependees bumped.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/20 12:14:50

Modified files:
	devel/swig     : Makefile 

Log message:
Fix perms reported by pkg_add mode checker


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2014/01/20 12:40:02

Modified files:
	devel/gyp      : Makefile distinfo 
	devel/gyp/pkg  : PLIST 
Removed files:
	devel/gyp/patches: patch-gyptest_py patch-pylib_gyp_common_py 

Log message:
update gyp to r1812 in order to bring lang/node to 0.10.24

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2014/01/20 12:42:00

Modified files:
	lang/node      : Makefile distinfo 
	lang/node/patches: patch-deps_npm_lib_build_js 
	lang/node/pkg  : PLIST 
Removed files:
	lang/node/patches: patch-deps_uv_src_unix_kqueue_c 

Log message:
update node to 0.10.24 which has a few fixes for cve-2013-6639 and
cve-2013-6640.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/20 12:51:47

Modified files:
	usr.sbin/lpr/lpd: printjob.c 

Log message:
Fix race condition during symlink check.  If there was no symbolic link
requested, use O_NOFOLLOW, otherwise make sure afterwards that the
correct file has been referenced (device/inode supplied by 'S' line).

diff basically from and ok millert@, ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/20 12:52:45

Modified files:
	usr.sbin/lpr/lpd: printjob.c 

Log message:
Use SEEK_SET instead of hardcoded 0.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/20 13:17:29

Modified files:
	www/moinmoin   : Makefile 

Log message:
Fix perms reported by pkg_add mode checker


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 13:26:56

Modified files:
	share/man/man7 : intro.7 

Log message:
Fix the .Xr macros such that we get nice clickable links on the web.
While here, fix the wording og the eqn(7) entry, too.
OK jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 13:34:22

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
add HISTORY and AUTHORS; triggered by a much shorter patch
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 14:10:05

Modified files:
	bin/md5        : cksum.1 

Log message:
The strings "1" and "2" are not placeholders for arguments,
but have to be given verbatim on the command line, so use .Cm.
Found while testing mandocdb(8), ok jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/20 14:10:55

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
for the SHA256 file, output checksums in base64; ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/20 14:19:28

Modified files:
	sys/sys        : proc.h 
	sys/kern       : init_main.c kern_exit.c kern_fork.c 
	                 kern_ktrace.c kern_proc.c kern_resource.c 
	                 kern_sig.c kern_sysctl.c 
	sys/arch/sh/sh : db_interface.c pmap.c 
	sys/miscfs/procfs: procfs_vnops.c 
	sys/compat/linux: linux_sched.c 
	lib/libkvm     : kvm_file2.c kvm_proc2.c 

Log message:
Threads can't be zombies, only processes, so change zombproc to zombprocess,
make it a list of processes, and change P_NOZOMBIE and P_STOPPED from thread
flags to process flags.  Add allprocess list for the code that just wants
to see processes.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/20 14:20:10

Modified files:
	bin/ps         : ps.1 

Log message:
P_NOZOMBIE and P_STOPPED are PS_* process flags now


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/20 14:20:46

Modified files:
	sys/dev/ic     : qla.c 

Log message:
With 2K login firmware, the login option bits are in mbox register 10.
These need to be explicitly set to 0, otherwise the firmware might not do
the process login and so leave us unable to talk to the device.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 14:27:39

Modified files:
	bin/md5        : cksum.1 

Log message:
Do not use .Ar for fixed strings, it is intended for argument placeholders.
We could switch to .Cm, but jmc@ thinks that just removing the markup
from the algorith names is better in this case.  Otherwise, the
total amount of markup could be considered excessive.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/20 14:31:25

Modified files:
	net/amule      : Makefile 
	net/amule/patches: patch-src_amule_cpp 

Log message:
Ensure constant value is interpreted as it was meant to be
(upstream git commit bc9ac1221f2d3f27b1c7068dbe590ed013f53c7a)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 14:34:32

Modified files:
	app/cwm        : calmwm.h conf.c kbfunc.c mousefunc.c parse.y 

Log message:
constify and rename some confusing variables around cmdq.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/20 14:34:44

Modified files:
	print/texlive/texmf: Makefile 
	print/texlive/texmf/patches: patch-texmf-dist_web2c_texmf_cnf 
	                             patch-texmf-dist_web2c_texmfcnf_lua 

Log message:
Remove TEXMFMAIN from our TeX configuration.

Now that the last of the ports which was installing in the deprecated
TEXMFMAIN have been fixed, the TEXMFMAIN texmf tree can dissappear. We do
this by falling in line with the upstream configurations.

OK naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/20 14:57:03

Modified files:
	sys/arch/amd64/conf: RAMDISK_CD 
	sys/arch/i386/conf: RAMDISK_CD 

Log message:
Add sdmmc support to the install media, as proposed by Florian Stinglmayr


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/01/20 15:11:42

Modified files:
	sys/net        : route.h rtsock.c 

Log message:
Get rid of the old routing message version 4 transition code before
5.5 release.
OK claudio@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 15:31:53

Modified files:
	app/cwm        : calmwm.h conf.c mousefunc.c 

Log message:
Use argument to pass down flags for mousefunc cyclegroup; removes
rcyclegroup wrapper need - now similar to kbfunc.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 15:40:06

Modified files:
	lib/libc/stdlib: realpath.3 

Log message:
Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/20 15:42:06

Modified files:
	sys/net        : radix.c 

Log message:
Try to be more consistent in how various variables are setup and named.
Also remove a memset that is already happeing because we use PR_ZERO on
the allocation. Move two memmove to memcpy because the addrs can not
overlap. Make some simple helper functions static __inline and remove one
of the explicit rn_search inlines.
OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/20 15:44:41

Modified files:
	sys/net        : route.h 

Log message:
Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themself
from multiple inclusion. OK mpi@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 16:03:51

Modified files:
	app/cwm        : calmwm.h conf.c xevents.c 

Log message:
merge KBFLAG_NEEDCLIENT and MOUSEBIND_CTX_*; brings kbfunc and mousefunc
bits even closer.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/20 16:18:47

Modified files:
	app/cwm        : kbfunc.c 

Log message:
Save the ptr position before lowering via kbd, so as to be able to cycle
back with the pointer in the right place; matches behaviour when
lowering via the mouse function.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsing@cvs.openbsd.org	2014/01/20 18:20:22

Modified files:
	faq            : current.html 

Log message:
Document the amd64/i386 installboot switch.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/20 18:48:22

Modified files:
	sys/miscfs/procfs: procfs_vnops.c 

Log message:
naughty guenther didn't compile


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/20 18:48:45

Modified files:
	sys/kern       : exec_elf.c kern_event.c kern_exec.c 
	                 kern_ktrace.c kern_lkm.c kern_lock.c 
	                 kern_malloc.c kern_resource.c kern_rwlock.c 
	                 kern_sig.c kern_sysctl.c subr_disk.c 
	                 subr_extent.c subr_hibernate.c subr_log.c 
	                 subr_userconf.c sys_generic.c sys_pipe.c 
	                 sys_process.c vfs_subr.c vfs_syscalls.c 

Log message:
bzero -> memset


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/20 18:49:13

Modified files:
	sys/compat/linux: linux_cdrom.c linux_signal.c 

Log message:
bzero -> memset


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/20 18:50:07

Modified files:
	sys/net        : pf_if.c pfvar.h 

Log message:
introduce a way to match "any" interface, excluding loopback ones.
pfi_kif_get annotates the kif with a flag indicating it is the "any" match
pfi_kif_match obeys that flag
ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/20 18:51:55

Modified files:
	sbin/pfctl     : parse.y 

Log message:
if_item can be "any" now.
allows things like
block out on $someif received-on any
to prevent packets to get forwarded to $someif


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/20 18:52:18

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
document how any matches any non-loopback interface, ok benno


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/20 19:03:33

Modified files:
	sys/dev/ic     : qla.c qlareg.h 

Log message:
Stop using 23xx-specific interrupt status codes everywhere.  Instead, classify
into one of 4 types in qla_read_isr.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/20 19:14:14

Modified files:
	sys/dev/ic     : qla.c 

Log message:
The semaphore register does need to be cleared when clearing interrupts,
but only for interrupts that return information through mailbox registers.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/20 19:40:02

Modified files:
	sys/dev/ic     : qla.c qlareg.h 
	sys/dev/pci    : qla_pci.c 

Log message:
Add support for ISP2200 based adapters.

This involves a bit of a hack in the interrupt processing path, where we
ignore the interrupt status if we're expecting a mailbox command to complete,
but we don't have the mailbox semaphore and the response ring hasn't moved.
Typically next time through, the interrupt status is the same and we have the
semaphore so we can read the results.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/01/20 19:44:14

Modified files:
	share/man/man1 : gcc-local.1 

Log message:
Update gcc-local(1) with recent changes to the toolchain:
- i386 is now PIE
- -Wbounded is enabled by default
- -Wbounded recognizes new attribute __wcstring__
- -fstack-protector-strong is supported


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/20 20:07:51

Modified files:
	sbin/dhclient  : clparse.c dhclient.c dhcp.h dhcpd.h options.c 
	                 parse.c tables.c 
	usr.sbin/dhcpd : confpars.c dhcp-options.5 dhcp.h tables.c 

Log message:
Add parsing for options 121 (classless-static-routes) and 249
(classless-ms-static-routes). dhcpd can now specify and serve
these options and dhclient can recognize and use supersede, etc.
statements on them.

Based on a diff from Stefan Rinke. Thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/20 20:13:10

Modified files:
	share/man/man4 : pf.4 

Log message:
Update the names of the DIOCXBEGIN ruleset types.

Also tweak the text a little bit to make it clear that this is the
complete list of ruleset types.

ok henning@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/20 20:15:46

Modified files:
	bin/csh        : csh.1 
	bin/ps         : ps.1 
	games/hack     : hack.6 
	lib/libc/db/man: btree.3 dbopen.3 hash.3 recno.3 
	lib/libc/gen   : confstr.3 ctermid.3 exec.3 fnmatch.3 fts.3 
	                 ftw.3 getcwd.3 getdomainname.3 getfsent.3 
	                 getgrent.3 gethostname.3 getpass.3 getpwent.3 
	                 getpwnam.3 glob.3 isfdtype.3 signal.3 sysconf.3 
	                 sysctl.3 uname.3 utime.3 
	lib/libc/gmon  : moncontrol.3 
	lib/libc/locale: nl_langinfo.3 
	lib/libc/net   : if_indextoname.3 inet6_opt_init.3 
	                 inet6_option_space.3 inet6_rth_space.3 
	                 inet6_rthdr_space.3 rcmd.3 gai_strerror.3 
	                 getaddrinfo.3 getifaddrs.3 getnameinfo.3 
	                 resolver.3 
	lib/libc/regex : regex.3 
	lib/libc/rpc   : xdr.3 
	lib/libc/stdio : funopen.3 tmpnam.3 
	lib/libc/stdlib: getopt.3 rand.3 
	lib/libc/sys   : clock_gettime.2 execve.2 getitimer.2 
	                 getsockopt.2 gettimeofday.2 intro.2 ioctl.2 
	                 kqueue.2 ktrace.2 mmap.2 mount.2 msgctl.2 
	                 pathconf.2 ptrace.2 reboot.2 recv.2 semctl.2 
	                 semop.2 shmat.2 shmctl.2 sigaction.2 socket.2 
	                 sysarch.2 syscall.2 utimes.2 wait.2 
	lib/libc/termios: tcsetattr.3 
	lib/libc/time  : ctime.3 
	lib/libc/yp    : ypclnt.3 
	lib/libkvm     : kvm_getprocs.3 kvm_open.3 
	lib/libpthread/man: pthread_once.3 
	lib/libusbhid  : usbhid.3 
	lib/libutil    : opendisk.3 
	libexec/talkd  : talkd.8 
	sbin/mountd    : exports.5 
	sbin/mount_ntfs: mount_ntfs.8 
	sbin/mount_procfs: mount_procfs.8 
	sbin/pflogd    : pflogd.8 
	share/man/man4 : agp.4 bpf.4 bridge.4 cd.4 gpio.4 hotplug.4 
	                 icmp6.4 inet.4 inet6.4 mtio.4 multicast.4 pci.4 
	                 pf.4 pflog.4 pflow.4 scsi.4 sd.4 st.4 tcp.4 
	                 termios.4 tty.4 tun.4 uk.4 unix.4 vnd.4 
	share/man/man4/man4.amd64: apm.4 mtrr.4 
	share/man/man4/man4.i386: amdmsr.4 apm.4 joy.4 mtrr.4 
	share/man/man4/man4.loongson: apm.4 
	share/man/man4/man4.macppc: apm.4 
	share/man/man4/man4.sparc: daadio.4 scf.4 tctrl.4 
	share/man/man4/man4.sparc64: bpp.4 
	share/man/man4/man4.zaurus: apm.4 
	share/man/man5 : core.5 dir.5 elf.5 pf.conf.5 utmp.5 
	share/man/man7 : script.7 
	share/man/man9 : aml_evalnode.9 audio.9 bus_space.9 
	                 ieee80211_radiotap.9 knote.9 mbuf.9 md5.9 
	                 sensor_attach.9 style.9 task_add.9 uiomove.9 
	                 uvm.9 workq_add_task.9 
	usr.bin/man    : man.1 
	usr.sbin/apm   : apm.8 
	usr.sbin/hotplugd: hotplugd.8 
	usr.sbin/pkg_add: pkg_create.1 
	usr.sbin/procmap: procmap.1 
	usr.sbin/pppd  : pppd.8 
	usr.sbin/syslogd: syslogd.8 

Log message:
obvious .Pa fixes; found with mandocdb(8)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 20:15:55

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Factor out and fix the RAID5 write functionality.

In particular, change the parity calculation algorithm so that we do not
need to scrub the volume. Also handle the different cases that we can
encounter when operating in online and degraded mode. This allows writes
to continue to function correctly even when a chunk is lost.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 20:21:38

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Remove pointless validation - these cases cannot be hit as they have
already been checked in sr_crypto_alloc_resources and sr_validate_io.
Also document the known issue with per-block key selection.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/20 20:23:36

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
Add all the Intel KT's which got missed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 20:27:38

Modified files:
	sys/dev        : softraid.c 

Log message:
Stop bzeroing the work unit when it is initialised. Rather, only initialise
the specific fields that are either not persistent for the life of the
workunit and/or not reinitialised in sr_wu_release_ccbs. This is also
necessary for upcoming changes.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/20 20:42:21

Modified files:
	sys/arch/macppc/dev: esp.c 
	sys/arch/sparc/dev: esp.c 
	sys/arch/vax/vsa: asc_vsbus.c 

Log message:
dtucker@ pointed out i suck at grep.

fix ncr53c9x fallout.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 20:50:44

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Use a TAILQ for tracking work units, rather than an array. This will allow
for variable size work units. While here, remove some pointless checks.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2014/01/20 20:54:34

Modified files:
	distrib/sets/lists/base: md.amd64 md.i386 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 21:23:14

Modified files:
	sys/dev        : softraid.c softraid_aoe.c softraid_crypto.c 
	                 softraidvar.h 

Log message:
Allow for variable sized work units.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/20 21:47:38

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c intel_bios.c intel_modes.c 

Log message:
Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 22:11:12

Modified files:
	sys/dev        : softraid_crypto.c softraidvar.h 

Log message:
Instead of maintaining a completely separate list of crypto work units,
simply allocate larger work units and include the normal work unit struct
in the top of the crypto work unit struct.

This greatly simplifies the code and removes possible failure cases.

Discussed with dlg@

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/20 22:17:45

Modified files:
	sbin/dhclient  : clparse.c dhclient.c dhcpd.h 

Log message:
Allow dhclient.conf to specify 'fixed-address', 'next-server',
'filename' and 'server-name'. dhclient.conf can now override anything
in an offer or saved lease when creating the effective lease.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 22:22:21

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/20 22:38:49

Modified files:
	sys/crypto     : crypto.c 

Log message:
Respect CRYPTO_F_NOQUEUE flag when dispatching a crypto operation

ok jsing, markus


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/20 22:40:32

Modified files:
	sys/crypto     : crypto.c 

Log message:
cc_queued is not used for anything atm, remove it;  ok jsing, markus


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 22:52:25

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Do not bother calling splvm around crypto_invoke(), as crypto_invoke()
already calls splvm as necessary.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/20 22:55:25

Modified files:
	sys/dev/mii    : rgephyreg.h 

Log message:
Sync in the PHY Specific Control and Status register bits.

ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/20 23:10:14

Modified files:
	sys/dev/ic     : qla.c 

Log message:
add a missing printf argument
ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/20 23:22:37

Modified files:
	sys/kern       : kern_exit.c 

Log message:
Setting p->p_p to NULL when it's still running isn't safe for statclock().
It was just for cleanliness, so be a little dirty

ok krw@, who managed to convince his clock to fire in the gap


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 23:38:11

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Remove unused variable.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/20 23:42:52

Modified files:
	sys/dev        : softraid.c 

Log message:
Actually use the correct TAILQ field.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/21 00:39:14

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Add and enable signature checking per default.
Provide new option -S to skip that step.

idea and initial work from jturner@
with feedback from deraadt@
ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/21 00:47:59

Modified files:
	share/man/man1 : gcc-local.1 

Log message:
various small fixes to improve readability, mostly in the propolice section;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/21 00:52:14

Modified files:
	usr.sbin/dhcpd : dhcp-options.5 

Log message:
sort;


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/21 00:58:08

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Protect variable names.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 01:25:33

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 01:29:32

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
oops, missed one


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 01:43:56

Modified files:
	sys/dev/pci/drm/i915: i915_gem_context.c 

Log message:
Use PTR_ERR where appropriate instead of a plain cast.
Reduces diffs to Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 01:55:24

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.

discussed with jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 01:57:22

Modified files:
	sys/dev/pci/drm/i915: dvo_ch7017.c dvo_ch7xxx.c dvo_ivch.c 
	                      dvo_ns2501.c dvo_sil164.c dvo_tfp410.c 
	                      i915_dma.c i915_gem.c i915_gem_context.c 
	                      i915_gem_execbuffer.c i915_gem_tiling.c 
	                      intel_bios.c intel_crt.c intel_ddi.c 
	                      intel_display.c intel_dp.c intel_dvo.c 
	                      intel_fb.c intel_hdmi.c intel_lvds.c 
	                      intel_overlay.c intel_pm.c 
	                      intel_ringbuffer.c intel_sdvo.c 
	                      intel_sprite.c intel_tv.c 

Log message:
Use Linux compat functions to do kernel memory allocations in the bits of code
that are shared with Linux.  Use OpenBSD functions in the few sports where we
have our own implementation of bits.

discussed with jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/01/21 02:09:15

Modified files:
	bin/date       : date.c 

Log message:
localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 02:40:55

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c ipifuncs.c lapic.c 
	sys/arch/amd64/include: i82489var.h 

Log message:
Disable lapic when halting CPUs.  Allegedly this is necessary to make
suspend work on some machines.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/21 02:49:38

Modified files:
	graphics/clutter/cogl: Makefile distinfo 

Log message:
update to cogl-1.16.2


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/21 02:57:33

Modified files:
	sys/dev/usb    : if_mos.c 

Log message:
Always fill in the broadcast address so as to handle broadcast packets if
the interface is put into all multicast mode.

ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/21 03:06:07

Modified files:
	lang/ruby/1.9/patches: patch-configure 
	lang/ruby/2.0/patches: patch-configure 
	                       patch-lib_rubygems_ext_ext_conf_builder_rb 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/21 03:08:02

Modified files:
	sys/net        : rtsock.c 

Log message:
Substitute crazy defines and convert some 0 to NULL.

ok claudio@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/21 03:18:26

Modified files:
	sys/net        : if_var.h 
	sys/netinet    : igmp.c in.c in_var.h ip_output.c 
	sys/netinet6   : in6.c in6_ifattach.c in6_var.h ip6_output.c 
	                 mld6.c 

Log message:
Do not clean the multicast records of an interface when it is destroyed
(unplugged).  Even if it makes no sense to keep them around if the
interface is no more, we cannot safely remove them since pcb multicast
options might keep a pointer to them.

Fixes a user after free introduced by the multicast address linking
rewrite and reported by Alexey Suslikov, thanks!

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 03:19:31

Modified files:
	sys/arch/sparc64/sparc64: intr.c 

Log message:
use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lock
directly.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 03:21:05

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Add missing states to the RAID 5 volume transitions.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 03:25:25

Modified files:
	sys/dev        : softraid_raid1.c softraid_raid5.c 
	                 softraid_raid6.c 

Log message:
Order the volume state transitions by state value.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/21 03:26:49

Modified files:
	usr.bin/mandoc : mdoc_macro.c 

Log message:
Treat the line after .Cd as a single argument.
This doesn't hurt normal manual display
and makes the mandocdb(8) database more useful.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 03:59:31

Modified files:
	sys/arch/sparc64/dev: pyro.c 

Log message:
enable MPSAFE interrupts on pyro. it seems to work ok.

kettenis@ told me where to put these lines


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/21 04:02:00

Modified files:
	share/man/man4 : gpio.4 

Log message:
fix typo: s/ ar / at /


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/21 04:03:32

Modified files:
	share/man/man4 : bpf.4 

Log message:
do not abuse .Cd for userland stuff; use .In or .Fd


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/01/21 04:51:02

Modified files:
	lib/libc/time  : ctime.3 

Log message:
document return values; ok deraadt@, jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jung@cvs.openbsd.org	2014/01/21 06:07:26

Modified files:
	mail/milter-spamd: Makefile distinfo 

Log message:
update milter-spamd to 0.6

tested by remi locherer and myself

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/21 07:30:30

Modified files:
	x11/awesome    : Makefile 
	x11/awesome/patches: patch-lib_awful_menu_lua_in 

Log message:
awful.menu.clients: Remove useless line
(upstream git commit 64dc578efce8e35beb7e74aed0184f5302a0dc80)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/21 08:17:25

Modified files:
	bin/chmod      : chgrp.1 chmod.1 chown.8 

Log message:
- remove brackets in -H description: the information is quite relevant
- note that not following sym links is default for -R
- improve the description of -R, providing a mnemonic and a simpler
description of what it does. also make the text for all these pages
identical, as far as is possible

ok millert schwarze


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/21 08:41:27

Modified files:
	security/encfs : Makefile 
	security/encfs/patches: patch-encfs_main_cpp 
Removed files:
	security/encfs/patches: patch-encfs_CipherFileIO_cpp 
	                        patch-encfs_CipherFileIO_h 
	                        patch-encfs_DirNode_cpp 
	                        patch-encfs_DirNode_h 
	                        patch-encfs_FileIO_h 
	                        patch-encfs_FileNode_cpp 
	                        patch-encfs_FileNode_h 
	                        patch-encfs_MACFileIO_cpp 
	                        patch-encfs_MACFileIO_h 
	                        patch-encfs_RawFileIO_h 
	                        patch-encfs_encfs_cpp 
	                        patch-encfs_encfs_h 
	                        patch-encfs_rawfileio_cpp 

Log message:
encfs does not need all these patches anymore.

OK ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/21 08:42:45

Modified files:
	app/cwm        : calmwm.c calmwm.h conf.c kbfunc.c menu.c 

Log message:
Sprinkle a few more const; from Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/21 10:37:56

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-gio_gunixmounts_c 

Log message:
Add more paths to system_internal.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/21 10:39:30

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/patches: patch-daemon_gdm-session-record_c 
Added files:
	x11/gnome/gdm/patches: patch-configure_ac 
	                       patch-daemon_gdm-session-record_h 

Log message:
Fix utmp usage, login(3) cannot work without a tty.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/21 12:03:44

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
Document -S and the new signify(1) use by sysmerge(8).

input and ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/21 12:23:40

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsdaemon_c 

Log message:
Properly remove the socket directory; this prevents creating brazillions
of gvfs entries under /tmp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/21 13:11:09

ports/www/puppetboard/files

Update of /cvs/ports/www/puppetboard/files
In directory cvs.openbsd.org:/tmp/cvs-serv13532/files

Log Message:
Directory /cvs/ports/www/puppetboard/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/21 13:35:41

Log message:
    Port of Filesys::Statvfs, that allow access to statvfs() and fstatvfs().
    
    ok jca@
    
    Status:
    
    Vendor Tag:	syl
    Release Tags:	syl_20140121
    
    N ports/devel/p5-Filesys-Statvfs/Makefile
    N ports/devel/p5-Filesys-Statvfs/distinfo
    N ports/devel/p5-Filesys-Statvfs/pkg/DESCR
    N ports/devel/p5-Filesys-Statvfs/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	syl@cvs.openbsd.org	2014/01/21 13:39:33

Modified files:
	devel          : Makefile 

Log message:
+ p5-Filesys-Statvfs


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2014/01/21 13:45:43

Modified files:
	lang/pfe       : Makefile 
Added files:
	lang/pfe/patches: patch-pfe_def-config_h 

Log message:
Make sure `cells' are aligned to pointer size boundaries, using the same logic
deciding whether they need to be `int' or `long' sized (really `void *' sized).
Unbreaks 64-bit platforms with strict alignment (alpha and sparc64 where this
had been detected, but likely mips64 as well).

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 13:49:41

Modified files:
	www/p5-Mojo    : Makefile distinfo 
	www/p5-Mojo/pkg: PLIST 

Log message:
Update to p5-Mojolicious 4.66.

From Remi Locherer (based on a diff from jim@), tested by Abel Abraham
Camarillo Ojeda


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 13:50:37

Modified files:
	www/p5-MojoX-Session: Makefile distinfo 
	www/p5-MojoX-Session/pkg: PLIST 

Log message:
Update to MojoX-Session-0.31.

From Remi Locherer (based on a diff from jim@), tested by Abel Abraham
Camarillo Ojeda


CVSROOT:	/cvs
Module name:	src
Changes by:	sf@cvs.openbsd.org	2014/01/21 14:14:58

Modified files:
	share/man/man4 : Makefile virtio.4 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/dev/pci    : files.pci 
Added files:
	share/man/man4 : viornd.4 
	sys/dev/pci    : viornd.c 

Log message:
Add virtio random driver

OK mikeb@
"seems fine" matthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/01/21 14:27:14

Modified files:
	sbin/ifconfig  : ifconfig.c ifconfig.8 
	share/man/man4 : pflow.4 
	sys/net        : if_pflow.c 

Log message:
allow pflow(4) to determine the src IP address based on the route
table if flowsrc is not set. Now works with new udp checksum code.
From Nathanael Rensen (nathanael.openbsd AT list DOT polymorpheus DOT
com), tweak and ok florian@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/21 14:33:15

Modified files:
	devel/doc++    : Makefile 
	devel/doc++/patches: patch-configure 

Log message:
Fix libintl detection.  The old AM_GNU_GETTEXT macro doesn't work with
C++ on LP64 archs, so use code snippet from a later version.
Debugged by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/01/21 14:38:40

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
fix a a double free caused by a config with two listen on statements
in a relay (the first one with ssl).
found and fixed by Erik Lax <erik AT halon DOT se>
ok phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 14:45:58

Modified files:
	sys/sys        : extent.h 
	sys/kern       : subr_extent.c 

Log message:
Add extent_alloc_subregion_with_descr(9) which allows the caller to provide
a region descriptor such that the extent manager doesn't need to call
malloc(9).

ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 14:46:54

Modified files:
	share/man/man9 : Makefile extent.9 

Log message:
Document extent_alloc_subregion_with_descr(9).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 14:51:35

Modified files:
	www/mozilla-firefox: Makefile 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-extensions_auth_nsAuthGSSAPI_cpp 

Log message:
Add a patch from Eric Radman (many thanks!) to properly load all the
depending libs of libgssapi before loading the latter - fixes
kerberos/gssapi authentication for him. To be massaged for integration
upstream in https://bugzilla.mozilla.org/show_bug.cgi?id=648730


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 14:58:27

Modified files:
	sbin/mount_tmpfs: mount_tmpfs.c 

Log message:
include util.h for scan_scaled()


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 15:19:32

Modified files:
	usr.sbin/amd/amd: get_args.c 

Log message:
include unistd.h for getopt()


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/21 15:25:56

Modified files:
	usr.bin/mg     : theo.c 

Log message:
fulfilling theo's wishes


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/01/21 15:26:11

Modified files:
	lib/libfuse    : fuse_opt.c fuse_opt.h 

Log message:
Mark fuse_opt_parse()'s third argument as a point to const, to match the
reference FUSE implementation.  ok syl@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/21 15:27:34

Modified files:
	archivers/libzip: Makefile distinfo 
	archivers/libzip/pkg: PLIST 
Removed files:
	archivers/libzip/patches: patch-man_zip_get_file_comment_mdoc 
	                          patch-man_zip_get_name_mdoc 

Log message:
Update to libzip-0.11.2.  ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/21 15:33:19

Modified files:
	bin/chmod      : chown.8 

Log message:
document that specifying ":group" (without an owner) is an extension;
ok millert sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/21 15:35:45

Modified files:
	bin/chmod      : chgrp.1 

Log message:
paste in the fs.posix.setuid blurb from chown(1), as it's
relevant here too;

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 15:41:29

Log message:
    Import p5-Mojolicious-Plugin-TtRenderer 1.50.
    This is a successor of p5-MojoX-Renderer-TT which is not on cpan anymore.
    
    This module implements a Template Toolkit based renderer for Mojolicious.
    
    From Remi Locherer, reads ok to (and reminded by :) sthen@
    
    Status:
    
    Vendor Tag:	rlocherer
    Release Tags:	landry_20140121
    
    N ports/textproc/p5-Mojolicious-Plugin-TtRenderer/distinfo
    N ports/textproc/p5-Mojolicious-Plugin-TtRenderer/Makefile
    N ports/textproc/p5-Mojolicious-Plugin-TtRenderer/pkg/PLIST
    N ports/textproc/p5-Mojolicious-Plugin-TtRenderer/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 15:43:42

Modified files:
	textproc       : Makefile 
Removed files:
	textproc/p5-MojoX-Renderer-TT: Makefile distinfo 
	textproc/p5-MojoX-Renderer-TT/pkg: DESCR PLIST 

Log message:
Remove p5-MojoX-Renderer-TT, and link p5-Mojolicious-Plugin-TtRenderer


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/21 15:45:07

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Add quirk for p5-MojoX-Renderer-TT => p5-Mojolicious-Plugin-TtRenderer

From Remi Locherer, reads ok to & reminded by sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/21 15:53:51

Modified files:
	build          : groups.dat 

Log message:
add an irregular group in Allahabad, Uttar Pradesh, India
from Sanjai Verma on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/21 15:53:58

Modified files:
	.              : groups.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 15:56:31

Modified files:
	usr.sbin/pppd  : chap.c 

Log message:
include stdlib.h for drand48()


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 16:05:09

Modified files:
	usr.sbin/ypbind: ypbind.c 

Log message:
add back ctype.h include for isspace()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/21 16:25:04

Modified files:
	lib/libc/stdlib: rand48.3 

Log message:
Ouch... recommend arc4random, not random.
spotted by tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 16:26:50

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
introduce fine grained locking.

this doesnt give up the big lock coming from process context, only from
the interrupt side. it is excessively careful about when it takes
the big lock again. notably it goes to a lot of effort to not hold
a mutex while calling into other subsystems or before taking the
big lock.

ive been hitting it as hard as i can without problems.

intensly read by mpi@
ok claudio@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/21 16:33:54

Modified files:
	devel/doc++    : Makefile 

Log message:
bump, because previous version was built with included libintl on LP64


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 16:42:45

Modified files:
	sys/net        : radix.c 

Log message:
Cleanup the abuse of x as the rn_addmask radix node. Since in most
cases x is just used as a temp variable. Main offender is rn_addmask()
which sets x once at the top uses it then late in the function and then
starts reuing it for various other stuff. While there fix some for loops
to while ones and fix one strange do { } while() loop.
And since rn_search() can not return NULL remove one extra check.
OK mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 16:47:41

Modified files:
	sys/arch/mvme68k/dev: vs.c 

Log message:
add a missing argument to a debug printf


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/21 16:52:23

Modified files:
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/patches: patch-conf_master_cf 
	mail/postfix/stable/pkg: PLIST 

Log message:
Update to Postfix 2.11.0.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 16:54:48

Modified files:
	sys/arch/mvme88k/mvme88k: m197_machdep.c 

Log message:
add missing arguments to debug printfs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/21 16:54:50

Modified files:
	usr.sbin/pppd  : chap.c 

Log message:
use arc4random for chap generation; ok tedu


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/21 16:57:56

Modified files:
	sys/kern       : uipc_socket.c 

Log message:
Don't leak kernel stack in timeval padding in getsockopt(SO_{SND,RCV}TIMEO)

ok mikeb@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 17:03:06

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
add missing arguments to debug printfs


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/21 17:09:02

Modified files:
	share/man/man9 : Makefile tsleep.9 

Log message:
wakeup_n and wakeup_one blurbs


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/21 17:15:30

ports/www/py-wsgiproxy/patches

Update of /cvs/ports/www/py-wsgiproxy/patches
In directory cvs.openbsd.org:/tmp/cvs-serv1409/patches

Log Message:
Directory /cvs/ports/www/py-wsgiproxy/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/21 17:15:37

Modified files:
	net/ldns       : Makefile.inc distinfo 
	net/ldns/drill : Makefile 
	net/ldns/libldns: Makefile 
	net/ldns/libldns/patches: patch-Makefile_in 
	net/ldns/libldns/pkg: PLIST 
	net/ldns/utils : Makefile 
Removed files:
	net/ldns/libldns/pkg: PFRAG.shared 

Log message:
Update to ldns 1.6.17.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/21 17:16:11

Modified files:
	www/py-wsgiproxy: Makefile 
Added files:
	www/py-wsgiproxy/patches: patch-wsgiproxy_middleware_py 

Log message:
Remove simplejson from RDEPS and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/21 17:17:42

Modified files:
	net/unbound    : Makefile 

Log message:
Update depends / wantlib after ldns .17 update.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/21 17:18:45

Modified files:
	audio/fookebox : Makefile 

Log message:
Remove simplejson from RDEPS, it's not used since 0.6.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/21 17:21:17

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/hostapd: parse.y 
	usr.sbin/ifstated: 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/ypldap: parse.y 

Log message:
relax the cfg file secrecy check slightly to allow group readability
default permissions and mtree NOT changed.
prodded by benno, ok phessler benno jmatthew theo pelikan florian


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/21 17:22:53

Modified files:
	audio/zeya     : Makefile 

Log message:
Remove simplejson from RDEPS, this supports the json module just fine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2014/01/21 17:25:09

Modified files:
	net/py-twitter : Makefile 

Log message:
Remove simplejson from RDEPS, this supports the json module just fine.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/21 17:36:31

Modified files:
	regress/sys/kern/ptrace: ptrace.c 

Log message:
Missing #include


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/21 17:48:37

Modified files:
	sys/kern       : kern_time.c 

Log message:
timeval, timespec, and itimerval have padding on many archs.  If we're
going to copyout one, memset the structure and then set it member by member.
sys_adjtime() does that on copyin instead, as it already has to munge the
members as it goes.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 18:21:34

Modified files:
	sys/dev        : vscsi.c 

Log message:
iscsid can handle multiple outstanding commands per lun. with the latency
on iscsi the way it is, you need to get concurrent io up in the air.


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2014/01/21 18:25:41

Modified files:
	sys/dev/usb    : usbdevs usbdevs.h usbdevs_data.h 

Log message:
add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definition

ok by Brad Smith


CVSROOT:	/cvs
Module name:	src
Changes by:	juanfra@cvs.openbsd.org	2014/01/21 18:29:33

Modified files:
	share/man/man8 : afterboot.8 
	usr.sbin/pkg_add: pkg_add.1 

Log message:
Fix the ambigous text in afterboot. For a newbie, the text really
said: "download the packages from a mirror and install these with
pkg_add". Also add a mention to pkg.conf in pkg_add.1.

Help and suggestions from jmc@ and sthen@. OK from both.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 18:46:08

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
Remove a pesky free that was supposed to be removed in an earlier commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/21 19:31:30

Modified files:
	sys/kern       : kern_event.c 

Log message:
Delete casts in assignments to void* and passed void* arguments.
bcopy() can be memcpy() because target is freshly malloced.
&array[n] is simpler than (char*)array + n*sizeof(array[0])

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/21 19:31:44

Modified files:
	sys/dev/pci    : qla_pci.c 

Log message:
missing printf arg, spotted by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2014/01/21 19:47:05

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
re-generated from usbdevs


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/01/21 19:55:15

Modified files:
	usr.sbin/ntpd  : ntpctl.8 ntpd.c ntpd.h 

Log message:
allow -s<abrev> in addition to -s <word> in ntpctl commandline, like
all the other tools do. changes option 'sensors' to 'Sensors'.
ok henning@, and grudgingly phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 19:58:35

Modified files:
	sys/dev/pcmcia : cfxga.c 

Log message:
add a missing argument to a debug printf


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/21 20:02:58

Modified files:
	sys/dev/pci    : mpii.c 

Log message:
fixup a few debug printfs;  pointed out by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 20:03:09

Modified files:
	sys/dev/sbus   : rfx.c 

Log message:
add a missing argument to a debug printf


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/21 20:09:31

Modified files:
	sbin/isakmpd   : Makefile app.c connection.c dpd.c 
	                 genconstants.sh genfields.sh ipsec.c sa.c 
	                 udp_encap.c util.c util.h 
	sbin/isakmpd/sysdep/openbsd: sysdep.c 
Removed files:
	sbin/isakmpd   : sysdep.h 

Log message:
improve randomization.  remove some junk debugging features that are
fundamentally broken.
ok jsing mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 20:09:39

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 

Log message:
Use ljmp instead of ljmpq since binutils 2.17 doesn't like the latter.

ok mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 20:19:04

Modified files:
	sys/dev/usb    : ubcmtp.c 

Log message:
add a missing argument to a debug printf
ok jcs@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/21 20:21:23

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
add a missing argument to a printf


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 20:24:42

Modified files:
	sys/dev        : rnd.c 

Log message:
Emit a warning if no entropy was supplied by the boot loader.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/21 20:46:48

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Write disklabel in correct spot on devices with non-512-byte sectors.

For now and until 5.5 is cut, also read from current/incorrect spot
so people don't immediately lose their existing disklabels on such
devices.

Problem spotted by David Vasek.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/21 20:47:22

Modified files:
	sys/arch/amd64/stand: Makefile.inc 

Log message:
CDIAGFLAGS= not needed


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 21:03:06

Modified files:
	sys/net        : netisr.c 

Log message:
do the tx and pfsync handlers only once on the way out of netisr
instead of in every loop.

tested for a long time on many machines at work.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 21:04:53

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: intel_display.c intel_dp.c intel_pm.c 
	                      intel_ringbuffer.c 

Log message:
Use DIV_ROUND_UP instead of howmany to reduce the diffs with Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 21:08:08

Modified files:
	usr.sbin/bgpd  : rde.c session.c 

Log message:
Fix a bug where stale routes were not properly flushed on sessions announcing
the graceful restart capability.  The bug is triggered when a router does not
reconnect before the graceful restart timeout fires.
This removes the checks for the CAPA_GR_FORWARD flag in the timeout and
IMSG_SESSION_RESTARTED handler.
CAPA_GR_RESTARTING is indicating that bgpd is currently doing a graceful
restart for this neighbor and therefore the SE must issue a flush of stale
routes in some way.
CAPA_GR_FORWARD on the other hand is only indicating that the neighbor
actually preserved the forwarding state which is too strict for the timeout
handler.
Tested by sthen@, florian@ and benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2014/01/21 21:13:22

Modified files:
	sys/dev/usb    : if_udav.c if_udavreg.h 

Log message:
udav(4): add CoreChip RD9700 support

RD9700 has no MII-PHY, no serial EEPROM.

ok by deraadt@, brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 21:24:29

Modified files:
	sys/dev        : softraid.c softraid_raid1.c softraid_raid5.c 
	                 softraid_raid6.c softraidvar.h 

Log message:
Switch metadata saves from the system workq to the system taskq.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/21 21:31:45

Modified files:
	regress/lib/libpthread/semaphore/sem_timedwait: sem_timedwait.c 

Log message:
There can be resolution-worth of slop in two places, so accept that


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/21 21:33:34

Modified files:
	sys/net        : pf.c pf_if.c 

Log message:
7x bcopy -> memcpy, impossibility of overlaps verified. ok benno dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/21 21:34:25

Modified files:
	sys/net        : pf_norm.c 

Log message:
one more absolutely obvious bcopy -> memcpy


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 21:47:15

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Handle the case where a chunk is in a rebuild state during writes.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/21 21:50:58

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c 

Log message:
bring inteldrm back up after resume using DVACT_WAKEUP (non-cold, able
to tsleep, etc) rather than DVACT_RESUME (cold, interrupts disabled,
super restrictive)
tested by jcs and myself, investigated with kettenis


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/01/21 22:07:12

Modified files:
	distrib/sets/lists/xbase: md.amd64 md.i386 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 22:11:36

Modified files:
	sys/dev        : softraid.c softraid_raid5.c softraid_raid6.c 
	                 softraidvar.h 

Log message:
Move sr_dump from the RAID5 code into shared code. Rename it to
sr_dump_block and place it under the debug define in the process.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/21 22:16:55

Modified files:
	sys/dev/pci/drm: drmP.h 
	sys/dev/pci/drm/i915: intel_crt.c intel_dp.c intel_dvo.c 
	                      intel_hdmi.c intel_lvds.c intel_sdvo.c 
	                      intel_tv.c 

Log message:
Provide inline dummy implementations of drm_sysfs_connector_add() and
drm_sysfs_connector_remove() and call those instead of #ifdef'ing them out.
Reduces the noise when diffing against Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/21 22:35:17

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 

Log message:
tweak ubcmtp comment


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/21 22:42:39

Modified files:
	sys/dev        : softraid.c 

Log message:
The sr_rebuild function does not actually do the rebuild, it only starts
the rebuild thread. Rename it to sr_rebuild_start to make this clearer.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/21 23:00:22

Modified files:
	sys/dev/usb    : ubcmtp.c 

Log message:
simplify ubcmtp_match

suggested by mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/21 23:04:17

Modified files:
	sys/dev/pci    : if_vmx.c 

Log message:
- Unconditionally set IFCAP_VLAN_MTU
- Bring the receive filter handling in line with other drivers
- Simplify the RX checksum code a bit and only set the flags when the
RX checksum is Ok

ok uebayasi@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/21 23:05:21

Modified files:
	sys/dev/ic     : wdc.c wdcvar.h 

Log message:
dont piggyback on C_PRIVATEXFER because it must not touch splx.
because im using it while the system is up and running i need the
xfer free path to take the right locks, which PRIVATEXFER doesnt.
invent a new C_SCSIXFER flag that provides the safety needed.

this fixes issues people have had installing from atapiscsi(4) cdrom
devices.

bug spelunking and tailq corruption identified by jsing@
ok jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 23:23:37

Modified files:
	sbin/route     : keywords.h keywords.sh route.8 route.c 

Log message:
Remove genmask support from route(8). It still will show them in monitor
or get but you can no longer set it. genmask will die soon since nobody
needs it. OK benno@ and agreed by dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 23:24:23

Modified files:
	usr.sbin/route6d: route6d.c 

Log message:
RTA_GENMASK is going to die soon so no need to handle it anymore.
OK benno@ and agreed by dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 23:25:52

Modified files:
	share/man/man4 : route.4 
	share/man/man9 : route.9 

Log message:
Adjust man pages since RTA_GENMASK is going away (even though we keep the
defines for now they should not be documented).
OK benno@ and agreed dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/21 23:28:09

Modified files:
	sys/net        : route.c route.h rtsock.c 
	sys/netinet    : if_ether.c 

Log message:
Remove genmask support from the kernel. rtmsgs with RTA_GENMASK set will
now cause a EINVAL. The RTA_GENMASK and RTAX_GENMASK defines are kept for
compatibility reasons.
OK benno@ and agreed by dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/22 00:32:48

Modified files:
	share/man/man9 : tsleep.9 

Log message:
- add wakep_{n,one} to NAME and more fully into DESCRIPTION
- zap eol whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/22 01:25:16

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Cleanup and simplify:

- rename restore_bak to restore_sum since this is what it does
- better clean up after ourselves so only user relevant files are left
in the work directory after a run
- better handling of symlinks and make sure they match
- tweak output: no need to warn the user when we are finished, it is
pretty obvious; output that we are veryfing sigs
- simplify signature handling:
drop get_sig and get signatures at the same time we get the sets -- this
allows to get a specific SHA256.sig file for each set
check signature in check_sig() right after getting the corresponding set

ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/01/22 01:30:49

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.966


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/22 01:34:58

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Don't remove the SHA256 file twice.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/22 01:53:16

Modified files:
	www/py-flask-wtf: Makefile 
	www/py-flask-wtf/pkg: PLIST 

Log message:
resolve silly conflict with py-wtforms


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 02:03:19

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Make rebuild a discipline specific function pointer. For now, this defaults
to the existing rebuild code.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 02:18:04

Modified files:
	sys/arch/hppa/stand/mkboot: mkboot.c 

Log message:
Clean up code - sort headers, remove __OpenBSD__ #ifdefs and ansify
function declarations.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/22 02:21:17

Modified files:
	www/puppetboard: Makefile distinfo 
	www/puppetboard/pkg: PLIST 
Added files:
	www/puppetboard/files: puppetboard_wsgi.py 
Removed files:
	www/puppetboard/patches: patch-puppetboard_app_py 
	                         patch-puppetboard_default_settings_py 

Log message:
update to puppetboard-0.0.4


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/22 02:25:41

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2_pld.c pfkey.c 

Log message:
implement DPD similar to isakmpd, but only send DPD-messages 'on-demand'
(less aggressive, only if the ESP-SAs are actually used);
feedback & ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 02:26:55

Modified files:
	sys/arch/hppa64/stand/mkboot: mkboot.c 

Log message:
Same clean up for hppa64.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/22 02:35:20

Modified files:
	sys/net        : if_ethersubr.c 
	sys/netinet    : ip_carp.c ip_carp.h 

Log message:
Pass the receiving interface pointer to carp_input() instead of re-
reading it from the packet header.  While here makes carp_input()
take the same arguments as ether_input().

ok bluhm@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/22 02:36:04

Modified files:
	sbin/ipsecctl  : pfkdump.c 

Log message:
fix printing of IPcomp SAs; ok mikeb@ & todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 02:37:11

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Allocate two work units for use by rebuild/scrub.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:39:38

Modified files:
	usr.bin/column : column.c 

Log message:
fix leaks
ok krw@ deraadt@ benno@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:41:54

Modified files:
	usr.bin/less   : regexp.c 

Log message:
fix a leak in an error path
ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 02:42:13

Modified files:
	sys/dev        : softraidvar.h softraid.c 

Log message:
Add a debug flag for rebuild.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:43:53

Modified files:
	usr.bin/mg     : cscope.c 

Log message:
fix fd leaks in error paths
ok krw@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:45:21

Modified files:
	usr.bin/unvis  : unvis.c 

Log message:
fix an fd leak
ok krw@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:50:52

Modified files:
	usr.sbin/lpr/pac: pac.c 

Log message:
fix a leak
ok krw@ deraadt@ benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 02:58:28

Modified files:
	lib/libc/gen   : getgrouplist.c 

Log message:
fix a leak in getgrouplist()
problem reproduced and fix verified by schwarze who wrote the code
ok krw@ deraadt@ schwarze@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/22 03:13:20

Modified files:
	lib/libsndio   : sio_open.3 

Log message:
clean up macro usage;
tweak and ok ratchov@, ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/22 03:17:59

Modified files:
	sys/net        : radix.c radix.h radix_mpath.c 

Log message:
Kill the RN_DEBUG code it is broken since rev 1.1 and not worth fixing.
OK mpi@ and krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/22 03:40:07

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Do not bother comparing/merging empty files. Regression from previous
spotted by kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 03:52:35

Modified files:
	sys/arch/sparc64/dev: iommu.c iommuvar.h viommu.c 

Log message:
Use extent_alloc_subregion_with_descr(9).  This should make bus_dmamap_load(9)
and bus_dmamap_unload(9) "mpsafe".


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 04:01:15

Modified files:
	sys/arch/powerpc/include: mutex.h 
	sys/arch/powerpc/powerpc: mutex.S 

Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock.  The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock.  This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.

No change for non-MULTIPROCESSOR kernels.

tested by mpi@, landry@
ok mpi@, dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/22 04:30:10

Modified files:
	www/php-predis : Makefile distinfo 
	www/php-predis/pkg: PLIST 

Log message:
Update to Predis-0.8.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/22 04:59:05

Modified files:
	sysutils       : Makefile 
Removed files:
	sysutils/apc-upsd: Makefile distinfo 
	sysutils/apc-upsd/patches: patch-apc_smart_c patch-apc_upsd_h 
	sysutils/apc-upsd/pkg: DESCR PLIST 

Log message:
remove apc-upsd, requested by kirby@ long ago, and I was just reminded of it
by blambert. suggested replacements: apcupsd (similar name different program)
or NUT, both of which support USB UPS and some newer RS232 UPS than apc-upsd.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/22 05:00:32

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
apc-upsd goes away, and a whitespace nit (space-tab)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/22 05:01:57

Modified files:
	databases/ruby-redis: Makefile distinfo 
	databases/ruby-redis/patches: 
	                              patch-test_publish_subscribe_test_rb 

Log message:
Update to ruby-redis-3.0.7


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 05:31:09

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Do not attempt to handle rebuild work units in the RAID5 work unit
completion code. Add a comment about retrying on write failures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/22 06:01:25

Modified files:
	sysutils/ruby-puppet/3/patches: patch-lib_puppet_defaults_rb 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/01/22 06:04:40

Modified files:
	.              : plus.html 

Log message:
plus.html for Jan 13-19, tweaks and ok from jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/22 06:19:12

Modified files:
	sys/netinet6   : in6.c nd6.c 

Log message:
There's no reason to pass a netmask argument when doing a RTF_HOST
request, so kill it along with the associated global variable.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/22 06:48:38

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-common_mk patch-i3-nagbar_main_c 
	                 patch-man_i3-migrate-config-to-v4_1 
	                 patch-src_i3_mk patch-src_ipc_c 
	x11/i3/pkg     : PLIST 
Removed files:
	x11/i3/patches : patch-i3-config-wizard_main_c 
	                 patch-i3-input_main_c 
	                 patch-i3bar_include_util_h 
	                 patch-i3bar_src_child_c patch-i3bar_src_main_c 
	                 patch-i3bar_src_xcb_c patch-include_ipc_h 
	                 patch-include_libi3_h patch-include_log_h 
	                 patch-libi3_font_c patch-src_main_c 
	                 patch-src_move_c patch-src_workspace_c 

Log message:
Bugfix update to i3-4.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/22 06:54:46

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.22.2
New extractors for servingsys and spike


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/22 06:57:49

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Only exit copy mode at the bottom if no selection in progress, from
Benoit Pierre.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/22 07:00:08

Modified files:
	usr.bin/tmux   : session.c 

Log message:
Do not permit periods in session names (colons are already banned). From
J Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/22 07:27:20

Modified files:
	sys/netinet6   : in6.h in6_cksum.c ip6_output.c 

Log message:
Split the checksum calculation for IPv6 like for IPv4:
Always calculate the pseudo-header checksum.
Complete the checksum if hardware offload is not available.

Parts originally from NetBSD; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2014/01/22 07:30:19

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/22 07:30:20

Modified files:
	share/man/man4 : wsmouse.4 

Log message:
tpms(4) was renamed to utpms(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/01/22 07:31:40

Modified files:
	share/man/man4 : usb.4 Makefile 
Added files:
	share/man/man4 : ubcmtp.4 

Log message:
add manpage for new ubcmtp driver

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/22 07:43:38

Modified files:
	databases/hs-hedis: Makefile distinfo 

Log message:
Update to hedis-0.6.3


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/22 07:43:42

Modified files:
	usr.bin/tmux   : Makefile cmd-show-messages.c tmux.1 
Removed files:
	usr.bin/tmux   : cmd-server-info.c 

Log message:
Merge server-info into show-messages and remove some not useful output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2014/01/22 08:48:12

Modified files:
	sysutils/sec   : Makefile distinfo 

Log message:
update to 2.7.5

ok abieber@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/22 09:12:48

Modified files:
	devel          : Makefile 

Log message:
build ruby19 flavor of bundler too


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/22 09:54:49

Modified files:
	de             : anoncvs.html donations.html events.html 
	                 hackathons.html octeon.html 
	faq/de         : faq7.html 
	faq/nl         : faq7.html 
	nl             : anoncvs.html donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 11:28:17

Modified files:
	sys/tmpfs      : tmpfs_vnops.c 

Log message:
bring over kqfilter code from ufs which works better than the
generic flavor. problems noted and tested by ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/22 11:59:58

Modified files:
	devel/py-six   : Makefile distinfo 
	devel/py-six/pkg: PLIST 

Log message:
Update to 1.5.2


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2014/01/22 12:31:00

Modified files:
	usr.sbin/lpr/lprm: lprm.c 

Log message:
Fixed typo in error message.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/22 12:37:47

Modified files:
	share/termtypes: termcap.5 

Log message:
fix .Xr usage; ok nicm@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/01/22 13:39:04

Modified files:
	audio/ruby-sonos: Makefile 
	audio/ruby-sonos/patches: patch-lib_sonos_discovery_rb 

Log message:
Fix patch to set IP_MULTICAST_TTL socket option correctly.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/22 13:58:35

Modified files:
	usr.bin/mandoc : chars.c chars.in html.c mandoc.h mandocdb.c 
	                 mdoc_man.c term.c 
	regress/usr.bin/mandoc/char/space: Makefile 
Added files:
	regress/usr.bin/mandoc/char/space: break.in break.out_ascii 

Log message:
Implement the \: (optional line break) escape sequence,
documented in the Ossanna-Kernighan-Ritter troff manual
and also supported by groff.

Missing feature reported by Steffen Nurpmeso <sdaoden at gmail dot com>.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 14:06:45

Modified files:
	lib/libc/string: Makefile.inc bzero.3 
	include        : string.h 
Added files:
	lib/libc/string: explicit_bzero.c 

Log message:
add explicit_bzero to libc. implementation subject to change, but start
the ball rolling. ok deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 14:07:08

Modified files:
	lib/libc       : shlib_version 

Log message:
minor++


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 14:11:03

Modified files:
	usr.bin/signify: signify.c 

Log message:
replace sensitive memsets with explicit_bzero


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/22 14:35:58

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
this gets rid of NO_CCB in vdsk. it considers space on the tx ring
as the resource the iopool is managing, but gated by the availability
of the service domain. it takes advantage of the newly available
scsi_iopool_run() interface to restart io when the domain providing
a disk comes back.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/22 14:42:18

Modified files:
	sys/dev/ic     : qla.c 

Log message:
fix endianness for FC4 type registration


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/22 14:48:27

Modified files:
	app/cwm        : calmwm.c calmwm.h conf.c kbfunc.c xevents.c 

Log message:
Somewhat streamline event loop/restart/quit handling; most notable
change allows a restart to trigger proper teardown first, even though
teardown is not (yet) complete.

After some discussion with oga@nicotinebsd.org regarding a more
complicated version/idea.


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2014/01/22 14:49:52

Modified files:
	mail/mailman   : Makefile distinfo 

Log message:
minor update to 2.1.17

ok bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:07:51

Modified files:
	sys/dev/pci/drm: drm_edid.c 

Log message:
drm/edid: add quirk for Medion MD30217PG

From Alex Deucher
d0d012f66761701d9cda6b9e27bfbac9be766060 in ubuntu 3.8
118bdbd86b39dbb843155054021d2c59058f1e05 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2014/01/22 15:12:40

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/22 15:14:02

Modified files:
	app/cwm        : calmwm.c 

Log message:
start properly releasing X resources during teardown


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 15:17:16

Modified files:
	sbin/isakmpd   : util.h 

Log message:
regrand can die, from millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:17:34

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
add DMI_EXACT_MATCH macro, handled the same as DMI_MATCH for now


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/22 15:21:25

Modified files:
	lib/libc/string: bzero.3 

Log message:
add explicit_bzero to NAME;


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:21:52

Modified files:
	sys/dev/pci/drm/i915: intel_lvds.c 

Log message:
drm/i915: quirk away phantom LVDS on Intel's D510MO mainboard

From Chris Wilson
b818e76978dda65f9c749970ebef14490eb93387 in ubuntu 3.8
e5614f0c2d0f4d7f0b8ef745d34593baf2c5dbf8 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 15:24:12

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
Only kick the iopool if we've just established a new connection to the server.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/22 15:26:05

Modified files:
	app/cwm        : calmwm.c 

Log message:
cwm_argv doesn't need to be global any longer


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:28:31

Modified files:
	sys/dev/pci/drm/i915: intel_lvds.c 

Log message:
drm/i915: quirk away phantom LVDS on Intel's D525MW mainboard

From Jani Nikula
24498530d1a0246d7995baa386ee4fc0208911b2 in in ubuntu 3.8
dcf6d294830d46b0e6901477fb4bf455281d90c8 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/22 15:32:15

Modified files:
	usr.bin/tmux   : window-copy.c 

Log message:
Support paste key in copy mode input (for search etc). Also clamp length
to screen width.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:33:25

Modified files:
	sys/dev/pci/drm/i915: intel_lvds.c 

Log message:
drm/i915: No LVDS hardware on Intel D410PT and D425KT

From Rob Pearce
4694d14ae2ffe12fa49f4b3e57d5c7a6b74c0856 in ubuntu 3.8
645378d85ee524e429aa4cf52806047b56cdc596 in mainline linux


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/22 15:41:09

Modified files:
	app/cwm        : kbfunc.c 

Log message:
zap whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 15:41:48

Modified files:
	sys/dev/pci/drm: drm_edid.c 

Log message:
drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebook

From Rafal Milecki
f40ead76deb24bbb912c1791722f5ae6eabcc800 in ubuntu 3.8
49d45a31b71d7d9da74485922bdb63faf3dc9684 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/22 15:54:14

Modified files:
	lib/libc/sys   : recv.2 
	lib/libc/gen   : readpassphrase.3 
	lib/libc/regex : regex.3 

Log message:
Use consistent phrasing for bitmask flags.

tweaking and ok millert@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 16:28:58

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 16:32:42

Modified files:
	sys/dev        : softraid.c 

Log message:
Add some debug messages to the rebuild process and fix a bogus comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 16:50:52

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Assert copyright.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 16:57:59

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
Do not assume the data buffers handed down to us from the SCSI midlayer are
page aligned.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 17:15:31

Modified files:
	sys/dev/pci/drm/radeon: rs400.c 

Log message:
drm/radeon: fix resume on some rs4xx boards (v2)

From Alex Deucher
e46cac0111dfea1fc18a513067abc67dd38e422f in ubuntu 3.8
acf88deb8ddbb73acd1c3fa32fde51af9153227f in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 17:19:09

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Use MIN() instead of min() as we're dealing with 64-bit types.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/01/22 17:22:35

Modified files:
	sys/dev        : softraid_raid5.c 

Log message:
Add support for rebuilding a RAID5 volume. Lots of testing is still
required and there is missing functionality, such as the ability to resume
a partially completed rebuild.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 17:30:20

Modified files:
	sys/dev/pci/drm/radeon: rs690.c 

Log message:
drm/radeon: Fix sideport problems on certain RS690 boards

From Alex Deucher
9be937acd9abcc00b5256e3830bda9264bcca804 in ubuntu 3.8
8333f0fe133be420ce3fcddfd568c3a559ab274e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 17:31:34

Modified files:
	libexec/ld.so  : ld.so.1 loader.c 

Log message:
Remove LD_NORANDOM feature.  It serves no usable purpose.  Determinism
in this one specific area is not going to help debugging, because so
many other parts are non-deterministic.
ok guenthre matthew jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/22 17:32:57

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Delete spurious if statement.

ok phessler@ deraadt@ jsing@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/22 17:33:36

Modified files:
	sys/kern       : kern_synch.c 

Log message:
Waiting on a condition without a lock is an error: you need *some* lock
to guarantee there isn't a window in which you can lose a wakeup.  The
exception for tsleep() is when it's just being used to sleep for a period
of time, so permit that too.

ok jsing@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/22 17:39:11

Modified files:
	net/scamper    : Makefile distinfo 

Log message:
update to scamper 20140122, various improvements (more info at
http://www.wand.net.nz/pipermail/scamper-announce/2014-January/000017.html)
and a getopt fix for unsigned char arch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 17:39:15

Modified files:
	usr.bin/ftp    : extern.h ftp.1 main.c util.c 

Log message:
Add -D shorttitle support, so that the progress meter can show some sort
of reason why it is processing a certain file.  This will be used by the
installer for that purpose.
ok krw rpe


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 17:40:52

Modified files:
	sys/dev/pci/drm/radeon: atombios_encoders.c 

Log message:
drm/radeon/atom: workaround vbios bug in transmitter table on rs880 (v2)

From Alex Deucher
1ec8cfa3fad213c7096139134fa329236cbc85a5 in ubuntu 3.8
91f3a6aaf280294b07c05dfe606e6c27b7ba3c72 in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/22 17:40:58

Modified files:
	net/nmap       : Makefile 

Log message:
fix license marker, this isn't just gpl, there are various additions.
pointed out by djm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 17:46:16

Modified files:
	sys/dev/pci/drm/radeon: atombios_encoders.c 

Log message:
drm/radeon/atom: workaround vbios bug in transmitter table on rs780

From Alex Deucher
3211bb3ea5444754b7281e342f613596fed7f374 in ubuntu 3.8
c23632d4e57c0dd20bf50eca08fa0eb8ad3ff680 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/22 17:46:56

Modified files:
	sys/altq       : altq_hfsc.c altq_hfsc.h 

Log message:
Rename ALTQ's HFSC_MAX_CLASSES for the upcoming change.

Only added a prefix, no functional change.

"sure" henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 17:57:10

Modified files:
	sys/dev/pci/drm/radeon: atom.c 

Log message:
drm/radeon/atom: initialize more atom interpretor elements to 0

From Alex Deucher
566bdd38a2a524bf1ca2e9292ee8ca8ad336edf9 in ubuntu 3.8
42a21826dc54583cdb79cc8477732e911ac9c376 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 18:03:32

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k 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:	deraadt@cvs.openbsd.org	2014/01/22 18:04:29

Modified files:
	sbin/isakmpd   : cookie.c dpd.c exchange.c isakmp_cfg.c sa.c 
	                 util.c util.h 

Log message:
Remove a mid-layer which acts like arc4random isn't fairly standard.
ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/22 18:04:41

Modified files:
	distrib/miniroot: install.sub 

Log message:
first take in using ftp -D to more consistently show "named" progress
during (pre)fetch/verify/install

idea from and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 18:07:45

Modified files:
	libexec/ld.so  : util.c util.h 

Log message:
improve some types


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/22 18:10:42

Modified files:
	sys/netinet    : in.h ip_output.c 
	sys/netinet6   : ip6_output.c 

Log message:
put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes
into consistent locations; ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/22 18:12:27

ports/net/gupnp/dlna/patches

Update of /cvs/ports/net/gupnp/dlna/patches
In directory cvs.openbsd.org:/tmp/cvs-serv11830/patches

Log Message:
Directory /cvs/ports/net/gupnp/dlna/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 18:37:18

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Don't blindly continue if and hv_ldc_copy() call fails.  For now, simply
clean up and return without ACKing any descriptors.  That means the client
probably hangs.  Some thought is needed on what the correct way to handle
these conditions is.  Made me spot a small memory leak, which is fixed asi
a bonus.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/22 18:41:44

Modified files:
	sys/dev/sdmmc  : sdmmc.c 

Log message:
if cold, do not use tsleep, but use the delay path.
Such as during DVACT_RESUME...
ok guenther kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/22 18:48:44

Modified files:
	sys/kern       : kern_synch.c 

Log message:
msleep() with a NULL mtx argument is a programming error.

ok matthew@ phessler@ dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/22 18:51:53

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
factor the mutex/bus_space handling of the sts block out.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/22 18:54:03

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
a lot of people have pointed out to me that taking a lock just to read an
int isnt necessary.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/22 20:00:04

Modified files:
	sbin/sysctl    : sysctl.c 

Log message:
kern.intrcnt is viewable with vmstat+systat


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 20:08:06

Modified files:
	sys/dev/pci/drm/i915: intel_hdmi.c 

Log message:
drm/i915: Revert hdmi HDP pin checks

From Daniel Vetter
7bc9870ca4220c18c854edf8d9ececdd1566efe7 in ubuntu 3.8
202adf4b9f5957b26a1cb97267d78e0edb319c5e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 20:15:09

Modified files:
	sys/dev/pci/drm/radeon: radeon.h radeon_irq_kms.c radeon_kms.c 

Log message:
Switch radeondrm(4) to MSI on the cards that support it.

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 20:23:48

Modified files:
	sys/dev/pci/drm/i915: intel_ddi.c intel_drv.h intel_hdmi.c 

Log message:
drm/i915: rename sdvox_reg to hdmi_reg on HDMI context

From Paulo Zanoni
90033bc396620b644b15cceeece19470fd8344bc in ubuntu 3.8
b242b7f745650832f445dca3e19efc3dd2d65a66 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 20:43:04

Modified files:
	sys/dev/pci/drm/i915: intel_ddi.c 

Log message:
drm/i915: don't setup hdmi for port D edp in ddi_init

From Daniel Vetter
a00bee7ac4b8a078b5a1b01199a2928fcd0fd7d2 in ubuntu 3.8
21a8e6a4853b2ed39fa4c5188a710f2cf1b92026 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/22 20:49:53

Modified files:
	sys/dev/pci/drm/i915: intel_ddi.c intel_drv.h 

Log message:
drm/i915: Preserve the DDI_A_4_LANES bit from the bios

From Stephane Marchesin
bcd20ba343996f631f506c71ced67a1f7947524e in ubuntu 3.8
bcf53de4e60d9000b82f541d654529e2902a4c2c in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/22 21:09:45

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Switch to task queues, except for one little corner case that I need to think
a bit further about.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 21:11:46

Modified files:
	sys/compat/linux: linux_misc.c linux_socket.c 

Log message:
adjust a comment or two


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 21:36:05

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
instructions for downloading slackware from ftp are comically out of date.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 21:39:41

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
use pkg_add to install fedora_base, not ports


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 22:03:33

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
on second thought, the instructions about copying libraries are also
hopelessly complicated, liable to break, and filled with dubiousness.
just use pkg_add.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 22:14:44

Modified files:
	share/man/man4 : random.4 

Log message:
update and refine to reflect current status and best practices.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/22 22:21:49

Modified files:
	share/man/man9 : arc4random.9 

Log message:
improve wording ("confusing mesh of hash functions" really?).
note use of chacha cipher.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 00:24:00

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Verify both the signature and the checksum in check_sig().
Fix a regression with '-s' and '-x' when not using full path to the sets.
Be a little bit more verbose about what we do.

ok rpe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 00:35:32

Modified files:
	www/owncloud   : Makefile distinfo 
	www/owncloud/pkg: PLIST 

Log message:
Update to owncloud-6.0.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/23 01:09:08

Modified files:
	usr.bin/ftp    : ftp.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/23 01:13:12

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
do not abuse Nm;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/23 01:15:04

Modified files:
	share/man/man9 : arc4random.9 

Log message:
missing word;


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2014/01/23 01:15:13

Modified files:
	lib/libc/time  : ctime.3 

Log message:
also document that ctime* and asctime* can return NULL; ok deraadt@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/23 01:18:12

Modified files:
	bin/chmod      : chown.8 

Log message:
add a note to STANDARDS about non-root use of chown;
text from/ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 01:23:46

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
More output enhancements, put errors and warnings where they belong.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 01:36:02

Modified files:
	x11/gnome/gvfs : Makefile 
Added files:
	x11/gnome/gvfs/patches: patch-daemon_gvfsafpvolume_c 
	                        patch-daemon_gvfsbackendarchive_c 
	                        patch-daemon_gvfsjobenumerate_c 

Log message:
Bring some fixes from upstream (crash, timeout, ...).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 01:58:37

Modified files:
	textproc/meld  : Makefile distinfo 
Removed files:
	textproc/meld/patches: patch-meld_filediff_py 

Log message:
Update to meld-1.8.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/23 01:59:54

Modified files:
	x11/gnome/gedit: Makefile distinfo 

Log message:
update to gedit-3.10.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/23 02:41:25

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 
	                        patch-sysdeps_openbsd_open_c 
	                        patch-sysdeps_openbsd_prockernel_c 
	                        patch-sysdeps_openbsd_procopenfiles_c 
	                        patch-sysdeps_openbsd_proctime_c 

Log message:
pushed upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/23 02:52:51

Modified files:
	audio/mumble   : Makefile 
	audio/mumble/patches: patch-src_mumble_AudioWizard_cpp 

Log message:
Better workaround for the AudioWizard deadlock problem.
Hopefully, upstream will analyze and fix this issue in the right
way.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 02:53:52

ports/x11/gnome/online-miners/patches

Update of /cvs/ports/x11/gnome/online-miners/patches
In directory cvs.openbsd.org:/tmp/cvs-serv17950/patches

Log Message:
Directory /cvs/ports/x11/gnome/online-miners/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 02:54:21

Modified files:
	x11/gnome/online-miners: Makefile distinfo 
Added files:
	x11/gnome/online-miners/patches: patch-src_tracker-ioprio_h 
	                                 patch-src_tracker-sched_c 
	                                 patch-src_tracker-sched_h 

Log message:
Update to gnome-online-miners-3.10.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/23 03:16:30

Modified files:
	sys/net        : route.c route.h 
	sys/netinet6   : nd6_rtr.c 

Log message:
Merge two chunks of code to inform listeners of a route change into a
new function, rt_sendmsg().  While here, in the v6 cases, pass the same
rtableid that was used for the request instead of dereferencing a pointer
after checking for it to be NULL.

ok krw@ on a previous version, ok bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 03:42:57

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h intel_crt.c intel_ddi.c 
	                      intel_display.c intel_dp.c intel_hdmi.c 

Log message:
drm/i915: add HAS_DDI check

From Paulo Zanoni
d99994528e9946a78a505ca752fa3b73aa8c5a76 in ubuntu 3.8
affa935440733a79c5a9eb0e5357e2564ca4b355 in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 03:51:36

Modified files:
	devel/libsoup  : Makefile 

Log message:
Add a PSEUDO_FLAVORS for tests since they require an insane amount of
build dependencies.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 04:18:34

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: don't intel_crt_init on any ULT machines

From Paulo Zanoni
1c1d6d5d6c89fa54403ee053141795ad71fd7ee0 in ubuntu 3.8
c40c0f5bd5b0f09e4386d2cf26c96c89c45ee539 in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 04:43:31

Modified files:
	print/hplip    : Makefile 
	print/hplip/patches: patch-base_mdns_py patch-base_slp_py 
	                     patch-base_utils_py 

Log message:
Fix download_from_network() return statement.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 04:45:22

Modified files:
	usr.sbin/pkg_add: Makefile pkg_add 
Added files:
	usr.sbin/pkg_add/OpenBSD: PkgSign.pm Signer.pm 

Log message:
reorg code: make "signing only" a separate command, as it has nothing in
common with pkg_create.

Move the signing part in its own module, so that PkgCreate can reuse it
for "signing while we build" mode.

naddy@ agrees


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 04:52:34

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
zap the sign-only part (moved to PkgSign.pm).
reuse the signer part (move to Signer.pm)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 04:52:57

Modified files:
	usr.sbin/pkg_add/OpenBSD: Signer.pm 

Log message:
don't create cheap gzip archives if non signed, there's a better way.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 05:21:44

Modified files:
	usr.sbin/pkg_add: Makefile pkg_create.1 
Added files:
	usr.sbin/pkg_add: pkg_sign.1 

Log message:
separate pkg_sign documentation. Option description becomes MUCH saner.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 05:28:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSign.pm 

Log message:
check parameters better.
create -o directory if necessary


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/23 05:29:38

Modified files:
	lib/libfuse    : fuse_ops.c 

Log message:
Fix .readdir() code following what is done in .getdir().

Issue reported by Helg Bredow and Derrik Pates, thanks !
ok pelikan@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 05:32:40

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm PkgSign.pm 

Log message:
clean-up synopsis


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 05:41:55

Modified files:
	usr.sbin/pkg_add: pkg_sign.1 

Log message:
explain signatures


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/23 05:49:12

Modified files:
	share/man/man8/man8.i386: boot_i386.8 

Log message:
remove some redundant info and basically sync with boot_amd64(8);
diff From: Daniel Dickman

ok krw, via schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 06:09:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: Signer.pm 

Log message:
new interface to be able to manipulate output better


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 06:10:20

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_procopenfiles_c 

Log message:
Patch away the CVS Id.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 07:06:34

Modified files:
	devel/libgtop2 : Makefile 
Added files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_glibtop_private_c 
	                        patch-sysdeps_openbsd_glibtop_private_h 
	                        patch-sysdeps_openbsd_procwd_c 

Log message:
Drop all lsof related code.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 07:16:10

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/patches: patch-daemon_gvfsdaemon_c 

Log message:
Sync patch with what was merged upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 07:28:11

Modified files:
	x11/gnome/system-monitor: Makefile 
Added files:
	x11/gnome/system-monitor/patches: patch-src_treeview_c 

Log message:
Fix a crash in the process tree (upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/23 08:21:31

Added files:
	graphics/opencv/patches: 
	                         patch-modules_core_include_opencv2_core_operations_hpp 

Log message:
Fix build on sparc64, requested by and okay landry@.  No bump needed
because the fix affects only one arch where it wasn't get built anyway.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 08:27:10

Modified files:
	productivity/tryton/tryton: Makefile 
	productivity/tryton/trytond: Makefile 

Log message:
Remove devel/py-simplejson dependency since the code can fallback to python
json.

req. by fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 08:35:51

Modified files:
	print/hplip    : Makefile 
Removed files:
	print/hplip/patches: patch-base_pexpect_py 

Log message:
Drop useless patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/23 08:45:18

Modified files:
	mail/smtp-vilter: Makefile distinfo 
	mail/smtp-vilter/patches: 
	                          patch-backend_vilter-attachment_Makefile 
	                          patch-backend_vilter-clamd_Makefile 
	                          patch-backend_vilter-icap_Makefile 
	                          patch-backend_vilter-regex_Makefile 
	                          patch-backend_vilter-spamd_Makefile 
	                          patch-bin_smtp-vilter_engine_c 
Added files:
	mail/smtp-vilter/patches: 
	                          patch-backend_vilter-attachment_vilter-attachment_c 
	                          patch-bin_smtp-vilter_parse_y 
	                          patch-bin_smtp-vilter_scan_l 
	                          patch-bin_smtp-vilter_smtp-vilter_8 
	                          patch-bin_smtp-vilter_smtp-vilter_c 
	                          patch-bin_smtp-vilter_smtp-vilter_conf_5 
	                          patch-bin_smtp-vilter_socket_c 
	                          patch-etc_smtp-vilter_smtp-vilter_conf 
	                          patch-include_smtp-vilter_h 

Log message:
revert to 1.3.6 as the update to 1.3.8 has been causing regressions
as noticed by henning@ ; to be investigated.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 08:46:39

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
more sophisticated warning: builds with empty SIGNING_PARAMETERS
run with -Dunsigned, so they shouldn't show UNSIGNED PACKAGES while
handling dependencies.

*but* if we install a mix of signed and unsigned packages, ALWAYS show the
line.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 09:45:20

Modified files:
	mail/ldapvacation: Makefile 

Log message:
right, because example configuration files need to be protected from prying
eyes. NOT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 09:46:59

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20140108.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/23 09:51:28

Modified files:
	app/cwm        : kbfunc.c 

Log message:
If no title is supplied, term uses only the basename for its title.
This is useless when searching for windows launched via the ssh command
menu; supply a more useful title: '[ssh] <hostname>'.

Idea from todd@, ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/23 09:56:15

Modified files:
	mail/ldapvacation: Makefile 
	mail/ldapvacation/pkg: PLIST 

Log message:
Example configuration files may not need to be protected but @sample does
since it contains the ldap password...


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/23 10:13:38

Modified files:
	app/cwm        : conf.c 

Log message:
no need to quote within warning


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 10:21:01

Modified files:
	databases/pgworksheet: Makefile 

Log message:
having icons and desktop files u-r is crazy


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 10:21:26

Modified files:
	net/ntop       : Makefile 
	net/ntop/pkg   : PLIST 

Log message:
explicitly duplicate the chmod 700 on the binary in the plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 10:46:02

Modified files:
	mail/smsmail   : Makefile 
	mail/smsmail/pkg: PLIST 

Log message:
fix modes on sample file


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 11:00:38

Modified files:
	textproc/py-prettytable: Makefile 

Log message:
atrocious build system.
doesn't make sense to have that nasty egg stuff 0600.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/23 11:05:22

Modified files:
	textproc/mxml  : Makefile distinfo 
	textproc/mxml/patches: patch-Makefile_in patch-configure 
	textproc/mxml/pkg: PLIST 
Removed files:
	textproc/mxml/pkg: PFRAG.shared 

Log message:
Update mxml to 2.8 and take MAINTAINER.
ok okan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/23 11:14:35

Modified files:
	textproc/the_silver_searcher: Makefile distinfo 

Log message:
Bugfix update to 0.19.1
From Florian Stinglmayr (MAINTAINER).


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 11:30:57

Modified files:
	net/maradns    : Makefile 

Log message:
sloppy upstream, why the fuck have a DOCUMENTATION file mode 0600 ?
not even all of them, just one in the middle!


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/23 11:52:23

Modified files:
	meta/kde4      : Makefile 
	meta/kde4/pkg  : README-minimal 

Log message:
Fix startkde4 binary name in README. Pointed out by Remco on ports@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/01/23 13:08:48

Added files:
	emulators/mupen64plus/core/patches: patch-src_r4300_x86_rjump_c 

Log message:
Pull in upstream fix to build on i386.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/23 13:21:39

Modified files:
	sysutils/augeas/patches: patch-lenses_authorized_keys_aug 

Log message:
merged upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/23 13:54:32

Modified files:
	x11/kde4/libs  : Makefile 
Removed files:
	x11/kde4/libs/patches: patch-kdecore_kernel_ktoolinvocation_cpp 

Log message:
Remove extra patch: service != executable. Unbreaks starting help in KDE.

Noticed by nigel@ during review of KMyMoney port.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 14:05:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSign.pm 

Log message:
oops, pkg_sign is unhappy without -o.
Minimal fix, in order not to create too much conflict with pending work...

(problem noticed by naddy@)


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/23 14:56:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
- always show (ftp) progress bar with the appropriate title
- the Verifying part is done even if the sets are on local media

OK todd@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/23 15:05:59

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
specifically NOT suppress signify error output

suggested by espie@
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/23 15:06:30

Modified files:
	sys/arch/alpha/include: vmparam.h 
	sys/arch/amd64/include: vmparam.h 
	sys/arch/arm/include: vmparam.h 
	sys/arch/hppa/include: vmparam.h 
	sys/arch/hppa64/include: vmparam.h 
	sys/arch/i386/include: vmparam.h 
	sys/arch/m68k/include: vmparam.h 
	sys/arch/m88k/include: vmparam.h 
	sys/arch/macppc/include: vmparam.h 
	sys/arch/mips64/include: vmparam.h 
	sys/arch/sh/include: vmparam.h 
	sys/arch/socppc/include: vmparam.h 
	sys/arch/sparc/include: vmparam.h 
	sys/arch/sparc64/include: vmparam.h 
	sys/arch/vax/include: vmparam.h 
	sys/uvm        : uvm_map.c uvm_page.c uvm_page.h 

Log message:
unifdef -D__HAVE_VM_PAGE_MD - no functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/23 15:17:26

Modified files:
	lang/parrot    : Makefile 
Added files:
	lang/parrot/patches: patch-config_gen_makefiles_docs_in 

Log message:
Make sure packfile-c.pod has the right mode by using shell redirection instead
of perldoc -d.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 15:17:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
watch out, a white space!


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 15:33:57

Modified files:
	mail/faces     : Makefile 

Log message:
very old software. gratuitously makes binaries mode 751.
revert to the more usual 755.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/23 15:57:06

Modified files:
	usr.sbin/pkg_add: pkg_sign.1 
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm PkgCreate.pm 
	                          PkgSign.pm 

Log message:
tweak the way we create and sign packages significantly:

all modern compression formats support multi-stream archives.
Store the packing-list as a separate stream, and note where the
first stream ends when reading back the packing list.

When pkg_sign sees a split-stream archive, it does not need to unpack/repack
the whole archive: it can just sign the packing-list, close the stream, and
copy the next stream(s) from the source archive verbatim.

This is perfectly transparent to pkg_add, but abuses IO::Uncompress::Gunzip
internals slightly (to be solved with cpan).

also adds explicit option -C for generating a SHA256 list of all packages.

and okay naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 16:05:56

Modified files:
	databases/gnats: Makefile 
	databases/gnats/pkg: PLIST 

Log message:
genuine 0600, to mark in PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/23 16:24:14

Modified files:
	www/lighttpd   : Makefile distinfo 
Removed files:
	www/lighttpd/patches: patch-src_base_h patch-src_configfile_c 
	                      patch-src_network_c patch-src_server_c 

Log message:
Update to lighttpd 1.4.34.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/01/23 16:26:56

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
allow the somewhat special case
match ... set nexthop ( 127.0.0.1 | ::1 )
match ... set nexthop blackhole
to make a route valid before setting the blackhole flag on it.
ok florian, claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/01/23 16:37:32

Modified files:
	devel/ocaml-mlgmp: Makefile 

Log message:
ocaml-mlgmp: .mli files should be 644. Now passes the new mode checker.

Prodded by espie@ on ports@/icb, OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/23 16:46:42

Modified files:
	sys/compat/linux: linux_file.c 

Log message:
Try to cope better with void pointer to int usage cases.

Use intptr_t for such cases.
More casts/types should be improved in this file.

Tested with syscall regression tests from IBM.


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/23 16:47:37

Modified files:
	sys/dev/pci    : arc.c 

Log message:
Manufacturer driver update for ARC-1880, 1882, 1213, 1223, 1214

Tested on a variety of Intel-IOP cards

ok dlg@ henning@ "i'll ok to get this unstuck"


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/23 16:51:29

Modified files:
	sys/net        : if_bridge.c pf.c 
	sys/netinet    : ip_input.c ip_output.c ip_var.h tcp_input.c 
	                 tcp_var.h udp_usrreq.c udp_var.h 
	sys/netinet6   : ip6_output.c 

Log message:
since the cksum rewrite the counters for hardware checksummed packets
are are lie, since the software engine emulates hardware offloading
and that is later indistinguishable. so kill the hw cksummed counters.
introduce software checksummed packet counters instead.
tcp/udp handles ip & ipvshit, ip cksum covered, 6 has no ip layer cksum.
as before we still have a miscounting bug for inbound with pf on, to be
fixed in the next step.
found by, prodding & ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/23 16:51:53

Modified files:
	usr.bin/netstat: inet.c 

Log message:
hardware cecksummed counters -> software checksummed counters


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/23 16:53:34

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
Eleminate the last workq usage here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/23 16:55:57

Modified files:
	devel/py-mxDateTime: Makefile 

Log message:
oh look, precious documentation, don't let everyone read it (sarcasm)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/23 16:56:27

Modified files:
	sys/arch/sparc64/include: hypervisor.h 

Log message:
Add defines for resumable and nonresumable error queues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/23 16:58:34

Modified files:
	www/haserl     : Makefile distinfo 
Removed files:
	www/haserl/patches: patch-configure_ac 

Log message:
update to haserl 0.9.32, no need for a patch to autoconf input to select
the lua version any more, upstream now accepts the pkg-config name as
a configure argument (because every OS uses a different name for this..)


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/23 17:24:41

Modified files:
	share/man/man4 : arc.4 

Log message:
Man page update for Areca driver update
Yes, the ARC-1212 and ARC-1222 are fully supported now (and tested)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 17:34:22

Modified files:
	distrib/alpha/iso: Makefile 
	distrib/amd64/iso: Makefile 
	distrib/hppa/iso: Makefile 
	distrib/i386/iso: Makefile 
	distrib/macppc/iso: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sparc/iso: Makefile 
	distrib/sparc64/iso: Makefile 
	distrib/vax/iso: Makefile 

Log message:
Refactor the install*.iso creation in regards to signing.
ok todd


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 17:46:45

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c 

Log message:
drm/i915: add more VLV IDs

b102182257eb31597fc0bba5c1730a29d3d290c8 in ubuntu 3.8
d7fee5f6faea17b6e702eba90037ab8f716faf8e in mainline linux

valleyview/baytrail support remains disabled for now


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 18:07:00

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
add some HAS_DDI() conversions that were missed in the earlier commit


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/23 18:12:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
don't ever use an unsigned SHA256

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 18:30:01

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 18:42:50

Modified files:
	sys/dev/pci/drm/i915: intel_ringbuffer.c 

Log message:
drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/a

From Daniel Vetter
cf9f2fc81448a358349320311ccb25bb6016749f in ubuntu 3.8
aaf8a5167291b65e9116cb8736d862965b57c13a in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 18:47:51

Modified files:
	sys/dev/pci/drm/i915: i915_reg.h 

Log message:
drm/i915: ivb: fix edp voltage swing reg val

From Imre Deak
0c08a4e4ed1f4441a1554e93b3202477997dc73a in ubuntu 3.8
77fa4cbd5fa389e28419bbe8ac491b5fdd54840d in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/23 19:47:12

Modified files:
	sys/dev/pci    : arc.c 

Log message:
DVA should be 64 bits, so make sure it is before getting the high bits.

the DVA macro should cast, but i am wary of the effects on all uses of it,
so fixing it in the one place that needs it.

fixes compiles on i386


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 20:21:17

Modified files:
	sys/dev/pci/drm/i915: i915_drv.h intel_display.c intel_panel.c 

Log message:
drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlight

From Kamal Mostafa
9f5b330036e6f771438b22770f6c49e2c2eaf0e1 in ubuntu 3.8
e85843bec6c2ea7c10ec61238396891cc2b753a9 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 20:36:07

Modified files:
	etc            : Makefile 

Log message:
sort the SHA256 file


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/23 20:40:30

Modified files:
	gnu/gcc/gcc    : collect2.c 
	gnu/usr.bin/gcc/gcc: collect2.c 

Log message:
Catch SIGPIPE to clean up temp files

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 21:05:06

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_irq.c 
	                      intel_display.c intel_fb.c intel_panel.c 

Log message:
drm/i915: Move num_pipes to intel info

From Ben Widawsky
7ed1faada973243b6e11fa209ada91c9cc1dab53 in ubuntu 3.8
7eb552aeae058a88eece91b902dd51fde45b1f41 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/23 21:26:51

Modified files:
	sys/sys        : resourcevar.h ktrace.h 
	sys/kern       : kern_resource.c kern_exit.c 
	usr.bin/kdump  : ktrstruct.c 

Log message:
exit1() needs to do a final aggregation of the thread's [us]ticks
and runtime to the process totals.  Also, add ktracing of struct
rusage in wait4() and getrusage().

problem pointed out by tedu@
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 21:43:56

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
drm: fix a use-after-free when GPU acceleration disabled

From Huacai Chen
efe4df2ae6302d6fdbb7b460d8747fe50e2aa4d0 in ubuntu 3.8
b7ea85a4fed37835eec78a7be3039c8dc22b8178 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 21:52:59

Modified files:
	sys/stand/boot : boot.c 

Log message:
Only report about random seed failures, not attempts.
Discussed with jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 21:57:35

Modified files:
	sys/dev/pci/drm/radeon: sid.h 

Log message:
drm/radeon/si: fix define for MC_SEQ_TRAIN_WAKEUP_CNTL

From Alex Deucher
e123c82b11738a7b5f53df047b9634c13892bc06 in ubuntu 3.8
d5693761b2b4ff530c8af8af9ec55b6eae76e617 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:04:56

Modified files:
	sys/dev/pci/drm/radeon: si.c 

Log message:
drm/radeon: fix typo in cu_per_sh on verde

From Alex Deucher
f249bb666572281c47f85da90b8a27856fc5f9ec in ubuntu 3.8
468ef1a58c9268ac9709350bf95eaf1c22a69f29 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:17:06

Modified files:
	sys/dev/pci/drm/radeon: ni.c 

Log message:
drm/radeon: fix asic gfx values for scrapper asics

From Alex Deucher
1701d7e72c188b45ee6e89feac5db4b0f7b8c33a in ubuntu 3.8
e2f6c88fb903e123edfd1106b0b8310d5117f774 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/23 22:21:19

Modified files:
	sys/arch/arm/include: vmparam.h 
	sys/arch/hppa/include: vmparam.h 
	sys/arch/hppa64/include: vmparam.h 
	sys/arch/macppc/include: vmparam.h 
	sys/arch/mips64/include: vmparam.h 
	sys/arch/socppc/include: vmparam.h 

Log message:
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
grovellers need to know it to be able to get the right size for struct
vm_page.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/23 22:24:07

Modified files:
	sys/stand/boot : boot.c bootarg.h 

Log message:
remove irrelevant error handling in loadrandom; this operates on the
principe of fire and forget, and we really want developers to start
trying to write per-architecture XOR thingies using timers and such


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:28:50

Modified files:
	sys/dev/pci/drm/radeon: radeon_device.c 

Log message:
drm/radeon: disable tests/benchmarks if accel is disabled

From Alex Deucher
bce5a3c1bfa49fd373c28fc29bee89bf77fdc2db in ubuntu 3.8
4a1132a023eb48cf10522d84c5908d43b612c041 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:33:32

Modified files:
	sys/arch/solbourne/solbourne: pmap.c 

Log message:
add a missing argument to a debug printf
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/23 22:42:23

Modified files:
	sys/arch/sparc64/dev: vpci.c 

Log message:
Add support for BUS_INTR_ESTABLISH_MPSAFE.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:43:46

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c radeon_ttm.c si.c 

Log message:
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB

From Niels Ole Salscheider
091a581a030f3c8c6515fb21a3f23271a86c4107 in ubuntu 3.8
fc986034540102cd090237bf3f70262e1ae80d9c in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 22:52:01

Modified files:
	sys/dev/pci/drm/radeon: si.c 

Log message:
drm/radeon: fixup bad vram size on SI

From Alex Deucher
7e3f2ed899128187ecc9ab7573e966d8a5afc664 in ubuntu 3.8
0ca223b029a261e82fb2f50c52eb85d510f4260e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/01/23 22:58:52

Modified files:
	sbin/iked      : config.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c 
	                 timer.c 

Log message:
use a bit saner timer api


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/23 23:00:01

Modified files:
	sys/kern       : vfs_vnops.c sys_pipe.c uipc_usrreq.c 

Log message:
Copy timespecs member by member in fo_stat callback functions, to avoid
leaking values in the padding bytes on LP64.  Also, vn_stat() was lacking
the zero-fill to clean its padding.

ok kettenis@ deraadt@ phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2014/01/23 23:07:13

Modified files:
	usr.sbin/bgpd  : rde_filter.c 

Log message:
fix the matching for filter rules of 'prefixlen = XX'

OK claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/01/23 23:11:02

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: Only apply DPMS to the encoder if enabled

From Chris Wilson
aee8722c71db885fd3a617a9866f63b7165d93e0 in ubuntu 3.8
c9976dcf55c8aaa7037427b239f15e5acfc01a3a in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/23 23:18:33

Modified files:
	sys/netinet    : udp_var.h 

Log message:
make the udpstat counters u_int32_t, for consistency with tcpstat
ok krw phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/23 23:21:59

Modified files:
	sys/dev/ic     : wdc.c 

Log message:
treat C_SCSIXFER as a reference count and use it as a guard to pool_put.

fixes cd panics where the free_xfer path is called after scsi_done calls
xfer_put.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/24 00:29:17

Modified files:
	sbin/iked      : crypto.c 

Log message:
don't leak prv RSA key for each signature; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/24 00:30:48

Modified files:
	sbin/iked      : policy.c 

Log message:
make sure sa_lookup() can actually find SAs; ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/24 00:31:25

Modified files:
	sbin/iked      : iked.h 

Log message:
enable format-string checks for log_*(); ok mikeb


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/24 00:35:55

Modified files:
	sbin/iked      : ikev2.c policy.c 

Log message:
re-lookup the policy as soon as we have the ID of the peer (destid)
ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/24 01:50:43

Modified files:
	databases/ruby-hiera: Makefile distinfo 
	databases/ruby-hiera/patches: 
	                              patch-lib_hiera_backend_yaml_backend_rb 

Log message:
update to hiera-1.3.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/24 01:53:37

Modified files:
	sysutils/mcollective: Makefile distinfo 
	sysutils/mcollective/pkg: PLIST 

Log message:
update to mcollective-2.4.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 01:56:04

Removed files:
	www/mod_bandwidth: Makefile distinfo 
	www/mod_bandwidth/patches: patch-mod_bandwidth_c 
	www/mod_bandwidth/pkg: DESCR MESSAGE PLIST UNMESSAGE 

Log message:
Retire mod_bandwidth; unmaintained and there are alternatives.
Also this will be one less thing to take care of when we move away from
httpd(8).
no objection from espie@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 01:56:23

Modified files:
	www            : Makefile 

Log message:
-mod_bandwidth


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 01:57:12

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Register mod_bandwidth removal.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 02:22:49

Modified files:
	lang/clojure   : Makefile 

Log message:
yet another useless port. 640 for all files, really ?


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/24 02:36:23

Modified files:
	sys/arch/sparc64/dev: psycho.c 

Log message:
Add support for BUS_INTR_ESTABLISH_MPSAFE.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/24 02:39:59

Modified files:
	lib/libc/time  : strftime.3 

Log message:
Update C standard reference to C99 and document HISTORY and AUTHORS;
using input from millert@, reminded by and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/24 02:48:37

Modified files:
	sys/net        : if_pflow.c 

Log message:
computing the ip csum just before the bpf mtap and only if there is a
consumer just to please tcpdump is stupid and not done anywhere else.
kill with fire. ok benno


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2014/01/24 02:48:59

Modified files:
	faq/ports      : specialtopics.html 

Log message:
fix typo; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 02:56:05

Modified files:
	games/mirrormagic: Makefile 
	games/mirrormagic/patches: patch-src_Makefile 
Added files:
	games/mirrormagic/patches: patch-src_libgame_gadgets_h 

Log message:
minimal fix for 64 bits platforms (the libgame stuff doesn't use va
lists correctly...)
fix rights on music.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/24 02:58:03

Modified files:
	sys/arch/sparc64/dev: vdsp.c 

Log message:
If hv_ldc_copy() fails copying data set report status as EIO and acknowledge
the descriptor.  This seems to be what Solaris does in such a case.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/24 03:08:38

Modified files:
	x11/i3         : Makefile distinfo 
	x11/i3/patches : patch-man_i3-migrate-config-to-v4_1 
	                 patch-src_i3_mk patch-src_log_c 

Log message:
Update to i3-4.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/24 03:24:52

Modified files:
	x11/mlterm     : Makefile 
	x11/mlterm/patches: patch-configure_in 

Log message:
Do not enable VTE support if libvte is around
Bump rev to be safe


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/24 03:25:56

Modified files:
	sys/kern       : subr_disk.c 

Log message:
When a disklabel is read from a MBR partitioned disk, don't
replace the OpenBSD bounds with the A6 MBR partition limits. Thus
preserving any changes the user makes with the 'b' command in
disklabel.

Reported, tested & ok blambert@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 03:41:50

Modified files:
	x11/gnustep/neos-theme: Makefile 

Log message:
bleh. stupid rights fix


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 03:43:16

Modified files:
	x11/dbus       : Makefile distinfo 
	x11/dbus/patches: patch-bus_Makefile_in patch-dbus_Makefile_in 
	                  patch-dbus_dbus-sysdeps-unix_c 
	                  patch-dbus_dbus-sysdeps-util-unix_c 
	                  patch-test_Makefile_in patch-tools_Makefile_in 
	x11/dbus/pkg   : PLIST 
Added files:
	x11/dbus/patches: patch-bus_config-parser_c 
	                  patch-doc_dbus-specification_xml 
	                  patch-doc_dbus-uuidgen_1_xml_in 
Removed files:
	x11/dbus/patches: patch-bus_activation_c 
	                  patch-bus_dir-watch-kqueue_c 
	                  patch-bus_services_c patch-configure_ac 
	                  patch-dbus_dbus-marshal-recursive-util_c 
	                  patch-dbus_dbus-sysdeps-pthread_c 
	                  patch-doc_dbus-uuidgen_1 

Log message:
Update to dbus-1.8.0.

bulk testing by landry@
runtime testing by myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 03:48:24

Modified files:
	sysutils/apcupsd: Makefile 
	sysutils/apcupsd/pkg: PLIST-main 

Log message:
no idea whether these actually need to be 0700, but the fix is needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 04:40:14

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
tweak_search may work as long as the *first* element exists and is a stem
match !


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/24 04:41:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: Update.pm 

Log message:
subject -z hints (fuzzy update) to quirks' tweak_search.
Reminded by sthen@
This solves the 5.4 -> 5.5 delete/reinstall gap for changed pkgnames.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/24 04:56:34

Modified files:
	usr.bin/mandoc : mdoc_man.c 
	regress/usr.bin/mandoc/mdoc/Bd: Makefile 

Log message:
Improve formatting of broken blocks in -Tman,
somewhat similar to what mdoc_term.c already does for -Tascii.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/24 05:07:50

Modified files:
	sys/net        : pf.c 

Log message:
in pf_check_proto_cksum, updtae the swcksum counters if we cksummed in
software. ok naddy
(this is pbly the ultimate commit'n'run)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 05:07:58

Modified files:
	textproc/ocaml-xml-light: Makefile 

Log message:
yet another shitty install


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 05:08:55

Modified files:
	editors/emacs21: Makefile 

Log message:
zap the sticky bit on executables. That stuff is long past its peremption
date.

okay deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/01/24 05:11:33

Modified files:
	emulators/desmume: Makefile distinfo 
Added files:
	emulators/desmume/patches: patch-src_gtk_glx_3Demu_cpp 
	                           patch-src_gtk_glx_3Demu_h 
	                           patch-src_utils_task_cpp 

Log message:
Update to desmume-0.9.10.

ok benoit@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/24 05:20:22

Modified files:
	sys/netinet6   : icmp6.c mld6.c nd6_nbr.c 

Log message:
Instead of calculating the ICMPv6 checksum here, just set the flag that
is needed and the lower parts of the stack will take care of it.
ok henning@, lteo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/24 07:58:56

Modified files:
	x11/py-wxPython: Makefile 
	x11/py-wxPython/patches: patch-wxPython_setup_py 
	x11/py-wxPython/pkg: PLIST 

Log message:
Drop the building of the media extension to fix a bulk breakage


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/24 08:06:04

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.23.4


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:06:59

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
rename s to rcvsock
Reduces diff to traceroute6 and is easier to search for.
OK benno@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/24 08:08:06

Modified files:
	app/cwm        : group.c 

Log message:
correct arguments and drop the cast.

sanity check by oga@nicotinebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:12:29

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Sync max_hops and first_hop to same type as the corosponding
variables max_ttl / first_ttl in traceroute have.
Also parse -f/-m the same as traceroute.
Does not technically reduce the diff to traceroute, but if/when
we merge we can decide which variable naming wins and search/replace
the other.
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:14:31

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Sync "nprobes" handling to traceroute; reduces diff to traceroute
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:16:13

Modified files:
	usr.sbin/traceroute6: traceroute6.c 

Log message:
Sync "port" handling to traceroute; reduces diff to traceroute
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:17:33

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
Sync "port" type to traceroute6; reduces diff to traceroute6
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:19:51

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
It's an error to have more than 2 arguments; reduces diff to traceroute6
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:22:11

Modified files:
	usr.sbin/traceroute6: traceroute6.c traceroute6.8 

Log message:
Implement -c flag; from traceroute; reduces diff to traceroute
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:24:06

Modified files:
	usr.sbin/traceroute: traceroute.c 

Log message:
Sort getopt cases, reduces diff to traceroute6
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:26:32

Modified files:
	usr.sbin/traceroute: traceroute.c 
	usr.sbin/traceroute6: traceroute6.c traceroute6.8 

Log message:
Implement -D; from traceroute; reduces diff to traceroute.
While here add dump() prototype in traceroute
OK benno@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/01/24 08:28:03

Modified files:
	usr.sbin/traceroute6: traceroute6.c traceroute6.8 

Log message:
Implement -S; from traceroute; reduces diff to traceroute.
OK benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/24 10:00:47

Modified files:
	net/serf       : Makefile distinfo 

Log message:
Update to serf 1.3.3; ok dcoppa bcallah


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2014/01/24 10:44:55

Modified files:
	sysutils/ansible: Makefile 

Log message:
add www/py-httplib2 as RUN_DEPENDS which is needed by library/network/uri
in certain circumstances

noted by and OK aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/01/24 11:32:27

Modified files:
	share/man/man4 : arc.4 

Log message:
From Areca, this also fully supports ARC-1264, ARC-1284 and the upcoming
ARC-1883


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/24 11:45:51

Modified files:
	sysutils/p5-Capture-Tiny: Makefile distinfo 

Log message:
Update to p5-Capture-Tiny 0.23.

from Sergey Bronnikov


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/01/24 11:54:58

Modified files:
	sys/net        : if_bridge.c 
	sys/netinet    : ip_input.c tcp_input.c udp_usrreq.c 

Log message:
clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for
statistics sideeffects before. ok lteo naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/24 12:05:29

Modified files:
	net/ejabberd   : Makefile 
	net/ejabberd/pkg: PLIST 

Log message:
Fix access rights handling for some items in ejabberd.

Pro-actively fixes the port before espie@ commits his picky pkg_add patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/24 12:10:22

Modified files:
	net/icinga/core: Makefile 
	net/icinga/core/pkg: PLIST-main 

Log message:
Fix packaging with too paranoid sample config file mode.

Pro-actively fixes the port before espie@ commits his picky pkg_add patch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 12:56:31

Modified files:
	lang/parrot    : Makefile 

Log message:
fix bogus mode on documentation


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 12:56:55

Modified files:
	lang/parrot    : Makefile 

Log message:
bump bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/24 13:00:01

Modified files:
	www/py-paste   : Makefile 

Log message:
yet another file mode fuckup


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 13:29:54

Modified files:
	x11/slim-themes: Makefile 

Log message:
Fix weird 600 mode on fingerprint/screenshot.png


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 13:40:17

Modified files:
	sysutils/collectd: Makefile 
	sysutils/collectd/patches: patch-src_Makefile_in 
	sysutils/collectd/pkg: PLIST-main 

Log message:
Install the example collectd.conf with 644 mode, and use @mode 640 for
the @sample version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 14:00:43

Modified files:
	security/bsd-airtools: Makefile 
Added files:
	security/bsd-airtools/patches: 
	                               patch-dweputils_dwepcrack_wordfile_c 
	                               patch-prism2dump_fields_mgmt_c 

Log message:
What's the point of installing binaries with mode 700.. really.
While here add some free patches including prototypes for exit() &
memcpy(). Anyone really using this ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/24 14:07:00

Log message:
    Port of convmv, which converts filenames from one encoding to another.
    ok landry@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20140114
    
    N ports/converters/convmv/Makefile
    N ports/converters/convmv/distinfo
    N ports/converters/convmv/pkg/PLIST
    N ports/converters/convmv/pkg/DESCR
    N ports/converters/convmv/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/01/24 14:08:15

Modified files:
	converters     : Makefile 

Log message:
+ convmv


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/24 14:20:23

Modified files:
	sys/arch/i386/i386: acpi_machdep.c ipifuncs.c lapic.c 
	sys/arch/i386/include: i82489var.h 

Log message:
Disable lapic when halting CPUs.  Allegedly this is necessary to make
suspend work on some machines.

ok deraadt@, mlarkin@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 14:21:47

Modified files:
	security/gnutls: Makefile distinfo 

Log message:
Update to gnutls-3.2.9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 14:24:41

Modified files:
	games/fretsonfire: Makefile 

Log message:
Fix weird 600 mode on the hungarian translation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 14:30:36

Modified files:
	net/freeradius : Makefile 
	net/freeradius/pkg: PLIST-iodbc PLIST-ldap PLIST-mysql 
	                    PLIST-pgsql 

Log message:
Sprinkle some explicit @mode 640 on files which already have this mode.
Should appease pkg_create's future wrath.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 14:45:16

Modified files:
	net/nedi       : Makefile 

Log message:
Right, it makes total sense to have some images/files with modes 744,
some with mode 700 and even one with mode 600. Why not zoidberg^W
setuid images, while here ? Set everyone to mode 644 for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 14:56:18

Modified files:
	security/botan : Makefile 

Log message:
I shipped you some documentation but i chmod'ed it 600 so that you cant
read it :(


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/24 15:03:45

Modified files:
	games/omega    : Makefile 
	games/omega/pkg: PLIST 

Log message:
Sprinkle some @mode annotations to match reality (mode 2711 on the
binary, mode 660 on some data files.... *shrug*)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/24 15:20:30

Modified files:
	security/gnutls: Makefile 

Log message:
Better comment; no pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/24 15:29:21

Modified files:
	sbin/newfs     : mkfs.c 

Log message:
Don't include <machine/vmparam.h> directly. Instead, get it with its necessary
dependencies via <sys/sysctl.h>. Unbreaks ppc userland build.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/24 15:32:29

Modified files:
	sys/arch/arm/include: vmparam.h 

Log message:
Remove _KERNEL guard around <sys/lock.h>, for userland to be able to
process the definition of struct vm_page_md.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/24 15:38:02

Modified files:
	app/cwm        : parse.y 

Log message:
more range checking


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/24 15:47:46

Log message:
    Import capstone.
    
    Capstone is a lightweight multi-platform, multi-architecture disassembly
    framework.
    
    tweaks and ok zhuk@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20140124
    
    N ports/devel/capstone/Makefile
    N ports/devel/capstone/distinfo
    N ports/devel/capstone/patches/patch-Makefile
    N ports/devel/capstone/patches/patch-tests_Makefile
    N ports/devel/capstone/pkg/PLIST
    N ports/devel/capstone/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/24 15:50:37

Modified files:
	www/squidguard : Makefile 

Log message:
examples should be o+rX


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/24 15:54:20

Modified files:
	mail/roundcubemail: Makefile 
	mail/roundcubemail/pkg: PLIST 

Log message:
set explicit modes in PLIST for files that should not be world-readable
(don't want any risk of httpd running these scripts)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/01/24 15:54:30

Modified files:
	share/man/man7 : mdoc.7 

Log message:
Supplement the documentation of the .St macro by minimal commentary
regarding the content and relationships of the various standards,
and sort and group them.
tweaks and ok guenther@, ok millert@ sobrado@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/24 15:59:03

Modified files:
	devel          : Makefile 

Log message:
+ capstone


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/24 16:00:16

Modified files:
	net/icinga/core: Makefile 

Log message:
tweak previous: reorder REVISION, zap unnecessary comment.

this port has an active maintainer, how about sending diffs rather
than just committing?


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/24 16:18:34

Modified files:
	bin/md5        : cksum.1 

Log message:
bump the year for ISO/IEC 8802:3 from 1989 to 1996;
ingo recommends not defining a new St macro for every revision here

ok sobrado schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/24 16:32:15

Modified files:
	sys/stand/boot : boot.c 

Log message:
OK, loadrandom should not care about EPERM I suppose


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/24 20:39:00

Modified files:
	sys/net        : pf.c 

Log message:
Simplify and shorten the way ICMP checksums are verified in
pf_check_proto_cksum() by letting it use the same in4_cksum() call that
is used for TCP and UDP checksums.

ok henning@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2014/01/24 21:23:31

Modified files:
	sys/kern       : vfs_bio.c 

Log message:
get rid of the kernel high and low water marks for pages and replace with
a single target of used pages in the cache - so we don't to a ton of work
throwing away pages sporadically while holding the biglock - noticed by dlg.
ok dlg@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/24 21:35:32

Modified files:
	regress/usr.bin/ssh: Makefile 
Added files:
	regress/usr.bin/ssh: dhgex.sh 

Log message:
Add a test for DH GEX sizes


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/01/24 22:21:23

Modified files:
	sbin/dhclient  : clparse.c dhclient.c 

Log message:
Correct parsing of dhclient.conf statements 'fixed-address' and
'next-server'. Modify new lease being cloned with their values
rather than overwriting original lease being cloned.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/24 22:27:13

Modified files:
	net/darkstat   : Makefile 
Added files:
	net/darkstat/patches: patch-graph_db_c patch-now_c patch-now_h 

Log message:
An attempt at trying to fix the time_t related issues with darkstat. Replace
some long's with time_t. Fixes darkstat on 32-bit archs.

From Remi Locherer

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/24 23:09:43

Modified files:
	share/mk       : bsd.own.mk 

Log message:
some processors were not listed in the PIE block


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/25 01:32:27

Modified files:
	graphics/clutter/core: Makefile distinfo 
	graphics/clutter/core/patches: patch-configure 

Log message:
update to clutter-1.16.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/25 02:22:35

Modified files:
	print/splix    : Makefile 
	print/splix/pkg: PLIST README 

Log message:
Directly install the native CUPS drivers instead of the ppd files which
often get outdated.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/25 02:23:34

Modified files:
	print/foomatic-db: Makefile 
	print/foomatic-db/pkg: PLIST 

Log message:
Drop more unusable drivers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/25 02:26:40

Modified files:
	print/foomatic-db-engine: Makefile 
	print/foomatic-db-engine/pkg: README 

Log message:
Add a word about native CUPS drivers.


CVSROOT:	/cvs
Module name:	www
Changes by:	benoit@cvs.openbsd.org	2014/01/25 02:48:47

Modified files:
	.              : donations.html 

Log message:
Thanks to Mark Pilgrim for sending me hardware.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 03:00:05

Modified files:
	graphics/argyll: Makefile 

Log message:
jam thinks 711 is fine for executables... 755 is better


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/01/25 03:03:32

Modified files:
	usr.bin/netstat: inet.c 

Log message:
Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.
Found by csszep (at) gmail.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 03:07:59

Modified files:
	net/spectrum   : Makefile 

Log message:
don't protect the sample config.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/25 03:08:00

Modified files:
	infrastructure/bin: portcheck 

Log message:
Warn about *.rc files that won't work in our rc.d(8) framework.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/25 03:12:50

Modified files:
	usr.bin/ssh    : cipher.c cipher.h kex.c kex.h kexgexc.c 

Log message:
Add a special case for the DH group size for 3des-cbc, which has an
effective strength much lower than the key size.  This causes problems
with some cryptlib implementations, which don't support group sizes larger
than 4k but also don't use the largest group size it does support as
specified in the RFC.  Based on a patch from Petr Lautrbach at Redhat,
reduced by me with input from Markus.  ok djm@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/25 03:13:53

Modified files:
	sys/netinet    : udp_var.h 

Log message:
revert counter size changes.  this breaks netstat.  digging further, there
are so many inconsistancies, that moving one deck chair is pointless.
more thought required.
ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/25 03:18:38

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSign.pm 

Log message:
somehow, bytes got garbled. Be less cute and seek twice, that works.
sorry about that.


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/01/25 03:28:36

Modified files:
	etc            : pf.conf 

Log message:
Change the default PF policy to "block return", including x11 as
suggested by naddy@.  This solves the problem that occurs when a
server crashes or is hard booted and comes back up without tearing
down any connections to it, and packets from these connections don't
match any existing state or rule and are silenty dropped.
ok phessler@ henning@ claudio@ dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/25 04:09:49

Modified files:
	misc/amanda    : Makefile distinfo 

Log message:
don't install amrecover mode 550. it looks like upstream may have intended
it to be setuid but didn't actually make it so. add an XXX comment about
the file duplication between -main and -client.

note, this port is long overdue an update. it was blocked because of the
userland thread library, but now that we have rthreads it should be possible.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 04:35:23

Modified files:
	databases/riak : Makefile 
	databases/riak/pkg: PLIST 

Log message:
fix script modes...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 05:29:07

Modified files:
	databases/mysql-zrm: Makefile 

Log message:
stupid fix. perl modules installed as 0600


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 05:39:54

Modified files:
	mail/archiveopteryx: Makefile 

Log message:
exemode 0755


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 05:49:08

Modified files:
	games/gargoyle : Makefile 

Log message:
fixes jam's idea of executable rights


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 06:12:12

Modified files:
	mail/courier-authlib: Makefile 
	mail/courier-authlib/pkg: PLIST-ldap PLIST-main PLIST-mysql 
	                          PLIST-pgsql 

Log message:
fix rights on sample files


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 06:15:27

Modified files:
	comms/hylafax  : Makefile 
	comms/hylafax/pkg: PLIST 

Log message:
hylafax wants that file 0600 ? make it 0600. don't care.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/25 06:17:12

Modified files:
	devel/jam      : Makefile distinfo 
	devel/jam/patches: patch-Jambase patch-jambase_c 
	devel/jam/pkg  : PLIST 

Log message:
in ports built using jam, use 755 for execs, 4755 for suid execs
regen distinfo/plist while there


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/25 06:17:35

Modified files:
	mail/archiveopteryx: Makefile 
	games/gargoyle : Makefile 

Log message:
EXEMODE tweak no longer needed here, done in jam instead


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/25 06:18:04

Modified files:
	security/samhain: Makefile 
	security/samhain/pkg: PLIST-client 

Log message:
iick, passwd directly in binary file


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/25 06:20:52

Modified files:
	graphics/argyll: Makefile 

Log message:
mode set in jam, workaround no longer needed here


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/25 06:23:15

Modified files:
	usr.sbin/pkg_add/OpenBSD: ArcCheck.pm 

Log message:
more ArcCheck nits: don't allow a file to be u-r/g-r without an explicit
@mode annotation.

This mostly fixes packaging bugs (like documentation only readable by root
and such nonsense), and also force *actual* mode settings for security
reasons to be apparent in the packing-list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/25 07:02:35

Modified files:
	graphics/argyll: Makefile 

Log message:
No need for -sEXEMODE=755 anymore, jam got fixed.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/25 08:29:05

Modified files:
	usr.bin/cal    : cal.1 

Log message:
cal appeared in v1; found by millert
ok sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/25 08:35:22

Modified files:
	usr.bin/cal    : cal.1 

Log message:
note that posix marks this utility xsi;
millert, guenther, sobrado, and schwarze have all
contributed to how to word this...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/25 08:43:40

Modified files:
	bin/chmod      : chmod.1 

Log message:
sticky bit is marked xsi;


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/25 10:55:57

Modified files:
	distrib/aviion/ramdisk: install.md 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/25 13:16:32

Modified files:
	share/man/man4 : pipex.4 

Log message:
PPP not Ppp


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/25 13:23:53

Modified files:
	etc            : Makefile 
Removed files:
	etc/ppp        : options.leaf 

Log message:
delete junk file


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/25 13:35:37

Modified files:
	usr.bin/ssh    : kex.c 

Log message:
dh_need needs to be set to max(seclen, blocksize, ivlen, mac_len)
ok dtucker@, noted by mancha


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/25 14:58:06

Modified files:
	usr.bin/cmp    : cmp.1 

Log message:
let EXIT STATUS breathe;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/25 15:08:08

Modified files:
	usr.bin/cmp    : cmp.1 

Log message:
provide a mnemonic for -s;


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/01/25 16:31:13

Modified files:
	sys/ufs/ext2fs : ext2fs_extern.h ext2fs_inode.c 
	                 ext2fs_readwrite.c ext2fs_vnops.c 
	sys/ufs/ffs    : ffs_alloc.c ffs_balloc.c ffs_extern.h 
	                 ffs_inode.c 
	sys/ufs/ufs    : inode.h ufs_extern.h ufs_vnops.c 

Log message:
ufs_setattr() was assuming that the flag bits that indicate
atime/mtime/ctime need to be updated weren't already set.  When
they are, the code will end up treating the VNOVAL value from the
VFS layer as a time_t.  Port the fix from FreeBSD: the critical bit
is to process the existing flag values before possibly setting them
again in ufs_setattr().  This diff pulls in a larger change from
FreeBSD to replace the macro ITIMES() with a function ufs_itimes()
and to remove the atime and mtime arguments from ffs_update(): only
ufs_setattr() used them so it makes more sense to just do the those
bits directly there.

tweaks and ok tedu@ matthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/25 18:06:40

Modified files:
	infrastructure/bin: portcheck 

Log message:
Actually, checking for kdecore in WANTLIB is not such a good idea: it is
usually added by corresponding MODULE, which, of course, does his work
right. So catch common "kdeui" and "kio" libraries, too. Already run into
this a few times.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/25 19:02:26

Modified files:
	sys/ufs/ufs    : inode.h 

Log message:
an EXT2FS_ITIMES macro so the tree builds. it may even work.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/25 21:35:09

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/hppa: install 

Log message:
remove unnecessary so-called verbiage. ok chris deraadt miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/01/25 22:26:27

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2014/01/25 23:09:43

Modified files:
	.              : donations.html 

Log message:
Remove 1 donor at his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/26 00:02:18

Modified files:
	x11/kde4/libs  : Makefile 
Added files:
	x11/kde4/libs/patches: patch-kio_kio_ksambashare_cpp 

Log message:
Quick fix for Samba detection code. Based on investigation done by nigel@,
thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/26 03:22:10

Modified files:
	regress/usr.bin/ssh: cert-hostkey.sh 

Log message:
automatically generate revoked keys from listed keys rather than
manually specifying each type; from portable


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/26 03:49:17

Modified files:
	regress/usr.bin/ssh: scp-ssh-wrapper.sh scp.sh 

Log message:
make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/01/26 04:38:46

Modified files:
	lang/parrot    : Makefile 
Added files:
	lang/parrot/patches: patch-config_auto_libffi_test_c_in 

Log message:
ffi_call()'s third argument needs to point to a storage of sizeof(ffi_args).
Otherwise this test will generate a stack overflow, silently disabling libffi
support.

Found with -fstack-protector-strong, fixed by martynas@, thanks!  Bumping
REVISION because there are already packages with strong stack protection
enabled out there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/26 08:38:02

Added files:
	graphics/argyll/patches: patch-Jambase 

Log message:
Damn it fixing jam was not enough... breakage reported by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/26 08:43:02

Modified files:
	sys/arch/arm/include: vmparam.h 

Log message:
Remove unnecessary <machine/pte.h> dependency.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/01/26 09:08:58

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/26 10:26:55

Modified files:
	sys/dev/ic     : ncr53c9x.c 

Log message:
Quoting an old commit message:

``Callers of scsi_iopool_init() ought to set up the pool member in struct
scsi_link accordingly, for bad things will happen without (and this was a
real pita to debug).''


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/26 10:40:11

Modified files:
	sys/arch/alpha/alpha: cpu.c db_interface.c debug.s interrupt.c 
	                      ipifuncs.c locore.s machdep.c multiproc.s 
	                      mutex.c pmap.c process_machdep.c trap.c 
	sys/arch/alpha/compile: .cvsignore 
	sys/arch/alpha/conf: files.alpha 
	sys/arch/alpha/include: atomic.h cpu.h db_machdep.h intr.h 
	                        mutex.h pmap.h pte.h 
Added files:
	sys/arch/alpha/alpha: lock_machdep.c 
	sys/arch/alpha/conf: GENERIC.MP 
	sys/arch/alpha/include: mplock.h 

Log message:
Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel
will boot multiuser, but will deadlock under load, and I can't find my
mistake yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/26 10:48:08

Modified files:
	sys/arch/arm/xscale: pxa27x_kpc.c 
	sys/arch/hp300/dev: dnkbd.c 
	sys/arch/luna88k/dev: lunaws.c 
	sys/arch/sgi/hpc: z8530kbd.c 
	sys/arch/vax/dec: dzkbd.c 
	sys/arch/vax/vxt: qsckbd.c 
	sys/arch/zaurus/dev: zaurus_kbd.c zaurus_remote.c 
	sys/dev/adb    : akbd.c 
	sys/dev/hil    : hilkbd.c 
	sys/dev/pckbc  : pckbd.c 
	sys/dev/sun    : sunkbdmap.c 
	sys/dev/usb    : ukbd.c 
	sys/dev/wscons : wskbd.c wskbdutil.c wsksymdef.h wsksymvar.h 
	                 wsmux.c wsmuxvar.h 

Log message:
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
kernels:
- keyboard drivers will now tell wskbd if the keyboard layout they ask
for is a default value, or a value they are 100% sure of (either
because your kernel has a XXXKBD_LAYOUT option, or because the
driver can tell the keyboard layout, e.g. by the country code on USB
keyboards which provide it, such as Sun's)
- when attaching a keyboard with a non-default layout, the layout will
become the default layout of the mux for new keyboard attachments if
the mux doesn't have a layout set already.
- when changing the keyboard layout of a particular keyboard with an
ioctl (i.e. using kbd(8) or wsconsctl(8)), the layout will become the
default layout of the mux for new keyboard attachments.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/26 11:03:27

Modified files:
	usr.sbin/tcpdump: print-udp.c 

Log message:
show that zero checksums are invalid for UDP over IPv6; input & ok bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/26 12:01:03

Modified files:
	distrib/miniroot: install.sub 

Log message:
let ask_yn() return 0 for yes, 1 for no

from and OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/26 14:18:16

Modified files:
	usr.bin/compress: compress.1 

Log message:
- document for uncompress and zcat exit status of 0 or >0 only
- kill an unneccessary Pp that created double vertical space
- mention that posix marks these apps xsi
- add uncompress -V to the list of extensions
- document that posix stipulates a limit of 14 for -b, even though it
permits 15 and 16

ok sobrado millert


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/26 14:54:33

Modified files:
	distrib/miniroot: install.sub 

Log message:
- extend logic to find a sensible location to place prefetched sets
- complain loudly on errors and give users a chance to react on them
- improve detection if ftp fails while fetching sets
- be more cautious while removing temporary directories

joint work with and ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/26 15:27:32

Modified files:
	lib/libc/sys   : getdtablecount.2 

Log message:
appeared in 5.2. from Donovan Watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/26 16:21:33

Log message:
    Import x11/herbstluftwm. Herbstluftwm is a lightweight manual tiling window
    manager.
    tweaks from jturner@
    ok okan@ jturner@
    
    Status:
    
    Vendor Tag:	bcallah
    Release Tags:	bcallah_2014-Jan-26
    
    N ports/x11/herbstluftwm/Makefile
    N ports/x11/herbstluftwm/distinfo
    N ports/x11/herbstluftwm/pkg/PLIST
    N ports/x11/herbstluftwm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/26 16:21:56

Modified files:
	x11            : Makefile 

Log message:
+herbstluftwm


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/26 23:31:54

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add more Broadcom 10GbE PCI ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/26 23:34:55

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/27 01:53:32

Added files:
	net/gupnp/dlna/patches: patch-libgupnp-dlna_Makefile_in 

Log message:
Remove the use of -z defs with the linker to allow building the plugin when
using stack protector strong.

ok naddy@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/27 02:14:46

Modified files:
	databases/py-redis: Makefile distinfo 
	databases/py-redis/pkg: PLIST 

Log message:
Update to py-redis-2.9.1

OK rpointel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/27 02:43:24

Modified files:
	devel/jenkins/devel: Makefile 
	devel/jenkins/stable: Makefile 
	devel/jenkins/pkg: jenkins.rc 

Log message:
ugh, commit right diff. better late than never.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/27 02:49:49

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/patches: patch-setup_py 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.27.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/27 03:23:40

Modified files:
	x11/kde4/konsole: Makefile 
Added files:
	x11/kde4/konsole/patches: patch-src_ProcessInfo_cpp 

Log message:
Fix a bug in code I've added to Konsole some time ago that resulted in
superflows errors in .xsession-errors.

Reminded by STeve Andre' on ports@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/27 05:04:46

Modified files:
	sys/dev/pci    : if_jme.c 

Log message:
Enable IPv6 checksum offload.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/27 05:30:21

Modified files:
	usr.sbin/nginx/man: nginx.8 

Log message:
add nginx.conf.5 to SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/27 05:43:58

Modified files:
	usr.sbin/nginx/man: nginx.conf.5 

Log message:
first pass at cleanup;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/27 06:38:17

Modified files:
	www/squid/snapshot: Makefile 

Log message:
Squid 3.4's build process uses -march=native by default; disable to avoid cpu-
specific code in packages. Reported and diagnosed by Aleksandar Lazic, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 07:12:29

Modified files:
	emulators/fedora/base: Makefile 
	emulators/fedora/base/pkg: PLIST 
	emulators/fedora/cups: Makefile 
	emulators/fedora/cups/pkg: PLIST 

Log message:
"picky" modes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/01/27 07:20:01

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Update to 4.1.6
install a README file for real, forgot a while ago


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/27 07:49:40

Modified files:
	app/cwm        : parse.y 

Log message:
simplify parse_config using assignment; inspired by a very old diff from
Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 07:52:56

Modified files:
	converters/libpst: Makefile distinfo 
	converters/libpst/patches: patch-configure 

Log message:
Update to libpst-0.6.63.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/27 08:13:09

Modified files:
	app/cwm        : client.c screen.c 

Log message:
move some init up and shed some blank lines


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/01/27 08:41:06

Modified files:
	sys/net        : hfsc.c hfsc.h 

Log message:
Make the amount of classes limited by 64k, with automatic table growing.

The limit is because in places, queue IDs are being stored as u_int16_t's.

tested by me, discussed at length with (and ok) claudio henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/01/27 08:49:15

Modified files:
	security/sshguard: Makefile distinfo 
	security/sshguard/pkg: PLIST 
Added files:
	security/sshguard/pkg: README 
Removed files:
	security/sshguard/pkg: MESSAGE 

Log message:
- switch from MESSAGE to README
- drop USE_GROFF=Yes
- regen distinfo


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/01/27 09:57:55

Modified files:
	usr.bin/compress: compress.1 

Log message:
remove the no-op flags -L and -V from compress(1), these options
come from GNU zip and they were never in compress(1) until we added
gzip(1) support to it.

joint work with jmc@ and millert@; millert@ will do the rest.

ok jmc@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 10:05:37

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
Make it clear SM_PATH will fetch the sets corresponding to the currently
running release.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 10:06:56

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Enhance errors output and display exactly what is going on.
req. by deraadt@

Don't redirect error messages unless in a couple of places where it actually
makes sense.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/01/27 10:13:10

Modified files:
	usr.bin/compress: main.c gzip.1 

Log message:
Remove the no-op flags -L and -V from compress(1), these options
come from GNU zip and they were never in compress(1) until we added
gzip(1) support to it.  Also remove -g flag from gzip(1) as it is
non-standard and only makes sense in compress(1).
Joint work with jmc@ and sobrado@.  OK jmc@, sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 10:16:53

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Move "EDIT" to the top.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 10:40:42

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Only remove COMPFILE if it exists.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/27 10:57:32

Modified files:
	security/p11-kit: Makefile distinfo 
	security/p11-kit/pkg: PLIST 

Log message:
Update to p11-kit-0.20.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/27 10:58:34

Modified files:
	x11/gtksourceview3: Makefile distinfo 

Log message:
update to gtksourceview3-3.10.2


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/27 11:58:14

Modified files:
	usr.bin/ssh    : digest.c digest.h hostfile.c kex.h mac.c 
	usr.bin/ssh/lib: Makefile 
Added files:
	usr.bin/ssh    : hmac.c hmac.h 

Log message:
replace openssl HMAC with an implementation based on our ssh_digest_*
ok and feedback djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/27 12:18:55

Modified files:
	usr.bin/ssh    : auth-rsa.c cipher.c ssh-agent.c sshconnect1.c 
	                 sshd.c 

Log message:
replace openssl MD5 with our ssh_digest_*; ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/27 12:56:20

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	                    patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix_cpp 
	                    patch-configure 

Log message:
Bugfix update to webkit 2.2.4.

http://webkitgtk.org/2014/01/21/webkitgtk2.2.4-released.html


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/01/27 16:18:53

Modified files:
	distrib/miniroot: install.sub 

Log message:
remove spaces right before ; and ;;

OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/27 16:44:40

Modified files:
	sys/scsi       : scsiconf.h scsi_base.c 

Log message:
poison the io "allocated" by the default pool allocator so any attempt to
use it should cause a fault.

based on discussion with miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/27 16:57:35

Modified files:
	usr.bin/tmux   : Makefile cmd-kill-server.c 
Removed files:
	usr.bin/tmux   : cmd-start-server.c 

Log message:
Merge start-server into kill-server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/27 17:23:11

Added files:
	security/libgcrypt/patches: patch-cipher_blowfish-arm_S 

Log message:
Add the missing Blowfish ARM assembly code which due to a mistake
with the Makefile was left out of the release tarball.

Build issue with ARM and suggested patch by
Guenther Niess <niess at cs dot uni-potsdam dot de>

ok dcoppa@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/27 17:39:22

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
- Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766
chipsets
- Add support for the new BCM5762 ASIC (BCM5725 / BCM5727 / BCM57767)
- Add all of the newer PCI ids

Tested with BCM5719 / BCM5720 and BCM57765 / BCM57766 and a bunch of older
chipsets.

ok naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/27 17:42:20

Modified files:
	app/cwm        : calmwm.c parse.y 

Log message:
Move conf_init/clear into main - no behaviour change; from Tiago Cunha.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/27 18:01:52

Log message:
    Import fuse-zip.  ok syl@
    
    Using fuse-zip you can mount, navigate, extract and create ZIP archives.
    
    Status:
    
    Vendor Tag:	jca
    Release Tags:	jca_2014-01-28
    
    N ports/archivers/fuse-zip/Makefile
    N ports/archivers/fuse-zip/distinfo
    N ports/archivers/fuse-zip/patches/patch-fuse-zip_1
    N ports/archivers/fuse-zip/patches/patch-tests_Makefile
    N ports/archivers/fuse-zip/pkg/PLIST
    N ports/archivers/fuse-zip/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/27 18:03:46

Modified files:
	archivers      : Makefile 

Log message:
+fuse-zip


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/27 22:52:48

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.01.28.1


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/01/27 23:20:51

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
Remove section about server capability which was removed
long time ago. Use .Cm instead of .Va for argument
parameters. From Jan Stary <hans at stare.cz>, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/01/27 23:25:57

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
fix typo: s/to/the


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 01:40:07

Modified files:
	x11/gtk+3      : Makefile distinfo 

Log message:
Update to gtk+3-3.10.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 01:46:34

Modified files:
	graphics/colord: Makefile distinfo 

Log message:
Update to colord-1.0.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 01:50:58

Modified files:
	sysutils/bacula: Makefile 
	sysutils/bacula/pkg: PLIST-main 

Log message:
gecos: Bacula Director -> Bacula Daemon -- since this user is used on both
the director and the client.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 02:02:13

Modified files:
	sysutils/bacula: Makefile 
	sysutils/bacula/pkg: PLIST-main 

Log message:
Revert previous; I am being morning-stupid, the client runs as root...


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/28 02:12:57

Modified files:
	games/gnuchess : Makefile distinfo 
	games/gnuchess/pkg: PLIST 

Log message:
Update to gnuchess-6.1.1
From Arto Jonsson (ajonsson at kapsi dot fi), thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/28 02:20:12

Modified files:
	games/xboard   : Makefile distinfo 
	games/xboard/patches: patch-xboard_conf_in 
	games/xboard/pkg: PLIST 
Added files:
	games/xboard/patches: patch-xaw-xboard_h 
Removed files:
	games/xboard/patches: patch-Makefile_in 
	                      patch-filebrowser_selfile_h patch-xboard_h 

Log message:
Update to xboard-4.7.3


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 02:25:22

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Drop FETCH_CMD and always use ftp(1).
New fetch() function that wraps ftp(1) with our needed knobs
(courtesy of halex@)

input from halex@ rpe@
ok halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 02:42:42

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
Drop comma (sthen@).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/28 04:37:53

Modified files:
	www/phantomjs  : Makefile distinfo 

Log message:
update to phantomjs 1.9.7, from maintainer Francisco de Borja Lopez Rio


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/28 05:54:56

Log message:
    tracking leak in memory objects, currently being used on pkg_add :(
    invaluable, no dependencies and works great.
    
    okay ajacoutot@
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/devel/p5-Devel-Leak-Object/Makefile
    N ports/devel/p5-Devel-Leak-Object/distinfo
    N ports/devel/p5-Devel-Leak-Object/pkg/DESCR
    N ports/devel/p5-Devel-Leak-Object/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	sasano@cvs.openbsd.org	2014/01/28 05:58:23

Modified files:
	share/man/man4 : udav.4 

Log message:
udav(4): add CoreChip RD9700 support

thanks for/ok by jmc@ and brad@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/28 06:18:07

Modified files:
	build          : support.dat 

Log message:
Remove some support sites that don't mention anything about OpenBSD on their
website.

I got as far as Italy before google started wanting captchas for all
my site: searches so anyone wanting to pick this up, start after that point.

There's a comment at the top of support.html that we may do this without
notification so I'm not contacting site owners about this.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/01/28 06:18:36

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/28 06:31:18

Modified files:
	devel/py-openbsd: Makefile 
	devel/py-openbsd/patches: patch-openbsd__netstat_c 

Log message:
fix build following network header changes

note that this hasn't been updated since import in 2004 and seems un-
maintained upstream, so is a candidate for removal (especially if there
are any difficult changes in base) if nobody speaks up


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/28 06:40:40

Modified files:
	app/cwm        : xevents.c 

Log message:
The EWMH spec states that if the cardinal returned is 0xFFFFFFFF (-1)
then the window should appear on all desktops, which in our case is
assigned to group 0.  Found to fix stalonetray due to the non-ewmh aware
range checking in group_movetogroup(); from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/28 07:08:29

Modified files:
	sys/dev/pci    : if_bgereg.h 

Log message:
unbreak 32-bit kernel builds by forcing ULL for the new macros; ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:13:39

Modified files:
	usr.bin/ssh    : ssh-keyscan.1 

Log message:
kill some bad Pa;
From: Jan Stary


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:15:03

Modified files:
	bin/chmod      : chflags.1 

Log message:
consistency fixes, to match the other ch* utils;
ok millert sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:16:59

Modified files:
	bin/ksh        : ksh.1 sh.1 

Log message:
update book references;
From: Jan Stary
tweaked a bit by myself


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:18:28

Modified files:
	usr.bin/compress: gzip.1 

Log message:
make it clear that -LV are no ops; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:28:44

Modified files:
	games/worm     : worm.6 worm.c 

Log message:
from pjanzen:
Use strtonum() and error out on an unacceptable length argument rather than
reverting to default values; document maximum initial length limit.

started by a diff From: Jan Stary, who requested we document default behaviour

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/01/28 07:30:04

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-Leak-Object


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 07:30:28

Modified files:
	games/worm     : worm.c 

Log message:
from pjanzen:
Start with the cursor on the worm's head.

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 07:43:29

Modified files:
	converters/libpst: Makefile 

Log message:
Evil typo spotted by nigel; did not package = no bump


CVSROOT:	/cvs
Module name:	src
Changes by:	stephan@cvs.openbsd.org	2014/01/28 07:48:53

Modified files:
	usr.sbin/nginx/conf: nginx.conf 

Log message:
Do not send Nginx version number in error pages and Server header by default. OK robert@, sthen@ and jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/28 07:49:26

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/patches: patch-ConfigureChecks_cmake 
	                            patch-cmake_modules_UnixAuth_cmake 
	                            patch-kcheckpass_CMakeLists_txt 
	                            patch-kcheckpass_kcheckpass_c 
	                            patch-kcontrol_keyboard_CMakeLists_txt 
	                            patch-kcontrol_keyboard_tests_xkb_rules_test_cpp 
	                            patch-kcontrol_screensaver_CMakeLists_txt 
	                            patch-kdm_CMakeLists_txt 
	                            patch-kdm_config_def 
	                            patch-kinfocenter_Modules_base_info_openbsd_cpp 
	                            patch-krunner_CMakeLists_txt 
	                            patch-ksmserver_CMakeLists_txt 
	                            patch-ksysguard_ksysguardd_OpenBSD_ProcessList_c 
	                            patch-kwin_CMakeLists_txt 
	                            patch-libs_ksysguard_processcore_processes_openbsd_p_cpp 
	                            patch-plasma_generic_applets_systemtray_CMakeLists_txt 
	                            patch-plasma_generic_dataengines_rss_CMakeLists_txt 
	                            patch-plasma_generic_runners_calculator_CMakeLists_txt 
	                            patch-qguiplatformplugin_kde_CMakeLists_txt 
Added files:
	x11/kde4/workspace/patches: patch-kdm_kfrontend_genkdmconf_c 
	                            patch-kdm_kfrontend_sessions_kde-plasma-safe_desktop_cmake 
	                            patch-kdm_kfrontend_sessions_kde-plasma_desktop_cmake 
	                            patch-ksmserver_server_cpp 
	                            patch-libs_plasmagenericshell_scripting_scriptengine_cpp 
	                            patch-libs_taskmanager_launcheritem_cpp 

Log message:
Fix problems with starting KDE session from startkde4, after discussion
on ports@openbsd.org. Big hint received from Remco, thanks!

KDM still have some issues, mostly related to migration paths. To be fixed
soon.

Added/updated description for some patches while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/28 08:43:42

Modified files:
	usr.bin/yacc   : yacc.1 

Log message:
bit more info for the toplas article;
From: Jan Stary
tweaked a bit by myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/28 09:30:03

Modified files:
	infrastructure/db: user.list 

Log message:
Reserve a UID for KDM greeter from KDE4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/28 09:55:46

Modified files:
	sysutils/coreutils: Makefile 
	sysutils/coreutils/pkg: PLIST 
Added files:
	sysutils/coreutils/patches: patch-configure 
	sysutils/coreutils/pkg: PFRAG.shared 

Log message:
Fix handling of gstdbuf and !shared archs.
- gstdbuf uses LD_PRELOAD with a fixed name "libstdbuf.so", so don't
rename it to glibstdbuf.so
- this functionality requires shared libs support, which we don't have
on vax.  Sadly the upstream test (is the platform ELF and is the compiler
gcc?) isn't enough.  So hack the test and put gstdbuf-related files in
PFRAG.shared.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jturner@cvs.openbsd.org	2014/01/28 10:03:59

Modified files:
	devel/fossil   : Makefile distinfo 
	devel/fossil/patches: patch-src_main_mk 
Added files:
	devel/fossil/patches: patch-src_main_c 

Log message:
Update fossil to 1.28 plus some Makefile style tweaks

ok juanfra@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/28 10:06:46

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/patches: patch-kdm_config_def 
	x11/kde4/workspace/pkg: PLIST 

Log message:
Make KDM in KDE4 working and usable, by provide safe sample
configuration.  Actual configuration is now placed in /etc/kdm, and
faces symlink now points here, too, instead of /var/kdm. Use
privillege separation in KDM where possible: for both X server and
greeter.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/28 10:45:33

Modified files:
	productivity/gnucash: Makefile distinfo 
	productivity/gnucash/pkg: PLIST 

Log message:
Update to gnucash-2.6.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/01/28 10:49:05

Modified files:
	usr.bin/compress: gzip.1 

Log message:
make description of gzip(1) exit status codes more accurate.

issue pointed out by jmc@, verified by me.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/28 12:52:52

Modified files:
	databases/py-puppetdb: Makefile distinfo 
	databases/py-puppetdb/patches: patch-setup_py 

Log message:
update to pypuppetdb-0.1.1


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/01/28 13:13:46

Modified files:
	usr.bin/ssh/lib: Makefile 
Added files:
	usr.bin/ssh    : digest-libc.c digest-openssl.c 
Removed files:
	usr.bin/ssh    : digest.c 

Log message:
rename digest.c to digest-openssl.c and add libc variant; ok djm@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/28 13:22:21

Modified files:
	app/cwm        : calmwm.h conf.c parse.y 

Log message:
Check ignore windowname for truncation and provide user feedback during
config parse; based on a discussion with Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/28 13:23:36

Modified files:
	sys/arch/alpha/alpha: vm_machdep.c 

Log message:
In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI on
MULTIPROCESSOR kernels, instead of IPL_NONE; they need to be ipi-safe until
proc_trampoline_mp() runs, which will also take care of lowering the ipl
to IPL_NONE.
One less race in the MP kernel, unfortunately a few more to go...


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/28 13:50:41

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/patches: patch-kdm_config_def 
	                            patch-kdm_kfrontend_genkdmconf_c 
	x11/kde4/workspace/pkg: PLIST 
Added files:
	x11/kde4/workspace/pkg: kdm.rc 

Log message:
Polish KDM support:

* Add rc script. Just add "kdm" to pkg_scripts in rc.conf.local now.

* Add a dirty hack for console-kit-daemon until ConsoleKit gets fixed.
We don't support multi-seat X now anyway.

Please note: while the rc script is based on gdm.rc, it has somewhat changed
logic. So if you're using KDM, please test it in rc.conf.local before we
get to 5.5 release, to make sure it doesn't break. It shouldn't, of course,
but, you know, IT happens.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/28 14:34:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
trim sane_sets()

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/28 14:50:57

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Enable IPv6 TCP checksum offload; ok brad@
(UDP is broken over both IPv4 and IPv6, verified on BCM5761.)


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2014/01/28 15:03:45

Modified files:
	build          : mirrors.dat 

Log message:
Re-add my anoncvs/cvsync server. The cvs slice is on an SSD so it should be
much much faster.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/28 15:04:07

Modified files:
	sys/arch/alpha/include: mutex.h 

Log message:
In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR.


CVSROOT:	/cvs
Module name:	www
Changes by:	brad@cvs.openbsd.org	2014/01/28 15:04:52

Modified files:
	.              : anoncvs.html cvsync.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/28 15:19:17

Modified files:
	usr.bin/tmux   : tmux.h window.c 

Log message:
Remember the last active pane in the top-bottom or left-right cell so
that it can be restored when moving back to that cell with selectp
-L/-R/etc. From Suraj N Kurapati.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/01/28 15:57:37

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
typo in errx() string


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/28 16:07:09

Modified files:
	usr.bin/tmux   : Makefile cmd-set-option.c grid.c 
	                 options-table.c options.c screen-redraw.c 
	                 screen-write.c status.c tmux.1 tmux.h tty.c 
	                 window-choose.c window-copy.c window.c 
Added files:
	usr.bin/tmux   : style.c 

Log message:
Allow replacing each of the many sets of separate foo-{fg,bg,attr}
options with a single foo-style option. For example:

set -g status-fg yellow
set -g status-bg red
set -g status-attr blink

Becomes:

set -g status-style fg=yellow,bg=red,blink

The -a flag to set can be used to add to rather than replace a style. So:

set -g status-bg red

Becomes:

set -ag status-style bg=red

Currently this is fully backwards compatible (all *-{fg,bg,attr} options
remain) but the plan is to deprecate them over time.

From Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/28 16:11:44

Modified files:
	usr.bin/tmux   : options-table.c 

Log message:
Fix missing argument, stupid last minute changes...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/01/28 16:24:42

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	                    patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix_cpp 
	                    patch-configure 

Log message:
Revert previous and bump EPOCH, seems this now requires a newer bison,
which i didnt spot since i had an update on my box.
Noticed by nigel@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/28 17:19:26

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
use kill(0, ...) instead of killpg(0, ...); on most operating systems
they are equivalent, but SUSv2 describes the latter as having undefined
behaviour; from portable; ok dtucker


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/28 17:21:41

Modified files:
	usr.bin/ssh    : schnorr.c 

Log message:
In the experimental, never-enabled JPAKE code: clear returned digest and
length in hash_buffer() for error cases; could lead to memory corruption
later if EVP_Digest* fails.  Pointed out by Mark Dowd


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/28 17:50:56

Modified files:
	sys/netinet6   : ip6_forward.c 

Log message:
move the allocation of the mbuf copy to use for sending icmp errors
above the reroute label that pf uses after it does dest addr rewriting
on outgoing packets. previously rerouting caused an extra copy to
be allocated, which caused the first copy to be leaked.

this has been bugging me for over half a year probably. after i got
some rudimental mbuf tracing in place it took me and alex wilson
most of a work day to audit the stack.

ok claudio@ on an earlier diff
ok mpi@, who made my first diff better and was gracious enough to
let me commit his because of the pain id been through finding this
leak.
ok pelikan@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2014/01/28 22:37:36

Modified files:
	.              : crypto.html 

Log message:
add a header link back to index.html like every other page has


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/28 23:08:42

Modified files:
	net/wget       : Makefile distinfo 
	net/wget/patches: patch-doc_sample_wgetrc patch-doc_wget_texi 
	                  patch-src_Makefile_in 
	net/wget/pkg   : PLIST 
Removed files:
	net/wget/patches: patch-doc_Makefile_in 

Log message:
Update to wget-1.15

Suggestions and "looks fine" jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/28 23:18:35

Modified files:
	usr.bin/ssh    : Makefile.inc auth.h auth2.c monitor.c monitor.h 
	                 monitor_wrap.c monitor_wrap.h readconf.c 
	                 readconf.h servconf.c servconf.h ssh2.h 
	                 sshconnect2.c 
	usr.bin/ssh/lib: Makefile 
	usr.bin/ssh/sshd: Makefile 
Removed files:
	usr.bin/ssh    : auth2-jpake.c jpake.c jpake.h schnorr.c 
	                 schnorr.h 

Log message:
remove experimental, never-enabled JPAKE code; ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 00:04:08

Added files:
	www/chromium/patches: patch-chrome_chrome_browser_ui_gypi 

Log message:
Fix dependency issue


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 01:04:20

Modified files:
	devel/lualdoc  : Makefile distinfo 

Log message:
Update to LDoc-1.4.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 01:42:48

Modified files:
	x11/awesome    : Makefile 
Added files:
	x11/awesome/patches: patch-lib_awful_layout_suit_spiral_lua_in 

Log message:
Bugfix for spiral layout: avoid gaps between windows
(upstream git commit 94a8c725968535fd74fe399846f193ecc6ce4c29)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/29 02:04:23

Modified files:
	bin/cp         : cp.1 

Log message:
same tweak as per ch* utils: for -H, remove brackets in description;
the information is pertinent, not an afterthought.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 03:29:36

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2014.01.29


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/29 04:22:14

Modified files:
	sys/arch/luna88k/stand/boot: boot.c 

Log message:
Add rnddata[] placeholders to make boot block build again, same as
other platforms.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 07:00:04

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Only loop for getty during boot, not when the system is already running.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/29 07:00:07

Modified files:
	lib/libc/sys   : select.2 

Log message:
e.g. not i.e.
From: Ross L Richardson


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 07:00:46

Modified files:
	x11/gnome/gdm/pkg: gdm.rc 

Log message:
Missed in previous.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/29 07:04:51

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
document kbdinteractiveauthentication;
requested From: Ross L Richardson

dtucker/markus helped explain its workings;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 07:06:07

Log message:
    Import ap2-mod_wsgi-3.4.
    
    The mod_wsgi adapter is an Apache module that provides a WSGI compliant
    interface for hosting Python based web applications within Apache. The
    adapter is written completely in C code against the Apache C runtime and
    for hosting WSGI applications within Apache has a lower overhead than
    using existing WSGI adapters for mod_python or CGI.
    
    ok jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20130129
    
    N ports/www/ap2-mod_wsgi/distinfo
    N ports/www/ap2-mod_wsgi/Makefile
    N ports/www/ap2-mod_wsgi/pkg/UNMESSAGE
    N ports/www/ap2-mod_wsgi/pkg/DESCR
    N ports/www/ap2-mod_wsgi/pkg/PLIST
    N ports/www/ap2-mod_wsgi/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 07:06:38

Modified files:
	www            : Makefile 

Log message:
+ap2-mod_wsgi


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 07:07:54

Modified files:
	www/ap2-mod_wsgi: Makefile 

Log message:
Use MODPY_LIB_DEPENDS.


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2014/01/29 07:29:21

Modified files:
	build          : support.awk groups.awk 

Log message:
change bright blue table headers to a nicer gray

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2014/01/29 07:30:03

Modified files:
	build          : support.skel groups.skel 

Log message:
remove corny clipart

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	jcs@cvs.openbsd.org	2014/01/29 07:30:44

Modified files:
	.              : groups.html support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	abieber@cvs.openbsd.org	2014/01/29 08:22:31

Modified files:
	comms/xastir   : Makefile distinfo 
	comms/xastir/patches: patch-configure_ac patch-src_interface_c 
	comms/xastir/pkg: PLIST 
Removed files:
	comms/xastir/patches: patch-acinclude_m4 

Log message:
upgrade to 2.0.4, use GraphicsMagic instead of ImageMagick, add gdal
support.

OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/01/29 09:15:12

Modified files:
	share/man/man4 : bge.4 jme.4 

Log message:
document IPv6 TX checksum offload; ok brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/01/29 09:26:17

Modified files:
	shells/nsh     : Makefile 
	shells/nsh/patches: patch-if_c 
Added files:
	shells/nsh/patches: patch-kroute_c patch-stats_c patch-utils_c 
	                    patch-version_c patch-who_c 

Log message:
Catch up with network header changes and fix time_t type mismatches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/29 09:49:33

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/pkg: kdm.rc 

Log message:
Simplify the rc script by conditional define of function.

Idea and initial implementation (in gdm) from ajacoutot@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 09:58:21

Modified files:
	usr.bin/ftp    : util.c 

Log message:
Unbreak ftp progress meter after the introduction of the '-D' flag

ok tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/29 10:28:05

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	                    patch-Source_WebKit2_UIProcess_Plugins_unix_PluginProcessProxyUnix_cpp 
	                    patch-configure 
Added files:
	www/webkit/patches: 
	                    patch-Source_ThirdParty_ANGLE_src_compiler_glslang_y 

Log message:
Re-update to webkit-2.2.4 with a fix for our pre-historical bison(1).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/29 11:30:39

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
Switch to task queues.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/29 11:34:22

Modified files:
	app/cwm        : calmwm.h conf.c parse.y 

Log message:
Check command name/path for truncation and provide user feedback during
config parse (and use conf_cmd_add to populate defaults); based on a
discussion with Tiago Cunha.  While this looks ugly, there are likely
some other changes here to come.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/29 11:43:27

Modified files:
	app/cwm        : conf.c 

Log message:
Much like we do for keyboard and mouse bindings, remove duplicates for
command name - last match.


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/01/29 13:37:18

Modified files:
	lib/libfuse    : fuse_ops.c 
	sys/miscfs/fuse: fuse_vnops.c 

Log message:
Add fuse support for IO_APPEND.

ok beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/29 13:43:26

Modified files:
	audio/deadbeef : Makefile distinfo 
	audio/deadbeef/patches: patch-Makefile_am patch-configure_ac 
	                        patch-plugins_aac_Makefile_am 
	                        patch-plugins_alac_Makefile_am 
	                        patch-plugins_artwork_Makefile_am 
	                        patch-plugins_c 
	                        patch-plugins_cdda_Makefile_am 
	                        patch-plugins_converter_converter_c 
	                        patch-plugins_ffap_Makefile_am 
	                        patch-plugins_ffmpeg_ffmpeg_c 
	                        patch-plugins_gtkui_Makefile_am 
	                        patch-plugins_gtkui_prefwin_c 
	                        patch-plugins_hotkeys_Makefile_am 
	audio/deadbeef/pkg: PLIST 
Added files:
	audio/deadbeef/patches: patch-plugins_alac_alac_plugin_c 
	                        patch-plugins_artwork_artwork_c 
	                        patch-plugins_gtkui_gtkui_c 
	                        patch-plugins_lastfm_lastfm_c 
	                        patch-plugins_pltbrowser_Makefile_am 
	                        patch-streamer_c 
Removed files:
	audio/deadbeef/patches: patch-plugins_supereq_Makefile_am 
	                        patch-yasmwrapper_sh 

Log message:
Update to deadbeef-0.6.0

Audio stuttering problem fixed by ratchov@, thanks a lot!

OK juanfra@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/29 14:13:52

Modified files:
	app/cwm        : calmwm.h conf.c xevents.c 

Log message:
Merge keybinding and mousebinding queues into using the same merged
struct, binding; they were essentially the same accept for what was
'pressed', keysym or button.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/29 14:17:33

Modified files:
	app/cwm        : cwmrc.5 

Log message:
keybinding -> key binding


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/01/29 14:36:06

Modified files:
	audio/libvorbis: Makefile distinfo 
	audio/libvorbis/patches: patch-configure patch-doc_Makefile_in 
	                         patch-doc_libvorbis_Makefile_in 
	                         patch-doc_vorbisenc_Makefile_in 
	                         patch-doc_vorbisfile_Makefile_in 

Log message:
Update to libvorbis 1.3.4.

ok naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/29 15:30:00

Modified files:
	app/cwm        : calmwm.h conf.c kbfunc.c mousefunc.c 

Log message:
Minimize trivial differences between a few kb and mb functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/29 16:53:20

Modified files:
	usr.bin/make   : var.c 

Log message:
I'm a bit dyslexic. Found out by Jan Klemkow. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/01/29 17:12:09

Modified files:
	usr.sbin/fw_update: fw_update.1 fw_update.sh 

Log message:
add a -d flag to remove the specified firmware packages

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/29 17:44:20

Modified files:
	share/man/man9 : Makefile atomic.9 
Added files:
	share/man/man9 : atomic_add.9 atomic_cas.9 atomic_dec.9 
	                 atomic_inc.9 atomic_sub.9 atomic_swap.9 
	                 membar.9 
	sys/sys        : atomic.h 

Log message:
add an MI api for atomic ops in the kernel. this api has its origins in
solaris, but we found it via netbsd.

this provides an MI implementation by using gccs atomic builtins. if an
arch wants to provide a better implementation it can simply provide the
specific bit of the api it wants to replace as a macro.

we're being conservative with this API and only providing it in the
kernel, and only for uints, ulongs, and pointers.

discussed at n2k14 and with hackers at length.
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/29 17:51:14

Modified files:
	sys/arch/sparc64/include: atomic.h lock.h 
	sys/arch/sparc64/sparc64: clock.c lock_machdep.c pmap.c 

Log message:
move sparc64 behind the MI atomic api.

this basically replaces sparc64_cas and sparc64_casx with atomic_cas_uint
and atomic_cas_ulong respectively. it then builds atomic_add and
atomic_sub out of those. this avoids the gcc atomic builtins that
the MI atomic_foo api uses by default, so we dont get the extra
membars that the builtins do but the atomic_foo api doesnt promise.

it also fixes up the code that used to use sparc64_{cas,casx} to
use the atomic_cas api instead.

use of the sparc64 membar() macros are left untouched for now.

ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/29 18:23:38

ports/www/dillo/files

Update of /cvs/ports/www/dillo/files
In directory cvs.openbsd.org:/tmp/cvs-serv15407/files

Log Message:
Directory /cvs/ports/www/dillo/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/29 18:28:13

Modified files:
	www/dillo      : Makefile 
	www/dillo/patches: patch-dillorc patch-dpi_https_c 
	www/dillo/pkg  : PLIST 
Added files:
	www/dillo/files: dillo.desktop dillo.xpm 

Log message:
Add RCS ID tags to a couple of files under patches/
Add a dillo.desktop and dillo.xpm, taken from Debian.
Original diff from Donovan Watteau <tsoomi AT gmail DOT com> with small
Makefile tweaks by me.
Extra eyes and ok jca@


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2014/01/29 20:22:48

Modified files:
	net/daq        : Makefile distinfo 
	net/daq/patches: patch-configure patch-os-daq-modules_daq_ipfw_c 

Log message:
Update to DAQ 2.0.2, from maintainer Markus Lude.

Tested with Snort 2.9.6.0 (which will be committed soon) on sparc64 by
maintainer and on amd64 and macppc by myself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	lteo@cvs.openbsd.org	2014/01/29 20:23:48

Modified files:
	net/snort      : Makefile distinfo 
	net/snort/patches: patch-src_decode_h 
	                   patch-src_dynamic-plugins_sf_dynamic_plugins_c 
	                   patch-src_dynamic-plugins_sf_engine_Makefile_in 
	                   patch-src_dynamic-preprocessors_Makefile_in 
	                   patch-src_dynamic-preprocessors_dcerpc2_Makefile_in 
	                   patch-src_dynamic-preprocessors_dnp3_Makefile_in 
	                   patch-src_dynamic-preprocessors_dns_Makefile_in 
	                   patch-src_dynamic-preprocessors_ftptelnet_Makefile_in 
	                   patch-src_dynamic-preprocessors_gtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_imap_Makefile_in 
	                   patch-src_dynamic-preprocessors_modbus_Makefile_in 
	                   patch-src_dynamic-preprocessors_pop_Makefile_in 
	                   patch-src_dynamic-preprocessors_reputation_Makefile_in 
	                   patch-src_dynamic-preprocessors_sdf_Makefile_in 
	                   patch-src_dynamic-preprocessors_sip_Makefile_in 
	                   patch-src_dynamic-preprocessors_smtp_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssh_Makefile_in 
	                   patch-src_dynamic-preprocessors_ssl_Makefile_in 
	                   patch-src_log_c patch-src_log_text_c 
	                   patch-src_ppm_c 
	                   patch-src_preprocessors_Stream5_snort_stream5_tcp_c 
	                   patch-src_preprocessors_spp_sfportscan_c 
	                   patch-src_util_c patch-src_util_h 
	net/snort/pkg  : PLIST 
Removed files:
	net/snort/patches: patch-src_sfutil_sfxhash_c 
	                   patch-src_sfutil_sfxhash_h 

Log message:
Update to Snort 2.9.6.0, from maintainer Markus Lude.

Tested on sparc64 by Markus; tested on amd64 and macppc by myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/01/29 22:12:29

Modified files:
	bin/md5        : cksum.1 

Log message:
Add MISSING to the list of possible results of a checklist comparison
(md5.1 already has this).


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/01/29 22:36:38

Modified files:
	.              : plus.html 

Log message:
plus.html for Jan 20-26, fixes for my bad grammer and ok jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/29 22:53:38

Modified files:
	sys/scsi       : mpath_sym.c 

Log message:
SGI branded seagate disks work fine


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2014/01/29 23:33:43

Modified files:
	build          : Makefile 
	build/mirrors  : openssh-ftp.html.head 
	openssh        : ftp.html index.html openbsd.html portable.html 
Added files:
	openssh/txt    : release-6.5 

Log message:
openssh-6.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2014/01/30 01:01:48

Modified files:
	devel/py-country: Makefile distinfo 
	devel/py-country/pkg: PLIST 

Log message:
Update to py-country 1.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 01:16:56

Modified files:
	share/man/man9 : atomic.9 atomic_cas.9 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/01/30 01:40:26

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2014.01.30.1


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/30 02:45:36

Modified files:
	share/man/man9 : Makefile 

Log message:
markus hennecke points out i had a trailing slash on a line that
shouldnt have one


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 03:01:33

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_Makefile_in 
	                                  patch-src_daemon_c 
	                                  patch-src_libaccountsservice_Makefile_in 
	                                  patch-src_user-classify_c 
	                                  patch-src_user_c 
	                                  patch-src_util_c 
Added files:
	sysutils/accountsservice/patches: patch-configure_ac 

Log message:
Merge several fixes from upstream (memleak) and the new heuristic stuffs
for users; this allows to get rid of the statis daemon user list.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/30 03:09:58

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
Removed files:
	net/telepathy/telepathy-glib/patches: 
	                                      patch-telepathy-glib_channel-group_c 

Log message:
update to telepathy-glib-0.22.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 04:00:49

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 

Log message:
authdir was dropped 5 months ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 04:37:35

Modified files:
	print/foo2zjs  : Makefile distinfo 
	print/foo2zjs/patches: patch-Makefile patch-getweb_in 
	print/foo2zjs/pkg: PLIST 

Log message:
Update to foo2zjs-20140126.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 04:39:04

Modified files:
	print/foomatic-db-engine: Makefile 
	print/foomatic-db-engine/pkg: README 

Log message:
Tweak README.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/01/30 04:51:51

Modified files:
	sys/dev/acpi   : acpiasus.c 

Log message:
The activate function was registered as a detach function.
Put the activate function in the proper place in cfattach.

Tested by jasper@ on eeepc-900
Okay kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/30 05:27:11

Modified files:
	sys/arch/sparc64/include: atomic.h 

Log message:
Undef def_atomic_op_nv instead of def_atomic_opf.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 05:38:20

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm 

Log message:
finish killing old annotation


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 05:38:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: UpdateSet.pm 

Log message:
don't create empty entries


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:12:50

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm PkgAdd.pm 

Log message:
minor bug-fix, make sure partial is handled properly.
also use delete instead of undef so that they entry vanishes...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:16:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
not really a need to store state in the location, when we can ask
our repository for it.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:17:42

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
most PkgSpec are default conflicts, so not storing empty constraints...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:18:10

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
indent fix


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:18:34

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm 

Log message:
don't save empty errors


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/30 06:19:40

Modified files:
	x11/i3status   : Makefile distinfo 
	x11/i3status/patches: patch-i3status_conf 
Removed files:
	x11/i3status/patches: patch-Makefile 

Log message:
update to i3status-2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/30 06:21:43

Modified files:
	audio/flite    : Makefile 
Added files:
	audio/flite/patches: patch-src_audio_auserver_c 

Log message:
Security fix for CVE-2014-0027


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2014/01/30 06:23:03

Modified files:
	openssh/txt    : release-6.5 

Log message:
fix typos in release notes.

ok djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/30 06:23:42

Modified files:
	audio/flite    : Tag: OPENBSD_5_4 Makefile 
Added files:
	audio/flite/patches: Tag: OPENBSD_5_4 patch-src_audio_auserver_c 

Log message:
Security fix for CVE-2014-0027


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:23:51

Modified files:
	usr.sbin/pkg_add/OpenBSD: AddDelete.pm Delete.pm 
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
avoid storing dead keys.
quirks is exceptional, since it needs to be cached negatively.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 06:28:59

Modified files:
	usr.sbin/cron  : crontab.1 

Log message:
expand STANDARDS; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 06:30:11

Modified files:
	bin/pax        : ar_subs.c options.c pax.h 

Log message:
abstraction for the sake of abstraction is distracting.

zap extra func pointer going to the same routines for all formats.
okay millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 06:31:28

Modified files:
	usr.bin/at     : at.1 

Log message:
STANDARDS: at.allow/deny is xsi (same as cron);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 06:32:58

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
update the EXTENSIONS section, renaming it to STANDARDS while here;
help/ok millert sobrado


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 07:01:50

Modified files:
	net/vsftpd     : Makefile 
	net/vsftpd/pkg : vsftpd.rc 

Log message:
Always put rc.d(8) scripts daemons in the background, so force the use of
-obackground=yes.

ok sthen@ benoit@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/30 07:25:35

Modified files:
	x11/slim       : Makefile 
	x11/slim/pkg   : slim.rc 

Log message:
Do in the x11/slim the same dance as in GDM/KDM: on boot, wait in
background for getty process to appear.

Tested by me on i386, okay landry@ (MAINTAINER).


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/30 07:30:46

Modified files:
	sys/arch/luna88k: Makefile 

Log message:
Add missing 'stand' directory in order to work 'make build' and 'make
install' properly.

ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/30 07:40:21

Modified files:
	app/cwm        : calmwm.h conf.c mousefunc.c 

Log message:
Remove duplicate mouse functions and instead use the kbfunc ones.  No
user visable changes at this point, but they'll merge at an appropriate
time.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/30 08:10:48

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c 
	sys/dev/pci/drm/i915: i915_gem.c i915_gem_tiling.c intel_fb.c 

Log message:
Get rid of the simple locks; they're lies.  Also get rid of the holding
logic for uvm objects; it's not necessary anymore as far as I can tell, at
least as long as we run all this code under the kernel lock.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/30 08:18:51

Modified files:
	sys/arch/hppa/include: mutex.h 
	sys/arch/hppa/hppa: mutex.c 

Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock.  The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock.  This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.

No change for non-MULTIPROCESSOR kernels.

Tested by juanfra@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/30 08:41:11

Modified files:
	app/cwm        : calmwm.h kbfunc.c xevents.c 

Log message:
Move cwm_status around to avoid header fu, and remove extraneous signal
header from xevents.c; noticed by Christian Neukirchen.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/30 08:43:53

Modified files:
	app/cwm        : conf.c 

Log message:
use the same autogroupwin variable as everywhere else


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/30 09:58:58

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: gdm.rc 
	x11/slim       : Makefile 
	x11/slim/pkg   : slim.rc 
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/pkg: kdm.rc 

Log message:
Sync rc_start() between these 3 daemons since they do the same.
Keeping the sleep 2 in kdm.rc -- not sure why this is needed, zhuk@ probably
knows.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/01/30 10:18:46

Modified files:
	usr.bin/spell  : spell.1 

Log message:
fix various inconsistencies.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 10:49:40

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
reorganise this file into something a bit saner, killing wacky macros
as we go;

ok sobrado millert


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/30 11:16:42

Modified files:
	sys/arch/alpha/include: pmap.h vmparam.h 
	sys/arch/amd64/include: pmap.h vmparam.h 
	sys/arch/arm/include: pmap.h vmparam.h 
	sys/arch/hppa/include: pmap.h vmparam.h 
	sys/arch/hppa64/include: pmap.h vmparam.h 
	sys/arch/i386/include: pmap.h vmparam.h 
	sys/arch/m68k/include: pmap_motorola.h vmparam.h 
	sys/arch/m88k/include: pmap.h vmparam.h 
	sys/arch/macppc/include: vmparam.h 
	sys/arch/mips64/include: pmap.h vmparam.h 
	sys/arch/powerpc/include: pmap.h 
	sys/arch/sh/include: pmap.h vmparam.h 
	sys/arch/socppc/include: vmparam.h 
	sys/arch/solbourne/include: pmap.h 
	sys/arch/sparc/include: pmap.h vmparam.h 
	sys/arch/sparc64/include: pmap.h vmparam.h 
	sys/arch/vax/include: pmap.h vmparam.h 
	sys/uvm        : uvm_extern.h 

Log message:
Move declaration of struct vm_page_md from <machine/vmparam.h> to
<machine/pmap.h> where it belongs, and compensate in <uvm/uvm_extern.h>
by including <uvm/uvm_pmap.h> before <uvm/uvm_page.h>. Tested on all
MACHINE_ARCH but amd64 and i386 (and hppa64).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/30 11:29:51

Modified files:
	databases/puppetdb: Makefile distinfo 
	databases/puppetdb/patches: patch-Rakefile 
	                            patch-ext_files_config_ini 
	databases/puppetdb/pkg: PLIST-main README-main 

Log message:
- update to puppetdb-1.6.0
* mostly performance and bugfixes: http://docs.puppetlabs.com/puppetdb/latest/release_notes.html#section


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/30 11:51:33

Modified files:
	productivity/akonadi: Makefile distinfo 
	productivity/akonadi/pkg: PLIST 

Log message:
Update Akonadi to 1.11. Fixes a problem in SQLite backend, which we use by
default. No regressions so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/30 11:54:34

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
wipe locations a bit more thoroughly


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/30 12:39:23

Modified files:
	sys/dev/ic     : qla.c 

Log message:
Set port and node WWN in scsi_link structure when we successfully probe a
target.

ok jmatthew@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/01/30 13:02:42

Modified files:
	usr.sbin/cron  : crontab.5 

Log message:
reinstate the note that setting env vars in a crontab is an extension;
ok millert (actually it was millert who pointed it out) + sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/30 13:10:24

Modified files:
	sys/arch/alpha/alpha: db_interface.c 

Log message:
Narrow ci_flags to be able to print ci_mutex_level in the `machine ddbcpu'
output.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/30 13:11:14

Modified files:
	sys/arch/alpha/alpha: db_trace.c 

Log message:
Abort traceback when a new ra has not been found, instead of looping on it
and printing the same traceback line several times.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/01/30 13:14:27

Modified files:
	sys/sys        : sched.h 

Log message:
On MULTIPROCESSOR kernels, have SCHED_ASSERT_LOCKED assert both the lock being
held and ipl being >= IPL_SCHED.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/01/30 13:37:03

Modified files:
	sys/dev/usb    : umodem.c 

Log message:
Do not match control interfaces if their associated data interface is
missing or already claimed.

This fixes a problem with the Ericsson F3507g embedded in the x200s
that has a broken configuration descriptor reporting too few
interfaces.

Problem reported and fix tested by Harald Hellmuth and florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/01/30 14:01:59

Modified files:
	sys/sys        : kernel.h 
	sys/kern       : kern_tc.c kern_time.c 

Log message:
Simplyfy adjtime(2) by keeping track of the adjustment as a number of
microsecond in a 64-bit integer.  Fixes the issue where ntpd loses sync
because the struct timeval currently used to hold the adjustment is not
properly normalized after the changes guenther@ made.

ok guenther@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/30 14:28:42

Modified files:
	x11/kde4/konsole: Makefile 
	x11/kde4/konsole/patches: patch-src_ProcessInfo_cpp 

Log message:
Squash another bug introduced by me, that made Konsole crash by occasion.
The fix actually simplifies things a lot, as a bonus.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/30 15:12:15

Modified files:
	games/xripple  : Makefile 

Log message:
mirror distfile


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/30 15:17:22

Modified files:
	app/cwm        : calmwm.h conf.c parse.y 

Log message:
Switch ignoreq to winname struct since it's basically the same thing;
removes limit on name matching.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/01/30 15:26:14

Modified files:
	usr.bin/ssh    : sandbox-systrace.c 

Log message:
allow shutdown(2) syscall in sandbox - it may be called by packet_close()
from portable


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/30 15:41:16

Modified files:
	app/cwm        : parse.y 

Log message:
re-add lost free from previous


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/30 16:43:53

Modified files:
	sys/dev/ic     : qla.c 

Log message:
don't do a register test mailbox command before resetting the chip.
kettenis@ found that this causes problems on sparc64 machines that boot off
isp2200s.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/01/30 16:45:23

Modified files:
	multimedia/livestreamer: Makefile distinfo 
	multimedia/livestreamer/pkg: PLIST 

Log message:
Update to 1.7.3 - adds hitbox.tv and Crunchyroll support, as well as a
variety of bug fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/01/30 16:58:41

Modified files:
	sys/dev/ic     : qla.c 

Log message:
the option bit for controlling fast posting is in icb_fw_options, not
icb_xfwoptions.  one of my qla2200 cards seems to have this enabled
in its nvram, so it wasn't getting io completions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/30 17:28:56

Modified files:
	databases/mongodb: Makefile 
	databases/mongodb/pkg: DESCR PLIST 
Removed files:
	databases/mongodb/pkg: PFRAG.shared 

Log message:
Re-enable mongodb. Regress tests bomb out part-way with an assertion (noted
in DESCR with a suggestion that users check carefully for themselves) but it
works well enough for afresh1 and myself to run the UniFi controller software
and for bmercer. At the very least the BROKEN text isn't accurate any more
for this version. Roll PFRAG.shared into PLIST while there.

OK gsoares (who suggests updating to 2.4.9 which I haven't done here but
might try later).


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/30 17:50:45

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
sc_lladdr is never used, so we can get the space in the sc back.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/30 17:52:20

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
sc_function is set, but never used for anything useful. clean it up...


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/30 18:16:10

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Fix a long standing VCPU reset sequence bug on BCM5906. The VCPU (Virtual CPU)
of BCM5906 is used to provide a mechanism to control the bootcode execution and
to pick up configuration data stored inside the EEPROM. The bootcode of BCM5906
will check the BGE_VCPU_STATUS_DRV_RESET bit to decide which boot procedure to
choose. Datasheet indicates the VCPU of BCM5906 should set BGE_VCPU_STATUS_DRV_RESET
bit before VCPU reset or global reset.

From FreeBSD

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/30 19:53:41

Modified files:
	sys/scsi       : scsiconf.c scsiconf.h 

Log message:
if a device doesnt have device ids or serial numbers, try using node_wwn to
generate a devid. if its an fc device this is good enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/01/30 19:55:46

Modified files:
	sys/scsi       : mpath_sym.c 

Log message:
SUNW SUNWGS INT FCBPL can be considered an asym device now we can uniquely
identify them over multiple paths using their wwnn.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/30 23:05:40

Modified files:
	sys/dev/pci    : if_tl.c if_tlreg.h 

Log message:
Rewrite the receive filter handling code, reinstate the hash filter and cleanup
the ioctl bits.

Tested by brad@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2014/01/30 23:42:26

Modified files:
	sysutils/ansible: Makefile 
Added files:
	sysutils/ansible/patches: patch-library_cloud_docker 
	                          patch-library_net_infrastructure_openvswitch_bridge 
	                          patch-library_net_infrastructure_openvswitch_port 
	                          patch-library_packaging_rpm_key 
	                          patch-library_system_modprobe 

Log message:
Backport a fix for the ansible_python_interpreter logic.  It cares
about appropriate shebang lines containing python interpreter path
on the remote machines.

https://github.com/ansible/ansible/issues/5630

suggested by and OK landry@
OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bentley@cvs.openbsd.org	2014/01/31 01:58:21

Modified files:
	emulators/gambatte/patches: patch-testrunner_SConstruct 

Log message:
Fix tests.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/31 01:58:32

Modified files:
	sys/dev/pci    : if_tl.c 

Log message:
tl(4) already allowed for reception of frames up to MCLBYTES in size so
set IFCAP_VLAN_MTU to allow for VLAN sized frames.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/31 02:34:22

Modified files:
	games/openarena: Makefile 
	games/openarena/patches: patch-Makefile 

Log message:
Unbreak on i386 by disabling PIE.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/31 02:37:06

Modified files:
	multimedia/avidemux: Makefile 

Log message:
Unbreak on i386 (disable PIE).  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/01/31 02:46:51

Modified files:
	games/megaglest/base: Makefile 
Added files:
	games/megaglest/base/patches: 
	                              patch-source_shared_lib_include_platform_sdl_platform_main_h 

Log message:
Unbreak on i386, by using %esi as temporary storage for %ebx across the
cpuid call.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/31 03:12:57

Modified files:
	net/isc-bind   : Makefile distinfo 
	net/isc-bind/patches: patch-bin_named_include_named_globals_h 
	net/isc-bind/pkg: PLIST 
Added files:
	net/isc-bind/patches: patch-lib_lwres_gethost_c 

Log message:
update to BIND 9.9.5
- patch to add another missing stdint.h inclusion for uintptr_t
- enable regression tests (these set temporary aliases on lo0;
should be safe, but I've set TEST_INTERACTIVE to avoid any unintended
consequences on bulk test runs).


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:13:13

Modified files:
	regress/usr.sbin/pkg_add: Makefile 
Added files:
	regress/usr.sbin/pkg_add: check-cfl 

Log message:
basic check for pkg names conflicts, to be augmented


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/01/31 03:14:46

Modified files:
	net/isc-bind   : Makefile 

Log message:
sync upstream lib versions in comments in SHARED_LIBS lines; no pkg change


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:18:35

Modified files:
	regress/usr.sbin/pkg_add: check-cfl 

Log message:
partial-partial-* stuff not yet working


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:28:18

Modified files:
	regress/usr.sbin/pkg_add: check-cfl 

Log message:
fix number of tests


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:29:54

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm PkgAdd.pm 

Log message:
minor fix: don't go to cache if genuine install


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:30:48

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCfl.pm PkgSpec.pm Search.pm 

Log message:
handle conflict with partial in a less hackish ways, by passing an
extra "with_partial" parameter to specs.
This also removes quite a lot extraneous objects.


CVSROOT:	/cvs
Module name:	src
Changes by:	aoyama@cvs.openbsd.org	2014/01/31 03:38:54

Modified files:
	distrib/sets/lists/base: md.luna88k 

Log message:
Add our luna88k bootstrap.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2014/01/31 03:44:56

Modified files:
	x11/mplayer    : Makefile 
Added files:
	x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Mplayer requires the byte-order flag to be set for 8-bit formats
as well. Fixes playback of 8-bit audio files.
ok brad@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 03:49:53

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
avoid creating backrefs


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/31 04:17:20

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Add \033[18t window operations from J Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/31 04:20:28

Modified files:
	usr.bin/tmux   : xterm-keys.c 

Log message:
Fix partial matches with xterm-keys on, from m0viefreak dot cm at
googlemail dot com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/31 04:46:25

Modified files:
	productivity/akonadi/patches: 
	                              patch-server_src_storage_dbconfigpostgresql_cpp 
Added files:
	productivity/akonadi/patches: patch-CMakeLists_txt 

Log message:
Forgot to sync patches. Did not build => no bump.

Spotted by nigel@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 04:54:24

Modified files:
	usr.sbin/pkg_add/OpenBSD: UpdateSet.pm 

Log message:
no longer a need for the solver, which is fortunate as this creates
a cycle (in perl -current at least).

found by careful usage of Devel::Leak::Object and going back in time to
2007...


CVSROOT:	/cvs
Module name:	ports
Changes by:	gonzalo@cvs.openbsd.org	2014/01/31 05:06:00

Modified files:
	x11/smtube     : Makefile distinfo 
	x11/smtube/pkg : PLIST 
Removed files:
	x11/smtube/patches: patch-Makefile 

Log message:
Update for SMTube to 1.8:

* Adapt for Youtube changes.
* More options in the configuration dialog, now it's possible to
select the preferred region and period of time for the standard feeds.
* Fixed an important bug: if the search term contained a non ascii
character, the results from page 2 onwards were incorrect. This is
fixed now.
* New translations: Croatian, Bulgarian, Vietnamese and Indonesian.

MAKE_FLAGS instead of patching.

With some tweaks from zhuk@

Ok zhuk@, dcoppa@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/31 05:54:54

ports/devel/libyaml/patches

Update of /cvs/ports/devel/libyaml/patches
In directory cvs.openbsd.org:/tmp/cvs-serv10329/patches

Log Message:
Directory /cvs/ports/devel/libyaml/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/01/31 06:51:19

Modified files:
	emulators/fedora/base: Makefile distinfo 
	emulators/fedora/base/pkg: PLIST 

Log message:
Add libsqlite3 which is needed by some opera features.
Drop share/man and share/doc directories.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/31 07:05:26

Modified files:
	devel/libyaml  : Makefile 
Added files:
	devel/libyaml/patches: patch-src_api_c patch-src_scanner_c 

Log message:
Security fix for CVE-2013-6393 and apply some further hardening
patches from RedHat.

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/01/31 07:05:44

Modified files:
	devel/libyaml  : Tag: OPENBSD_5_4 Makefile 
Added files:
	devel/libyaml/patches: Tag: OPENBSD_5_4 patch-src_api_c 
	                       patch-src_scanner_c 

Log message:
Security fix for CVE-2013-6393 and apply some further hardening
patches from RedHat.

ok pea@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/01/31 07:19:24

Modified files:
	usr.bin/tmux   : screen-redraw.c server-client.c tmux.h 

Log message:
Break up and simplify screen_redraw_screen.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/01/31 08:48:44

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm md5.pm 

Log message:
@md5 annotations died at the end of 2008, so it's reasonable to scrape the
code now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/31 09:02:57

Modified files:
	x11/kde4/pim-runtime: Makefile 
Added files:
	x11/kde4/pim-runtime/patches: patch-kcm_serverconfigmodule_cpp 

Log message:
Allow to choose the SQLite driver bundled with Qt, it behaves better here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/31 09:37:46

Modified files:
	productivity/akonadi: Makefile 
	productivity/akonadi/patches: patch-CMakeLists_txt 

Log message:
Use the SQLite driver provided with Qt (QSQLITE) instead of the one bundled
with Akonadi (QSQLITE3) by default. It behaves better for me, at least.

This won't affect existing installations. You can freely migrate from
QSQLITE to QSQLITE3 and back, just remember to stop Akonadi and make sure
that corresponding lines in ~/.config/akonadi/akonadiserverrc are pointing
to the same database file, then start Akonadi again.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/31 09:39:19

Modified files:
	usr.bin/ssh    : auth2-chall.c authfd.c authfile.c bufaux.c 
	                 bufec.c channels.c cipher-chachapoly.c 
	                 clientloop.c hmac.c hostfile.c kexc25519.c 
	                 krl.c monitor.c sandbox-systrace.c session.c 
	                 sftp-client.c ssh-keygen.c ssh.c sshconnect2.c 
	                 sshd.c sshlogin.c 

Log message:
replace most bzero with explicit_bzero, except a few that cna be memset
ok djm dtucker


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/01/31 09:56:32

Modified files:
	lib/libutil    : bcrypt_pbkdf.c pkcs5_pbkdf2.c 

Log message:
explicit_bzero where useful


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/31 10:26:57

Modified files:
	games/stepmania: Makefile 

Log message:
s,NO_TESTS,NO_TEST,


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/31 10:32:29

Modified files:
	infrastructure/lib/DPB: PortInfo.pm 

Log message:
s,NO_TESTS,NO_TEST,
OK espie@

Note that the changed code is not yet implemented, so no functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/31 10:37:37

Modified files:
	x11/rdesktop   : Makefile distinfo 
Removed files:
	x11/rdesktop/patches: patch-rdpsnd_libao_c 

Log message:
update to 1.8.1
enable smartcard support as suggested by aja@

drop maintaintership as i dont use it anymore

btw, support for credssp AKA (gssapi smartcard authentication option) not yet enabled,
this requires an external library libgssglue(not yet ported/upcoming work for the new maintainer? any takers?)

usual features works for me.
i haven' t tested smartcard support though
(no way to test, i haven't one here)

OK aja@

(OK benoit@ initial diff)


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/01/31 10:40:42

Modified files:
	devel/cppcheck : Makefile distinfo 
	devel/cppcheck/pkg: PLIST 

Log message:
update to 1.63

works for me and regress tests OK.

.cfg files are needed by cppcheck now:
- set CFGDIR accordingly
- install .cfg files and regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/01/31 10:45:35

Modified files:
	x11/kde4/workspace: Makefile 
	x11/kde4/workspace/patches: patch-kdm_config_def 
	                            patch-kdm_kfrontend_genkdmconf_c 

Log message:
Do the chmod dance with /dev/drm0 in KDM, using default scripts in /etc/kdm.
Reminded in chat.

Also, update KDM patches description while there.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/01/31 17:25:04

Modified files:
	app/cwm        : calmwm.c cwm.1 

Log message:
Let the config parser continue parsing even after encountering an error;
original idea (with now-outdated patch) from Thomas Adam.  Since we now
report where errors exist, this now makes more sense.  Expand a bit on
config file parsing in the cwm(1).

Discussed with a few, including sthen; ok sthen.


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/01/31 18:51:27

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 
	sys/dev/mii    : brgphy.c 

Log message:
Split bge(4)'s feature flags into bge_flags and bge_phy_flags.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2014/02/01 00:10:33

Modified files:
	sys/arch/amd64/amd64: acpi_wakecode.S 
	sys/kern       : subr_hibernate.c 

Log message:
Remove some of the excessive cache and TLB flushing going on during
hibernate unpack - these were added a while ago when we were fighting
different issues that have now been solved.

Tested by myself and dcoppa on a variety of machines


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/01 00:48:19

Modified files:
	usr.bin/units  : units.lib 

Log message:
update currency exchange rates;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/01 02:10:31

Modified files:
	productivity/tryton/trytond: Makefile distinfo 

Log message:
Update to trytond-3.0.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/01 02:10:54

Modified files:
	productivity/tryton/account_invoice: Makefile distinfo 
	productivity/tryton/account_statement: Makefile distinfo 
	productivity/tryton/calendar: Makefile distinfo 
	productivity/tryton/stock: Makefile distinfo 
	productivity/tryton/stock_product_location: Makefile distinfo 

Log message:
Update tryton modules to their latest release.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/01 02:11:30

Modified files:
	sys/dev/ic     : qla.c qlavar.h 
	sys/dev/pci    : qla_pci.c 

Log message:
On sparc64, use the WWNs from Open Firmware, as the onboard ISP2200 that can
be found on some Sun hardware doesn't have an NVRAM.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/02/01 02:30:38

Modified files:
	sys/miscfs/fuse: fuse_lookup.c fuse_vnops.c fusefs_node.h 

Log message:
Replace the vnode struct vattr cache by VOP_GETATTR() calls.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/01 02:32:05

Modified files:
	sys/dev/pci/drm/i915: i915_reg.h intel_ringbuffer.c 

Log message:
drm/i915: Invalidate TLBs for the rings after a reset

From Chris Wilson
92e199c62a5d698a8e934aea8bcb4fb43968a290 in ubuntu 3.8
884020bf3d2a3787a1cc6df902e98e0eec60330b in mainline linux

While the original commit message mentions
https://bugs.freedesktop.org/show_bug.cgi?id=64725
which is a problem with hibernate mlarkin@ says it neither
helps or hurts in his testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 03:53:17

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCfl.pm 

Log message:
style


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 03:54:11

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm 

Log message:
handles are more adequate places to stash conflict lists, since they can
be computed directly from update_info (without the full plist)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 03:55:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: Update.pm 

Log message:
no need to test for plist, we get the conflict_list since we have update_info


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 04:00:57

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
use conflict_list directly from handle.
(only user left of plist->conflict_list is PkgCfl::register thru
OldLibs stub_list)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 04:03:50

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
don't bother caching, it's no longer useful


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 04:18:27

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
handling of critical section was wrong. Interrupting an update once we're
"committed" is a bad idea. Make it possible by ^C^C still, but try to
get out only when the db is in a safe state.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 04:37:58

Modified files:
	usr.sbin/pkg_add/OpenBSD: Dependencies.pm 

Log message:
let solve_depends work as soon as we have update_info


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/01 09:27:59

Modified files:
	print/detex    : Makefile 
	print/detex/pkg: PLIST 
	print/ps2eps   : Makefile 
	print/ps2eps/pkg: PLIST 
	print/psutils  : Makefile 
	print/psutils/pkg: PLIST 

Log message:
removing the conflict is fine, but updates will fail if those packages don't mention they used to conflict with older texlive.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/01 09:41:25

Modified files:
	databases/mongodb: Makefile distinfo 

Log message:
update to mongodb 2.4.9, suggested by gsoares@, has some crash fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/02/01 10:00:38

Modified files:
	games/manaplus : Makefile distinfo 

Log message:
Update to 1.4.2.1
Add some missing RDEPS, as discussed/clarified with upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/01 11:11:43

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_common_mountlist_c 
	                        patch-sysdeps_openbsd_prockernel_c 

Log message:
Better handling of p_wchan and drop useless mfs chunk.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 11:50:58

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
sort out the code to figuring out kept packages.
Fix a (formerly) silent bug: kept packages *must* be completed somewhere.
(older solve_depends would create dummy plists, new one errors out on them!)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/01 11:54:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: UpdateSet.pm 

Log message:
style


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/01 12:28:46

Modified files:
	app/cwm        : menu.c 

Log message:
Take menu's bwidth into account for position/size; reported by Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:17:32

Modified files:
	sys/arch/alpha/alpha: cpu.c 

Log message:
Reset the hwrpb cpu start address after booting the secondaries, in order to
give dire kernel panics a better chance to reach the SRM.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:18:24

Modified files:
	sys/arch/alpha/alpha: debug.s 
	sys/arch/alpha/include: intr.h lock.h 

Log message:
Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when
entering ddb. No change for !MP_LOCKDEBUG kernels.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:19:02

Modified files:
	sys/arch/alpha/alpha: ipifuncs.c 

Log message:
Use atomic_loadlatch_ulong() to speedup and simplify the ipi dispatcher.
No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:19:39

Modified files:
	sys/arch/alpha/alpha: vm_machdep.c 
	sys/arch/alpha/include: intr.h 

Log message:
Lower IPL_SCHED to IPL_CLOCK where it belongs.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:21:54

Modified files:
	sys/arch/alpha/alpha: pmap.c 

Log message:
pools aren't mp-safe; since the TLB shootdown code will allocate up to 6 job
entries per processor, don't bother using a pool and allocate the job entries
statically, and manage a per cpu free entries queue in addition to the in-use
queue. This avoids corrupting memory...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:22:30

Modified files:
	sys/arch/alpha/alpha: mutex.c 

Log message:
Simplify try_lock() to avoid one forward branch in the common case.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:23:10

Modified files:
	sys/arch/alpha/alpha: mutex.c 

Log message:
On MP kernels, invoke SPINLOCK_SPIN_HOOK in mtx_enter() when it spins.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:25:07

Modified files:
	sys/arch/alpha/alpha: machdep.c trap.c 

Log message:
Use splipi() instead of splhigh() to protect lazy fpu saving code.
In MP kernel, replace a TOCTTOU-vulnerable assert with a ``loop until we have
achieved our goals'' logic.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 14:45:17

Modified files:
	sys/arch/armv7/armv7: armv7_start.S 

Log message:
Do not include <machine/pmap.h> from .S code, for it brings much too .S-unaware
headers. Instead, rely upon "assym.h" bringing the defines we need from it.
Found the hard way by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/02/01 15:47:49

Modified files:
	usr.bin/cut    : cut.1 

Log message:
fix an example; users column at who(1) has a minimum width of eight characters,
not sixteen characters.

problem found by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/01 16:16:16

Modified files:
	distrib/miniroot: install.sub 

Log message:
remove -e sed option where only one command is used

OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/02/01 16:34:49

Modified files:
	usr.bin/cut    : cut.1 cut.c 

Log message:
improve POSIX compliance by continuing to process the remaining file
operands after not finding an input file.

from the IEEE Std 1003.1-2008 (``POSIX.1'') rationale:

"Unlike other utilities, some historical implementations of cut
exit after not finding an input file, rather than continuing to
process the remaining file operands.  This behavior is prohibited
by this volume of POSIX.1-2008, where only the exit status is
affected by this problem."

joint work with jmc@, who identified the compliance issue, and millert@

ok millert@, jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/01 16:36:30

Modified files:
	usr.bin/ctags  : ctags.1 

Log message:
note which languages are extensions; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/01 17:58:35

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
add a simple version of usleep_range() that DELAYs for the min value


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/01 18:06:21

Modified files:
	sys/dev/pci/drm/i915: intel_dp.c 

Log message:
drm/i915/dp: increase i2c-over-aux retry interval on AUX DEFER

From Jani Nikula
67c729e64ef03476312fc9fb815046d5e540428a in ubuntu 3.8
8d16f258217f2f583af1fd57c5144aa4bbe73e48 in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2014/02/01 18:44:31

Modified files:
	editors/vim    : Makefile 

Log message:
Unbreak -ruby FLAVOR, probably broken for a long time:  specify the
path to the interpreter such that configure can find it again.

Newer ruby and FLAVORS that aren't built by default will be
revisited post-5.5.

ok jeremy@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/01 20:44:32

Modified files:
	usr.bin/ssh    : auth1.c auth2-chall.c auth2-passwd.c authfile.c 
	                 bufaux.c bufbn.c buffer.c cipher-3des1.c 
	                 cipher.c clientloop.c digest-libc.c 
	                 digest-openssl.c gss-serv.c kex.c kexdhc.c 
	                 kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c 
	                 kexgexs.c key.c monitor.c monitor_wrap.c 
	                 packet.c readpass.c rsa.c serverloop.c 
	                 ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c 
	                 ssh-ed25519.c ssh-keygen.c ssh-rsa.c 
	                 sshconnect.c sshconnect1.c sshconnect2.c sshd.c 

Log message:
convert memset of potentially-private data to explicit_bzero()


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/01 20:53:05

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
add min_t and div_u64 which will be used to reduce the diff to linux


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/01 20:59:25

Modified files:
	sys/arch/armv7/conf: Makefile.armv7 

Log message:
armv7_start.o needs an explicit dependency on assym.h now; nick


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/01 21:02:04

Modified files:
	sys/dev/pci/drm/i915: i915_reg.h intel_display.c 

Log message:
drm/i915: Make data/link N value power of two

From Ville Syrjala
16f091c6e04b5ac247d7b3b3764c2fbe8683e497 in ubuntu 3.8
a65851af59387146a28a928c3e7bb17dabc5db72 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/01 23:28:18

Modified files:
	sys/dev/ic     : qla.c 

Log message:
Rearrange interrupt register processing for 2200s.  The mailbox semaphore
seems to be disconnected from the interrupt status register, so we shouldn't
wait until the interrupt status is nonzero to check it.  This makes onboard
FC controllers in Sun systems work better.

tested on a blade1k (by kettenis@) and a v880.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/02 00:53:33

Modified files:
	sys/dev/ic     : qla.c qlavar.h 

Log message:
carve up qla_attach() into bits we can use to process loop and fabric changes
later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/02 01:48:48

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
fix some minor formatting glitches;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/02 02:10:35

Modified files:
	devel/glib2/patches: patch-gio_gunixmounts_c 

Log message:
One chunk pushed upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 02:11:27

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
make sure kept handles are complete... not really optimized so far, but will
fix issues seen by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/02 02:32:00

Modified files:
	distrib/miniroot: install.sh 

Log message:
remove -e sed option where only one command is used

ok halex@ krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	sebastia@cvs.openbsd.org	2014/02/02 03:10:14

Modified files:
	.              : donations.html 

Log message:
Thanks to David Lennon for sending a MicroVAX 3100 Model 90
Same goes to Maurice Janssen for sending two VAXStation 4000/90,
and a 4000/60 to me, instead of trashing it ;)

Those, and maybe one or two more, will keep OpenBSD support VAX
for a couple of more years.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/02 03:18:36

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : acpimcfg.4 

Log message:
acpimcfg(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/02 03:45:51

Modified files:
	sysutils/gitolite: Makefile 
Added files:
	sysutils/gitolite/patches: 
	                           patch-src_triggers_post-compile_update-gitweb-access-list 

Log message:
apply fix from upstream to remove a missed reference to 'unlink'

prompted by Eric Brown


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/02 03:54:10

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Add missing DRM_UNLOCK() in error path.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 04:19:31

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
now that things are clean enough, we just need to figure out kept packages
before we solve depends. Avoids keeping full packing-lists all along the
dependency chain...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/02 04:33:45

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-configure 

Log message:
Drop unneeded chunks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 04:39:46

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2014/02/02 04:44:01

Modified files:
	usr.bin/cut    : cut.c 

Log message:
style nit-picking on previous commit: keep apart declaration from
initialization; use a variable name consistent with the rest of our tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 04:56:26

Modified files:
	distrib/notes  : m4.common 

Log message:
Describe SHA256.sig.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/02 05:34:28

Modified files:
	share/man/man4 : acpi.4 

Log message:
add acpimcfg;


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/02 06:01:58

Modified files:
	sys/dev/sbus   : files.sbus 
Added files:
	sys/dev/sbus   : qla_sbus.c 

Log message:
sbus(4) glue for qla(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/02 06:55:31

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: flush cursors harder

From Daniel Vetter
ca5667eaca18b0267511728c97e3759d01a348cc in ubuntu 3.8
b2ea8ef559b4d94190009f3651b5b3ab7c05afd3 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/02 07:16:22

Modified files:
	usr.bin/cut    : cut.1 

Log message:
use a more specific description for EXIT STATUS than that provided by .Ex;
ok sobrado millert


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 08:22:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm PkgAdd.pm Update.pm 
	                          UpdateSet.pm 

Log message:
simplify how "kept" packages are handled. First, we never need their
full plist, just their update_info. Also, the routine for move_kept is
pretty much always the same, so fold it.

Finally, delay full plists in create_old.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 08:35:52

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCreate.pm 

Log message:
pseudo handle needs dependency_info too, forgot that one.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/02 08:46:05

Modified files:
	app/cwm        : calmwm.h conf.c 

Log message:
The menu already limits entries with MENU_MAXENTRY, so don't bother
holding a command name limit as well.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/02 09:13:50

Modified files:
	app/cwm        : screen.c 

Log message:
Unlike free(3), XFree(3) can't be passed a NULL pointer.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/02 09:29:04

Modified files:
	app/cwm        : calmwm.c calmwm.h conf.c screen.c 

Log message:
No need to store screen colormap and visual; rather just use the X
macros in the one place they are needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/02 10:10:33

Modified files:
	distrib/miniroot: install.sub 

Log message:
fix typo
from Markus Lude markus _dot_ lude _at_ gmx _dot_ de

OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/02 10:37:24

Modified files:
	distrib/miniroot: install.sub 

Log message:
replace multiple grep with sed onliners in mount_mnt2()

with feedback and OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 12:16:10

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Brainboxes IS200 BB16PCI958 puc(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/02 12:16:18

Modified files:
	x11/kde4/pim-runtime: Makefile 
	x11/kde4/pim-runtime/pkg: PLIST 
Added files:
	x11/kde4/pim-runtime/pkg: README 

Log message:
Document the KDE4 PIM oddities you should know of.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 12:18:51

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 12:25:41

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
Brainboxes BB16PCI958. Contributed by Eric Huiban, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/02 12:33:23

Modified files:
	distrib/miniroot: install.sub 

Log message:
Allow to use ************* (13 '*') as password in the response file
for accounts which have password logins disabled but login with e.g.
ssh-keys is still possible.

suggested and OK sthen@, OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 12:39:55

Modified files:
	share/man/man4 : puc.4 

Log message:
Mention Brainboxes IS-200 board; Eric Huiban.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/02 13:31:10

Modified files:
	sys/arch/m88k/include: mutex.h 
	sys/arch/m88k/m88k: mutex.S 

Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock.  The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock.  This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.

No change for non-MULTIPROCESSOR kernels.

ok miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/02 14:34:05

Modified files:
	app/cwm        : client.c xevents.c 

Log message:
Move redundant window attr fetch from maprequest directly into
client_init and perform that X roundtrip only once.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/02 15:43:40

Modified files:
	bin/dd         : dd.1 

Log message:
expand STANDARDS; ok sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 15:49:38

Modified files:
	sys/arch/alpha/alpha: ipifuncs.c 

Log message:
Force an fpu context synchronization before halting secondary processors.
Similar to what other platforms do.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 16:09:56

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 
	                          PackageRepository.pm 

Log message:
gc really old code


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/02 16:10:41

Modified files:
	usr.sbin/pkg_add/OpenBSD: Log.pm 

Log message:
don't create empty lists that won't be used


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2014/02/02 20:20:34

Modified files:
	graphics/freeglut: Makefile 

Log message:
bump the port version to ensure a post atexit change build is installed
ok sthen@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/02 22:35:40

Modified files:
	distrib/alpha/common: install.md 
	distrib/alpha/iso: Makefile 
	distrib/notes/alpha: contents features hardware prep 
	etc/etc.alpha  : Makefile.inc 

Log message:
Build and document bsd.mp on alpha.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/02 23:51:22

Modified files:
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : membar_sync.9 
Removed files:
	share/man/man9 : membar.9 

Log message:
rename membar.9 to membar_sync.9 because manpages have to be named after
functions FOR REASONS.

reminded by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/03 00:03:04

Modified files:
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : atomic_add_int.9 atomic_cas_uint.9 
	                 atomic_dec_int.9 atomic_inc_int.9 
	                 atomic_sub_int.9 atomic_swap_uint.9 
Removed files:
	share/man/man9 : atomic_add.9 atomic_cas.9 atomic_dec.9 
	                 atomic_inc.9 atomic_sub.9 atomic_swap.9 

Log message:
rename the atomic_foo manpages to atomic_foo_int or _uint cos we name these
after functions. for reasons.

reminded by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 01:18:17

Modified files:
	x11/gnome/libgweather: Makefile distinfo 
	x11/gnome/libgweather/pkg: PLIST 

Log message:
update to libgweather-3.10.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 02:01:03

Modified files:
	devel/jenkins/devel: Makefile distinfo 

Log message:
update to jenkins-1.549

ok ian@ (MAINTAINER) gonzalo@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 02:11:14

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Really clean up after a run.
Factorize the sig file name.
Do not through an error when a file got manually removed but is still
present in the sum file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 02:40:19

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.02.03


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 02:54:17

Modified files:
	x11/i3         : Makefile 
Added files:
	x11/i3/patches : patch-i3bar_src_xcb_c 

Log message:
i3bar: fix resource leak: statusline_ctx needs to be freed first
(upstream git commit a4d504485139dc9bf4c846c26a38968a920dfcb1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 03:24:07

Modified files:
	www/tomcat/v6  : Makefile distinfo 
	www/tomcat/v6/patches: patch-webapps_ROOT_index_html 
	                       patch-webapps_ROOT_index_jsp 
	www/tomcat/v6/pkg: PLIST-examples PLIST-main 

Log message:
Update to 6.0.39


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 04:35:45

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
don't keep tied information around !


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 05:03:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
don't really need exactstem, the initial grep is good enough


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 06:00:29

Modified files:
	x11/gnome/libgweather: Makefile 
	x11/gnome/libgweather/pkg: PLIST 

Log message:
disable glade catalog installation which may get installed when glade
gets picked up.

spotted by nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 06:28:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm 

Log message:
zap duplicate test, spotted by Arto Jonsson


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 06:30:52

Modified files:
	net/miniupnp/miniupnpc: Makefile distinfo 
	net/miniupnp/miniupnpc/patches: patch-Makefile patch-setup_py 
	net/mldonkey/stable: Makefile 
	net/transmission: Makefile 
	net/transmission/patches: patch-configure 
Added files:
	net/mldonkey/stable/patches: patch-src_utils_net_upnp_stubs_c 
	net/transmission/patches: patch-libtransmission_upnp_c 

Log message:
Update to miniupnpc-1.9 and fix dependant ports (games/megaglest
not affected)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 06:46:19

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_openbsd_netload_c 
	                        patch-sysdeps_openbsd_open_c 
	                        patch-sysdeps_openbsd_prockernel_c 
	                        patch-sysdeps_openbsd_procmap_c 
	                        patch-sysdeps_openbsd_procopenfiles_c 
	                        patch-sysdeps_openbsd_proctime_c 
	                        patch-sysdeps_openbsd_procwd_c 
Added files:
	devel/libgtop2/patches: patch-acinclude_m4 
	                        patch-libgtop-sysdeps_m4 
	                        patch-sysdeps_openbsd_Makefile_am 
	                        patch-sysdeps_openbsd_cpu_c 
	                        patch-sysdeps_openbsd_fsusage_c 
	                        patch-sysdeps_openbsd_glibtop_server_h 
	                        patch-sysdeps_openbsd_loadavg_c 
	                        patch-sysdeps_openbsd_mem_c 
	                        patch-sysdeps_openbsd_mountlist_c 
	                        patch-sysdeps_openbsd_nosuid_c 
	                        patch-sysdeps_openbsd_suid_open_c 
	                        patch-sysdeps_openbsd_uptime_c 
Removed files:
	devel/libgtop2/patches: patch-configure 

Log message:
Sync with what was committed upstream to bring us closer to what FreeBSD
does.
Properly use the OpenBSD-specific code instead of the common one.

ok jasper@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 06:47:20

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm PkgAdd.pm 

Log message:
remove extra cache copy in memory...
to be revisited, the setting of info dir so late is slightly broken and
will reopen packages more times than needed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 06:50:32

Modified files:
	devel/libgtop2/patches: patch-libgtop-sysdeps_m4 
	                        patch-sysdeps_common_mountlist_c 
	                        patch-sysdeps_openbsd_Makefile_am 
	                        patch-sysdeps_openbsd_cpu_c 
	                        patch-sysdeps_openbsd_fsusage_c 
	                        patch-sysdeps_openbsd_glibtop_private_c 
	                        patch-sysdeps_openbsd_glibtop_private_h 
	                        patch-sysdeps_openbsd_glibtop_server_h 
	                        patch-sysdeps_openbsd_loadavg_c 
	                        patch-sysdeps_openbsd_mem_c 
	                        patch-sysdeps_openbsd_mountlist_c 
	                        patch-sysdeps_openbsd_netload_c 
	                        patch-sysdeps_openbsd_nosuid_c 
	                        patch-sysdeps_openbsd_open_c 
	                        patch-sysdeps_openbsd_prockernel_c 
	                        patch-sysdeps_openbsd_procmap_c 
	                        patch-sysdeps_openbsd_procopenfiles_c 
	                        patch-sysdeps_openbsd_proctime_c 
	                        patch-sysdeps_openbsd_procwd_c 
	                        patch-sysdeps_openbsd_suid_open_c 
	                        patch-sysdeps_openbsd_uptime_c 

Log message:
Explicitely mark all files that can be removed when the next release is out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 06:56:38

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_fsusage_c 

Log message:
Drop CVS keyword from patch.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 07:14:37

Modified files:
	ja             : index.html 
	nl             : donations.html 
	openssh/ja     : ftp.html index.html openbsd.html portable.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/03 07:16:34

Modified files:
	sys/dev/ic     : qla.c 

Log message:
use the same option as isp(4) to build without firmware.
stub out the firmware loading code and don't include the firmware files
when ISP_NOFIRMWARE is defined.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 08:20:45

Modified files:
	games/megaglest/base/patches: 
	                              patch-mk_cmake_Modules_FindMiniupnpc_cmake 

Log message:
Fix annoying warning with cmake>=2.8.12


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:09

xenocara/driver/xf86-video-intel/m4

Update of /cvs/xenocara/driver/xf86-video-intel/m4
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/m4

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/m4 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:10

xenocara/driver/xf86-video-intel/src/uxa

Update of /cvs/xenocara/driver/xf86-video-intel/src/uxa
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/src/uxa

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/uxa added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:11

xenocara/driver/xf86-video-intel/tools

Update of /cvs/xenocara/driver/xf86-video-intel/tools
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/tools

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/tools added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:12

xenocara/driver/xf86-video-intel/xvmc

Update of /cvs/xenocara/driver/xf86-video-intel/xvmc
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/xvmc

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/xvmc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:13

xenocara/driver/xf86-video-intel/xvmc/shader

Update of /cvs/xenocara/driver/xf86-video-intel/xvmc/shader
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/xvmc/shader

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/xvmc/shader added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:14

xenocara/driver/xf86-video-intel/xvmc/shader/mc

Update of /cvs/xenocara/driver/xf86-video-intel/xvmc/shader/mc
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/xvmc/shader/mc

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/xvmc/shader/mc added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:49:15

xenocara/driver/xf86-video-intel/xvmc/shader/vld

Update of /cvs/xenocara/driver/xf86-video-intel/xvmc/shader/vld
In directory cvs.openbsd.org:/cvs.d/hack/matthieu/xenocara/driver/xf86-video-intel/xvmc/shader/vld

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/xvmc/shader/vld added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:54:55

Modified files:
	driver/xf86-video-intel: Makefile.am Makefile.in NEWS aclocal.m4 
	                         config.guess config.h.in config.sub 
	                         configure configure.ac depcomp 
	                         install-sh ltmain.sh missing 
	driver/xf86-video-intel/man: Makefile.in intel.man 
	driver/xf86-video-intel/src: Makefile.am Makefile.in 
	                             compat-api.h intel_driver.h 
	                             intel_list.h intel_module.c 
	                             intel_options.c intel_options.h 
	driver/xf86-video-intel/src/legacy: Makefile.am Makefile.in 
	driver/xf86-video-intel/src/legacy/i810: Makefile.am Makefile.in 
	                                         i810_accel.c 
	                                         i810_common.h 
	                                         i810_cursor.c 
	                                         i810_dga.c i810_dri.c 
	                                         i810_driver.c 
	                                         i810_hwmc.c 
	                                         i810_memory.c 
	                                         i810_ring.h 
	                                         i810_video.c 
	                                         i810_wmark.c i810_xaa.c 
	driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.am 
	                                              Makefile.in 
	driver/xf86-video-intel/src/render_program: Makefile.am 
	                                            Makefile.in 
	                                            exa_wm_src_projective.g7a 
	                                            exa_wm_src_projective.g7b 
	driver/xf86-video-intel/src/sna: Makefile.am Makefile.in blt.c 
	                                 compiler.h gen2_render.c 
	                                 gen3_render.c gen4_render.c 
	                                 gen4_vertex.c gen4_vertex.h 
	                                 gen5_render.c gen6_render.c 
	                                 gen7_render.c gen7_render.h 
	                                 kgem.c kgem.h kgem_debug_gen2.c 
	                                 kgem_debug_gen6.c sna.h 
	                                 sna_accel.c sna_blt.c 
	                                 sna_composite.c sna_damage.c 
	                                 sna_damage.h sna_display.c 
	                                 sna_dri.c sna_driver.c 
	                                 sna_glyphs.c sna_gradient.c 
	                                 sna_io.c sna_reg.h sna_render.c 
	                                 sna_render.h 
	                                 sna_render_inline.h 
	                                 sna_stream.c sna_tiling.c 
	                                 sna_trapezoids.c sna_video.c 
	                                 sna_video.h sna_video_hwmc.c 
	                                 sna_video_hwmc.h 
	                                 sna_video_overlay.c 
	                                 sna_video_sprite.c 
	                                 sna_video_textured.c 
	driver/xf86-video-intel/src/sna/brw: Makefile.am Makefile.in 
	                                     brw_eu.h brw_wm.c 
	driver/xf86-video-intel/src/sna/fb: Makefile.am Makefile.in fb.h 
	                                    fbbitmap.c fbblt.c fbclip.c 
	                                    fbclip.h fbgc.c fbline.c 
	                                    fblinebits.h fbpict.c 
	                                    fbpict.h fbpoint.c fbpush.c 
	                                    fbseg.c 
	driver/xf86-video-intel/test: Makefile.am Makefile.in 
	                              basic-copyarea-size.c 
	                              basic-copyarea.c basic-fillrect.c 
	                              basic-putimage.c basic-rectangle.c 
	                              basic-stress.c basic-string.c 
	                              dri2.c mixed-stress.c 
	                              render-composite-solid.c 
	                              render-copy-alphaless.c 
	                              render-copyarea-size.c 
	                              render-copyarea.c 
	                              render-fill-copy.c render-fill.c 
	                              render-trapezoid-image.c 
	                              render-trapezoid.c test.h 
	                              test_display.c test_render.c 
Added files:
	driver/xf86-video-intel: ChangeLog INSTALL 
	driver/xf86-video-intel/m4: ac_define_dir.m4 libtool.m4 
	                            ltoptions.m4 ltsugar.m4 ltversion.m4 
	                            lt~obsolete.m4 
	driver/xf86-video-intel/src: i915_pciids.h intel_device.c 
	driver/xf86-video-intel/src/render_program: exa_wm_ca.g6a 
	                                            exa_wm_ca_srcalpha.g6a 
	                                            exa_wm_mask_sample_a.g6a 
	                                            exa_wm_mask_sample_argb.g6a 
	                                            exa_wm_noca.g6a 
	                                            exa_wm_src_affine.g8b 
	                                            exa_wm_src_sample_a.g6a 
	                                            exa_wm_src_sample_argb.g6a 
	                                            exa_wm_src_sample_argb.g8b 
	                                            exa_wm_src_sample_planar.g6a 
	                                            exa_wm_src_sample_planar.g8b 
	                                            exa_wm_write.g8b 
	                                            exa_wm_yuv_rgb.g6a 
	                                            exa_wm_yuv_rgb.g7a 
	                                            exa_wm_yuv_rgb.g8b 
	driver/xf86-video-intel/src/sna: atomic.h gen4_common.c 
	                                 gen4_common.h gen6_common.c 
	                                 gen6_common.h gen8_eu.c 
	                                 gen8_eu.h gen8_render.c 
	                                 gen8_render.h gen8_vertex.c 
	                                 gen8_vertex.h sna_acpi.c 
	                                 sna_cpu.c sna_cpuid.h 
	                                 sna_display_fake.c 
	                                 sna_threads.c sna_trapezoids.h 
	                                 sna_trapezoids_boxes.c 
	                                 sna_trapezoids_imprecise.c 
	                                 sna_trapezoids_mono.c 
	                                 sna_trapezoids_precise.c 
	                                 sna_vertex.c 
	driver/xf86-video-intel/src/uxa: Makefile.am Makefile.in 
	                                 brw_defines.h brw_structs.h 
	                                 common.h i830_3d.c i830_reg.h 
	                                 i830_render.c i915_3d.c 
	                                 i915_3d.h i915_reg.h 
	                                 i915_render.c i915_video.c 
	                                 i965_3d.c i965_reg.h 
	                                 i965_render.c i965_video.c 
	                                 intel.h intel_batchbuffer.c 
	                                 intel_batchbuffer.h 
	                                 intel_display.c intel_dri.c 
	                                 intel_driver.c intel_glamor.c 
	                                 intel_glamor.h intel_hwmc.c 
	                                 intel_memory.c intel_uxa.c 
	                                 intel_video.c intel_video.h 
	                                 uxa-accel.c uxa-glamor.h 
	                                 uxa-glyphs.c uxa-priv.h 
	                                 uxa-render.c uxa-unaccel.c 
	                                 uxa.c uxa.h uxa_module.h 
	driver/xf86-video-intel/test: basic-stippledrect.c 
	                              basic-tiledrect.c dri2-race.c 
	                              dri2-test.c lowlevel-blt-bench.c 
	                              render-composite-solid-mask.c 
	                              render-copyarea-mask.c tearing.mp4 
	                              virtual.conf 
	driver/xf86-video-intel/tools: Makefile.am Makefile.in 
	                               intel-virtual-output.man 
	                               virtual.c 
	driver/xf86-video-intel/xvmc: Makefile.am Makefile.in 
	                              brw_defines.h brw_structs.h 
	                              i830_reg.h i915_program.h 
	                              i915_reg.h i915_structs.h 
	                              i915_xvmc.c i915_xvmc.h i965_reg.h 
	                              i965_xvmc.c intel_batchbuffer.c 
	                              intel_batchbuffer.h intel_xvmc.c 
	                              intel_xvmc.h intel_xvmc_dump.c 
	                              intel_xvmc_private.h xvmc_vld.c 
	driver/xf86-video-intel/xvmc/shader: Makefile.am Makefile.in 
	driver/xf86-video-intel/xvmc/shader/mc: Makefile.am Makefile.in 
	                                        addidct.g4i 
	                                        addidct_igd.g4i 
	                                        block_clear.g4i 
	                                        dual_prime.g4a 
	                                        dual_prime.g4b 
	                                        dual_prime.g4b.gen5 
	                                        dual_prime_igd.g4a 
	                                        dual_prime_igd.g4b 
	                                        dual_prime_igd.g4b.gen5 
	                                        field_backward.g4a 
	                                        field_backward.g4b 
	                                        field_backward.g4b.gen5 
	                                        field_backward_igd.g4a 
	                                        field_backward_igd.g4b 
	                                        field_backward_igd.g4b.gen5 
	                                        field_f_b.g4a 
	                                        field_f_b.g4b 
	                                        field_f_b.g4b.gen5 
	                                        field_f_b_igd.g4a 
	                                        field_f_b_igd.g4b 
	                                        field_f_b_igd.g4b.gen5 
	                                        field_forward.g4a 
	                                        field_forward.g4b 
	                                        field_forward.g4b.gen5 
	                                        field_forward_igd.g4a 
	                                        field_forward_igd.g4b 
	                                        field_forward_igd.g4b.gen5 
	                                        frame_backward.g4a 
	                                        frame_backward.g4b 
	                                        frame_backward.g4b.gen5 
	                                        frame_backward_igd.g4a 
	                                        frame_backward_igd.g4b 
	                                        frame_backward_igd.g4b.gen5 
	                                        frame_f_b.g4a 
	                                        frame_f_b.g4b 
	                                        frame_f_b.g4b.gen5 
	                                        frame_f_b_igd.g4a 
	                                        frame_f_b_igd.g4b 
	                                        frame_f_b_igd.g4b.gen5 
	                                        frame_forward.g4a 
	                                        frame_forward.g4b 
	                                        frame_forward.g4b.gen5 
	                                        frame_forward_igd.g4a 
	                                        frame_forward_igd.g4b 
	                                        frame_forward_igd.g4b.gen5 
	                                        ipicture.g4a 
	                                        ipicture.g4b 
	                                        ipicture.g4b.gen5 
	                                        ipicture_igd.g4a 
	                                        ipicture_igd.g4b 
	                                        ipicture_igd.g4b.gen5 
	                                        lib_igd.g4a lib_igd.g4b 
	                                        lib_igd.g4b.gen5 
	                                        motion_field_uv.g4i 
	                                        motion_field_uv_igd.g4i 
	                                        motion_field_y.g4i 
	                                        motion_field_y_igd.g4i 
	                                        motion_frame_uv.g4i 
	                                        motion_frame_uv_igd.g4i 
	                                        motion_frame_y.g4i 
	                                        motion_frame_y_igd.g4i 
	                                        null.g4a null.g4b 
	                                        null.g4b.gen5 
	                                        read_field_x0y0_uv.g4i 
	                                        read_field_x0y0_uv_igd.g4i 
	                                        read_field_x0y0_y.g4i 
	                                        read_field_x0y0_y_igd.g4i 
	                                        read_field_x0y1_uv.g4i 
	                                        read_field_x0y1_uv_igd.g4i 
	                                        read_field_x0y1_y.g4i 
	                                        read_field_x0y1_y_igd.g4i 
	                                        read_field_x1y0_uv.g4i 
	                                        read_field_x1y0_uv_igd.g4i 
	                                        read_field_x1y0_y.g4i 
	                                        read_field_x1y0_y_igd.g4i 
	                                        read_field_x1y1_uv.g4i 
	                                        read_field_x1y1_uv_igd.g4i 
	                                        read_field_x1y1_y.g4i 
	                                        read_field_x1y1_y_igd.g4i 
	                                        read_frame_x0y0_uv.g4i 
	                                        read_frame_x0y0_uv_igd.g4i 
	                                        read_frame_x0y0_y.g4i 
	                                        read_frame_x0y0_y_igd.g4i 
	                                        read_frame_x0y1_uv.g4i 
	                                        read_frame_x0y1_uv_igd.g4i 
	                                        read_frame_x0y1_y.g4i 
	                                        read_frame_x0y1_y_igd.g4i 
	                                        read_frame_x1y0_uv.g4i 
	                                        read_frame_x1y0_uv_igd.g4i 
	                                        read_frame_x1y0_y.g4i 
	                                        read_frame_x1y0_y_igd.g4i 
	                                        read_frame_x1y1_uv.g4i 
	                                        read_frame_x1y1_uv_igd.g4i 
	                                        read_frame_x1y1_y.g4i 
	                                        read_frame_x1y1_y_igd.g4i 
	driver/xf86-video-intel/xvmc/shader/vld: Makefile.am Makefile.in 
	                                         addidct.g4i 
	                                         do_iq_intra.g4i 
	                                         do_iq_non_intra.g4i 
	                                         field_backward.g4a 
	                                         field_backward.g4b 
	                                         field_backward.g4b.gen5 
	                                         field_f_b.g4a 
	                                         field_f_b.g4b 
	                                         field_f_b.g4b.gen5 
	                                         field_forward.g4a 
	                                         field_forward.g4b 
	                                         field_forward.g4b.gen5 
	                                         frame_backward.g4a 
	                                         frame_backward.g4b 
	                                         frame_backward.g4b.gen5 
	                                         frame_f_b.g4a 
	                                         frame_f_b.g4b 
	                                         frame_f_b.g4b.gen5 
	                                         frame_forward.g4a 
	                                         frame_forward.g4b 
	                                         frame_forward.g4b.gen5 
	                                         idct.g4i ipicture.g4a 
	                                         ipicture.g4b 
	                                         ipicture.g4b.gen5 
	                                         iq_intra.g4i 
	                                         iq_non_intra.g4i 
	                                         lib.g4a lib.g4b 
	                                         lib.g4b.gen5 
	                                         motion_field_uv.g4i 
	                                         motion_field_y.g4i 
	                                         motion_frame_uv.g4i 
	                                         motion_frame_y.g4i 
	                                         read_field_x0y0_uv.g4i 
	                                         read_field_x0y0_y.g4i 
	                                         read_field_x0y1_uv.g4i 
	                                         read_field_x0y1_y.g4i 
	                                         read_field_x1y0_uv.g4i 
	                                         read_field_x1y0_y.g4i 
	                                         read_field_x1y1_uv.g4i 
	                                         read_field_x1y1_y.g4i 
	                                         read_frame_x0y0_uv.g4i 
	                                         read_frame_x0y0_y.g4i 
	                                         read_frame_x0y1_uv.g4i 
	                                         read_frame_x0y1_y.g4i 
	                                         read_frame_x1y0_uv.g4i 
	                                         read_frame_x1y0_y.g4i 
	                                         read_frame_x1y1_uv.g4i 
	                                         read_frame_x1y1_y.g4i 
Removed files:
	driver/xf86-video-intel: RELEASING autogen.sh 
	driver/xf86-video-intel/src: brw_defines.h brw_structs.h 
	                             common.h i830_3d.c i830_reg.h 
	                             i830_render.c i915_3d.c i915_3d.h 
	                             i915_reg.h i915_render.c 
	                             i915_video.c i965_3d.c i965_reg.h 
	                             i965_render.c i965_video.c intel.h 
	                             intel_batchbuffer.c 
	                             intel_batchbuffer.h intel_display.c 
	                             intel_dri.c intel_driver.c 
	                             intel_glamor.c intel_glamor.h 
	                             intel_hwmc.c intel_hwmc.h 
	                             intel_memory.c intel_uxa.c 
	                             intel_video.c intel_video.h 
	driver/xf86-video-intel/src/sna/brw: brw_eu_debug.c 
	                                     brw_eu_util.c 
	driver/xf86-video-intel/src/xvmc: Makefile.am Makefile.in 
	                                  i915_program.h i915_structs.h 
	                                  i915_xvmc.c i915_xvmc.h 
	                                  i965_xvmc.c 
	                                  intel_batchbuffer.c 
	                                  intel_batchbuffer.h 
	                                  intel_xvmc.c intel_xvmc.h 
	                                  intel_xvmc_dump.c xvmc_vld.c 
	driver/xf86-video-intel/src/xvmc/shader: Makefile.am Makefile.in 
	driver/xf86-video-intel/src/xvmc/shader/mc: Makefile.am 
	                                            Makefile.in 
	                                            addidct.g4i 
	                                            addidct_igd.g4i 
	                                            block_clear.g4i 
	                                            dual_prime.g4a 
	                                            dual_prime.g4b 
	                                            dual_prime.g4b.gen5 
	                                            dual_prime_igd.g4a 
	                                            dual_prime_igd.g4b 
	                                            dual_prime_igd.g4b.gen5 
	                                            field_backward.g4a 
	                                            field_backward.g4b 
	                                            field_backward.g4b.gen5 
	                                            field_backward_igd.g4a 
	                                            field_backward_igd.g4b 
	                                            field_backward_igd.g4b.gen5 
	                                            field_f_b.g4a 
	                                            field_f_b.g4b 
	                                            field_f_b.g4b.gen5 
	                                            field_f_b_igd.g4a 
	                                            field_f_b_igd.g4b 
	                                            field_f_b_igd.g4b.gen5 
	                                            field_forward.g4a 
	                                            field_forward.g4b 
	                                            field_forward.g4b.gen5 
	                                            field_forward_igd.g4a 
	                                            field_forward_igd.g4b 
	                                            field_forward_igd.g4b.gen5 
	                                            frame_backward.g4a 
	                                            frame_backward.g4b 
	                                            frame_backward.g4b.gen5 
	                                            frame_backward_igd.g4a 
	                                            frame_backward_igd.g4b 
	                                            frame_backward_igd.g4b.gen5 
	                                            frame_f_b.g4a 
	                                            frame_f_b.g4b 
	                                            frame_f_b.g4b.gen5 
	                                            frame_f_b_igd.g4a 
	                                            frame_f_b_igd.g4b 
	                                            frame_f_b_igd.g4b.gen5 
	                                            frame_forward.g4a 
	                                            frame_forward.g4b 
	                                            frame_forward.g4b.gen5 
	                                            frame_forward_igd.g4a 
	                                            frame_forward_igd.g4b 
	                                            frame_forward_igd.g4b.gen5 
	                                            ipicture.g4a 
	                                            ipicture.g4b 
	                                            ipicture.g4b.gen5 
	                                            ipicture_igd.g4a 
	                                            ipicture_igd.g4b 
	                                            ipicture_igd.g4b.gen5 
	                                            lib_igd.g4a 
	                                            lib_igd.g4b 
	                                            lib_igd.g4b.gen5 
	                                            motion_field_uv.g4i 
	                                            motion_field_uv_igd.g4i 
	                                            motion_field_y.g4i 
	                                            motion_field_y_igd.g4i 
	                                            motion_frame_uv.g4i 
	                                            motion_frame_uv_igd.g4i 
	                                            motion_frame_y.g4i 
	                                            motion_frame_y_igd.g4i 
	                                            null.g4a null.g4b 
	                                            null.g4b.gen5 
	                                            read_field_x0y0_uv.g4i 
	                                            read_field_x0y0_uv_igd.g4i 
	                                            read_field_x0y0_y.g4i 
	                                            read_field_x0y0_y_igd.g4i 
	                                            read_field_x0y1_uv.g4i 
	                                            read_field_x0y1_uv_igd.g4i 
	                                            read_field_x0y1_y.g4i 
	                                            read_field_x0y1_y_igd.g4i 
	                                            read_field_x1y0_uv.g4i 
	                                            read_field_x1y0_uv_igd.g4i 
	                                            read_field_x1y0_y.g4i 
	                                            read_field_x1y0_y_igd.g4i 
	                                            read_field_x1y1_uv.g4i 
	                                            read_field_x1y1_uv_igd.g4i 
	                                            read_field_x1y1_y.g4i 
	                                            read_field_x1y1_y_igd.g4i 
	                                            read_frame_x0y0_uv.g4i 
	                                            read_frame_x0y0_uv_igd.g4i 
	                                            read_frame_x0y0_y.g4i 
	                                            read_frame_x0y0_y_igd.g4i 
	                                            read_frame_x0y1_uv.g4i 
	                                            read_frame_x0y1_uv_igd.g4i 
	                                            read_frame_x0y1_y.g4i 
	                                            read_frame_x0y1_y_igd.g4i 
	                                            read_frame_x1y0_uv.g4i 
	                                            read_frame_x1y0_uv_igd.g4i 
	                                            read_frame_x1y0_y.g4i 
	                                            read_frame_x1y0_y_igd.g4i 
	                                            read_frame_x1y1_uv.g4i 
	                                            read_frame_x1y1_uv_igd.g4i 
	                                            read_frame_x1y1_y.g4i 
	                                            read_frame_x1y1_y_igd.g4i 
	driver/xf86-video-intel/src/xvmc/shader/vld: Makefile.am 
	                                             Makefile.in 
	                                             addidct.g4i 
	                                             do_iq_intra.g4i 
	                                             do_iq_non_intra.g4i 
	                                             field_backward.g4a 
	                                             field_backward.g4b 
	                                             field_backward.g4b.gen5 
	                                             field_f_b.g4a 
	                                             field_f_b.g4b 
	                                             field_f_b.g4b.gen5 
	                                             field_forward.g4a 
	                                             field_forward.g4b 
	                                             field_forward.g4b.gen5 
	                                             frame_backward.g4a 
	                                             frame_backward.g4b 
	                                             frame_backward.g4b.gen5 
	                                             frame_f_b.g4a 
	                                             frame_f_b.g4b 
	                                             frame_f_b.g4b.gen5 
	                                             frame_forward.g4a 
	                                             frame_forward.g4b 
	                                             frame_forward.g4b.gen5 
	                                             idct.g4i 
	                                             ipicture.g4a 
	                                             ipicture.g4b 
	                                             ipicture.g4b.gen5 
	                                             iq_intra.g4i 
	                                             iq_non_intra.g4i 
	                                             lib.g4a lib.g4b 
	                                             lib.g4b.gen5 
	                                             motion_field_uv.g4i 
	                                             motion_field_y.g4i 
	                                             motion_frame_uv.g4i 
	                                             motion_frame_y.g4i 
	                                             read_field_x0y0_uv.g4i 
	                                             read_field_x0y0_y.g4i 
	                                             read_field_x0y1_uv.g4i 
	                                             read_field_x0y1_y.g4i 
	                                             read_field_x1y0_uv.g4i 
	                                             read_field_x1y0_y.g4i 
	                                             read_field_x1y1_uv.g4i 
	                                             read_field_x1y1_y.g4i 
	                                             read_frame_x0y0_uv.g4i 
	                                             read_frame_x0y0_y.g4i 
	                                             read_frame_x0y1_uv.g4i 
	                                             read_frame_x0y1_y.g4i 
	                                             read_frame_x1y0_uv.g4i 
	                                             read_frame_x1y0_y.g4i 
	                                             read_frame_x1y1_uv.g4i 
	                                             read_frame_x1y1_y.g4i 
	driver/xf86-video-intel/uxa: Makefile.am Makefile.in uxa-accel.c 
	                             uxa-glamor.h uxa-glyphs.c 
	                             uxa-priv.h uxa-render.c 
	                             uxa-unaccel.c uxa.c uxa.h 

Log message:
Update to xf86-video-intel 2.99.909
Tested by jsg@, kettenis@ and myself on a wide range of intel cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 08:57:13

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PackingElement.pm 

Log message:
store compact form of manpages.

fix a long standing stupid bug: can't store both deleted and added manpages in
the same hash, otherwise the first deletion is going to scrape already added
stuff. Ouchie.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:57:56

Modified files:
	driver/xf86-video-intel: Makefile.bsd-wrapper 

Log message:
Bump revisions of XvMC libs


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 08:59:43

Modified files:
	driver/xf86-video-intel: Makefile.in aclocal.m4 config.guess 
	                         config.h.in config.sub configure 
	                         depcomp install-sh ltmain.sh missing 
	driver/xf86-video-intel/m4: libtool.m4 
	driver/xf86-video-intel/man: Makefile.in 
	driver/xf86-video-intel/src: Makefile.in 
	driver/xf86-video-intel/src/legacy: Makefile.in 
	driver/xf86-video-intel/src/legacy/i810: Makefile.in 
	driver/xf86-video-intel/src/legacy/i810/xvmc: Makefile.in 
	driver/xf86-video-intel/src/render_program: Makefile.in 
	driver/xf86-video-intel/src/sna: Makefile.in 
	driver/xf86-video-intel/src/sna/brw: Makefile.in 
	driver/xf86-video-intel/src/sna/fb: Makefile.in 
	driver/xf86-video-intel/src/uxa: Makefile.in 
	driver/xf86-video-intel/test: Makefile.in 
	driver/xf86-video-intel/tools: Makefile.in 
	driver/xf86-video-intel/xvmc: Makefile.in 
	driver/xf86-video-intel/xvmc/shader: Makefile.in 
	driver/xf86-video-intel/xvmc/shader/mc: Makefile.in 
	driver/xf86-video-intel/xvmc/shader/vld: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 09:09:36

Modified files:
	audio/mumble   : Makefile 
Added files:
	audio/mumble/patches: patch-scripts_mumble_desktop 

Log message:
Add x-scheme-handler support to the Mumble .desktop file
From upstream git via ubuntu


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 09:10:48

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/03 09:12:27

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2014.02.03.1


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 09:13:13

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm PackingElement.pm 

Log message:
gc old stuff that never fixed the problem it intended to fix :(


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 09:18:06

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
don't remove this test, indicate why it can trigger


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/02/03 09:37:31

Modified files:
	www/chromium   : Makefile distinfo 

Log message:
update to 32.0.1700.102


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/03 09:47:22

Modified files:
	distrib/sets/lists/xbase: md.i386 md.amd64 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 10:41:52

Modified files:
	net/gssdp      : Makefile distinfo 

Log message:
update to gssdp-0.14.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/03 10:42:05

Modified files:
	.              : INDEX 

Log message:
sync, 8741


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 10:42:05

Modified files:
	net/gupnp/core : Makefile distinfo 

Log message:
update to gupnp-0.20.10


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 10:43:12

Modified files:
	net/gupnp/av   : Makefile distinfo 

Log message:
update to gupnp-av-0.12.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/02/03 10:56:54

Modified files:
	print/lyx      : Makefile 
	print/lyx/pkg  : PLIST 
Added files:
	print/lyx/files: lyx.desktop 

Log message:
Add a .desktop file, from Debian.
Original diff from Donovan Watteau <tsoomi AT gmail DOT com> on ports@
Small tweaks by me.
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 11:00:49

Modified files:
	devel          : Makefile 

Log message:
-varconf


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 11:01:59

Removed files:
	devel/varconf  : Makefile distinfo 
	devel/varconf/patches: patch-configure patch-varconf_Makefile_in 
	devel/varconf/pkg: DESCR PFRAG.shared PLIST 

Log message:
drop some deadweight which as a lib was never used by anything in tree.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 11:02:09

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
add varconf removal quirk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/03 11:23:54

Modified files:
	x11/gnome/controlcenter: Makefile 
Added files:
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_region_cc-region-panel_c 

Log message:
Fix a possible segfault in the Region panel.

reported ages ago by pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/03 11:42:06

Modified files:
	sys/arch/alpha/alpha: cpu.c 

Log message:
Make sure sched_init_cpu() on the secondary processors is invoked with the
kernel lock held.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 12:06:42

Modified files:
	print/a2ps     : Makefile 
Added files:
	print/a2ps/patches: patch-lib_routines_c patch-lib_routines_h 

Log message:
Security fix for insecure temporary file use
(a CVE identifier has been requested but not assigned as of yet)

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/03 12:09:34

Modified files:
	print/a2ps     : Tag: OPENBSD_5_4 Makefile 
Added files:
	print/a2ps/patches: Tag: OPENBSD_5_4 patch-lib_routines_c 
	                    patch-lib_routines_h 

Log message:
Security fix for insecure temporary file use

ok aja@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 12:56:53

Modified files:
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
perl is actually VERY BAD at scraping captured variables until the end.
Avoid creating a gratuitous back reference to that packing-list.
Prevents us from keeping shas around... :(


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/03 13:20:39

Modified files:
	app/cwm        : calmwm.h client.c screen.c xevents.c 

Log message:
Move redundant bits from screen_init (while dealing with existing
clients) directly into client_init, performing the X roundtrip only
once. With the previous change in maprequest, this moves decision making
into one place for creating new clients.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/03 13:29:06

Modified files:
	app/cwm        : screen.c 

Log message:
make this XQueryTree like the other


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2014/02/03 13:53:03

Modified files:
	.              : alpha.html 

Log message:
sync with current state of SMP support


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/03 13:53:32

Modified files:
	sys/dev/usb    : uftdi.c 

Log message:
Fix a null dereference introduced when converting this driver to use
usbd_is_dying().

Found the hard way by sebastia@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/03 13:59:05

Modified files:
	sys/dev/usb    : ucom.c 

Log message:
Check if the device is being detached when returning from tsleep() and
in such case do not try to cleanup the device since this would make the
thread sleep again while keeping a reference to the softc.

Fix a panic found by sebastia@, ok pirofti@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/03 14:07:47

Modified files:
	app/cwm        : calmwm.h screen.c 

Log message:
Introduce a region queue and replace screen's XineramaScreenInfo; we
still use Xinerama to populate the regions per screen, but will switch
at a more appropriate time.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/03 14:52:14

Modified files:
	net/curl       : Makefile 
Added files:
	net/curl/patches: patch-lib_url_c 

Log message:
Security fix for CVE-2014-0015: re-use of wrong HTTP NTLM connection
http://curl.haxx.se/docs/adv_20140129.html
From: Donovan Watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/03 14:57:31

Modified files:
	net/curl       : Tag: OPENBSD_5_4 Makefile 
Added files:
	net/curl/patches: Tag: OPENBSD_5_4 patch-lib_url_c 

Log message:
Security fix for CVE-2014-0015: re-use of wrong HTTP NTLM connection
http://curl.haxx.se/docs/adv_20140129.html
From: Donovan Watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/03 14:59:25

Modified files:
	net/curl       : Tag: OPENBSD_5_3 Makefile 
Added files:
	net/curl/patches: Tag: OPENBSD_5_3 patch-lib_url_c 

Log message:
Security fix for CVE-2014-0015: re-use of wrong HTTP NTLM connection
http://curl.haxx.se/docs/adv_20140129.html
From: Donovan Watteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:13:55

Modified files:
	infrastructure/bin: portcheck 

Log message:
The only real hard limit for text lines is 80 characters. 72 is good when
you cite in email, but noone stops you to !fmt the text. This removes the
corresponding parameter from check_long_lines() because it's not needed
anymore.

inspired in chat by bcallah@, idea okayed by sthen@, espie@ and naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:24:25

ports/tests

Update of /cvs/ports/tests
In directory cvs.openbsd.org:/tmp/cvs-serv12436/tests

Log Message:
Directory /cvs/ports/tests added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:24:58

ports/tests/portcheck

Update of /cvs/ports/tests/portcheck
In directory cvs.openbsd.org:/tmp/cvs-serv18745/tests/portcheck

Log Message:
Directory /cvs/ports/tests/portcheck added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:28:42

Log message:
    Import regression tests suite for portcheck. With help support from espie@
    and suggestions from others. A few files need to be added manually in the
    next commit.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140204
    
    N ports/tests/portcheck/Makefile.inc
    N ports/tests/portcheck/Makefile
    N ports/tests/portcheck/t1.sample
    N ports/tests/portcheck/t3.sample
    N ports/tests/portcheck/t5.sample
    N ports/tests/portcheck/t1/Makefile
    N ports/tests/portcheck/t1/pkg/PLIST
    N ports/tests/portcheck/t1/pkg/DESCR
    N ports/tests/portcheck/t3/Makefile
    N ports/tests/portcheck/t3/pkg/PLIST
    N ports/tests/portcheck/t3/pkg/DESCR
    N ports/tests/portcheck/t2/Makefile
    N ports/tests/portcheck/t2/distinfo
    N ports/tests/portcheck/t2/pkg/PLIST
    N ports/tests/portcheck/t2/pkg/DESCR
    N ports/tests/portcheck/t4/Makefile
    N ports/tests/portcheck/t4/pkg/PLIST
    N ports/tests/portcheck/t5/Makefile
    N ports/tests/portcheck/t5/pkg/PLIST
    N ports/tests/portcheck/t5/pkg/qwerty
    N ports/tests/portcheck/t5/patches/qwerty
    N ports/tests/portcheck/t5/patches/patch-xyz
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:30:41

Added files:
	tests/portcheck/t5: some.core 
	tests/portcheck/t5/patches: patch-xyz.orig 

Log message:
Add a few files that portcheck should react upon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/03 15:40:25

Modified files:
	tests/portcheck: Makefile t5.sample 

Log message:
Avoid tests fail after import to CVS. One error still left, a totally
separate issue.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/03 16:28:00

Modified files:
	usr.bin/ssh    : ssh-ecdsa.c 

Log message:
fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike
DSA_SIG_new. Reported by Batz Spear; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/03 16:28:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
Use get_ifdevs() to get the name of a possibly existing netboot
interface instead of using handrolled ifconfig | sed combo.

OK halex@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/03 17:14:27

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm PkgAdd.pm 

Log message:
check for errors before dependencies, anyways.
split the part for arch, since it requires full plists.
avoid creating dummy locations for handles in errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/03 17:24:29

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
delay lowercasing of hostname until right before hostname
canonicalisation to unbreak case-sensitive matching of ssh_config;
reported by Ike Devolder; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/03 17:33:43

Modified files:
	sys/sys        : proc.h 

Log message:
rearrange a few fields to reduce internal padding in struct proc


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/03 17:47:27

Modified files:
	distrib/miniroot: install.sh 

Log message:
simplify removal of fstab leftovers in /tmp

OK halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/03 17:49:04

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
Explain what can be used for passwords in install.conf: either plaintext,
or strings from encrypt(1), or 13 *'s to disable password login. Adjust the
example so it shows a password for root, and a locked password with SSH key
for the user. ok rpe@ halex@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/03 18:04:03

Modified files:
	sys/uvm        : uvm_addr.c 
	sys/net        : if.c pf_ioctl.c 
	sys/ufs/ffs    : ffs_softdep.c 

Log message:
reduce the length of some pool names. ok deraadt guenther mpi


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/02/03 18:53:04

Modified files:
	x11/tabbed     : Makefile distinfo 
	x11/tabbed/patches: patch-config_def_h patch-config_mk 

Log message:
update to 0.6
OK jung@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 18:54:11

Log message:
    update to NSD 4.0.1, ok sthen@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	NSD_4_0_1
    
    C src/usr.sbin/nsd/axfr.c
    U src/usr.sbin/nsd/rrl.c
    U src/usr.sbin/nsd/tsig-openssl.h
    U src/usr.sbin/nsd/LICENSE
    U src/usr.sbin/nsd/udbzone.h
    U src/usr.sbin/nsd/iterated_hash.h
    U src/usr.sbin/nsd/nsec3.h
    C src/usr.sbin/nsd/nsd.8.in
    U src/usr.sbin/nsd/remote.h
    C src/usr.sbin/nsd/server.c
    U src/usr.sbin/nsd/packet.h
    U src/usr.sbin/nsd/query.c
    U src/usr.sbin/nsd/answer.h
    U src/usr.sbin/nsd/buffer.h
    U src/usr.sbin/nsd/nsd.h
    U src/usr.sbin/nsd/nsec3.c
    C src/usr.sbin/nsd/configure.ac
    C src/usr.sbin/nsd/xfrd-tcp.c
    C src/usr.sbin/nsd/zonec.h
    C src/usr.sbin/nsd/xfrd-disk.c
    U src/usr.sbin/nsd/remote.c
    U src/usr.sbin/nsd/xfrd-tcp.h
    U src/usr.sbin/nsd/udb.h
    U src/usr.sbin/nsd/tsig-openssl.c
    U src/usr.sbin/nsd/netio.c
    C src/usr.sbin/nsd/nsd.c
    U src/usr.sbin/nsd/region-allocator.h
    U src/usr.sbin/nsd/axfr.h
    U src/usr.sbin/nsd/tsig.c
    U src/usr.sbin/nsd/nsd.conf.sample.in
    U src/usr.sbin/nsd/tsig.h
    C src/usr.sbin/nsd/nsd.conf.5.in
    U src/usr.sbin/nsd/nsd-control.c
    U src/usr.sbin/nsd/rdata.h
    U src/usr.sbin/nsd/answer.c
    U src/usr.sbin/nsd/xfrd.h
    C src/usr.sbin/nsd/xfrd.c
    U src/usr.sbin/nsd/xfrd-notify.c
    U src/usr.sbin/nsd/nsd-checkconf.c
    C src/usr.sbin/nsd/Makefile.in
    C src/usr.sbin/nsd/configure
    U src/usr.sbin/nsd/packet.c
    U src/usr.sbin/nsd/radtree.h
    U src/usr.sbin/nsd/rrl.h
    U src/usr.sbin/nsd/mini_event.h
    U src/usr.sbin/nsd/netio.h
    U src/usr.sbin/nsd/configyyrename.h
    U src/usr.sbin/nsd/options.h
    C src/usr.sbin/nsd/configparser.y
    C src/usr.sbin/nsd/dns.c
    U src/usr.sbin/nsd/difffile.c
    U src/usr.sbin/nsd/xfrd-disk.h
    U src/usr.sbin/nsd/namedb.h
    U src/usr.sbin/nsd/radtree.c
    U src/usr.sbin/nsd/zlexer.lex
    U src/usr.sbin/nsd/buffer.c
    U src/usr.sbin/nsd/difffile.h
    U src/usr.sbin/nsd/xfrd-notify.h
    U src/usr.sbin/nsd/install-sh
    U src/usr.sbin/nsd/dname.h
    U src/usr.sbin/nsd/namedb.c
    U src/usr.sbin/nsd/edns.h
    C src/usr.sbin/nsd/dns.h
    U src/usr.sbin/nsd/nsd-mem.c
    U src/usr.sbin/nsd/ipc.h
    U src/usr.sbin/nsd/rbtree.h
    U src/usr.sbin/nsd/mini_event.c
    U src/usr.sbin/nsd/edns.c
    U src/usr.sbin/nsd/mkinstalldirs
    U src/usr.sbin/nsd/nsd-control.8.in
    U src/usr.sbin/nsd/dname.c
    U src/usr.sbin/nsd/dbaccess.c
    U src/usr.sbin/nsd/dbcreate.c
    U src/usr.sbin/nsd/util.h
    C src/usr.sbin/nsd/config.h.in
    U src/usr.sbin/nsd/lookup3.c
    U src/usr.sbin/nsd/region-allocator.c
    U src/usr.sbin/nsd/acx_nlnetlabs.m4
    U src/usr.sbin/nsd/ipc.c
    C src/usr.sbin/nsd/rdata.c
    U src/usr.sbin/nsd/udbradtree.c
    U src/usr.sbin/nsd/lookup3.h
    C src/usr.sbin/nsd/zparser.y
    U src/usr.sbin/nsd/udbzone.c
    U src/usr.sbin/nsd/nsd-control-setup.sh.in
    U src/usr.sbin/nsd/udbradtree.h
    C src/usr.sbin/nsd/zonec.c
    U src/usr.sbin/nsd/udb.c
    U src/usr.sbin/nsd/configlexer.lex
    U src/usr.sbin/nsd/options.c
    U src/usr.sbin/nsd/iterated_hash.c
    C src/usr.sbin/nsd/nsd-checkconf.8.in
    U src/usr.sbin/nsd/query.h
    C src/usr.sbin/nsd/util.c
    U src/usr.sbin/nsd/rbtree.c
    U src/usr.sbin/nsd/compat/pselect.c
    U src/usr.sbin/nsd/compat/malloc.c
    U src/usr.sbin/nsd/compat/b64_pton.c
    U src/usr.sbin/nsd/compat/b64_ntop.c
    U src/usr.sbin/nsd/compat/strlcpy.c
    U src/usr.sbin/nsd/compat/inet_pton.c
    U src/usr.sbin/nsd/compat/memcmp.c
    U src/usr.sbin/nsd/compat/memmove.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.h
    U src/usr.sbin/nsd/compat/strptime.c
    U src/usr.sbin/nsd/compat/strlcat.c
    U src/usr.sbin/nsd/compat/snprintf.c
    U src/usr.sbin/nsd/compat/fake-rfc2553.c
    U src/usr.sbin/nsd/compat/inet_ntop.c
    U src/usr.sbin/nsd/compat/basename.c
    U src/usr.sbin/nsd/compat/inet_aton.c
    U src/usr.sbin/nsd/compat/memcmp.h
    
    21 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/nsd

CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 18:58:03

Modified files:
	devel/p5-File-Find-Object-Rule: Makefile distinfo 

Log message:
update p5-File-Find-Object-Rule to 0.0304


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 19:06:44

Modified files:
	devel/p5-Test-TrailingSpace: Makefile distinfo 

Log message:
update p5-Test-TrailingSpace to 0.0204


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 19:29:11

Modified files:
	telephony/p5-Net-SIP: Makefile distinfo 

Log message:
update p5-Net-SIP to 0.684


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 19:47:51

Modified files:
	net/p5-IO-Socket-INET6: Makefile distinfo 

Log message:
update p5-IO-Socket-INET6 to 2.72


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2014/02/03 19:51:15

Modified files:
	devel/libdaemon: Makefile 

Log message:
bump REVISION to force an update due to undefined symbol '__guard' in
dependent packages. bump SHARED_LIBS major for safety requested by sthen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 20:04:47

Modified files:
	textproc/p5-Regexp-Common: Makefile distinfo 

Log message:
- update p5-Regexp-Common to 2013031301
- take MAINTAINER
- TEST_POD=1
- no USE_GROFF
- sort and indent Makefile according to template
input and OK gsoares@


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 20:07:25

Modified files:
	usr.sbin/nsd   : Makefile.in axfr.c config.h.in configparser.y 
	                 configure configure.ac dns.c dns.h 
	                 nsd-checkconf.8.in nsd.8.in nsd.c nsd.conf.5.in 
	                 rdata.c server.c util.c xfrd-disk.c xfrd-tcp.c 
	                 xfrd.c zonec.c zonec.h zparser.y 

Log message:
merge conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/03 20:14:56

Modified files:
	net/p5-NetAddr-IP: Makefile distinfo 

Log message:
update p5-NetAddr-IP to 4.072


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 20:15:58

Modified files:
	usr.sbin/nsd   : Makefile.in 

Log message:
re-add this local install target change


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 20:49:03

Log message:
    update to ldns 1.6.17, ok sthen@
    
    Status:
    
    Vendor Tag:	NLNETLABS
    Release Tags:	LDNS_1_6_17
    
    U src/usr.sbin/unbound/ldns/dnssec.c
    U src/usr.sbin/unbound/ldns/higher.c
    U src/usr.sbin/unbound/ldns/LICENSE
    U src/usr.sbin/unbound/ldns/dnssec_sign.c
    U src/usr.sbin/unbound/ldns/parse.c
    U src/usr.sbin/unbound/ldns/buffer.c
    U src/usr.sbin/unbound/ldns/net.c
    U src/usr.sbin/unbound/ldns/aclocal.m4
    U src/usr.sbin/unbound/ldns/Changelog
    U src/usr.sbin/unbound/ldns/util.c
    U src/usr.sbin/unbound/ldns/wire2host.c
    U src/usr.sbin/unbound/ldns/error.c
    U src/usr.sbin/unbound/ldns/dnssec_verify.c
    U src/usr.sbin/unbound/ldns/packet.c
    C src/usr.sbin/unbound/ldns/Makefile.in
    U src/usr.sbin/unbound/ldns/str2host.c
    U src/usr.sbin/unbound/ldns/duration.c
    U src/usr.sbin/unbound/ldns/update.c
    U src/usr.sbin/unbound/ldns/rdata.c
    U src/usr.sbin/unbound/ldns/install-sh
    U src/usr.sbin/unbound/ldns/resolver.c
    U src/usr.sbin/unbound/ldns/dane.c
    U src/usr.sbin/unbound/ldns/libdns.vim
    U src/usr.sbin/unbound/ldns/ax_python_devel.m4
    U src/usr.sbin/unbound/ldns/tsig.c
    U src/usr.sbin/unbound/ldns/host2str.c
    U src/usr.sbin/unbound/ldns/linktest.c
    U src/usr.sbin/unbound/ldns/config.guess
    U src/usr.sbin/unbound/ldns/dname.c
    U src/usr.sbin/unbound/ldns/acx_nlnetlabs.m4
    C src/usr.sbin/unbound/ldns/configure.ac
    U src/usr.sbin/unbound/ldns/rr.c
    U src/usr.sbin/unbound/ldns/sha2.c
    U src/usr.sbin/unbound/ldns/sha1.c
    U src/usr.sbin/unbound/ldns/zone.c
    U src/usr.sbin/unbound/ldns/host2wire.c
    U src/usr.sbin/unbound/ldns/config.sub
    U src/usr.sbin/unbound/ldns/rbtree.c
    C src/usr.sbin/unbound/ldns/configure
    U src/usr.sbin/unbound/ldns/README.snapshots
    U src/usr.sbin/unbound/ldns/libdns.doxygen
    U src/usr.sbin/unbound/ldns/ax_pkg_swig.m4
    U src/usr.sbin/unbound/ldns/dnssec_zone.c
    U src/usr.sbin/unbound/ldns/ltmain.sh
    U src/usr.sbin/unbound/ldns/README
    U src/usr.sbin/unbound/ldns/rr_functions.c
    U src/usr.sbin/unbound/ldns/keys.c
    N src/usr.sbin/unbound/ldns/radix.c
    N src/usr.sbin/unbound/ldns/README.git
    U src/usr.sbin/unbound/ldns/packaging/libldns.pc.in
    U src/usr.sbin/unbound/ldns/packaging/ldns-config.in
    U src/usr.sbin/unbound/ldns/packaging/ldns-config.1
    U src/usr.sbin/unbound/ldns/ldns/rbtree.h
    U src/usr.sbin/unbound/ldns/ldns/higher.h
    U src/usr.sbin/unbound/ldns/ldns/sha2.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec_zone.h
    U src/usr.sbin/unbound/ldns/ldns/duration.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec_sign.h
    U src/usr.sbin/unbound/ldns/ldns/rr_functions.h
    U src/usr.sbin/unbound/ldns/ldns/dname.h
    U src/usr.sbin/unbound/ldns/ldns/rr.h
    U src/usr.sbin/unbound/ldns/ldns/dane.h
    U src/usr.sbin/unbound/ldns/ldns/rdata.h
    U src/usr.sbin/unbound/ldns/ldns/wire2host.h
    U src/usr.sbin/unbound/ldns/ldns/str2host.h
    U src/usr.sbin/unbound/ldns/ldns/host2wire.h
    U src/usr.sbin/unbound/ldns/ldns/parse.h
    U src/usr.sbin/unbound/ldns/ldns/config.h.in
    U src/usr.sbin/unbound/ldns/ldns/zone.h
    U src/usr.sbin/unbound/ldns/ldns/net.h.in
    U src/usr.sbin/unbound/ldns/ldns/keys.h
    U src/usr.sbin/unbound/ldns/ldns/buffer.h
    U src/usr.sbin/unbound/ldns/ldns/util.h.in
    U src/usr.sbin/unbound/ldns/ldns/ldns.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec_verify.h
    U src/usr.sbin/unbound/ldns/ldns/packet.h
    U src/usr.sbin/unbound/ldns/ldns/sha1.h
    U src/usr.sbin/unbound/ldns/ldns/resolver.h
    U src/usr.sbin/unbound/ldns/ldns/dnssec.h
    U src/usr.sbin/unbound/ldns/ldns/common.h.in
    U src/usr.sbin/unbound/ldns/ldns/tsig.h
    U src/usr.sbin/unbound/ldns/ldns/host2str.h
    U src/usr.sbin/unbound/ldns/ldns/update.h
    U src/usr.sbin/unbound/ldns/ldns/error.h
    N src/usr.sbin/unbound/ldns/ldns/radix.h
    U src/usr.sbin/unbound/ldns/compat/ctime_r.c
    U src/usr.sbin/unbound/ldns/compat/timegm.c
    U src/usr.sbin/unbound/ldns/compat/inet_aton.c
    U src/usr.sbin/unbound/ldns/compat/isblank.c
    U src/usr.sbin/unbound/ldns/compat/b64_ntop.c
    U src/usr.sbin/unbound/ldns/compat/malloc.c
    U src/usr.sbin/unbound/ldns/compat/inet_pton.c
    U src/usr.sbin/unbound/ldns/compat/isascii.c
    U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.c
    U src/usr.sbin/unbound/ldns/compat/localtime_r.c
    U src/usr.sbin/unbound/ldns/compat/calloc.c
    U src/usr.sbin/unbound/ldns/compat/realloc.c
    U src/usr.sbin/unbound/ldns/compat/strlcpy.c
    U src/usr.sbin/unbound/ldns/compat/memmove.c
    U src/usr.sbin/unbound/ldns/compat/gmtime_r.c
    U src/usr.sbin/unbound/ldns/compat/fake-rfc2553.h
    U src/usr.sbin/unbound/ldns/compat/inet_ntop.c
    U src/usr.sbin/unbound/ldns/compat/snprintf.c
    U src/usr.sbin/unbound/ldns/compat/b64_pton.c
    U src/usr.sbin/unbound/ldns/drill/chasetrace.c
    U src/usr.sbin/unbound/ldns/drill/dnssec.c
    U src/usr.sbin/unbound/ldns/drill/error.c
    U src/usr.sbin/unbound/ldns/drill/Makefile.in
    U src/usr.sbin/unbound/ldns/drill/drill.c
    U src/usr.sbin/unbound/ldns/drill/drill_util.h
    U src/usr.sbin/unbound/ldns/drill/securetrace.c
    U src/usr.sbin/unbound/ldns/drill/install-sh
    U src/usr.sbin/unbound/ldns/drill/work.c
    U src/usr.sbin/unbound/ldns/drill/config.h.in
    U src/usr.sbin/unbound/ldns/drill/ChangeLog.22-nov-2005
    U src/usr.sbin/unbound/ldns/drill/REGRESSIONS
    U src/usr.sbin/unbound/ldns/drill/drill.1.in
    U src/usr.sbin/unbound/ldns/drill/drill_util.c
    U src/usr.sbin/unbound/ldns/drill/configure.ac
    U src/usr.sbin/unbound/ldns/drill/configure
    U src/usr.sbin/unbound/ldns/drill/root.c
    U src/usr.sbin/unbound/ldns/drill/README
    U src/usr.sbin/unbound/ldns/drill/drill.h
    U src/usr.sbin/unbound/ldns/doc/function_manpages
    U src/usr.sbin/unbound/ldns/doc/TODO
    U src/usr.sbin/unbound/ldns/doc/tutorial3_signzone.dox
    U src/usr.sbin/unbound/ldns/doc/API.xml
    U src/usr.sbin/unbound/ldns/doc/libdns.css
    U src/usr.sbin/unbound/ldns/doc/tutorial1_mx.dox
    U src/usr.sbin/unbound/ldns/doc/design.dox
    U src/usr.sbin/unbound/ldns/doc/tutorial2_zone.dox
    U src/usr.sbin/unbound/ldns/doc/API-header.xml
    U src/usr.sbin/unbound/ldns/doc/header.html
    U src/usr.sbin/unbound/ldns/doc/doxyparse.pl
    U src/usr.sbin/unbound/ldns/doc/dns-lib-implementations
    U src/usr.sbin/unbound/ldns/doc/CodingStyle
    
    3 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jNLNETLABS:yesterday -jNLNETLABS src/usr.sbin/unbound/ldns

CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 20:51:42

Modified files:
	usr.sbin/unbound/ldns: Makefile.in configure configure.ac 

Log message:
merge conflicts


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 20:53:53

Removed files:
	usr.sbin/unbound/ldns: README.svn 
	usr.sbin/unbound/ldns/compat: b32_ntop.c b32_pton.c 

Log message:
remove some files that were deleted


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/03 22:20:47

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Revert part of rev 1.329 that involved bringing in some code from FreeBSD
and part of it touched upon the link state handling for the BCM5700 B2
revision of chipset. The special casing of the BCM5700 B2 chipset for
link state handling is wrong and doesn't work. This special casing was
removed in rev 1.229.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/04 00:28:11

Modified files:
	graphics/gdk-pixbuf2: Makefile distinfo 

Log message:
Update to gdk-pixbuf-2.30.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/04 00:42:09

Modified files:
	net/gupnp/tools: Makefile distinfo 
	net/gupnp/tools/pkg: PLIST 

Log message:
update to gupnp-tools-0.8.9


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/04 00:59:40

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
kill very old compatibility code (2009/04... those exceptions are fully dead)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/04 01:02:32

Log message:
    walks all of perl live variables, can count them by type.
    very useful in finding excessive memory usage in pkg_add.
    (suggested by pirofti@, thx)
    okay ajacoutot@
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/devel/p5-Devel-Gladiator/Makefile
    N ports/devel/p5-Devel-Gladiator/distinfo
    N ports/devel/p5-Devel-Gladiator/pkg/PLIST
    N ports/devel/p5-Devel-Gladiator/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/04 01:05:19

Log message:
    perl can actually map ALL back references to ALL variables.
    figure out WHAT doesn't allow your data to die (especially that pesky capture
    in an anonymous sub).  Again very useful in tracking down memory usage in
    pkg_add
    
    (suggested by pirofti@, thx)
    
    okay ajacoutot@
    
    Status:
    
    Vendor Tag:	espie
    Release Tags:	ports
    
    N ports/devel/p5-Devel-FindRef/Makefile
    N ports/devel/p5-Devel-FindRef/distinfo
    N ports/devel/p5-Devel-FindRef/pkg/PLIST
    N ports/devel/p5-Devel-FindRef/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/04 01:09:49

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-FastRef
+p5-Devel-Gladiator


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/04 01:53:34

Modified files:
	sysutils/accountsservice: Makefile 
	sysutils/accountsservice/patches: patch-src_daemon_c 

Log message:
Properly monitor for users changes (password, addition, removal...).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 01:56:40

Modified files:
	x11/kde4/libs  : Makefile 
Added files:
	x11/kde4/libs/patches: patch-kinit_lnusertemp_c 

Log message:
Distinguish KDE4 temporary directories. Helps to run KDE 3 and 4 apps at
the same time.

It's highly recommended to install this update when no KDE is running (KDM
is fine).


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 02:05:06

Modified files:
	usr.sbin/smtpd : config.c lka.c queue.c scheduler.c smtp.c 
	                 smtpd.c smtpd.h util.c 

Log message:
get rid of fdlimit()


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/04 02:15:23

Modified files:
	devel/automake/1.14: Makefile distinfo 

Log message:
Update to automake 1.14.1.

sthen> please mention in commit log that the texi2dvi problem jca noticed was
already present in 1.14.

< jca_p> grmpf, newer automake versions call texi2dvi --build-dir, which we
don't support

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/04 02:46:48

Modified files:
	net/ircd-hybrid: Makefile distinfo 
	net/ircd-hybrid/pkg: PLIST 

Log message:
Upgrade to ircd-hybrid 8.1.13.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 02:50:31

Modified files:
	usr.sbin/smtpd : lka.c mta_session.c smtp_session.c smtpd.h 
	                 util.c 

Log message:
add base64_encode/base64_decode helpers


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 02:59:21

Modified files:
	usr.sbin/smtpd : ioev.c 

Log message:
do not call event_del() on non-initialized events


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 03:03:32

Modified files:
	usr.sbin/smtpd : to.c 

Log message:
fix dump function with some combinations of flag


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/04 03:14:52

Modified files:
	sysutils/memtest86+: Makefile distinfo 
	sysutils/memtest86+/pkg: PLIST README 

Log message:
memtest86+ @sample's bootable files into the root partition; put them directly
in / rather than in /stand, which has been removed. reported by tedu, ok dcoppa


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 03:38:06

Modified files:
	usr.sbin/smtpd : lka_session.c smtpd.h util.c 

Log message:
extend allowed charset for email address, escape all potentially dangerous ones.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/04 05:03:12

Modified files:
	sys/dev/usb    : uftdi.c 

Log message:
Make sure the USB device pointer is valid even if attach fails since
it is now checked to prevent any operation on the device.

Problem found and fix tested by sebastia@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/04 05:20:46

Modified files:
	databases/redis: Makefile distinfo 
	databases/redis/patches: patch-redis_conf patch-src_config_c 
	                         patch-src_redis_h 

Log message:
Bugfix update to redis-2.8.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/04 05:54:44

Modified files:
	net/arp-scan   : Makefile distinfo 

Log message:
update MAC address vendor list


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/04 05:54:53

Modified files:
	net/arpwatch   : Makefile distinfo 

Log message:
update MAC address vendor list


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 06:21:54

Modified files:
	tests/portcheck: t5.sample 

Log message:
Make this sample file binary, to avoid expanding RCS tags that portcheck
notify of.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/04 06:24:36

Modified files:
	usr.sbin/fw_update: fw_update.1 

Log message:
various minor fixes; ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/04 06:25:37

Modified files:
	bin/df         : df.1 

Log message:
various minor fixes; ok sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/04 06:26:36

Modified files:
	usr.bin/csplit : csplit.1 

Log message:
the first example produces 21 sections, not 20; ok sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 06:44:41

Modified files:
	usr.sbin/smtpd : config.c control.c envelope.c lka.c mta.c 
	                 mta_session.c parse.y smtp.c smtp_session.c 
	                 smtpd.c smtpd.h ssl.c ssl.h ssl_privsep.c 
	                 ssl_smtpd.c 

Log message:
pki code cleanup

- rename "struct ssl" and "cert" to "struct pki" and "cert" to "pki_name"
- inherit pki conf on fork instead of passing it through imsg at startup
- implement SNI on smtp listeners


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 06:55:34

Modified files:
	usr.sbin/smtpd : smtpd-api.h table_api.c table_proc.c 
Added files:
	usr.sbin/smtpd : table_socketmap.c 

Log message:
socketmap table backend.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/04 07:49:53

Modified files:
	x11/gnome/controlcenter: Makefile 
	x11/gnome/controlcenter/patches: 
	                                 patch-panels_region_cc-region-panel_c 

Log message:
Sync with what was committed usptream.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 07:56:03

Modified files:
	usr.sbin/smtpd : bounce.c limit.c mda.c mta.c mta_session.c 
	                 queue.c scheduler.c scheduler_api.c 
	                 scheduler_backend.c scheduler_null.c 
	                 scheduler_proc.c scheduler_ramqueue.c 
	                 smtpd-api.h smtpd.h 

Log message:
internal improvements and cleanups

- get rid of the whole penalty thing for failed envelopes in the mta and scheduler.
- do not disable routes on smtp errors
- try to schedule all types of envelopes on each scheduler frame.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 08:22:39

Modified files:
	usr.sbin/smtpd : control.c mta.c parser.c parser.h smtpctl.c 
	                 smtpd.c smtpd.h 

Log message:
Allow the admin to pause relaying to a specific domain:
- smtpctl pause mta from <source> for <domain>
- smtpctl resume mta from <source> for <domain>
- smtpctl show mta paused


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 08:25:44

Modified files:
	x11/kde4/libs  : Makefile 
	x11/kde4/libs/patches: patch-kdecore_kernel_kstandarddirs_cpp 
	                       patch-kinit_lnusertemp_c 
	x11/kde4/runtime: Makefile 
Added files:
	x11/kde4/runtime/patches: 
	                          patch-kdontchangethehostname_khostname_cpp 

Log message:
Rename KDE4 symlinks it creates in KDEHOME that point out to different
temporary areas. Now KDE3 and KDE4 use totally different "temp" areas and
programs from both worlds could work more or less fine together, even when
sharing KDEHOME (this is NOT a recommended way to do things, but sometimes
you have to, like me). The only two minor problems there I'm aware now are:

1. Konqueror (KDE3) can't open web sites (some KHTML or kio_http issue?).

2. kded (KDE3) hangs when run automatically through kdeinit; killing it and
starting manually fixes the situation. May be kbuildsycoca-related, will
investigate more.

If you see any other problems, like hardcoded paths to those symlinks,
don't stay silent.

Oh, and it's really NOT recommended to install this update while having
KDE4 apps running.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2014/02/04 08:41:37

Modified files:
	devel/p5-Devel-Gladiator: Makefile 

Log message:
Fix TDEP
Ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/04 08:43:48

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.02.04
New extractors: iprima, mooshare


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 08:44:06

Modified files:
	usr.sbin/smtpd : bounce.c enqueue.c envelope.c mda.c mta.c 
	                 mta_session.c queue.c smtp_session.c 
	                 smtpd-api.h smtpd.h 
	usr.sbin/smtpd/smtpd: Makefile 
Added files:
	usr.sbin/smtpd : esc.c 

Log message:
Add support for DSN and Enhanced Status Code


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/04 09:23:47

Modified files:
	audio/ruby-sonos: Makefile distinfo 
	audio/ruby-sonos/pkg: PLIST 
Removed files:
	audio/ruby-sonos/patches: patch-lib_sonos_discovery_rb 

Log message:
- update to sonos-0.3.5
* includes various new features (such as adding spotify tracks by yours truly)


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 09:32:36

Modified files:
	usr.sbin/smtpd : aliases.5 smtpd.conf.5 table.5 
	usr.sbin/smtpd/table-passwd: Makefile 
Added files:
	usr.sbin/smtpd : sendmail.8 table_passwd.5 

Log message:
update documentation


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/04 09:41:08

Modified files:
	usr.sbin/smtpd : table_socketmap.c 

Log message:
fix warnings and copyright


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 10:02:13

Modified files:
	tests/portcheck: Makefile t1.sample t5.sample 

Log message:
Avoid false positives due to the difference in which files are picked up by
portcheck, by sorting the error output and comparing with (pre-sorted)
samples instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/04 10:47:02

Modified files:
	usr.sbin/smtpd : sendmail.8 table_passwd.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/04 11:06:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: UpdateSet.pm 

Log message:
prevent updates from starting with a lone ":"
Some UpdateSets will only contain kept packages, BUT require the update
of some dependencies.

just spew out the kept_names instead of newer_names in that case.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/04 11:11:36

Modified files:
	usr.sbin/pkg_add/OpenBSD: OldLibs.pm PackingList.pm 

Log message:
no functional change (for now). Make things more debuggable by subclassing
PackingList into types that describe what info they've been limited to.

Long term (post 5.5) some operations will be restricted, such as e.g.,
only committing lists to installation if they're "full", or only checking
signatures for same.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/02/04 11:34:14

Modified files:
	sysutils/apcupsd: Makefile distinfo 
	sysutils/apcupsd/patches: patch-src_drivers_usb_bsd_bsd-usb_c 
	sysutils/apcupsd/pkg: PLIST-cgi PLIST-main PLIST-x11 README-cgi 
Added files:
	sysutils/apcupsd/patches: patch-platforms_etc_Makefile 
Removed files:
	sysutils/apcupsd/patches: patch-doc_apcupsd_conf_5 

Log message:
Update apcupsd to 3.14.11. This brings us support for new APC MODBUS
protocol used in the newest APC UPSes.
- use stricter modes for scripts and data
- drop apcupsd.conf.5 patch (patch from schwarze@ was commited upstream)
- use ${VARBASE} instead of hardcoded /var

Reads good to jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/04 11:45:29

Modified files:
	usr.bin/du     : du.1 

Log message:
remove brackets for -H: this information given is not secondary;


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/04 13:47:03

Modified files:
	share/man/man9 : atomic_add_int.9 atomic_cas_uint.9 
	                 atomic_dec_int.9 atomic_inc_int.9 
	                 atomic_sub_int.9 atomic_swap_uint.9 

Log message:
fix Dt lines so they match the page name.

reminded by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/04 13:55:23

Modified files:
	share/man/man9 : Makefile 
Added files:
	share/man/man9 : atomic_setbits_int.9 
Removed files:
	share/man/man9 : atomic.9 

Log message:
rename atomic.9 to atomic_setbits_int.9 since the former isn't a function
you can call.

discussed briefly with jmc@ who i might have misinterpreted.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 14:18:14

Modified files:
	infrastructure/bin: portcheck portimport 
	infrastructure/man/man1: portcheck.1 portimport.1 
	tests/portcheck: Makefile t1.sample t5.sample 

Log message:
Face the reality: portcheck(1) is heavily used now, and not only for new
ports. Given that you import port once but update it a few times, make
the update mode (-CU) default for portcheck, and provide a "new port"
switch (-N) instead.

This commit updates portcheck(1) and portimport(1): code, documentation and
tests. The WWW stuff will be updated separately.

Note: regression suite fails now as it detected an actual misconsistence
in portcheck's output. This will be handled ASAP, too.

Initial prodding by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/04 14:24:55

Modified files:
	share/man/man9 : atomic_add_int.9 atomic_cas_uint.9 
	                 atomic_dec_int.9 atomic_inc_int.9 
	                 atomic_sub_int.9 atomic_swap_uint.9 
	                 membar_sync.9 

Log message:
atomic.9 doesnt exist to Xr to now.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/04 14:26:21

Modified files:
	share/man/man9 : atomic_add_int.9 atomic_cas_uint.9 
	                 atomic_dec_int.9 atomic_inc_int.9 
	                 atomic_swap_uint.9 

Log message:
better history.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/04 14:28:30

Modified files:
	infrastructure/bin: portcheck 
	tests/portcheck: t1.sample t5.sample 

Log message:
Fix inconsistence when printing names of files in pkg/ directories. Found
by regression suite.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/04 14:52:43

Modified files:
	sys/arch/alpha/alpha: machdep.c trap.c 

Log message:
Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in the
code paths which can be run from ipi handlers, to avoid running soft interrupt
handlers if lowering ipl to 0. Soft interrupts will be processed upon returning
from the ipi interrupt anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/04 15:19:53

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
Add WARN_ONCE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/04 15:22:03

Modified files:
	devel/pango    : Makefile distinfo 
	devel/pango/pkg: PLIST 

Log message:
Update to pango-1.36.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/02/04 16:28:05

Modified files:
	usr.sbin/syslogd: syslogd.c 

Log message:
Remote logging could get stuck after a "network is unreachable"
error occured.  Put ENETUNREACH into the list of ignored errors.
OK markus@ sthen@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/04 16:39:16

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
sort list of stuff we can't update for user display (otherwise, it's a list
of keys, so it isn't in any particularly interesting order)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/04 17:13:42

Modified files:
	telephony/p5-Net-SIP: Makefile distinfo 

Log message:
update p5-Net-SIP to 0.685


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/04 20:49:00

Modified files:
	lib/libkvm     : kvm_file2.c kvm_proc2.c 

Log message:
More crash dump parsing fixes: correct paddr in process info and pids
in file info.  Drop some unnecessary casts and unused variables too.

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/04 20:51:07

Modified files:
	sbin/fdisk     : mbr.c 

Log message:
Always set the signature to DOSMBR_SIGNATURE when writing a MBR to
disk. This means skipping the '(U)pdate' command after editing
the MBR will still produce something disklabel(8) will respect in
the morning.

Problem noted by David Vasek.

ok jsing@ toby@. Moral support halex@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/04 22:54:58

Modified files:
	sys/dev        : rnd.c 

Log message:
tiny style adjustments


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/04 22:59:42

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
- Recognize BCM5762 A0 chipset.

- Have the BGE_RXLP_LOCSTAT_IFIN_DROPS workaround cover for the BCM5762 ASIC.
From Linux

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/05 00:56:10

Modified files:
	sys/dev/ic     : qla.c 

Log message:
Punt on handling responses if we haven't allocated the response queue yet.
Otherwise a spurious interrupt might make us dereference a null-pointer.
This is especially important for ISP2200 cards with Open Firmware, where the
card is running a full firmware and the response queue "in" pointer is
non-zero when we take over.

ok jmatthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 00:56:42

Modified files:
	geo/libchamplain: Makefile distinfo 
	geo/libchamplain/pkg: PLIST 

Log message:
- update to libchamplain-0.12.6
* disable memphis support as was done by default upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/05 00:58:05

Modified files:
	sys/dev/ic     : qla.c 

Log message:
Avoid calling delay(9) between checking and clearing the interrupt status bits.

ok jmatthew@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 01:00:41

Modified files:
	www/firefox-esr: Makefile distinfo 

Log message:
- update firefox-esr to 24.3.0

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 01:01:09

Modified files:
	www/firefox-esr-i18n: Makefile.inc distinfo 

Log message:
sync with firefox-esr to 24.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2014/02/05 01:01:37

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/thunderbird-i18n: Makefile.inc distinfo 

Log message:
Bugfix update to thunderbird{,-i18n} 24.3.0.

- See https://www.mozilla.org/en-US/thunderbird/24.3.0/releasenotes/
- Fixes MFSA 2014-01, 02, 04, 08, 09, 12 & 13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 01:07:24

Modified files:
	www/mozilla-firefox: Tag: OPENBSD_5_4 Makefile distinfo 
	www/mozilla-firefox/patches: Tag: OPENBSD_5_4 patch-configure_in 
	                             patch-js_src_configure_in 

Log message:
update to firefox-esr 24.3.0

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 01:16:26

Modified files:
	www/firefox-i18n: Tag: OPENBSD_5_4 Makefile.inc distinfo 

Log message:
sync with firefox-esr to 24.3.0


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/05 01:17:30

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
after running myx(4) without biglock in production for a few days
i discovered that there's a race between the interrupt code and
myx_start which causes the count of free tx descriptors to get
distorted, which eventually leads to a permanent setting of
IFF_OACTIVE, which in turn prevents the driver from transmitting
packets.

fixing that went horribly wrong when i then discovered that there's
a race between the interrupt handler and myx_down, where the interrupt
can tell myx_down to wake up and free all the rings while the
interrupt handler is still looking at them. free panics for all.

this moves the handling of the tx free count under the biglock (for
now), and moves myx_up and myx_down to managing a "driver state"
variable independantly of the IFF_UP and IFF_RUNNING flags, and
very very careful reordering of the checks of that state variable
and the hardware state.

as a bonus we get to avoid excessive calls to myx_txeof and myx_rxeof
in the isr, and less stuff checked unconditionally. on the other
hand, the sc_state handling added some more checks so it might not
be a win overall.

tested on smp sparc64 with msi and nonmsi interrupts, and on amd64 smp
in production again.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/05 01:44:21

Modified files:
	sys/netinet6   : ip6_input.c 

Log message:
Kill some dead code.

ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/05 02:12:54

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update to youtube-dl-2014.02.04.1


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/05 03:41:33

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 

Log message:
Do proper error handling in the fault handler.  Fixes spurious SIGSEGVs as
seen with the new xf86-video-intel 2.99.909 on some hardware.  The problem
was probably masked bu the holding logic that was removed in rev 1.67.

tested by tedu@, matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/05 03:58:48

Modified files:
	sys/dev/pci/drm/i915: i915_irq.c intel_display.c 

Log message:
We have WARN_ONCE now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jmatthew@cvs.openbsd.org	2014/02/05 04:22:51

Modified files:
	databases/riak : Makefile distinfo 
	databases/riak/pkg: PFRAG.shared PLIST 

Log message:
update to riak 1.4.7


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/05 04:52:49

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
We're never going to detach the host bridge on our machines.

spotted by deraadt@ during n2k14


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/05 06:25:11

Modified files:
	geo/gpx-viewer : Makefile 
	geo/emerillon  : Makefile 
	x11/gnome/eog-plugins: Makefile 

Log message:
Unbreak these after the recent libchamplain update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/05 06:41:49

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
Unbreak after recent libchamplain update.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/05 07:20:43

Modified files:
	lib/libc/net   : inet_ntop.c 

Log message:
Always set errno when returning NULL.  OK kettenis@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 08:09:45

Modified files:
	print/a2ps/patches: patch-lib_routines_c patch-lib_routines_h 

Log message:
a CVE number was assigned; update patch comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/05 08:11:09

Modified files:
	print/a2ps/patches: Tag: OPENBSD_5_4 patch-lib_routines_c 
	                    patch-lib_routines_h 

Log message:
add CVE identifier


CVSROOT:	/cvs
Module name:	src
Changes by:	nick@cvs.openbsd.org	2014/02/05 08:32:26

Modified files:
	sbin/mount_tmpfs: mount_tmpfs.8 

Log message:
add a fstab example, with help from and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/05 08:49:15

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Sync getopts with usage.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2014/02/05 11:28:07

Modified files:
	.              : orders.html 

Log message:
Minor postal rate changes


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/02/05 13:13:25

Modified files:
	usr.bin/ssh    : ssh-keygen.1 ssh-keygen.c 

Log message:
tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@

while here, fix ordering in usage(); requested by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/02/05 13:13:58

Modified files:
	lib/libfuse    : fuse.c fuse_ops.c fuse_subr.c tree.c 

Log message:
check return values in libfuse.

inputs from stsp@.
ok stsp@.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/02/05 13:35:42

Modified files:
	bin/pax        : ar_subs.c options.c 

Log message:
make pax cope with a stripped down format list, e.g. when compiled
with -DNOCPIO
- ignore empty entries (millert@, halex@)
- replace bsort with linear scan (guenther@)

ok millert@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/02/05 13:42:32

Modified files:
	lib/libc/string: strsep.c 

Log message:
Remove unnecessary stdio.h include.
Patch by Jean-Philippe Ouellet ; ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	syl@cvs.openbsd.org	2014/02/05 13:47:38

Modified files:
	lib/libfuse    : fuse.c 

Log message:
Allow libfuse to compile with WARNINGS=yes. No functional change.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/02/05 14:12:19

Modified files:
	usr.sbin/tcpdump: print-nfs.c print-tcp.c 

Log message:
Don't segfault on IPv6 NFS traffic; found the hard why by matthieu@.
Fix inspired by what upstream is doing.
Tested by me and matthieu@.
Input^WHand holding and OK guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/02/05 14:39:24

Modified files:
	audio/mumble   : Makefile distinfo 

Log message:
SECURITY update to 1.2.5; fixes CVE-2014-0044 and CVE-2014-0045.

ok stsp@ gsoares@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/05 14:41:53

Modified files:
	audio/easytag  : Makefile 

Log message:
audio/taglib (for MP4) is picked up by configure, add formal dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/02/05 17:27:48

Modified files:
	net/texapp     : Makefile distinfo 

Log message:
Update to 0.6.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/02/05 19:33:00

Modified files:
	multimedia/livestreamer-curses: Makefile distinfo 
	multimedia/livestreamer-curses/pkg: PLIST 

Log message:
Update to 0.31 - now includes an optional config file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/02/05 20:10:48

Modified files:
	emulators/pcsxr: Makefile distinfo 
	emulators/pcsxr/patches: patch-doc_pcsx_1 
	emulators/pcsxr/pkg: PLIST 
Added files:
	emulators/pcsxr/patches: patch-plugins_bladesio1_gui_c 

Log message:
Update to pcsxr 1.9.94.r87113, fixes breakage at runtime on amd64 (and
possibly other arches).

Note that the binary named changed from pcsx to pcsxr.

Feedback from bentley@, sthen@, and zhuk@
OK bentley@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/05 21:33:25

Modified files:
	net/samba      : Makefile 
	net/samba/patches: patch-nsswitch_wbinfo_c 
Added files:
	net/samba/patches: patch-lib_async_req_async_sock_c 
	                   patch-libcli_util_tstream_c 
	                   patch-librpc_idl_dcerpc_idl 
	                   patch-librpc_rpc_dcerpc_util_c 
	                   patch-librpc_rpc_rpc_common_h 
	                   patch-nsswitch_libwbclient_wbc_sid_c 
	                   patch-source3_lib_netapi_group_c 
	                   patch-source3_lib_netapi_localgroup_c 
	                   patch-source3_lib_netapi_user_c 
	                   patch-source3_lib_util_tsock_c 
	                   patch-source3_libnet_libnet_join_c 
	                   patch-source3_librpc_rpc_dcerpc_helpers_c 
	                   patch-source3_rpc_client_cli_lsarpc_c 
	                   patch-source3_rpc_client_cli_pipe_c 
	                   patch-source3_rpc_server_netlogon_srv_netlog_nt_c 
	                   patch-source3_rpcclient_cmd_lsarpc_c 
	                   patch-source3_rpcclient_cmd_samr_c 
	                   patch-source3_smbd_lanman_c 
	                   patch-source3_smbd_open_c 
	                   patch-source3_utils_net_rpc_c 
	                   patch-source3_utils_net_rpc_join_c 
	                   patch-source3_winbindd_wb_lookupsids_c 
	                   patch-source3_winbindd_winbindd_msrpc_c 
	                   patch-source3_winbindd_winbindd_rpc_c 

Log message:
Fix 2 security issues with Samba...

DCE-RPC fragment length field is incorrectly checked. CVE-2013-4408
ACLs are not checked on opening an alternate data stream on a file or directory. CVE-2013-4475

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	gsoares@cvs.openbsd.org	2014/02/05 22:12:06

Modified files:
	infrastructure/templates: mk.conf.template 

Log message:
.poison TEST, TESTS and NO_TESTS

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/05 22:14:12

Modified files:
	sys/arch/alpha/alpha: fp_complete.c trap.c 

Log message:
Fix an MP race in the fpu context saving code; from NetBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kirby@cvs.openbsd.org	2014/02/05 23:32:55

Modified files:
	sysutils/apcupsd/pkg: PLIST-main 
Removed files:
	sysutils/apcupsd/patches: patch-platforms_etc_Makefile 

Log message:
unbreak packaging.
reported by nigel@ and RD Thrush, thanks
ok nigel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/06 00:44:15

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-configure_ac 
	                    patch-libpurple_plugins_ssl_Makefile_in 
	                    patch-libpurple_protocols_silc_silc_c 
	                    patch-pidgin_gtkdialogs_c 
	net/pidgin/pkg : PLIST-libpurple PLIST-main 
Removed files:
	net/pidgin/patches: patch-pidgin_gtkmain_c 
	                    patch-pidgin_gtknotify_c 

Log message:
Update to Pidgin 2.10.8. Fixes 16 issues with CVE assigned.. CVE-2012-6152,
CVE-2013-6477, CVE-2013-6478, CVE-2013-6479, CVE-2013-6481, CVE-2013-6482,
CVE-2013-6483, CVE-2013-6484, CVE-2013-6485, CVE-2013-6486, CVE-2013-6487,
CVE-2013-6489, CVE-2013-6490, CVE-2014-0020.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/06 01:35:13

Modified files:
	net/samba      : Tag: OPENBSD_5_4 Makefile 
	net/samba/patches: Tag: OPENBSD_5_4 patch-nsswitch_wbinfo_c 
	                   patch-source3_configure_in 
	                   patch-source3_smbd_nttrans_c 
Added files:
	net/samba/patches: Tag: OPENBSD_5_4 
	                   patch-lib_async_req_async_sock_c 
	                   patch-libcli_util_tstream_c 
	                   patch-librpc_idl_dcerpc_idl 
	                   patch-librpc_rpc_dcerpc_util_c 
	                   patch-librpc_rpc_rpc_common_h 
	                   patch-nsswitch_libwbclient_wbc_sid_c 
	                   patch-source3_lib_netapi_group_c 
	                   patch-source3_lib_netapi_localgroup_c 
	                   patch-source3_lib_netapi_user_c 
	                   patch-source3_lib_util_tsock_c 
	                   patch-source3_libnet_libnet_join_c 
	                   patch-source3_librpc_rpc_dcerpc_helpers_c 
	                   patch-source3_rpc_client_cli_lsarpc_c 
	                   patch-source3_rpc_client_cli_pipe_c 
	                   patch-source3_rpc_server_netlogon_srv_netlog_nt_c 
	                   patch-source3_rpcclient_cmd_lsarpc_c 
	                   patch-source3_rpcclient_cmd_samr_c 
	                   patch-source3_smbd_lanman_c 
	                   patch-source3_smbd_open_c 
	                   patch-source3_utils_net_rpc_c 
	                   patch-source3_utils_net_rpc_join_c 
	                   patch-source3_winbindd_wb_lookupsids_c 
	                   patch-source3_winbindd_winbindd_msrpc_c 
	                   patch-source3_winbindd_winbindd_rpc_c 

Log message:
apply security updates for CVE-2013-4408 and CVE-2013-4475


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/06 02:51:42

Modified files:
	sys/dev/ic     : qla.c 
	sys/dev/pci    : qla_pci.c 

Log message:
Almost-working QLA2100 support.  This appears to be the best I can do for
now.  The one 2100 card I have doesn't work at all with isp(4).  I can get
it to see devices on the fabric, but it can't log in to them, and it can't
see loop devices at all.


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/06 03:09:00

Modified files:
	net/pidgin     : Tag: OPENBSD_5_4 Makefile distinfo 
	net/pidgin/patches: Tag: OPENBSD_5_4 patch-configure_ac 
	                    patch-libpurple_plugins_ssl_Makefile_in 
	                    patch-libpurple_protocols_silc_silc_c 
	                    patch-pidgin_gtkdialogs_c 
	net/pidgin/pkg : Tag: OPENBSD_5_4 PLIST-libpurple PLIST-main 
Removed files:
	net/pidgin/patches: Tag: OPENBSD_5_4 patch-pidgin_gtkmain_c 
	                    patch-pidgin_gtknotify_c 

Log message:
Update to Pidgin 2.10.9. Fixes 16 issues with CVE assigned.. CVE-2012-6152,
CVE-2013-6477, CVE-2013-6478, CVE-2013-6479, CVE-2013-6481, CVE-2013-6482,
CVE-2013-6483, CVE-2013-6484, CVE-2013-6485, CVE-2013-6486, CVE-2013-6487,
CVE-2013-6489, CVE-2013-6490, CVE-2014-0020.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/06 03:21:09

Modified files:
	sysutils/augeas: Makefile distinfo 
	sysutils/augeas/patches: patch-lenses_shellvars_aug 
	sysutils/augeas/pkg: PLIST 
Removed files:
	sysutils/augeas/patches: patch-lenses_authorized_keys_aug 
	                         patch-lenses_tests_test_authorized_keys_aug 
	                         patch-src_transform_c 

Log message:
update to augeas-1.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/06 05:49:17

Modified files:
	infrastructure/templates: mk.conf.template 

Log message:
remove TEST/TESTS poisons, they break existing ports, found by naddy

move VMEM_WARNING from the "misspellings" block to a separate section
with a comment (used to exist but retired)


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/06 06:25:17

Modified files:
	emulators/pcsxr: Makefile 

Log message:
- Use the MODGNU_AUTOCONF_DEPENDS and MODGNU_AUTOMAKE_DEPENDS macros so metaauto
is pulled in.
- Replace hardcoded /usr/X11R6 with ${X11BASE}.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/06 08:56:40

Modified files:
	distrib/sets/lists/base: md.alpha 
	distrib/sets/lists/comp: md.alpha mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/06 09:00:44

Modified files:
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: PLIST 

Log message:
Tweak @user and according @comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/06 09:32:40

Modified files:
	sys/uvm        : uvm_pdaemon.c 

Log message:
parenthesis to make the math right. ok beck kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/06 09:40:40

Modified files:
	sys/uvm        : uvm_pdaemon.c uvm_pmemrange.c 

Log message:
add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla
after analysis and testing. when flushing a large mmapped file, we can
eat up all the reserve bufs, but there's a good chance there will be more
clean ones available.
ok beck kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/02/06 09:43:04

Modified files:
	sys/dev/usb    : ubcmtp.c 

Log message:
revert some HID changes that broke on older models

discussed with mpi@ and jung@


CVSROOT:	/cvs
Module name:	src
Changes by:	jcs@cvs.openbsd.org	2014/02/06 09:44:38

Modified files:
	share/man/man4 : wsmouse.4 

Log message:
reference ubcmtp(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/06 09:55:01

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm Handle.pm SharedItems.pm 

Log message:
don't store full directory objects if they're not "special", just knowing
there's a directory that should stay around is enough.
shaves on the number of shared directories for shared items quite a lot.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/06 10:13:05

Modified files:
	usr.sbin/pkg_add/OpenBSD: Tracker.pm 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	bcallah@cvs.openbsd.org	2014/02/06 10:17:53

Modified files:
	textproc/the_silver_searcher: Makefile distinfo 

Log message:
Bugfix update to 0.19.2
From MAINTAINER Florian Stinglmayr <florian AT n0la DOT org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/02/06 10:32:27

Modified files:
	math/graphviz  : Makefile distinfo 
	math/graphviz/files: config6 
	math/graphviz/files/tests: dot-test.dot.expect 
	                           guile-test.scm.expect 
	                           neato-test.nto.expect 
	                           perl-test.pl.expect 
	                           tcl-test.tcl.expect 
	math/graphviz/patches: patch-Makefile_in 
	                       patch-cmd_dot_Makefile_in 
	                       patch-config_config_perl_pl 
	                       patch-lib_gvc_gvconfig_c 
	                       patch-tclpkg_tclstubs_Makefile_in 
	                       patch-tclpkg_tkstubs_Makefile_in 
	math/graphviz/pkg: PFRAG.shared-main PLIST-main 
Added files:
	math/graphviz/patches: patch-cmd_lefty_os_unix_io_c 
	                       patch-configure 

Log message:
Update to graphviz-2.36.0.

Addresses some CVEs:
http://www.debian.org/security/2014/dsa-2843

Thanks to Sebastian Trahm for pointing these out.

OK jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/06 13:51:55

Modified files:
	bin/pax        : options.c 

Log message:
Oops, pax -x and cpio -H need to set frmt
Add 'break' accidentally removed by previous commit and future-proof
format listing by cpio -H

problem noted by naddy@
ok halex@ naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/06 13:58:46

Modified files:
	app/cwm        : client.c 

Log message:
Some clients set the urgency flag even if they are the active client;
prevent annoying behavior by only setting the cwm urgency flag if the client
is not active; diff from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/06 14:05:54

Modified files:
	sys/dev/ic     : qlareg.h 

Log message:
missing define for qla2100 support


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/06 15:21:01

Modified files:
	usr.bin/ssh    : sshconnect.c 

Log message:
in ssh_create_socket(), only do the getaddrinfo for BindAddress when
BindAddress is actually specified. Fixes regression in 6.5 for
UsePrivilegedPort=yes; patch from Corinna Vinschen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/06 15:58:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
http 404 is definitive, so treat it like 550 ftp.


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2014/02/06 18:27:21

Modified files:
	lang/gcc/4.6   : Makefile distinfo 
	lang/gcc/4.6/patches: patch-gcc_ada_adaint_c 
	                      patch-gcc_ada_s-osinte-openbsd_ads 
Added files:
	lang/gcc/4.6/patches: patch-gcc_ada_a-calend_adb 
	                      patch-gcc_ada_adaint_h 
	                      patch-gcc_ada_g-calend_ads 
	                      patch-gcc_ada_s-osprim-posix_adb 
	                      patch-gcc_ada_sysdep_c 

Log message:
Repair time/delay/duration time_t issues in gnat. All direct imports of
C functions have been modified to use same-size types on both sides.
There are no checks in gcc to make sure the types match, and it happily
trashes the stack or reads bogus data without this fix.

The C shim in gnatlib is still casting down to long (by design), thus
gnat is not 2038-proof on 32 bit architectures. Fixing this is an
ongoing project, but I'm running out of time for this release.

Getting the timezone offset is now supported; the unused usleep
procedure that snuck in from FreeBSD support got removed.

Tested on all supported architectures, plus new bootstraps due to the
stack trashing, just in case...

Conceptually fine with brad@
deraadt@ is unhappy with the partial solution, fixing this remains a
high priority todo


CVSROOT:	/cvs
Module name:	ports
Changes by:	tobiasu@cvs.openbsd.org	2014/02/06 18:31:41

Modified files:
	lang/gcc/4.8   : Makefile distinfo 
	lang/gcc/4.8/patches: patch-gcc_ada_adaint_c 
	                      patch-gcc_ada_s-osinte-openbsd_ads 
Added files:
	lang/gcc/4.8/patches: patch-gcc_ada_a-calend_adb 
	                      patch-gcc_ada_adaint_h 
	                      patch-gcc_ada_g-calend_ads 
	                      patch-gcc_ada_s-osprim-posix_adb 
	                      patch-gcc_ada_sysdep_c 

Log message:
Repair time/delay/duration time_t issues in gnat. All direct imports of
C functions have been modified to use same-size types on both sides.
There are no checks in gcc to make sure the types match, and it happily
trashes the stack or reads bogus data without this fix.

The C shim in gnatlib is still casting down to long (by design), thus
gnat is not 2038-proof on 32 bit architectures. Fixing this is an
ongoing project, but I'm running out of time for this release.

Getting the timezone offset is now supported; the unused usleep
procedure that snuck in from FreeBSD support got removed.

Tested on all supported architectures, plus new bootstraps due to the
stack trashing, just in case...

Conceptually fine with brad@
deraadt@ is unhappy with the partial solution, fixing this remains a
high priority todo


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/06 23:49:34

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update to youtube-dl-2014.02.06.3


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/06 23:55:54

Modified files:
	usr.bin/ssh    : cipher.c mac.c 

Log message:
remove some logging that makes ssh debugging output very verbose;
ok markus


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 00:48:03

Modified files:
	net/avahi      : Makefile 
	net/avahi/patches: patch-avahi-daemon_main_c 
Added files:
	net/avahi/patches: patch-man_avahi-daemon_conf_5_xml_in 

Log message:
Add option "host-name-from-machine-id=" (from upstream).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/07 01:38:44

Modified files:
	geo/libchamplain: Makefile distinfo 
	geo/libchamplain/pkg: PLIST 

Log message:
bugfix update to libchamplain-0.12.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/07 01:40:24

Modified files:
	net/gupnp/igd  : Makefile distinfo 
	net/gupnp/igd/pkg: PLIST 
Removed files:
	net/gupnp/igd/patches: patch-libgupnp-igd_gupnp-simple-igd_c 

Log message:
bugfix update to gupnp-igd-0.2.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	brad@cvs.openbsd.org	2014/02/07 01:56:53

Modified files:
	net/darkstat   : Makefile distinfo 
	net/darkstat/patches: patch-darkstat_8_in 
	net/darkstat/pkg: PLIST darkstat.rc 
Added files:
	net/darkstat/patches: patch-configure_ac patch-conv_c 
	                      patch-darkstat_c patch-pidfile_c 
Removed files:
	net/darkstat/patches: patch-graph_db_c patch-now_c patch-now_h 

Log message:
Update to darkstat 3.0.718.

- Contains additional time_t related fixes.
- The author removed an assertion in timer_stop() I had run into and even
though monotonic time is used somehow time went backwards.
- Change the rc.d script to use localhost instead of 127.0.0.1 to have
darkstat also bind to the v6 address.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 01:57:44

Modified files:
	security/libgcrypt: Makefile distinfo 
Removed files:
	security/libgcrypt/patches: patch-cipher_blowfish-arm_S 

Log message:
Update to libgcrypt-1.6.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 02:04:41

Modified files:
	security/gnutls: Makefile distinfo 
	security/gnutls/pkg: PLIST 

Log message:
Update to gnutls-3.2.10.


CVSROOT:	/cvs
Module name:	ports
Changes by:	yasuoka@cvs.openbsd.org	2014/02/07 02:37:05

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Specify `msb' field properly.  This is required to play {s,u}24be
audio.

ok sthen ratchov


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 02:46:19

Modified files:
	de             : ftp.html 
	nl             : anoncvs.html crypto.html cvsync.html 
	                 donations.html orders.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openssh/de     : ftp.html index.html openbsd.html portable.html 
	openssh/nl     : ftp.html index.html openbsd.html portable.html 
	openssh/ru     : ftp.html index.html openbsd.html portable.html 
	                 security.html specs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/07 02:50:04

Modified files:
	lib/libc/net   : ip6opt.c 

Log message:
Fix inet6_opt_init() to only check extlen when extbuff is not NULL
as per RFC 3542, from DragonFlyBSD via Eitan Adler.

ok bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/07 03:05:36

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : qla.4 

Log message:
drivers need manpages


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/07 03:13:00

Modified files:
	sys/arch/mvme68k/stand/installboot: Makefile 
	sys/arch/mvme88k/stand/installboot: Makefile 
Added files:
	sys/arch/mvme68k/stand/installboot: nlist.c 
	sys/arch/mvme88k/stand/installboot: nlist.c 

Log message:
Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is still
built as an a.out binary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 03:25:52

Modified files:
	x11/gmtk       : Makefile 
Added files:
	x11/gmtk/patches: patch-src_gmtk_media_tracker_c 

Log message:
Don't force a minimum size on the tracker
(upstream svn revision r235)


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 03:26:38

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_gui_c 

Log message:
Tracker size adjustments so that it does not look wrong in gecko-mediaplayer
(upstream svn revision r2467)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 03:32:36

Modified files:
	mail/mimedefang: Makefile 
	mail/mimedefang/pkg: README 

Log message:
mfs->tmpfs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 03:38:06

Modified files:
	misc/hwdata    : Makefile distinfo 

Log message:
Update to hwdata-0.260.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/07 03:59:03

Modified files:
	devel/tcllib   : Makefile 
	devel/tcllib/pkg: PLIST 
	x11/tkcon      : Makefile 
	x11/tkcon/pkg  : PLIST 

Log message:
unmarked conflict (mann/observe.n)
maintainer notified, for a possible better fix


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/07 04:20:58

Modified files:
	usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
don't store full terminal, we just need a few control sequences


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/07 04:41:46

Modified files:
	share/man/man4 : qla.4 

Log message:
history


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 04:48:05

Modified files:
	graphics/tesseract: Makefile 
	graphics/tesseract/pkg: PLIST 
	graphics/tesseract-langs: Makefile.inc 
	graphics/tesseract-langs/pkg: PLIST 

Log message:
tesseract-langs owns the share/tessdata/ directory.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 05:29:24

Added files:
	audio/taglib/patches: patch-taglib_CMakeLists_txt 

Log message:
Use the "LINK_PRIVATE" mode, instead of an empty LINK_INTERFACE_LIBRARIES
property, to get rid of an annoying warning related to Policy CMP0022


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/07 06:38:55

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Nuke unused #define CLIENT_PATH. A remnant of dhclient-script.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 06:39:23

Log message:
    Import libmediaart-0.2.0.
    
    Library tasked with managing, extracting and handling media art caches.
    
    ok robert@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20140701
    
    N ports/x11/gnome/libmediaart/Makefile
    N ports/x11/gnome/libmediaart/distinfo
    N ports/x11/gnome/libmediaart/pkg/DESCR
    N ports/x11/gnome/libmediaart/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 06:40:51

Modified files:
	x11/gnome      : Makefile 

Log message:
+libmediaart


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/07 06:41:05

Modified files:
	share/man/man4 : pci.4 sbus.4 

Log message:
add qla; ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/07 07:06:43

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Temp.pm 

Log message:
reclaim: we don't need to keep tracking temporary files/directories we
removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/07 07:36:50

Modified files:
	sysutils/p5-Capture-Tiny: Makefile distinfo 

Log message:
security update to p5-Capture-Tiny 0.24,
CVE-2014-1875: insecure use of /tmp


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/07 07:38:11

ports/sysutils/p5-Capture-Tiny/patches

Update of /cvs/ports/sysutils/p5-Capture-Tiny/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2758/patches

Log Message:
Directory /cvs/ports/sysutils/p5-Capture-Tiny/patches added to the repository
--> Using per-directory sticky tag `OPENBSD_5_4'


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/07 07:40:45

Modified files:
	sysutils/p5-Capture-Tiny: Tag: OPENBSD_5_4 Makefile 
Added files:
	sysutils/p5-Capture-Tiny/patches: Tag: OPENBSD_5_4 
	                                  patch-lib_Capture_Tiny_pm 

Log message:
Security fix for CVE-2014-1875, insecure use of /tmp


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 07:57:46

Modified files:
	audio/taglib   : Makefile 
Removed files:
	audio/taglib/patches: patch-taglib_CMakeLists_txt 

Log message:
Better to be more "conservative", as suggested by zhuk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 09:07:12

Modified files:
	www/minitube   : Makefile 
Added files:
	www/minitube/patches: patch-src_mainwindow_cpp 
	                      patch-src_standardfeedsview_cpp 
	                      patch-src_video_cpp 

Log message:
Bugfixing from upstream:

- Fix some videos not playing
- Remove obsolete categories in the Browse tab

Use local patches because 2.1.6 has been released, but upstream
forgot to upload the properly versioned tarball on his server.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/02/07 10:41:32

Modified files:
	audio/sonata   : Makefile distinfo 

Log message:
update to latest version to resolve few segfaults...
ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sebastia@cvs.openbsd.org	2014/02/07 10:57:04

Modified files:
	x11/gnustep/impersonatortoolkit: Makefile distinfo 
	x11/gnustep/impersonatortoolkit/pkg: PLIST 

Log message:
Update to 0.3

adds a new external CSS, sortable tables, other minor things


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/07 11:09:54

Modified files:
	app/cwm        : group.c 

Log message:
If _NET_WM_DESKTOP is set to -1 during client creation, place the client into
group 0 (nogroup); solves problem initially discovered by oga@nicotinebsd with
tint2.  A clientmessage *after* client creation already handles this case.

Go further and assign every client to a group; in non-sticky mode, group 0
(nogroup) and sticky mode, the active group.  In both cases, autogroup will
override the group assignment.  Removing a group from a client always places
the client back into group 0 (nogroup).  Autogroup can also assign a client to
group 0 (nogroup) to keep a client always visible (unless of course one opts to
hide all clients).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/07 11:12:18

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Log failures to fchmod() or fchown() the file written in
priv_write_file().


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpe@cvs.openbsd.org	2014/02/07 11:14:46

Modified files:
	www/awstats    : Makefile distinfo 
	www/awstats/pkg: PLIST 

Log message:
Update awstats to 7.3

OK aja@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/07 11:15:27

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
When using SM_PATH, fetch the SHA256 file only once since we will not be
using multiple repos.

ok rpe@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/07 11:42:17

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
Create -L leases files with the same 0000 permissions as regular
leases.IF files.

Inconsistency pointed out by Jiri B.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2014/02/07 12:40:52

Modified files:
	kdrive         : Makefile.bsd-wrapper 

Log message:
We're no longer building this on octeon.
"Sure!" miod@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	bcallah@cvs.openbsd.org	2014/02/07 12:41:18

Modified files:
	distrib/sets/lists/xserv: md.octeon 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/07 14:14:24

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
-Wold-style-declaration is not supported by gcc 3.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/07 14:25:00

Modified files:
	gnu/usr.sbin/sendmail: LICENSE README RELEASE_NOTES 
	gnu/usr.sbin/sendmail/cf: README sendmail.schema 
	gnu/usr.sbin/sendmail/cf/cf: chez.cs.mc clientproto.mc 
	                             cs-hpux10.mc cs-hpux9.mc cs-osf1.mc 
	                             cs-solaris2.mc cs-sunos4.1.mc 
	                             cs-ultrix4.mc generic-bsd4.4.mc 
	                             generic-hpux10.mc generic-hpux9.mc 
	                             generic-linux.mc generic-mpeix.mc 
	                             generic-nextstep3.3.mc 
	                             generic-osf1.mc generic-solaris.mc 
	                             generic-sunos4.1.mc 
	                             generic-ultrix4.mc huginn.cs.mc 
	                             knecht.mc mail.cs.mc mail.eecs.mc 
	                             mailspool.cs.mc python.cs.mc 
	                             s2k-osf1.mc s2k-ultrix4.mc 
	                             submit.mc tcpproto.mc ucbarpa.mc 
	                             ucbvax.mc uucpproto.mc 
	                             vangogh.cs.mc 
	gnu/usr.sbin/sendmail/cf/domain: Berkeley.EDU.m4 
	                                 CS.Berkeley.EDU.m4 
	                                 EECS.Berkeley.EDU.m4 
	                                 S2K.Berkeley.EDU.m4 
	                                 berkeley-only.m4 generic.m4 
	gnu/usr.sbin/sendmail/cf/feature: accept_unqualified_senders.m4 
	                                  accept_unresolvable_domains.m4 
	                                  access_db.m4 allmasquerade.m4 
	                                  always_add_domain.m4 
	                                  authinfo.m4 badmx.m4 
	                                  bestmx_is_local.m4 
	                                  bitdomain.m4 
	                                  blacklist_recipients.m4 
	                                  block_bad_helo.m4 
	                                  compat_check.m4 conncontrol.m4 
	                                  delay_checks.m4 dnsbl.m4 
	                                  domaintable.m4 enhdnsbl.m4 
	                                  generics_entire_domain.m4 
	                                  genericstable.m4 
	                                  greet_pause.m4 ldap_routing.m4 
	                                  limited_masquerade.m4 
	                                  local_lmtp.m4 
	                                  local_no_masquerade.m4 
	                                  local_procmail.m4 
	                                  lookupdotdomain.m4 
	                                  loose_relay_check.m4 
	                                  mailertable.m4 
	                                  masquerade_entire_domain.m4 
	                                  masquerade_envelope.m4 msp.m4 
	                                  mtamark.m4 no_default_msa.m4 
	                                  nocanonify.m4 notsticky.m4 
	                                  nouucp.m4 nullclient.m4 
	                                  preserve_local_plus_detail.m4 
	                                  preserve_luser_host.m4 
	                                  promiscuous_relay.m4 
	                                  queuegroup.m4 ratecontrol.m4 
	                                  redirect.m4 
	                                  relay_based_on_MX.m4 
	                                  relay_entire_domain.m4 
	                                  relay_hosts_only.m4 
	                                  relay_local_from.m4 
	                                  relay_mail_from.m4 
	                                  require_rdns.m4 smrsh.m4 
	                                  stickyhost.m4 
	                                  use_client_ptr.m4 
	                                  use_ct_file.m4 use_cw_file.m4 
	                                  uucpdomain.m4 
	                                  virtuser_entire_domain.m4 
	                                  virtusertable.m4 
	gnu/usr.sbin/sendmail/cf/hack: cssubdomain.m4 
	gnu/usr.sbin/sendmail/cf/m4: cf.m4 cfhead.m4 proto.m4 version.m4 
	gnu/usr.sbin/sendmail/cf/mailer: cyrus.m4 cyrusv2.m4 fax.m4 
	                                 local.m4 mail11.m4 phquery.m4 
	                                 pop.m4 procmail.m4 qpage.m4 
	                                 smtp.m4 usenet.m4 uucp.m4 
	gnu/usr.sbin/sendmail/cf/ostype: a-ux.m4 aix3.m4 aix4.m4 aix5.m4 
	                                 altos.m4 amdahl-uts.m4 
	                                 bsd4.3.m4 bsd4.4.m4 bsdi.m4 
	                                 bsdi1.0.m4 bsdi2.0.m4 darwin.m4 
	                                 dgux.m4 domainos.m4 
	                                 dragonfly.m4 dynix3.2.m4 
	                                 freebsd4.m4 freebsd5.m4 
	                                 freebsd6.m4 gnu.m4 hpux10.m4 
	                                 hpux11.m4 hpux9.m4 irix4.m4 
	                                 irix5.m4 irix6.m4 isc4.1.m4 
	                                 linux.m4 maxion.m4 mklinux.m4 
	                                 mpeix.m4 nextstep.m4 openbsd.m4 
	                                 osf1.m4 powerux.m4 ptx2.m4 
	                                 qnx.m4 riscos4.5.m4 
	                                 sco-uw-2.1.m4 sco3.2.m4 
	                                 sinix.m4 solaris11.m4 
	                                 solaris2.m4 solaris2.ml.m4 
	                                 solaris2.pre5.m4 solaris8.m4 
	                                 sunos3.5.m4 sunos4.1.m4 svr4.m4 
	                                 ultrix4.m4 unicos.m4 
	                                 unicosmk.m4 unicosmp.m4 
	                                 unixware7.m4 unknown.m4 
	                                 uxpds.m4 
	gnu/usr.sbin/sendmail/cf/sh: makeinfo.sh 
	gnu/usr.sbin/sendmail/contrib: dnsblaccess.m4 link_hash.sh 
	                               qtool.8 qtool.pl 
	gnu/usr.sbin/sendmail/doc/op: op.me 
	gnu/usr.sbin/sendmail/editmap: editmap.8 editmap.c 
	gnu/usr.sbin/sendmail/include/libmilter: mfapi.h mfdef.h 
	                                         milter.h 
	gnu/usr.sbin/sendmail/include/libsmdb: smdb.h 
	gnu/usr.sbin/sendmail/include/sendmail: mailstats.h pathnames.h 
	                                        sendmail.h 
	gnu/usr.sbin/sendmail/include/sm: assert.h bdb.h bitops.h 
	                                  cdefs.h cf.h clock.h conf.h 
	                                  config.h debug.h errstring.h 
	                                  exc.h fdset.h gen.h heap.h 
	                                  io.h ldap.h limits.h mbdb.h 
	                                  misc.h path.h rpool.h sem.h 
	                                  sendmail.h setjmp.h shm.h 
	                                  signal.h string.h sysexits.h 
	                                  test.h time.h types.h 
	                                  varargs.h xtrap.h 
	gnu/usr.sbin/sendmail/include/sm/os: sm_os_aix.h 
	                                     sm_os_dragonfly.h 
	                                     sm_os_freebsd.h sm_os_hp.h 
	                                     sm_os_irix.h sm_os_linux.h 
	                                     sm_os_mpeix.h sm_os_next.h 
	                                     sm_os_openbsd.h 
	                                     sm_os_openunix.h 
	                                     sm_os_osf1.h sm_os_qnx.h 
	                                     sm_os_sunos.h 
	                                     sm_os_ultrix.h 
	                                     sm_os_unicos.h 
	                                     sm_os_unicosmk.h 
	                                     sm_os_unicosmp.h 
	                                     sm_os_unixware.h 
	gnu/usr.sbin/sendmail/libmilter: comm.c engine.c example.c 
	                                 handler.c libmilter.h 
	                                 listener.c main.c monitor.c 
	                                 signal.c sm_gethost.c smfi.c 
	                                 worker.c 
	gnu/usr.sbin/sendmail/libmilter/docs: api.html design.html 
	                                      index.html 
	                                      installation.html 
	                                      other.html overview.html 
	                                      sample.html 
	                                      smfi_addheader.html 
	                                      smfi_addrcpt.html 
	                                      smfi_addrcpt_par.html 
	                                      smfi_chgfrom.html 
	                                      smfi_chgheader.html 
	                                      smfi_delrcpt.html 
	                                      smfi_getpriv.html 
	                                      smfi_getsymval.html 
	                                      smfi_insheader.html 
	                                      smfi_main.html 
	                                      smfi_opensocket.html 
	                                      smfi_progress.html 
	                                      smfi_quarantine.html 
	                                      smfi_register.html 
	                                      smfi_replacebody.html 
	                                      smfi_setbacklog.html 
	                                      smfi_setconn.html 
	                                      smfi_setdbg.html 
	                                      smfi_setmlreply.html 
	                                      smfi_setpriv.html 
	                                      smfi_setreply.html 
	                                      smfi_setsymlist.html 
	                                      smfi_settimeout.html 
	                                      smfi_stop.html 
	                                      smfi_version.html 
	                                      xxfi_abort.html 
	                                      xxfi_body.html 
	                                      xxfi_close.html 
	                                      xxfi_connect.html 
	                                      xxfi_data.html 
	                                      xxfi_envfrom.html 
	                                      xxfi_envrcpt.html 
	                                      xxfi_eoh.html 
	                                      xxfi_eom.html 
	                                      xxfi_header.html 
	                                      xxfi_helo.html 
	                                      xxfi_negotiate.html 
	                                      xxfi_unknown.html 
	gnu/usr.sbin/sendmail/libsm: Makefile README assert.c b-strcmp.c 
	                             b-strl.c cf.c clock.c clrerr.c 
	                             config.c debug.c errstring.c exc.c 
	                             fclose.c feof.c ferror.c fflush.c 
	                             fget.c findfp.c flags.c fopen.c 
	                             fpos.c fprintf.c fpurge.c fput.c 
	                             fread.c fscanf.c fseek.c fvwrite.c 
	                             fvwrite.h fwalk.c fwrite.c get.c 
	                             glue.h heap.c ldap.c local.h 
	                             makebuf.c match.c mbdb.c memstat.c 
	                             mpeix.c niprop.c path.c put.c 
	                             refill.c rewind.c rpool.c sem.c 
	                             setvbuf.c shm.c signal.c smstdio.c 
	                             snprintf.c sscanf.c stdio.c 
	                             strcasecmp.c strdup.c strerror.c 
	                             strexit.c string.c stringf.c 
	                             strio.c strl.c strrevcmp.c strto.c 
	                             syslogio.c t-cf.c t-event.c t-exc.c 
	                             t-float.c t-fopen.c t-heap.c 
	                             t-match.c t-memstat.c t-path.c 
	                             t-qic.c t-rpool.c t-scanf.c t-sem.c 
	                             t-shm.c t-smstdio.c t-string.c 
	                             t-strio.c t-strl.c t-strrevcmp.c 
	                             t-types.c test.c ungetc.c util.c 
	                             vasprintf.c vfprintf.c vfscanf.c 
	                             vprintf.c vsnprintf.c wbuf.c 
	                             wsetup.c xtrap.c 
	gnu/usr.sbin/sendmail/libsmdb: smdb.c smdb1.c smdb2.c smndbm.c 
	gnu/usr.sbin/sendmail/libsmutil: cf.c debug.c err.c lockfile.c 
	                                 safefile.c snprintf.c 
	gnu/usr.sbin/sendmail/mail.local: mail.local.8 mail.local.c 
	gnu/usr.sbin/sendmail/mailstats: mailstats.8 mailstats.c 
	gnu/usr.sbin/sendmail/makemap: makemap.8 makemap.c 
	gnu/usr.sbin/sendmail/praliases: praliases.1 praliases.c 
	gnu/usr.sbin/sendmail/rmail: rmail.8 rmail.c 
	gnu/usr.sbin/sendmail/sendmail: README SECURITY TRACEFLAGS 
	                                TUNING alias.c aliases.5 
	                                arpadate.c bf.c bf.h collect.c 
	                                conf.c conf.h control.c 
	                                convtime.c daemon.c daemon.h 
	                                deliver.c domain.c envelope.c 
	                                err.c headers.c helpfile macro.c 
	                                mailq.8 main.c map.c map.h mci.c 
	                                milter.c mime.c newaliases.8 
	                                parseaddr.c queue.c ratectrl.c 
	                                readcf.c recipient.c sasl.c 
	                                savemail.c sendmail.8 sendmail.h 
	                                sfsasl.c sfsasl.h shmticklib.c 
	                                sm_resolve.c sm_resolve.h 
	                                srvrsmtp.c stab.c stats.c 
	                                statusd_shm.h sysexits.c 
	                                timers.c timers.h tls.c trace.c 
	                                udb.c usersmtp.c util.c 
	                                version.c 
	gnu/usr.sbin/sendmail/smrsh: smrsh.8 smrsh.c 
	gnu/usr.sbin/sendmail/vacation: vacation.1 vacation.c 
Added files:
	gnu/usr.sbin/sendmail/libsm: inet6_ntop.c t-fget.c 
	                             t-inet6_ntop.c 

Log message:
Update to sendmail 8.14.8.  This touches a lot of files due to the
Sendmail, Inc -> Proofpoint name change.  See RELEASE_NOTES for
actual changes.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/07 14:59:56

Modified files:
	app/cwm        : mousefunc.c search.c xutil.c 

Log message:
all mapped clients now should have a group, so simplify some cases


CVSROOT:	/cvs
Module name:	ports
Changes by:	dcoppa@cvs.openbsd.org	2014/02/07 15:20:13

Modified files:
	audio/deadbeef : Makefile distinfo 
	audio/deadbeef/patches: patch-configure_ac patch-plugins_c 
	                        patch-plugins_gtkui_Makefile_am 
	                        patch-plugins_gtkui_gtkui_c 
	                        patch-plugins_gtkui_prefwin_c 
	                        patch-plugins_lastfm_Makefile_am 
	                        patch-plugins_pltbrowser_Makefile_am 
	                        patch-plugins_vfs_curl_Makefile_am 
	                        patch-plugins_vorbis_Makefile_am 
	                        patch-streamer_c 

Log message:
Bugfix update to deadbeef-0.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/02/07 15:22:37

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Make carp send IPv6 neighbour advertisements with the 'router' flag
if we're acting as router. Otherwise clients lose the default route
learned from router advertisements during carp failover.
Patch by Ole Myhre; ok bluhm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/07 15:26:04

Modified files:
	www/p5-WWW-Mechanize: Makefile distinfo 

Log message:
- update p5-WWW-Mechanize to 1.73
- take MAINTAINER
- update dependencies
- TEST_POD=Yes
- sort and indent Makefile according to template
The list of dependent broken regression tests does not change.
OK gsoares@ nigel@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/07 16:06:21

Modified files:
	usr.sbin/lpr/lpd: printjob.c 

Log message:
Fix remote printing; broken in rev 1.50.  OK guenther@ stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/02/07 16:28:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
make sure a free bpf exists before dhclient is run, and remove some
prior workarounds

until we have clonable bpfs

ok rpe@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/07 16:44:25

Modified files:
	sys/arch/socppc/socppc: clock.c 

Log message:
Initializing the time from an uninitialized variable isn't a very good idea.
While there, fix some indentation and adjust things for 64-bit time_t.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/07 17:51:13

Modified files:
	sys/sys        : sysctl.h 

Log message:
only copy wmesg if wchan, after chatting with guenther and millert.
(and no need to copy empty string, it's already been zero filled.)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/07 19:40:43

Modified files:
	app/cwm        : group.c 

Log message:
Replace a few hand rolled loops with like tailq loops.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/07 19:49:30

Modified files:
	app/cwm        : calmwm.h group.c screen.c 

Log message:
Make sure we cycle through existing client's group membership and set
the hidden state on the group; important to know group hidden state
after a re-exec or restart of cwm (as easily seen in group menu).


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/02/07 20:12:56

Modified files:
	.              : plus.html 

Log message:
plus.html 22nd Jan to 2nd Feb.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2014/02/08 00:41:41

Modified files:
	cad/xcircuit   : Makefile 
Added files:
	cad/xcircuit/patches: patch-files_c 

Log message:
Fix bad bound.
Thanks to naddy@ for the heads-up.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 01:54:26

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
document -Dunsigned


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 02:34:04

Modified files:
	sys/arch/mips64/include: pmap.h pte.h 
	sys/arch/mips64/mips64: context.S pmap.c tlb_tfp.S tlbhandler.S 

Log message:
Allow page table entries to be either 32 bits wide (the existing state of the
code), or 64 bits wide, if option MIPS_PTE64.
64-bit ptes allow for physical memory beyond 16GB (34 bits) to be addressable
by the pmap code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 02:35:07

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 RAMDISK-IP27 
	sys/arch/sgi/sgi: autoconf.c 

Log message:
Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory
beyond 16GB physical.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 03:43:25

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Delete.pm 

Log message:
fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vv
or more.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 03:47:59

Modified files:
	infrastructure/man/man1: check-conflicts.1 

Log message:
missing annotation


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 03:48:42

Modified files:
	infrastructure/bin: check-conflicts 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 03:55:31

Modified files:
	devel/libgtop2 : Makefile 
	devel/libgtop2/patches: patch-sysdeps_openbsd_prockernel_c 
	                        patch-sysdeps_openbsd_procmap_c 
	                        patch-sysdeps_openbsd_proctime_c 
Added files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_procargs_c 
	                        patch-sysdeps_openbsd_procsegment_c 
	                        patch-sysdeps_openbsd_procsignal_c 
	                        patch-sysdeps_openbsd_procstate_c 
	                        patch-sysdeps_openbsd_procuid_c 
Removed files:
	devel/libgtop2/patches: patch-src_daemon_gnuserv_c 

Log message:
Drop unecessary checks and bring glibtop_get_proc_segment from FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/08 03:58:17

Modified files:
	sys/arch/socppc/dev: ipic.c 

Log message:
Don't unmask interrupts that should be left blocked because we're at a
higher spl.  Fixes booting my n1200 with a usb disk plugged in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 03:58:20

Modified files:
	devel/libgtop2/patches: patch-sysdeps_openbsd_procargs_c 
	                        patch-sysdeps_openbsd_procsegment_c 
	                        patch-sysdeps_openbsd_procsignal_c 
	                        patch-sysdeps_openbsd_procstate_c 
	                        patch-sysdeps_openbsd_procuid_c 

Log message:
Add comment to drop these patches when a new libgtop2 release is out.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/08 04:04:50

Modified files:
	sys/arch/sparc64/sparc64: clock.c 

Log message:
Initializing the time from an uninitialized variable isn't a very good idea.
While there, afnsify the inittodr() prototype.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 04:07:33

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
also limit the number of currently opened packages locally: each uncompress
gobbles memory.

(this was probably already an issue with external gunzip, but not THAT
visible because of separate processes).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/08 04:56:54

Modified files:
	x11/xfce4/xfwm4: Makefile 
Added files:
	x11/xfce4/xfwm4/patches: patch-src_startup_notification_c 

Log message:
Fix crash in XFCE's window manager on 32bit architectures while processing
startup notifications. A "pointer to time_t vs. pointer to long" problem.
ok landry


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 05:18:14

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
don't allow unsigned packages by default.

as kettenis@ says "test it now", always possible to revert if we don't
want it for the release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 06:17:19

Modified files:
	infrastructure/bin: check-conflicts 

Log message:
for plists, skip directories (history) and report ba plists.

user improvement:
with an extra -d, also scan the directories for "current" pkgnames,
and display a ! in pkgnames that are current while reporting conflicts.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 06:17:40

Modified files:
	sys/arch/macppc/macppc: machdep.c ofw_machdep.c 
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Some (if not all) G5 systems use a different layout for the physical memory
information (property `reg' of the `/memory' node). Fortunately the available
physical memory information still uses the same format, so this only affects
the computation of physmem.

Detect this case and parse the information correctly, converting to the format
expected by pmap, ignoring physical memory beyond 4GB.

Compute physmem from all the physical memory information, even memory not
usable by the kernel. Let pmap not recompute physmem in pmap_bootstrap() if
physmem is != 0 upon entry.

This should allow G5 systems fitted with more than 2GB of physical memory to
report the correct amount of memory, even though the kernel will only use
the lower 2GB.

Prompted by a dmesg@ submission by Greg Marsh, owner of a 3.5GB G5

help and tweaks kettenis@, ok mpi@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 06:22:24

Modified files:
	infrastructure/man/man1: check-conflicts.1 

Log message:
document extra semantics


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/08 06:31:51

Modified files:
	libexec/ftpd   : ftpcmd.y 

Log message:
Fix REST (restart transfer) for offsets large than 2GB.  OK okan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 06:37:27

Modified files:
	infrastructure/bin: check-conflicts 

Log message:
add (pkgpaths) to pkgnames


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 06:49:21

Modified files:
	print/cups-filters: Makefile 
	print/cups-filters/pkg: README 

Log message:
Better, faster, stronger (tm) steps to setup a local printer with lpd(8).
Mostly from stsp@ (testing included).

I can't test a networked printer setup, Miod only has a serial banknote
plate available...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 06:50:58

Modified files:
	infrastructure/bin: check-conflicts 

Log message:
actual progress display... oh, and for_list does the next too :(


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 07:57:35

Modified files:
	x11/kde4/dev-scripts: Makefile 
	x11/kde4/dev-scripts/pkg: PLIST 
	devel/tkcvs    : Makefile 
	devel/tkcvs/pkg: PLIST 

Log message:
cvscheck conflicts


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 07:58:21

Modified files:
	x11/kde/sdk3   : Makefile 
	x11/kde/sdk3/pkg: PLIST-svn 
	www/py-wtforms : Makefile 
	www/py-wtforms/pkg: PLIST 

Log message:
reminder: when you move files/remove conflicts, you still need to mark
a conflict with the problematic versions, otherwise some update scenarios
will fuck up...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 08:07:12

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
style


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 08:13:07

Removed files:
	net/radiusd-cistron: Makefile distinfo 
	net/radiusd-cistron/patches: patch-src_Make_inc patch-src_md5_h 
	                             patch-src_radiusd_h 
	                             patch-src_sysdep_h 
	                             patch-src_version_c 
	net/radiusd-cistron/pkg: DESCR MESSAGE PLIST 

Log message:
Remove super old unmaintained radius server. If people really wants to
use softwares with obvious security implication, we shoud not help them.
Use freeradius if you want a maintained RADIUS server.

ok rpointel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 08:13:36

Modified files:
	net            : Makefile 

Log message:
-radiusd-cistron


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 08:15:16

Modified files:
	devel/quirks   : Makefile 
	devel/quirks/files: Quirks.pm 

Log message:
Register radiusd-cistron removal... and while here add radiusd-lucent which
was missing.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/08 08:15:31

Modified files:
	usr.bin/sndiod : sock.c 

Log message:
use the correct integer width in calls to  AMSG_ISSET()


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/08 08:16:17

Modified files:
	usr.bin/sndiod : dsp.c 

Log message:
remove debug bits: dont fill with junk unused channels


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/08 08:17:37

Modified files:
	usr.bin/sndiod : dev.c 

Log message:
copy the correct number of channels in join/expand


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/08 08:18:54

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 08:49:13

Modified files:
	print/foomatic-db: Makefile distinfo 
	print/foomatic-db/pkg: PLIST 

Log message:
Update to foomatic-db-4.0.20131218.


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/02/08 08:58:01

Modified files:
	sys/dev/pci    : arc.c 

Log message:
Stop disablng/enabling interrupts in the interrupt handler for
"chip type D" which is Marvell 9580. None of the other types do
this and OpenBSD doesn't interrupt during the interrupt routine
anyways. From Ching Huang, Areca.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/02/08 09:02:42

Modified files:
	sys/dev/pci    : arc.c 

Log message:
Be conservative about the resources the controller advertises for
"type D" Marvel 9580. From Ching Huang, Areca.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 09:11:02

Modified files:
	usr.sbin/pkg_add/OpenBSD: Handle.pm 

Log message:
scrape update_info when we have full plists.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/08 09:21:54

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgDelete.pm 

Log message:
be less verbose for pkg_delete -X


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/08 09:54:25

Modified files:
	x11/kde4/libs  : Makefile 
Added files:
	x11/kde4/libs/patches: patch-cmake_modules_FindTaglib_cmake 

Log message:
Rewrite another KDE4 CMake module to avoid pulling -L/usr/local/lib in
compiler command line, breaking resulting -rpath in some packages.


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/02/08 10:05:15

Modified files:
	share/man/man4 : softraid.4 

Log message:
installboot has grown up, reflect new simplified usage in softraid example


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/08 10:26:56

Modified files:
	x11/kde4/juk   : Makefile 
Added files:
	x11/kde4/juk/patches: patch-lyricswidget_cpp 

Log message:
Fix notification when no files are playing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	edd@cvs.openbsd.org	2014/02/08 10:46:18

Modified files:
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-buildset 

Log message:
Fix a couple of edge cases in the TeX Live Update.

1) If the user updates only the buildset, ensure hashing occurs.
2) When I moved stuff from PLIST-main to PLIST-buildset, I should have
updated a conflict marker and added a tighter RUN_DEPEND. This ensures
that the two packages affected are updated together.

OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/02/08 10:49:11

Modified files:
	emulators/pcsxr: Makefile distinfo 

Log message:
Switch distfile to one that already has configure generated so the port
doesn't need to depend on autotools.

idea from sthen@, hosting by joshe@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 10:58:00

Modified files:
	www/drupal6/views: Makefile 
Added files:
	www/drupal6/views/patches: patch-includes_view_inc 

Log message:
fix whining from php-5.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 11:01:00

Modified files:
	print/cups-filters: Makefile 
	print/cups-filters/pkg: README 

Log message:
remote printer -> network printer -- to unconfuse things.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/08 11:12:17

Modified files:
	sbin/dhclient  : dhclient.c 
	usr.sbin/dhcpd : db.c 

Log message:
Create dhclient lease files and dhcpd lease files with permissions 0640,
rather than 0000 and 0664 respectively.

ok kettenis@ tedu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/08 11:15:20

Modified files:
	x11/kde4/workspace: Makefile distinfo 
	x11/kde4/workspace/patches: patch-startkde_cmake 
	x11/kde4/workspace/pkg: PLIST 
Removed files:
	x11/kde4/workspace/patches: patch-ksmserver_server_cpp 
	                            patch-libs_plasmagenericshell_scripting_scriptengine_cpp 
	                            patch-libs_taskmanager_launcheritem_cpp 

Log message:
Maintaince update for KDE Workspaces. Fixes issues with multi-monitor
configurations and applications trying to hide themselves like KSnapshot
and Kopete.

Heads up: the KWin renaming gets reverted. The kde-workspace-4.x still
conflicts with kdebase-3.x, and this renaming causes some problems seen
by stsp@ and others. So now things are back to normal, and after unlock
another approach will be used, that won't break user configurations.

Fix some lies in comments inside startkde4 script while there.

Big thanks to stsp@ in debugging the issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 11:16:39

Modified files:
	www/drupal6/core: Makefile distinfo 
	www/drupal6/core/pkg: README 
	www/drupal6/nodeaccess_userreference: Makefile distinfo 
	www/drupal6/webform: Makefile distinfo 

Log message:
belated security updates.
add a comment to readme as the mysql size error is common...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 11:31:43

Modified files:
	www/drupal6/backup_migrate: Makefile distinfo 
	www/drupal6/backup_migrate/pkg: PLIST 

Log message:
update. stops fucking the screen up with php5.4 whinings


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 11:34:28

Modified files:
	www/drupal6/bookmadesimple: Makefile distinfo 
	www/drupal6/bookmadesimple/pkg: PLIST 

Log message:
drupal whines, renaming for drush


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 11:35:05

Modified files:
	www/drupal6/filefield_sources: Makefile distinfo 
	www/drupal6/filefield_sources/pkg: PLIST 
	www/drupal6/modalframe: Makefile distinfo 
	www/drupal6/modalframe/pkg: PLIST 

Log message:
security updates on not really maintained drupal modules


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 11:52:10

Modified files:
	www/drupal7/core: Makefile distinfo 
	www/drupal7/core/pkg: PLIST README 

Log message:
security update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 11:58:22

Log message:
    Import spampd-2.30.
    
    spampd is a program used within an e-mail delivery system to scan messages
    for possible Unsolicited Commercial E-mail (UCE, aka spam) content.
    <...>
    
    based on a submission by Henrik Friedrichsen (maintainer)
    "get it in" espie@
    ok rpointel@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20140208
    
    N ports/mail/spampd/Makefile
    N ports/mail/spampd/distinfo
    N ports/mail/spampd/pkg/PLIST
    N ports/mail/spampd/pkg/DESCR
    N ports/mail/spampd/pkg/spampd.rc
    N ports/mail/spampd/patches/patch-spampd
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 11:58:55

Modified files:
	mail           : Makefile 

Log message:
+spampd


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 12:17:20

Modified files:
	www/drupal7/ctools: Makefile distinfo 
	www/drupal7/ctools/pkg: PLIST 
	www/drupal7/entity: Makefile distinfo 
	www/drupal7/entity/pkg: PLIST 
	www/drupal7/rules: Makefile distinfo 
	www/drupal7/rules/pkg: PLIST 
	www/drupal7/views: Makefile distinfo 
	www/drupal7/views/pkg: PLIST 

Log message:
security updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 12:20:27

Modified files:
	net/gnaughty   : Makefile 

Log message:
Make portcheck(1) happy.

req. by rpointel@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 12:37:29

Modified files:
	www/drupal7/backup_migrate: Makefile distinfo 
	www/drupal7/backup_migrate/pkg: PLIST 
	www/drupal7/content_access: Makefile distinfo 
	www/drupal7/content_access/pkg: PLIST 
	www/drupal7/date: Makefile distinfo 
	www/drupal7/date/pkg: PLIST 
	www/drupal7/devel: Makefile distinfo 
	www/drupal7/devel/pkg: PLIST 
	www/drupal7/locale-fr: Makefile distinfo 
	www/drupal7/locale-fr/pkg: PLIST 
	www/drupal7/references: Makefile distinfo 
	www/drupal7/references/pkg: PLIST 
	www/drupal7/scheduler: Makefile distinfo 
	www/drupal7/scheduler/pkg: PLIST 
	www/drupal7/schema: Makefile distinfo 
	www/drupal7/schema/pkg: PLIST 
	www/drupal7/token: Makefile distinfo 
	www/drupal7/token/pkg: PLIST 
	www/drupal7/webform: Makefile distinfo 

Log message:
updates to most other modules I use


CVSROOT:	/cvs
Module name:	ports
Changes by:	juanfra@cvs.openbsd.org	2014/02/08 12:39:34

Modified files:
	audio/clementine: Makefile 

Log message:
The DI plugin (mp3) requires plugins-good. ok zhuk@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 12:48:22

Modified files:
	www/drupal6/devel: Makefile distinfo 
	www/drupal6/filefield: Makefile distinfo 
	www/drupal6/imagefield: Makefile distinfo 
	www/drupal6/rolereference: Makefile distinfo 
	www/drupal6/scheduler: Makefile distinfo 
	www/drupal6/scheduler/pkg: PLIST 

Log message:
update modules I use


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 12:58:51

Modified files:
	www/drupal7/nodeaccess_userreference: Makefile distinfo 

Log message:
missed one security update


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 12:59:17

Modified files:
	www/drupal6/securelogin: Makefile distinfo 
	www/drupal7/securelogin: Makefile distinfo 

Log message:
minor updates


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/08 13:29:01

Modified files:
	sys/sys        : extent.h 
	share/man/man9 : extent.9 

Log message:
Add extent_alloc_with_descr(9) as a wrapper around
extent_alloc_subregion_with_descr(9) mirroring extent_alloc(9).

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/08 13:41:48

Modified files:
	sys/arch/hppa/dev: astro.c 

Log message:
Use extent_alloc_with_descr(9) and add a mutex to protect the extent.
This should make bus_dmamap_load(9) and bus_dmamap_unload(9) "mpsafe".


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 14:16:26

Modified files:
	www/drupal7/CKeditor: Makefile distinfo 
	www/drupal7/CKeditor/pkg: PLIST 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 14:28:03

Modified files:
	www/drush      : Makefile distinfo 
	www/drush/pkg  : PLIST 

Log message:
update to new version


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/08 14:50:26

Modified files:
	x11/kde4/ktouch: Makefile 
	x11/kde4/ktouch/pkg: PLIST 

Log message:
Fix conflict marker: ktouch was a part of kdeedu, not kdegames.

Noticed by jasper@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 15:13:45

Modified files:
	sys/arch/mips64/include: arcbios.h 
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with a
PROM-compatible stack, with a sligthly different ARC_Call_Via_Pointer(),
which uses a global function pointer variable instead of computing the
address from the ARCBios parameter block; said variable being set in
bios_ident().

No functional change... yet. Tested on IP22(24), IP30 and IP32.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/08 15:15:13

Modified files:
	devel          : Makefile 

Log message:
crossed commits...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 15:20:15

Modified files:
	sys/arch/sgi/sgi: ip32_machdep.c 

Log message:
For some reason (lack of testing being my #1 candidate), IP32 PROM version 4.18
ends up with the CKSEG1 function pointer values being wrong. All of them.
Wrong, as in, off-by-0x60.

Of course, invoking the advertized function pointers leads to interesting
results, from bogus panics to invalid pointer dereferences.

Attempt to identify this revision by:
- checking that all five function pointer values, as set up by bios_ident(),
match the 4.18 bogus values;
- instructions at said pointer match the 4.18 values.

If the test is positive, then the pointer values are replaced with the correct
values. This allows O2 systems with 4.18 PROM to correctly powerdown, reboot
and halt.

Found the hard way by matthieu@ after a PROM upgrade, verified on a second
system by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/08 15:22:55

Modified files:
	mail/p5-Email-Received: Makefile 

Log message:
The regression tests for p5-Email-Received depend on p5-Email-Simple.
OK dcoppa@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/08 16:49:20

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Do not bzero() the available memory in pmap_bootstrap(); allocations in
pmap_bootstrap explicitely bzero them, and there is no need to clear the
remaining memory.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/08 16:58:06

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Only create DBDIR if it does not exist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2014/02/08 17:22:27

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.967


CVSROOT:	/cvs
Module name:	ports
Changes by:	shadchin@cvs.openbsd.org	2014/02/08 23:01:54

Modified files:
	devel/boehm-gc : Makefile 
Added files:
	devel/boehm-gc/patches: patch-include_gc_config_macros_h 

Log message:
Fix incorrect define GC_OPENBSD_THREADS on sparc64. Fix build graphics/asymptote

Noticed by and ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/09 01:48:33

Modified files:
	x11/gnome/controlcenter: Makefile 
Removed files:
	x11/gnome/controlcenter/patches: patch-shell_hostnames-test_txt 

Log message:
Save ourselves a patch, our locales are of no use.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/02/09 02:49:26

Modified files:
	lang/python/2.7: Makefile 
	lang/python/3.3: Makefile 
Added files:
	lang/python/2.7/patches: patch-Lib_test_test_socket_py 
	                         patch-Modules_socketmodule_c 
	lang/python/3.3/patches: patch-Lib_test_test_socket_py 
	                         patch-Modules_socketmodule_c 

Log message:
Security fix for Python 2.7 and 3.3.
More information: http://bugs.python.org/issue20246
http://seclists.org/oss-sec/2014/q1/284

go aja@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/09 03:04:42

Modified files:
	sys/kern       : syscalls.master 

Log message:
nanosleep() isn't actually NOLOCK safe yet: tsleep() still requires kernel
lock for PCATCH and ktrace(CSW) handling

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/09 03:07:13

Modified files:
	sys/kern       : init_sysent.c syscalls.c 
	sys/sys        : syscall.h syscallargs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 03:50:43

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
add some more linux compat functions for memory allocation


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 03:57:26

Modified files:
	sys/dev/pci/drm/ttm: ttm_agp_backend.c ttm_bo.c ttm_bo_manager.c 
	                     ttm_bo_util.c ttm_memory.c ttm_object.c 
	                     ttm_page_alloc.c 

Log message:
use linux style memory allocations in ttm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 04:03:31

Modified files:
	sys/dev/pci/drm/radeon: atom.c atombios_encoders.c evergreen.c 
	                        evergreen_cs.c ni.c r100.c r300.c r420.c 
	                        r600.c r600_cs.c radeon_acpi.c 
	                        radeon_atombios.c radeon_bios.c 
	                        radeon_combios.c radeon_connectors.c 
	                        radeon_cs.c radeon_device.c 
	                        radeon_display.c radeon_fb.c 
	                        radeon_fence.c radeon_gart.c 
	                        radeon_i2c.c radeon_kms.c 
	                        radeon_legacy_encoders.c radeon_pm.c 
	                        radeon_prime.c radeon_ring.c radeon_sa.c 
	                        radeon_semaphore.c radeon_test.c 
	                        radeon_ttm.c rs400.c rs600.c rs690.c 
	                        rv515.c rv770.c si.c 

Log message:
use linux style memory allocations in radeon


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/09 04:13:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
do a better job in wipe_info: close files and reap children.
also wipe every state variable... fixes reget update_info in fringe
cases (this should fix nigel@'s problems...)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/09 04:17:19

Modified files:
	sys/sys        : proc.h 
	sys/kern       : kern_exit.c kern_sig.c 

Log message:
Fix the lock order reversal problem in the code that stops traced
multi-threaded  processes when they receive a signal:

1. Make the parent of the process (the tracer) wait for all threads to be
stopped (in wait4(2)) instead of the thread that received the signal.
This prevents us from calling tsleep(9) recursively.

2. Assume that we already hold the kernel lock if the P_SINTR flag is set
(just like we already assumed we were holding the scheduler lock) and
don't try to grab it again.

This should fix the panic that many people reported when debugging
multi-threaded programs with gdb(1).

ok & lots of help from guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/09 04:25:58

Modified files:
	sys/arch/powerpc/powerpc: pmap.c 

Log message:
Use syncicache() instead of rerolling an almost identical version.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 04:45:52

Modified files:
	x11/kde4/runtime: Makefile 
	x11/kde4/runtime/pkg: PLIST-main 

Log message:
Cleanup @group madness after accidental update-plist run some time ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/09 04:47:01

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
Do not allow to unconfigure a device by setting the configuration
number 0, leaving its descriptors pointing to NULL.  There's a lot
of code in our stack that assumes that the various descriptors are
always valid and changing this would be too much work for the moment.

Fix an issue reported by Thomas Pfaff, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/09 04:51:42

Modified files:
	misc/gramps    : Makefile distinfo 
	misc/gramps/pkg: DESCR PLIST 

Log message:
Update to gramps-4.0.3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/09 05:08:50

Modified files:
	misc/gramps    : Makefile 
	misc/gramps/pkg: PLIST 
Added files:
	misc/gramps/patches: patch-gramps_gen_utils_grampslocale_py 

Log message:
Duh, forgot a few steps in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2014/02/09 05:14:43

Modified files:
	www/youtube-dl : Makefile distinfo 
	www/youtube-dl/pkg: PLIST 

Log message:
Update youtube-dl to 2014.02.08.2.

Now with jadorecettepub support. Issue #2148 upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/09 05:18:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
grr... this should be kept across derefs


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2014/02/09 05:26:00

Modified files:
	x11/tkcon      : Makefile 
	x11/tkcon/pkg  : PLIST 

Log message:
Fix conflict; rename conflicting file.

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2014/02/09 05:27:05

Modified files:
	devel/tcllib   : Makefile 
	devel/tcllib/pkg: PLIST 

Log message:
Conflict resolved in TkCon.


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 05:31:48

Modified files:
	faq/ports      : testing.html 

Log message:
Mention files meaningful for debugging CMake-related problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 05:33:44

Modified files:
	sys/dev/pci/drm/radeon: evergreen.c ni.c r100.c r300.c r420.c 
	                        r520.c r600.c rs400.c rs600.c rs690.c 
	                        rv515.c rv770.c si.c 

Log message:
radeon: Fix system hang issue when using KMS with older cards

From Adis Hamzadis
c9b986fd9f606cd00492c3c9e95926c654f4e04f in ubuntu 3.8
e49f3959a96dc279860af7e86e6dbcfda50580a5 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 05:50:09

Modified files:
	sys/dev/pci/drm/radeon: radeon_device.c 

Log message:
drm/radeon: fix card_posted check for newer asics

From Alex Deucher
86330a74c53a09786820c4109ad681e6a62ebd83 in ubuntu 3.8
09fb8bd1a63b0f9f15e655c4fe8d047e5d2bf67a in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 06:01:09

Modified files:
	sys/dev/pci/drm/radeon: atombios_encoders.c 

Log message:
drm/radeon: don't allow audio on DCE6

From Alex Deucher
9d34ab597ff1fadbe72bbe5377e208b924d57ef1 in ubuntu 3.8
1cbcca302a318499f20a512847c5d6a510c08c35 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 06:07:10

Modified files:
	sys/dev/pci/drm/radeon: radeon_gart.c 

Log message:
drm/radeon: do not try to uselessly update virtual memory pagetable

From Jerome Glisse
015a02ea12ac2be3e53431b763a531c54b277c71 in ubuntu 3.8
3813f5ca9ab7a00e80a17aab34f155453c66c78a in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/09 06:09:22

Modified files:
	databases/puppetdb: Makefile distinfo 

Log message:
- bugfix update to puppetdb-1.6.2


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/09 06:21:48

Modified files:
	sys/dev/usb    : usb_subr.c 

Log message:
Make sure to close the default pipe before re-opening it when we want
to update the address and packet length, fixes a memory leak introduced
in revision 1.96.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 06:22:04

Modified files:
	sys/dev/pci/drm/radeon: radeon_ring.c 

Log message:
drm/radeon: update lockup tracking when scheduling in empty ring

From Jerome Glisse
e9273f06f28535968e40f5e58b5018d652c698d2 in ubuntu 3.8
8444d5c69549aa0f0b574cc608742d4669e1cc01 in mainline linux


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/09 06:32:40

Modified files:
	math/py-numpy  : Makefile 
Added files:
	math/py-numpy/patches: patch-numpy_f2py___init___py 
	                       patch-numpy_f2py_f2py2e_py 

Log message:
Security fixes for CVE-2014-1858 and CVE-2014-1859


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 06:43:02

Modified files:
	sys/dev/pci/drm/radeon: evergreen_hdmi.c r600_hdmi.c 

Log message:
drm/radeon/hdmi: make sure we have an afmt block assigned

From Alex Deucher
4d178917546b339a5486645f40f32c9cbd1240f1 in ubuntu 3.8
c2b4cacfe9816c1fe378c785ce8a678cf0635ec6 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/09 07:21:17

Modified files:
	sbin/dhclient  : privsep.c 

Log message:
Missing {} around multi-statement else. Malformed IMSG_HUP messages should
not cause privileged process to exit.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/09 07:23:36

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 

Log message:
wipe stuff during wipe_info, deref should keep unput correct.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 07:24:08

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/pkg  : PLIST-guic 

Log message:
Stop creating /usr/local/share/icons/icon-theme.cache by accident. This
could eat more than 500MB RAM.

okay ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 07:36:10

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/pkg  : PLIST-guic 

Log message:
After more discussion with ajacoutot@, force removing of erroneous
icon-theme.cache file on package install.

To be removed from PLIST-guic after release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:10:49

Modified files:
	infrastructure/bin: portimport 

Log message:
Unbreak portimport after previous. Clean up getopts call while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:11:45

Log message:
    Checks for gtk-update-icon-cache goo.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140209
    
    N ports/tests/portcheck/t6/Makefile
    N ports/tests/portcheck/t6/distinfo
    N ports/tests/portcheck/t6/pkg/DESCR
    N ports/tests/portcheck/t6/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:12:24

Modified files:
	tests/portcheck: Makefile 

Log message:
Hook up gtk-update-icon-cache test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:13:13

Added files:
	tests/portcheck: t6.sample 

Log message:
Oops, forgotten in previous: sample gtk-update-icon-cahce test errors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:14:28

Modified files:
	tests/portcheck: t6.sample 

Log message:
Sorted version, makes actual test happier.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:19:32

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix default ignore list for -A, and add "tests" there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/09 08:24:20

Modified files:
	infrastructure/lib/DPB: PortInfo.pm 

Log message:
typo, avoid creating oodles of empty objects


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/09 08:40:24

Modified files:
	share/man/man9 : Makefile 

Log message:
MLINK extent_alloc_with_descr;


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 08:44:20

Modified files:
	infrastructure/bin: portcheck 

Log message:
Use more precise name for variable, to make logic more clear.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 09:09:55

Modified files:
	infrastructure/bin: portcheck 

Log message:
Fix checks for duplicated assignments.  Noted while watching at
portcheck -A output for audio/soundtouch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 09:11:16

Log message:
    More comprehensive test for duplicated assignments.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140209
    
    N ports/tests/portcheck/t7/Makefile
    N ports/tests/portcheck/t7/distinfo
    N ports/tests/portcheck/t7/pkg/DESCR
    N ports/tests/portcheck/t7/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 09:12:18

Modified files:
	tests/portcheck: Makefile 
Added files:
	tests/portcheck: t7.sample 

Log message:
Hook new test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 10:24:48

Modified files:
	infrastructure/bin: portcheck 

Log message:
Do not warn about hardcoded /var/log/*.


CVSROOT:	/cvs
Module name:	ports
Changes by:	rpointel@cvs.openbsd.org	2014/02/09 10:55:27

Modified files:
	lang/python/2.7: Tag: OPENBSD_5_4 Makefile 
	lang/python/3.3: Tag: OPENBSD_5_4 Makefile 
Added files:
	lang/python/2.7/patches: Tag: OPENBSD_5_4 
	                         patch-Lib_test_test_socket_py 
	                         patch-Modules_socketmodule_c 
	lang/python/3.3/patches: Tag: OPENBSD_5_4 
	                         patch-Lib_test_test_socket_py 
	                         patch-Modules_socketmodule_c 

Log message:
Security fix: buffer overflow in socket.recvfrom_into
More information: http://bugs.python.org/issue20246

ok jasper@ (thanks).


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:11:13

Modified files:
	infrastructure/bin: portcheck 

Log message:
Rever previous, it actually makes portcheck do not trigger for problematic
/var paths at all. A better fix will come later, let's go for low hanging
fruits now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:14:05

Log message:
    Import (currently failing) test of checking for hardcoded paths.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140209
    
    N ports/tests/portcheck/t8/Makefile
    N ports/tests/portcheck/t8/distinfo
    N ports/tests/portcheck/t8/pkg/DESCR
    N ports/tests/portcheck/t8/pkg/PLIST
    N ports/tests/portcheck/t8/pkg/README
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:14:41

Modified files:
	tests/portcheck: Makefile 
Added files:
	tests/portcheck: t8.sample 

Log message:
Hook up new test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:21:16

Modified files:
	tests/portcheck/t8/pkg: DESCR 

Log message:
/var/tmp should not produce warnings too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:23:32

Modified files:
	base/xenocara/share/pciids: Makefile 

Log message:
PERMIT_DISTFILES_CDROM died a while ago. Found by portcheck.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 11:50:08

Modified files:
	tests/portcheck/t8/pkg: DESCR 

Log message:
/var/run/* is normal when hardcoded, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/09 12:22:19

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm Signature.pm 

Log message:
forgot about that small issue. Don't take crypto sigs into account for
"always-update" comparisons (among other things, the crypto sig contains
a timestamp which will always change).

Put things in line with other "package changed" comparison.

Reminded by Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 12:26:25

Modified files:
	infrastructure/bin: portcheck 

Log message:
Warn about empty lines in PLIST/PFRAG files. Idea supported by jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	zhuk@cvs.openbsd.org	2014/02/09 12:27:12

Modified files:
	tests/portcheck: t5.sample 
	tests/portcheck/t5/pkg: PLIST 

Log message:
Test for empty lines in PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/09 12:42:05

Modified files:
	math/py-numpy  : Tag: OPENBSD_5_4 Makefile 
Added files:
	math/py-numpy/patches: Tag: OPENBSD_5_4 
	                       patch-numpy_f2py___init___py 
	                       patch-numpy_f2py_f2py2e_py 

Log message:
Security fixes for CVE-2014-1858 and CVE-2014-1859


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/09 13:08:25

Modified files:
	sbin/dhclient  : kroute.c 

Log message:
Use correct function name in error message. 'cleanup' was renamed
'sendhup' a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/09 13:23:23

Modified files:
	sbin/dhclient  : kroute.c 

Log message:
Nuke a couple of extraneous blank lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/09 13:45:56

Modified files:
	sbin/dhclient  : dhclient.c dhcpd.h dispatch.c kroute.c 

Log message:
Don't use imsg_flush(), roll a local flush_unpriv_ibuf() that loops
on EAGAIN, sets quit to INTERNALSIG on errors (unless quit is already
set to something else), and prints a consistant error message when
errors other than EPIPE and end of file are encountered.

Fixes failure to write resolv.conf when -L is used, and makes
add_address() and add_route() also wait until imsg is in pipe.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/09 13:58:49

Modified files:
	sys/arch/vax/vax: pmap.c 

Log message:
Fix copying of the previous pte entries in grow_p1(). Found the hard way by
sebastia@, this would only affect processes using more than 512KB of stack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/09 14:36:46

Modified files:
	net/ntp        : Makefile distinfo 
	net/ntp/pkg    : PLIST 
Added files:
	net/ntp/patches: patch-include_ntp_worker_h 
	                 patch-sntp_m4_ntp_libevent_m4 
Removed files:
	net/ntp/patches: patch-ntpd_ntp_scanner_c 

Log message:
Update ports/net/ntp to 4.2.7p418.  This is ntp.org's ntp daemon, *not*
the base system's openntpd.

Update removes a reflected unauthenticated DoS attack vector that has
been hit a lot in the wild recently, see http://www.openntpproject.org/
UDP traffic amplification 19x.

This is a devel version from upstream, they have decided not to fix it in
the stable branch. Users running older versions should add "disable monitor"
to their config and restart, then verify that "monlist" in ntpdc does not
return a list.

ok aja@, missing build dep spotted by naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/09 15:42:27

Modified files:
	gnu/usr.bin/binutils/gas/config: tc-i386.c tc-i386.h 
	gnu/usr.bin/binutils/include/opcode: i386.h 
	gnu/usr.bin/binutils/opcodes: i386-dis.c 
	gnu/usr.bin/binutils-2.17/gas/config: tc-i386.c tc-i386.h 
	gnu/usr.bin/binutils-2.17/include/opcode: i386.h 
	gnu/usr.bin/binutils-2.17/opcodes: i386-dis.c 

Log message:
Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,
xrstor, and xsaveopt.

based on kettenis's original that did xgetbv and xsetbv
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 16:50:36

Modified files:
	sys/dev/pci/drm/radeon: radeon_sa.c 

Log message:
drm/radeon: allocate SA bo in the requested domain

From Christian Koenig
1930d5d5f8963e90066412bd39d54b955c09947d in ubuntu 3.8
7220f639c2eca36774dbf65b16fe503bfb40fff5 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 16:57:04

Modified files:
	sys/dev/pci/drm/radeon: radeon.h radeon_gart.c radeon_object.h 
	                        radeon_ring.c radeon_sa.c 

Log message:
drm/radeon: allow selection of alignment in the sub-allocator

From Alex Deucher
bc25f63f795ee2c8b7296d0dc1e9afe071dbfa88 in ubuntu 3.8
6c4f978b357bc779c703fda1f200e9179623d3e9 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:02:56

Modified files:
	sys/dev/pci/drm/radeon: atombios_dp.c 

Log message:
drm/radeon: fix endian issues with DP handling (v3)

From Alex Deucher
65a57d9cbf80a90856ba53e6cee8bfd69f0fc90a in ubuntu 3.8
34be8c9af7b8728465963740fc11136ae90dfc36 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:10:12

Modified files:
	sys/dev/pci/drm/radeon: radeon_combios.c 

Log message:
drm/radeon: Another card with wrong primary dac adj

From Ondrej Zary
e7833340ccf49fcbe2c3b155aa6c51a1f46c2a6c in ubuntu 3.8
f7929f34fa0e0bb6736a2484fdc07d77a1653081 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:17:30

Modified files:
	sys/dev/pci/drm/radeon: radeon_combios.c 

Log message:
drm/radeon: improve dac adjust heuristics for legacy pdac

From Alex Deucher
f9474faaff4435129181db3000ff57ef2be7ab3e in ubuntu 3.8
03ed8cf9b28d886c64c7e705c7bb1a365fd8fb95 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:25:28

Modified files:
	sys/dev/pci/drm/radeon: atombios_dp.c atombios_i2c.c 

Log message:
drm/radeon: fix endian bugs in hw i2c atom routines

From Alex Deucher
c787a54be43fff3f9bd2ad5990ec2c9219417af1 in ubuntu 3.8
4543eda52113d1e2cc0e9bf416f79597e6ef1ec7 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:33:50

Modified files:
	sys/dev/pci/drm/radeon: radeon_atombios.c 

Log message:
drm/radeon: fix LCD record parsing

From Alex Deucher
ebfd981ed41114cc659e5cefa3d00a88e43c2813 in ubuntu 3.8
95663948ba22a4be8b99acd67fbf83e86ddffba4 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:40:38

Modified files:
	sys/dev/pci/drm/radeon: radeon_atombios.c 

Log message:
drm/radeon: fix handling of variable sized arrays for router objects

From Alex Deucher
34dd5e3b51b02e496c3fb6226b48b1f87fd0dd09 in ubuntu 3.8
fb93df1c2d8b3b1fb16d6ee9e32554e0c038815d in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:47:20

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c si.c 

Log message:
drm/radeon/si: Add support for CP DMA to CS checker for compute v2

From Tom Stellard
0f5c67667c1914c3f133bc2d43199b6d01bfde28 in ubuntu 3.8
e5b9e7503eb1f4884efa3b321d3cc47806779202 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 17:56:17

Modified files:
	sys/dev/pci/drm/radeon: radeon_connectors.c 

Log message:
drm/radeon: fix panel scaling with eDP and LVDS bridges

From Alex Deucher
1746ed29ec8fded44bd8fbc96fe8cd72f55d3031 in ubuntu 3.8
855f5f1d882a34e4e9dd27b299737cd3508a5624 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:01:23

Modified files:
	sys/dev/pci/drm/radeon: r100.c radeon_ring.c 

Log message:
drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)

From Alex Ivanov
38921933f2075f3c676c1ee1014523f86161b69d in ubuntu 3.8
0eb3448aa6b31fbf24c31756aba7940cac5ad6b8 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:05:07

Modified files:
	sys/dev/pci/drm/radeon: evergreend.h r600d.h sid.h 

Log message:
drm/radeon: fix typo in CP DMA register headers

From Alex Deucher
1f549c8c9e500848ac4d79b6069baed001adfd18 in ubuntu 3.8
aa3e146d04b6ae37939daeebaec060562b3db559 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:08:34

Modified files:
	sys/dev/pci/drm/radeon: radeon_test.c 

Log message:
drm/radeon: forever loop on error in radeon_do_test_moves()

From Dan Carpenter
e81db22d989873123a9d9f33d55d86e5db2ff8af in ubuntu 3.8
89cd67b326fa95872cc2b4524cd807128db6071d in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:11:37

Modified files:
	sys/dev/pci/drm/radeon: atombios_crtc.c 

Log message:
drm/radeon: don't share PPLLs on DCE4.1

From Alex Deucher
c1a64c8ef586e888a8d25d994ae8c98f6ef5d563 in ubuntu 3.8
70471860ff9f335c60c004d42ebd48945bfa5403 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:14:42

Modified files:
	sys/dev/pci/drm/radeon: atombios_i2c.c 

Log message:
radeon/i2c: do not count reg index in number of i2c byte we are writing.

From Jerome Glisse
9e06f75bc7e94af88c307b6aa8868bea9a782b55 in ubuntu 3.8
fae009d15a44e5f1d938340facf4b8bc7dc69a09 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:22:10

Modified files:
	sys/dev/pci/drm/radeon: radeon_legacy_crtc.c 

Log message:
radeon: workaround pinning failure on low ram gpu

From Jerome Glisse
9043b83c07a1899bbb094fb4f1c889aab4756a6a in ubuntu 3.8
97b6ff6be9da7675aab339334fda996d6c5077d9 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:32:13

Modified files:
	sys/dev/pci/drm/radeon: atombios_i2c.c 

Log message:
drm/radeon/atom: fix bus probes when hw_i2c is set (v2)

From Alex Deucher
66679b83a6f98615b0e715a156a4cea0456eeb41 in ubuntu 3.8
ffd3d3361d583cb73fa65a5fed3a196ba6f261bb in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:35:49

Modified files:
	sys/dev/pci/drm/radeon: si.c 

Log message:
drm/radeon: fix render backend setup for SI and CIK

From Marek Olsak
88aa6194df73e8dff9f2a1ee47d2775df3d99411 in ubuntu 3.8
9fadb352ed73edd7801a280b552d33a6040c8721 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/09 18:38:07

Modified files:
	sys/kern       : kern_fork.c 

Log message:
arc4random_uniform() returns a value strictly less than its argument; fix
arithmetic so that PID_MAX can be reached.

ok otto@ zhuk@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 18:59:48

Modified files:
	sys/dev/pci/drm: radeon_drm.h 
	sys/dev/pci/drm/radeon: radeon.h radeon_kms.c si.c 

Log message:
drm/radeon: expose render backend mask to the userspace

From Marek Olsak
413f46c51b173d8a46135d33fa3adef05f2b1a7e in ubuntu 3.8
439a1cfffe2c1a06e5a6394ccd5d18a8e89b15d3 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 19:11:02

Modified files:
	sys/dev/pci/drm/ttm: ttm_tt.c 

Log message:
drm/ttm: fix the tt_populated check in ttm_tt_destroy()

From Ben Skeggs
43a1ab9ba9d7c0d97e7079a09438fe1b4209e318 in ubuntu 3.8
182b17c8dc4e83aab000ce86587b6810e515da87 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 19:15:25

Modified files:
	sys/dev/pci/drm/ttm: ttm_bo_util.c 

Log message:
drm/ttm: Handle in-memory region copies

From Jakob Bornecrantz
f8f0599d88fb76646bdd8b735dc2574ad80c625d in ubuntu 3.8
9a0599ddeae012a771bba5e23393fc52d8a59d89 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 19:24:05

Modified files:
	sys/dev/pci/drm/ttm: ttm_bo_util.c 

Log message:
drm/ttm: Fix ttm_bo_move_memcpy

From Thomas Hellstrom
1fe70122dd9b926e84b14d1603202ae2ef2c5edd in ubuntu 3.8
da95c788ef0c645378ffccb7060a0df1a33aee38 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/09 19:35:09

Modified files:
	sys/dev/pci/drm/ttm: ttm_bo.c 

Log message:
drm/ttm: Fix memory type compatibility check

From Thomas Hellstrom
04623382c8e829413c2b69f740a9455e2e764ab7 in ubuntu 3.8
59c8e66378fb78adbcd05f0d09783dde6fef282b in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/09 22:21:41

Modified files:
	sys/dev/pci    : if_myx.c 

Log message:
the mac addresses you program with MYXCMD_SET_MCASTGROUP are in a different
format to the one used for MYXCMD_SET_LLADDR. for reasons.

this lets ospf work if you dont happen to have PROMISC enabled on your
interface like my production firewalls happen to have, which is why i
never noticed this before.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/02/10 00:02:24

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_ui_webui_about_ui_cc 
Added files:
	www/chromium/patches: 
	                      patch-chrome_browser_ui_views_apps_native_app_window_views_cc 
	                      patch-chrome_browser_ui_views_frame_browser_frame_cc 
	                      patch-chrome_browser_ui_web_applications_web_app_ui_cc 

Log message:
update to 32.0.1700.107


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2014/02/10 02:12:34

Modified files:
	usr.sbin/ntpd  : ntp_dns.c ntpd.c 

Log message:
Run the serving and privileged ntpd processes at high priority and the
dns process at normal priority.  Should improve latency on loaded machines.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/10 02:28:05

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h 

Log message:
tweak usage() and bump version.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/10 04:20:41

Modified files:
	usr.bin/tmux   : tty-keys.c xterm-keys.c 

Log message:
The last fix to xterm keys meant that some keys such as \033OA were
being wrongly treated as partial matches. So both check xterm keys after
standard keys and only wildcard the minimum required ('1' to
'8'). Problems reported by Ralf Horstmann and Tim van der Molen.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/10 05:45:30

Modified files:
	databases/evolution-data-server: Makefile distinfo 

Log message:
Update to evolution-data-server-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/10 05:46:01

Modified files:
	mail/evolution : Makefile distinfo 
Removed files:
	mail/evolution/patches: patch-e-util_e-source-selector_c 
	                        patch-mail_Makefile_in 

Log message:
Update to evolution-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/10 05:46:25

Modified files:
	mail/evolution-ews: Makefile distinfo 

Log message:
Update to evolution-ews-3.10.4.
(crash, mem leak... fixes)

ok jasper@ sthen@ espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nigel@cvs.openbsd.org	2014/02/10 05:53:57

Removed files:
	misc/gramps/patches: patch-src_gramps_py 

Log message:
patch should have removed.

Ok sthen@, ajc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/10 10:31:47

Modified files:
	lang/luajit    : Makefile 
	lang/luajit/patches: patch-src_Makefile 

Log message:
build luajit with -Wl,-E to avoid problems when dlopen()ing hit by tedu.
tracked down by jturner, I tweaked his diff to use more of upstream's
original src/Makefile. ok jasper@ jturner@ abieber@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/10 10:43:15

Modified files:
	net/nmap       : Makefile distinfo 
	net/nmap/patches: patch-libnetutil_netutil_cc 
	                  patch-scan-engine_cc 
	                  patch-zenmap_install_scripts_unix_zenmap-root_desktop 
	                  patch-zenmap_install_scripts_unix_zenmap_desktop 
	                  patch-zenmap_setup_py 
	net/nmap/pkg   : PFRAG.shared-main PLIST-zenmap 
Added files:
	net/nmap/patches: patch-osscan2_cc patch-timing_cc 
Removed files:
	net/nmap/patches: patch-FPEngine_cc patch-NmapOps_cc 
	                  patch-NmapOps_h patch-configure 
	                  patch-libdnet-stripped_src_intf_c 
	                  patch-ncat_ncat_core_c patch-ncat_ncat_core_h 
	                  patch-nmap_tty_cc patch-nping_EchoServer_cc 
	                  patch-nping_Makefile_in 
	                  patch-nping_ProbeMode_cc patch-nse_nsock_cc 
	                  patch-nsock_include_nsock_h 
	                  patch-nsock_src_nsock_core_c 
	                  patch-nsock_src_nsock_internal_h 
	                  patch-nsock_src_nsock_pcap_c 
	                  patch-nsock_src_nsock_pcap_h 
	                  patch-nsock_src_nsock_pool_c patch-output_cc 
	                  patch-service_scan_cc patch-tcpip_cc 
	                  patch-zenmap_install_scripts_unix_su-to-zenmap_sh 

Log message:
Update nmap to 6.40, and build with their bundled libpcap for now, bpf_timeval
patches are questionable and there's a timing-related problem to track down.
From giovanni@ (maintainer) a while ago. Add a fix from jca@ to fix a floating-
point related assertion failure seen on i386, reminded by zhuk@. Committing the
update rather than the minimal assertion-fix diff as it has been more
extensively tested in the past (then slipped through the cracks), jasper@
agrees. OK jasper@ giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/10 10:52:34

Modified files:
	www/drupal7/locale-fr/pkg: PLIST 

Log message:
fix packaging... cvs did not commit everything ?


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2014/02/10 11:34:59

Modified files:
	www/chromium   : Makefile distinfo 
	www/chromium/patches: 
	                      patch-chrome_browser_browser_process_impl_cc 
	                      patch-chrome_browser_ui_webui_about_ui_cc 
Removed files:
	www/chromium/patches: 
	                      patch-chrome_browser_ui_views_apps_native_app_window_views_cc 
	                      patch-chrome_browser_ui_views_frame_browser_frame_cc 
	                      patch-chrome_browser_ui_web_applications_web_app_ui_cc 

Log message:
revert update due to ports being locked and this not being a security update


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/10 12:08:58

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h if_iwnvar.h 

Log message:
Intel Centrino Wireless-N 2230 support.  From Fabian Raetz, with a little bit
of polishing from yours truly.  Tested by Fabian and Benoit Lecocq.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/10 12:12:20

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
cvstags are a bit fickle, there's no need to always-update if they change.
from Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/10 12:16:19

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
assume tweaking package status always work if $state->{not}.
Problem noticed by Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/10 12:21:50

Modified files:
	usr.bin/nc     : nc.1 

Log message:
one of the examples needs -N to work again;

the paper trail appears to be:
reported in feebsd pr docs/185353 by rol robert-eckardt de
fix suggested by peter wemm
diff submitted to tech by allan jude


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/10 12:26:25

Modified files:
	devel/jenkins/devel: Makefile 
	devel/jenkins/pkg: jenkins.rc 
	devel/jenkins/stable: Makefile 

Log message:
Upon startup Jenkins explodes it's war for serving static files such as
javascript/css/images into /tmp. However this directory may get cleaned
over time and if the Jenkins process gets these files wiped from underneath
itself the web interfaces is completely thrashed.
So move these files to /var/cache/jenkins for now; there are various
upstream tickets about this but no update is provided which addresses this
issue.

note: jenkins-1.509.x is not affected but gets bumped as the rc script
is shared between the two packages.

ok aja@ espie@ gonzalo@ ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/10 12:33:15

Modified files:
	share/man/man4 : iwn.4 

Log message:
Mention the Intel Centrino Wireless-N 2230.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/10 12:33:48

Modified files:
	share/man/man4 : iwn.4 

Log message:
Fix typo in previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/10 12:40:47

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCheck.pm 

Log message:
pattern for "our" temporary files is not random... get it out of the
normal "unknown files" routine and allow to remove them beforehand.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/10 13:13:29

Modified files:
	.              : INDEX 

Log message:
synch 8743 unzels


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/10 13:30:05

Modified files:
	sys/arch/sgi/include: mutex.h 
	sys/arch/sgi/sgi: mutex.c 

Log message:
To prevent lock ordering problems with the kernel lock, we need to make sure
we block all interrupts that can grab the kernel lock.  The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock.  This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.

No change for non-MULTIPROCESSOR kernels.

ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/10 13:59:35

Modified files:
	faq            : current.html 

Log message:
update radeon firmware url


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/10 14:07:15

Modified files:
	faq            : current.html 

Log message:
Add a note about the lack of Java on i386, so any users relying on this are
forewarned, to hopefully reduce the chance of them moving their system post
the flag day, unable to get things working, and then be faced with a messy
downgrade to get things back up and running.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/10 15:41:28

Modified files:
	sys/dev/sbus   : isp_sbus.c 
	sys/dev/pci    : isp_pci.c 
	sys/dev/ic     : qla.c 
	sys/arch/sparc/dev: isp_sbus.c 
	sys/dev/microcode/isp: asm_2100.h asm_2200.h asm_2300.h 
	sys/conf       : files 
Added files:
	sys/dev/microcode/isp: isp_fw2100.c isp_fw2200.c isp_fw2300.c 

Log message:
Build isp2xxx firmware into separate object files so we only include
one copy when both isp(4) and qla(4) are enabled.  This is a temporary
measure until qla(4) takes over completely.

looked at by miod@ and kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/02/10 18:07:22

Modified files:
	usr.bin/systat : pftop.c 

Log message:
Stop leaking megabytes of memory at every queue refresh.

ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	stu@cvs.openbsd.org	2014/02/11 00:49:58

Modified files:
	lang/squeak/vm : Makefile 

Log message:
Quick fix for gnu-interp not working with pie.

ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/11 01:02:08

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
add:
robert morris (from jan stary)
karl marx and friedrich engels (from jiri b)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/11 01:04:18

Modified files:
	usr.sbin/pkg_add: package.5 

Log message:
document that metainfo in plist is enforced.
explain about ustar extended headers status.
Xr pkg_sign


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/11 01:58:34

Modified files:
	usr.sbin/pkg_add: pkg_check.8 
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm PkgDelete.pm Replace.pm 

Log message:
s/anyways/anyway/, ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/11 03:34:34

Modified files:
	infrastructure/mk: bsd.port.mk pkgpath.mk README.internals 

Log message:
cosmetic: print-package-signature -> print-update-signature

(to be referenced by documentation, to stop confusing crypto signatures
with other signatures).

(old name kept over release, to be scraped completely afterwards, user-visible
change only)

okay sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/11 03:35:11

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
rename "update-signature"
xr to NO_DEPENDS in extract description


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/11 03:36:13

Modified files:
	usr.sbin/pkg_add: pkg_add.1 pkg_info.1 

Log message:
requalify signature -> update signature and explain a bit more.

unconfusing, okay sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/11 04:41:46

Modified files:
	sys/dev/ic     : qla.c 

Log message:
fix endianness of fc4 type registration (again), and don't bother printing
the fc4 types for fabric ports we find


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/11 05:20:34

Modified files:
	usr.bin/calendar/calendars: calendar.birthday 

Log message:
updates for norbert wiener;
From: Martin Schr?der


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/11 05:23:14

Modified files:
	share/man/man4 : pci.4 iwn.4 

Log message:
pci.4: update iwn(4) description
iwn.4: new sentence, new line


CVSROOT:	/cvs
Module name:	www
Changes by:	okan@cvs.openbsd.org	2014/02/11 07:23:00

Modified files:
	faq            : current.html 

Log message:
Also list popa3d's rc.d script removal; ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/11 09:16:36

Modified files:
	net/nmap       : Makefile 
Added files:
	net/nmap/patches: patch-libpcap_configure 

Log message:
Fix build on sparc64, this needs -fPIC for the internal libpcap. Thanks to
Markus Lude for reporting the problem and testing the fix.  ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/11 09:51:19

Modified files:
	sys/crypto     : xform_ipcomp.c 

Log message:
- grow the decompression buffer more aggressively if we have
a high compression ratio, e.g. for ping -s 10000 -p aa
- deal with inflate returning Z_BUF_ERROR if the output buffer is full.
this can happen in some edge cases with upgraded libz from 2004
ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/02/11 11:21:50

Modified files:
	lib/libm/src/ld128: s_floorl.c 
	lib/libm/src/ld80: s_floorl.c 

Log message:
Make floor round to integral value less than x, when x is tiny.
Reported by dcoppa@, thanks!  OK kettenis@, dcoppa@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/11 12:30:10

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h 

Log message:
Intel Centrino Wireless-N 2200 (tested) and Wireless-N 105/135 (untested)
support.  Tested by mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/11 12:43:02

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Change the Intel Centrino Wireless-N 2000/2030 into 2200/2230 to be
consistent with the other devices supported by iwn(4), where we use the
marketing names for these devices instead of the names used in the reference
driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/11 12:43:41

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/11 12:44:22

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
Adjust for renamed pcidevs defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/11 12:57:19

Modified files:
	share/man/man4 : iwn.4 

Log message:
Mention the Wireless-N 2200 and Wireless-N 135/105 adapters.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/11 14:59:51

Modified files:
	lib/libc/sys   : quotactl.2 

Log message:
avoid pointless TAB outside literal context;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/11 15:21:21

Modified files:
	games/sail     : sail.6 

Log message:
clean up AUTHORS section, no content change:
* add missing .An
* do not use .nf and .fi in mdoc(7) code
* avoid bare TAB outside literal context
* remove pointless .Ss
from Jan Stary <hans at stare dot cz>, tweaked by me


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/02/11 18:18:36

Modified files:
	bin/dd         : args.c dd.1 dd.h misc.c 

Log message:
Add an operand to /bin/dd that suppresses the status lines printed
to stderr after transfer.  Use the GNU syntax status=noxfer and
status=none to make dd quiet.  The output is annoying in some
situations, so people redirect stderr to /dev/null.  This approach
also suppresses the error messages and bugs in shell scripts remain
undetected.  The new feature status=none is the better alternative.
OK mpf@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/11 22:31:58

Modified files:
	sys/arch/zaurus/zaurus: zaurus_start.S 
	sys/arch/zaurus/conf: Makefile.zaurus 

Log message:
Do not include pmap.h from .S code, but get the necessary defines from
assym.h; similar to recent changes to armv7; spotted by ratchov@ and bmercer@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/11 22:47:36

Modified files:
	sys/compat/linux: linux_misc.c linux_sched.c 
	sys/kern       : init_main.c kern_exit.c kern_fork.c 
	                 kern_kthread.c kern_sched.c 
	sys/sys        : proc.h sysctl.h wait.h 

Log message:
Eliminate the exit sig handling, which was only invokable via the
Linux-compat clone() syscall when *not* using CLONE_THREAD.  pirofti@
confirms Opera runs in compat without this, so out it goes; one less hair
to choke on in kern_exit.c

ok tedu@ pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/11 22:49:36

Modified files:
	share/man/man9 : fork1.9 

Log message:
fork1's exitsig argument just vanished (mwuhahahaha)


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/12 03:00:38

Modified files:
	sys/net        : route.c 

Log message:
Remove an old comment about bsdi4 and make it clear that netmasks are
not needed for routes to host.

ok bluhm@, claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/12 03:03:08

Modified files:
	sys/netinet6   : in6.c 

Log message:
Kill a never defined old compatibility goo from 12 years ago.

ok mikeb@, bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 03:07:33

Modified files:
	usr.sbin/cron  : crontab.1 

Log message:
make .Nm usage simpler and more consistent, no text change;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 04:23:52

Modified files:
	usr.sbin/relayctl: relayctl.8 

Log message:
in section 8, use DIAGNOSTICS rather than ERRORS,
and add a missing .Pa macro;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 04:54:28

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
remove questionable and inconsistent .Tn markup,
and mark up Open Firmware variables and sysctl variables using .Va;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 05:15:03

Modified files:
	usr.sbin/pkg_add: pkg_sign.1 

Log message:
no need for .Pp before .It and .Sh, zap trailing whitespace,
and no need to capitalize the first word after a semicolon;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 05:32:41

Modified files:
	usr.bin/lex    : flex.1 

Log message:
for a display containing a tab character, use literal context;
issue noticed by Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/12 05:50:13

Modified files:
	sys/net        : route.c 

Log message:
Remove an old and unused define that should not be used.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/12 05:59:44

Modified files:
	sbin/iked      : ikev2_pld.c 

Log message:
make sure to set the msg_responded flag on the original message; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2014/02/12 06:01:50

Modified files:
	sys/net        : rtsock.c 

Log message:
Add rtlabel to rt_newaddrmsg, From: Florian Riehm <mail at friehm dot de>
ok bluhm claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 06:09:08

Modified files:
	games/phantasia: phantasia.6tbl 

Log message:
remove an obsolete man(7) .TP macro that was forgotten
when converting this page to mdoc(7) in revision 1.4;
noticed by Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 08:45:52

Modified files:
	usr.sbin/ntpd  : ntpd.8 

Log message:
Remove the bogus author "U. Delaware" from RFC 5905
as noticed by Arto Jonsson <ajonsson at kapsi dot fi>.
While here, give the full author names, which costs no additional work
because i had to cross-check against the original documents anyway.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 09:28:13

Modified files:
	bin/ksh        : ksh.1 sh.1 

Log message:
missing .An macros, based on a patch from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/12 09:41:56

Modified files:
	faq            : faq11.html 

Log message:
X -configure is broke, and apparently won't be fixed.  Unfortunately, that
pretty much means 11.3 is of minimal value anymore, though realistically
it needed some major updating and improvement anyway.  Delete for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 09:46:29

Modified files:
	lib/libc/sys   : msgctl.2 msgget.2 msgrcv.2 msgsnd.2 

Log message:
use .At to refer to System V.1; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 09:58:44

Modified files:
	usr.bin/skeyinfo: skeyinfo.1 
	usr.bin/skeyinit: skeyinit.1 
	usr.bin/skey   : skeyprune.8 

Log message:
.Sh ERRORS is only used in sections 2, 3, and 9, so use DIAGNOSTICS instead;
from Jan Stary <hans at stare dot cz>;
jmc@ doesn't know of any upstream, so just commit it locally


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 10:12:53

Modified files:
	usr.sbin/rpc.bootparamd: bootparams.5 

Log message:
remove bogus .Nm and .Pa markup,
and quote displayed single characters using .Sq;
from Jan Stary <hans at stare dot cz>,
skipping a few changes judged gratuitious by jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/12 10:18:43

Modified files:
	faq            : index.html 

Log message:
remove 11.3 "configuring X on amd64 and i386" for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/12 10:23:25

Modified files:
	usr.bin/getent : getent.1 

Log message:
mark up fixed strings to be passed as command line arguments using .Cm;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/12 11:20:08

Modified files:
	share/man/man4 : pci.4 

Log message:
update iwn;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/12 11:27:57

Modified files:
	bin/dd         : dd.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/12 11:32:05

Modified files:
	faq            : faq7.html 

Log message:
scrollback is a dying art at this point -- doesn't work with drm(4) devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/12 13:26:13

Modified files:
	usr.bin/tmux   : cmd-switch-client.c 

Log message:
Avoid use of uninitialized variable, from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/12 14:38:34

src/distrib/special/mkuboot

Update of /cvs/src/distrib/special/mkuboot
In directory cvs.openbsd.org:/tmp/cvs-serv21894/mkuboot

Log Message:
Directory /cvs/src/distrib/special/mkuboot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/12 14:39:34

Added files:
	distrib/special/mkuboot: Makefile 

Log message:
Reachover makefile for mkuboot, found on armv7 ramdisks; nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jeremy@cvs.openbsd.org	2014/02/12 15:41:43

Modified files:
	lang/ruby/1.9  : Makefile 
	lang/ruby/2.0  : Makefile 
	lang/ruby/2.1  : Makefile 
Added files:
	lang/ruby/1.9/patches: patch-compile_c 
	lang/ruby/2.0/patches: patch-compile_c 
	lang/ruby/2.1/patches: patch-compile_c 

Log message:
Unbreak ruby 1.9+ on sparc64 by disabling the peephole optimizer, which
was the cause of the previous occassional segfaults.

Thanks to landry@ for access to a sparc64 box

OK landry@, sthen@, naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/12 16:04:26

Modified files:
	sys/dev/pci    : files.pci 
Added files:
	sys/dev/pci    : qle.c qlereg.h 

Log message:
Introduce qle(4), a new driver for QLogic ISP24xx fibre channel HBAs.
While this looks a lot like qla(4), there were a lot of minor changes between
the 23xx and 24xx generations that mean that there isn't really all that much
shared code.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/12 16:08:58

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : qle.4 

Log message:
basic manpage for qle(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/12 17:24:14

Modified files:
	sbin/dhclient  : kroute.c 

Log message:
Hard looping on EAGAIN is bad. Just fall out to outer event loop
when EAGAIN is encountered while trying to flush messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/12 18:57:22

Modified files:
	share/man/man4 : pci.4 

Log message:
add qle(4) and add chip ids to it and qla so you can get a hint of why
theyre different


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/12 18:59:05

Modified files:
	share/man/man4 : qla.4 qle.4 

Log message:
list chip types in the Nd lines


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/12 20:49:00

Modified files:
	sys/dev/pci/drm/i915: intel_sdvo.c 

Log message:
drm/i915/sdvo: Use &intel_sdvo->ddc instead of intel_sdvo->i2c for DDC.

From Egbert Eich
aee389b0e2e0d99c1ac779804fc46c2921b405d6 in ubuntu 3.8
53d3b4d7778daf15900867336c85d3f8dd70600c in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/12 20:53:15

Modified files:
	sys/dev/pci/drm/i915: intel_sdvo.c 

Log message:
drm/i915: prefer VBT modes for SVDO-LVDS over EDID

From Daniel Vetter
795de6db7c0397315b083c6dbf57cecd2c6ad098 in ubuntu 3.8
c3456fb3e4712d0448592af3c5d644c9472cd3c1 in mainline linux


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/12 21:43:24

Modified files:
	faq            : faq7.html index.html 

Log message:
Maurice Janssen pointed out that I changed the wrong "some"...and I noticed
I need to update section 7.5, too.


CVSROOT:	/cvs
Module name:	www
Changes by:	martynas@cvs.openbsd.org	2014/02/12 21:52:25

Modified files:
	.              : want.html 

Log message:
Update location and elaborate the request.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/02/12 22:51:07

Modified files:
	sys/scsi       : sd.c 

Log message:
if an attached sd(4) is readonly, make sure it's noticable in the
dmesg, or write operations just fail with EACCES for no obvious reason

ok krw@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 00:10:07

Modified files:
	share/man/man4 : pci.4 qla.4 qle.4 

Log message:
tweak previous; ok dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/13 00:30:39

Modified files:
	usr.bin/make   : make.1 
	bin/pax        : pax.1 
	lib/libc/sys   : access.2 chflags.2 chmod.2 chown.2 link.2 
	                 mprotect.2 msync.2 open.2 recv.2 semget.2 
	                 stat.2 unlink.2 utimes.2 wait.2 

Log message:
Don't use use .Tn with AND/OR/NOT
Phrase any "The _flags_ argument is the ..." line consistently,
eliminating unnecessary use of 'inclusive' and saying "zero or more"
or "one or more" as appropriate

ok millert@ jmc@ schwarze@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/13 01:14:03

Modified files:
	de             : orders.html 
	faq/de         : faq3.html 
	faq/nl         : faq11.html index.html 
	fr             : errata53.html errata54.html mail.html 
	                 security.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/13 01:33:02

Modified files:
	graphics/ImageMagick: Makefile 
	graphics/ImageMagick/patches: patch-configure 
Added files:
	graphics/ImageMagick/patches: patch-coders_ttf_c 

Log message:
Adjust detection of freetype following the header move, this was breaking some
of ImageMagick's text-printing support. ok ajacoutot@ espie@ landry@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/13 01:35:00

Modified files:
	share/man/man4 : ams.4 

Log message:
add missing .An macro; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 01:46:36

Modified files:
	usr.sbin/iostat: iostat.c 

Log message:
totals tend to be larger, give them some more room to breathe


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 01:55:40

Modified files:
	share/man/man4 : isp.4 

Log message:
ISP_COMPILE_FW is a forgotten relic


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 01:59:09

Modified files:
	share/man/man4 : qla.4 

Log message:
a list with one element looks weird


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/13 02:18:44

Modified files:
	usr.bin/rdist  : rdist.1 

Log message:
make .Ic markup consistent; from Jan Stary <hans at stare dot cz>
while here, mark up a argument placeholders as .Ar, not .Ic


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/13 02:20:07

Modified files:
	sys/arch/vax/if: if_de.c 

Log message:
Checking if the per-interface address list is empty when configuring
the chip is always false, so remove this no-op.  In fact this list
contains the link-layer address as soon as the device attachs.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/13 03:20:13

Modified files:
	sbin/mountd    : exports.5 

Log message:
mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/13 03:31:43

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
When sending a neighbor advertisement, correctly use the carp mac
address and not the mac of the physical interface as target lladdr.

This allows us to get rid of the hack adding and removing the route to
loopback of a carp node when its status switch to master and backup
respectively.  Now the route entry will no longer be updated to use the
mac address of the physical interface of the master node as gateway.

While here send the ARP request through the carp interface for consistency.

Analysed with and ok mikeb@, ok bluhm@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2014/02/13 03:38:39

Modified files:
	distrib/notes/octeon: hardware 

Log message:
The D-Link DSR-500 model is partially supported now.

Local storage support is still work in progress, thus currently
missing.

Reminded to commit this by a similar but not as complete diff from
bcallah@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/13 04:20:54

Modified files:
	sys/netinet6   : ip6_input.c 

Log message:
Another chunk of IPv6 dead code bites the dust.

ok bluhm@, mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 04:44:12

Modified files:
	share/man/man9 : task_add.9 

Log message:
introduce a CONTEXT section that describes where you can call the bits of
the API from.

task_add is the first manpage to get this, but hopefully not the last.

inspired by the CONTEXT section in solaris, and introduced here with the
blessing of deraadt@, jmc@, and ingo@.
discussed with jmc@ and ingo@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 04:56:44

Modified files:
	share/man/man9 : task_add.9 

Log message:
document return values in the RETURN VALUES section.

ingo@ suggested putting RETURN VALUES after CONTEXT, and i agree. this
seems to flow well.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:03:47

Modified files:
	share/man/man9 : atomic_add_int.9 atomic_cas_uint.9 
	                 atomic_dec_int.9 atomic_inc_int.9 
	                 atomic_setbits_int.9 atomic_sub_int.9 
	                 atomic_swap_uint.9 

Log message:
add CONTEXT

these can all be called during autoconf, in process context, or from
interrupts.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:05:05

Modified files:
	share/man/man9 : atomic_add_int.9 atomic_dec_int.9 
	                 atomic_inc_int.9 atomic_sub_int.9 

Log message:
make a sentence better


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:32:49

Modified files:
	share/man/man9 : timeout.9 

Log message:
document the contexts you can call this api from out into its own section


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/13 05:33:08

Modified files:
	sys/dev/pci/drm: drm_crtc.c 

Log message:
Make sure we copy out the right amount of data in the various copyout() calls
that replace the put_user() calls in the Linux code by using sizeof on the
appropriate variables instead of explicit uint32_t/uint64_t types.  Fixes a
case where we accidentally copied out only 32 bits of a 64-bit value,
uncovered by xf86-video-intel 2.99.909.

ok jsg@, matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:38:20

Modified files:
	share/man/man9 : timeout.9 
Added files:
	share/man/man9 : bemtoh32.9 

Log message:
document the timeout_add and timeout_del return values in the RETURN VALUES
section.

im not sure what to do with the macros yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:39:01

Removed files:
	share/man/man9 : bemtoh32.9 

Log message:
this wasnt supposed to be part of the timeout.9 change


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 05:40:02

Modified files:
	share/man/man9 : timeout.9 

Log message:
wrap long lines


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/13 06:10:34

Modified files:
	sys/compat/linux: linux_socket.c 

Log message:
Instead of iterating over the per-interface list of addresses to
find the link-layer address of an interface, use the pointer to
the sockaddr_dl already present in the interface's descriptor.

Tested for regression by pirofti@ with opera.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 06:12:32

Modified files:
	share/man/man9 : mutex.9 

Log message:
explicitely document the contexts you can call mutex functions in.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 06:16:40

Modified files:
	share/man/man9 : mutex.9 

Log message:
use the return values section to document return values


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:20:07

Modified files:
	share/man/man9 : timeout.9 

Log message:
revery -r1.34's addition of spl(9) to SEE ALSO: we already have splclock(9)
in there, and they're one and the same page;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:23:05

Modified files:
	share/man/man9 : mutex.9 

Log message:
lowercase non-capital;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:25:21

Modified files:
	share/man/man9 : atomic_setbits_int.9 

Log message:
update SEE ALSO;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:28:52

Modified files:
	usr.bin/du     : du.1 

Log message:
-r is not a posix extension (my error), it is there for compat reasons;
Ev BLOCKSIZE is an extension (noted by millert)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:48:50

Modified files:
	bin/df         : df.1 

Log message:
BLOCKSIZE is an extension;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/13 07:52:53

Modified files:
	usr.bin/diff   : diff.1 

Log message:
TMPDIR is an extension;
while here, converting \*(Gt to >, in accordance with some advice from ingo


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/13 09:56:11

Modified files:
	build          : mirrors.dat 

Log message:
ftp.html maintenance:
drop mirror.ece.vt.edu: no 5.4
drop mirror.corbina.ru: many directories are inaccessible
add mirror.codigo23.net (Oviedo, Spain)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/13 09:58:08

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
still need the plists for kept handles... because of OldLibs.

Problem noticed by henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/13 09:58:30

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/13 09:58:56

Modified files:
	distrib/notes  : mirrors 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/13 12:35:00

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgAdd.pm 

Log message:
this one is non obvious enough it deserves a comment


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/13 13:08:19

Modified files:
	faq            : faq7.html 

Log message:
if you expect to need scrollback, tmux might be better.  Suggested by
Vadim Zhukov (persgray at gmail).


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 13:43:29

Modified files:
	usr.bin/nice   : nice.c 

Log message:
small style fix from jan stary


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 13:51:10

Modified files:
	usr.bin/nice   : nice.c 

Log message:
use strotonum


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 13:51:21

Modified files:
	usr.bin/netstat: main.c 

Log message:
use strtonum. ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 14:01:23

Modified files:
	usr.sbin/iostat: iostat.c 

Log message:
atoi -> strtonum


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 14:07:42

Modified files:
	usr.sbin/procmap: procmap.c 

Log message:
use strtonum


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/13 14:17:13

Modified files:
	usr.sbin/procmap: procmap.1 procmap.c 

Log message:
remove tendrils of namei dumping code


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2014/02/13 15:01:50

Modified files:
	sys/net        : rtsock.c 

Log message:
Replace hand crafted routing label code with the rtlabel_id2sa()
function call.  Name sockaddr_rtlabel variable sa_rl everywhere.
OK mpi@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/13 16:11:06

Modified files:
	sys/dev/pci/drm/i915: i915_gem.c 
	sys/arch/i386/i386: trap.c 
	sys/arch/i386/include: cpu.h 
	sys/arch/amd64/amd64: trap.c 
	sys/arch/amd64/include: cpu.h 

Log message:
Some Linux i915 drm "fast" path code relies on being able to "disable" page
faults to avoid sleeping.  Implement this functionality for i386 and amd64
for faults in the user address space.  If the ci_inatomic flag is set in
struct cpu_info, copyin(9) and copyout(9) will return EFAULT when a user-space
address needs to be faulted in.  Use this to properly implement
__copy_to_user_inatomic() and __copy_from_user_inatomic_nocache() in the
inteldrm(4) code.

ok krw@, guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/13 16:16:03

Modified files:
	lib/libc/time  : strptime.c 

Log message:
Fix logic bug; we can only infer tm_yday if both tm_mday and tm_mon
are set.  Adapted from a diff from David Higgs.  OK krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/02/13 16:41:24

Modified files:
	sys/dev/ic     : ahci.c ahcireg.h 

Log message:
Recognize SATA-III ports in dmesg.

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/02/13 16:48:30

Modified files:
	sys/dev/ic     : ahci.c 

Log message:
fix previous errorneous constants (compiled against the old header)


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 22:11:56

Modified files:
	share/man/man9 : membar_sync.9 

Log message:
CONTEXT


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 22:14:25

Modified files:
	share/man/man9 : rwlock.9 

Log message:
CONTEXT


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/13 22:15:16

Modified files:
	share/man/man9 : rwlock.9 

Log message:
remove the caveat apologising that you cant use rwlocks in interrupt
handlers now that context explains that you can only use them in
autoconf or process context.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/13 22:17:05

Modified files:
	sys/dev/ic     : isp.c isp_library.c 
	sys/dev/pci    : isp_pci.c 

Log message:
remove isp24xx-related code.  it doesn't work, qle(4) replaces it, and
we need the space in the i386 ramdisks.

ok dlg@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/14 02:00:03

Modified files:
	sbin/iked      : iked.h ikev2.c ikev2.h ikev2_pld.c parse.y 
	                 pfkey.c util.c 

Log message:
initial support for IPComp
still experimental and rekeying needs some work; ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/14 02:07:30

Modified files:
	security/gnutls: Makefile 
Added files:
	security/gnutls/patches: patch-lib_x509_verify_c 

Log message:
SECURITY fix for CVE-2014-1959.

ok sthen@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/14 02:46:18

Modified files:
	sysutils/ansible: Makefile distinfo 

Log message:
security update to ansible-1.4.5

ok rpe@ (MAINTAINER), aja@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/14 02:48:57

Modified files:
	sysutils/ansible: Tag: OPENBSD_5_4 Makefile 
Added files:
	sysutils/ansible/patches: Tag: OPENBSD_5_4 
	                          patch-lib_ansible_utils___init___py 

Log message:
backport security fix from 1.4.5 for
https://groups.google.com/forum/#!topic/ansible-announce/oLgGVwzPYyY


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/14 02:59:07

Modified files:
	security/gnutls: Tag: OPENBSD_5_4 Makefile 
Added files:
	security/gnutls/patches: Tag: OPENBSD_5_4 
	                         patch-lib_x509_verify_c 

Log message:
Security fix for CVE-2014-1959

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2014/02/14 03:02:52

Modified files:
	www/phpmyadmin : Makefile 
	www/phpmyadmin/pkg: README 

Log message:
point users to the correct configuration file.
spotted by Eric Brown
ok sthen@ jasper@ ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/02/14 03:21:00

Modified files:
	usr.sbin/relayd: proc.c relayd.h 

Log message:
remove unused function that distracts from cleaning up the imsg_flush() mess
ok krw, florian, henning


CVSROOT:	/cvs
Module name:	src
Changes by:	benno@cvs.openbsd.org	2014/02/14 03:23:43

Modified files:
	sbin/iked      : iked.h proc.c 

Log message:
remove unused function that distracts from cleaning up the imsg_flush() mess
ok krw, florian, henning


CVSROOT:	/cvs
Module name:	src
Changes by:	florian@cvs.openbsd.org	2014/02/14 03:38:09

Modified files:
	usr.sbin/snmpd : proc.c snmpd.h 

Log message:
remove unused function that distracts from cleaning up the imsg_flush() mess
OK hennig@, benno@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/14 04:11:28

Modified files:
	www/drupal6/filefield: Makefile distinfo 

Log message:
security update: https://drupal.org/node/2194639
okay aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/14 04:12:06

Modified files:
	www/drupal6/ctools: Makefile distinfo 
	www/drupal7/ctools: Makefile distinfo 
	www/drupal7/ctools/pkg: PLIST 

Log message:
security update: https://drupal.org/node/2194589
okay aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/14 04:12:32

Modified files:
	www/drupal6/webform: Makefile distinfo 
	www/drupal7/webform: Makefile distinfo 

Log message:
security update: https://drupal.org/node/2194671
okay aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/14 04:33:33

Added files:
	sys/dev/microcode/isp: asm_2500.h 

Log message:
add firmware for isp25xx, copied from freebsd


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/14 04:38:48

Modified files:
	sys/dev/pci    : qle.c 

Log message:
add isp25xx support.  no real differences from 24xx, at least with the way
we drive the card.

tested with a card supplied by Mark Greenway at UQ.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/14 05:04:16

Modified files:
	sys/dev/pci    : qle.c 

Log message:
isp25xx nvram is at a different base address


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 05:18:27

Modified files:
	share/man/man8/man8.macppc: boot_macppc.8 

Log message:
remove horrenduous markup from an example,
and make it clear where to type the example instruction;
ok jmc@ on a similar version of this diff;
in addition, Jan Stary reports he has a machine where "ok" is not the prompt


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 05:35:58

Modified files:
	usr.bin/tmux   : mode-key.c 

Log message:
Make C-j the same as C-m, from Simon Nicolussi.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 05:37:54

Modified files:
	usr.bin/tmux   : status.c 

Log message:
Check for NULL session and whatnot in status_replace, from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 05:44:45

Modified files:
	usr.bin/tmux   : server-window.c 

Log message:
Do not need to call winlink_find_by_window, from Filip Moc.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/14 06:37:23

Modified files:
	share/man/man4 : pci.4 qle.4 

Log message:
update qle(4) description


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 06:59:01

Modified files:
	usr.bin/tmux   : cmd-load-buffer.c cmd-set-option.c 
	                 cmd-show-messages.c grid.c server-client.c 
	                 server-fn.c status.c 

Log message:
Style nit - no space between function name and bracket.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/14 07:00:08

Modified files:
	sys/dev/sbus   : isp_sbus.c 

Log message:
florian@ noticed that I missed some isp24xx code in the sbus glue


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 07:00:18

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Make status-interval of zero work as indented.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/14 07:13:19

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
INSTALL/DEINSTALL scripts are completely dead these days


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/14 07:27:23

Modified files:
	share/man/man7 : packages.7 

Log message:
explain about crypto signatures
properly rename "package signatures" into "update signature".


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2014/02/14 07:30:05

Modified files:
	infrastructure/man/man1: out-of-date.1 

Log message:
documentation tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/14 07:37:08

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
If the terminfo entry has colors#256, assume that setaf and setab work
and use them for the 256 colour set. If the terminfo entry doesn't have
colors#256 and the user gives -2 to the client, use a \033[38;5;Xm
sequence as before. Should allow fbterm to work with it's weird setaf
and setab.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 07:48:51

Modified files:
	share/man/man4/man4.hppa: cpu.4tbl 

Log message:
convert tables from tbl(7) to mdoc(7) .Bl -column format;
from Jan Stary <hans at stare dot cz>;
jmc@ agrees that this makes maintenance easier


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/14 08:03:43

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Ooops. r1.169 was supposed to add 'total sectors' to the list of
fields that are ignored when reading an ascii disklabel. Actually
remove the parsing of 'total sectors', which was just above the line
trying to skip said parsing.

Spotted when halex@ forced me to read this code again.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/14 08:31:15

Modified files:
	faq            : index.html 

Log message:
sync with article name.  From Maurice Janssen, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 08:50:41

Modified files:
	share/man/man5 : elf.5 

Log message:
use .Dv for preprocessor #defined constants;
from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 10:15:11

Modified files:
	usr.bin/lex    : flex.1 

Log message:
consistent usage of .At and .Nm;
based on a patch from Jan Stary <hans at stare dot cz>, tweaked by me


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 10:22:18

Modified files:
	usr.bin/yacc   : yacc.1 

Log message:
clean up macro usage in the HISTORY section;
triggered by a smaller patch from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 10:27:58

Modified files:
	share/man/man7 : man.7 
	share/man/man8 : sticky.8 
	bin/dd         : dd.1 

Log message:
use .At where appropriate; from Jan Stary <hans at stare dot cz>


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/14 10:44:01

Modified files:
	bin/echo       : echo.1 

Log message:
some general and portability notes;
ok millert schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 11:17:50

Modified files:
	usr.bin/du     : du.1 

Log message:
Regarding -r, cite the latest standard that required it instead of
a random one from the middle of its history, and improve the wording.
Add an AUTHORS section.
Much feedback and help millert@ sobrado@ jmc@, ok jmc@ millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 12:05:18

Modified files:
	share/man/man4 : wi.4tbl 

Log message:
convert from tbl(7) to mdoc(7) .Bl -column;
from Jan Stary <hans at stare dot cz>;
i checked with diff(1) that the table content doesn't change


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/14 12:08:03

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
clarify no password only disables password logins. from david hill.
ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/14 12:12:27

Modified files:
	bin/date       : date.1 

Log message:
reference xsi, not xpg;
ok millert schwarze sobrado (or standards@ as i'm tempted to call them ;)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/14 12:38:40

Modified files:
	driver/xf86-video-intel: ChangeLog NEWS configure configure.ac 
	driver/xf86-video-intel/src/sna: gen4_render.c gen4_render.h 
	                                 gen5_render.c gen6_render.c 
	                                 gen7_render.c gen8_render.c 
	                                 kgem.c kgem.h sna_accel.c 
	                                 sna_glyphs.c 
	driver/xf86-video-intel/src/uxa: intel_video.c 

Log message:
Update to xf86-video-intel 2.99.910 (aka 3.0RC10) tested by jsg@ and me.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/14 12:40:03

Modified files:
	app/xterm      : MANIFEST configure.in ctlseqs.ms ctlseqs.txt 
	                 fontutils.c fontutils.h main.c misc.c util.c 
	                 version.h xterm.h xterm.log.html xterm.man 
	                 xtermcfg.h xtermcfg.hin 
	app/xterm/package: xterm.spec 
	app/xterm/package/debian: changelog copyright 
	app/xterm/package/freebsd: Makefile 

Log message:
Update to xterm 301


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/14 12:41:21

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/14 13:02:40

Modified files:
	etc/etc.zaurus : MAKEDEV.md 

Log message:
readd audio devices, from david@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2014/02/14 13:09:27

Modified files:
	etc/etc.zaurus : MAKEDEV 

Log message:
regen to add audio*


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 15:27:32

Modified files:
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff/nr: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/nr: predef.in predef.out_ascii 

Log message:
Handle some predefined read-only number registers, e.g. .H and .V.
In particular, this improves handling of the pod2man(1) preamble;
for examples of the effect, see some author names in perlthrtut(1).

Missing feature reported by Andreas Voegele <mail at andreasvoegele dot com>
more than two years ago.  Written at Christchurch International Airport.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 16:05:08

Modified files:
	usr.bin/mandoc : roff.c 
	regress/usr.bin/mandoc/roff/ds: Makefile 
Added files:
	regress/usr.bin/mandoc/roff/ds: append.in append.out_ascii 

Log message:
Implement the roff(7) .as request (append to user-defined string).
Missing feature found by jca@ in ratpoison(1).
The ratpoison(1) manual still doesn't work because it uses .shift
and .while, too (apparently, ratpoison is so complex that it
needs a Turing-complete language to even format its manual :-).

Written at Christchurch International Airport.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 16:24:17

Modified files:
	usr.bin/mandoc : roff.c 

Log message:
Parse and ignore the roff(7) .ce request (center some lines).

We even parse and ignore the .ad request (adjustment mode),
and it doesn't make sense to more prominently warn about
temporary than about permanent adjustment changes.

Request found by naddy@ in xloadimage(1) and by juanfra@ in racket(1).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/14 16:50:49

Modified files:
	share/man/man7 : roff.7 

Log message:
document .as and .ce


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/14 17:10:17

Modified files:
	sbin/disklabel : editor.c 

Log message:
Stop leaking mount point strings in temporary copies of the
mountpoints array.


CVSROOT:	/cvs
Module name:	src
Changes by:	pelikan@cvs.openbsd.org	2014/02/14 17:18:07

Modified files:
	etc            : bgpd.conf 

Log message:
Show the exemplary rules for accepting default routes for IPv6 as well.

ok sthen florian


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/14 18:41:17

Modified files:
	share/man/man4 : ath.4 athn.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 
	                 otus.4 ral.4 rsu.4 rum.4 run.4 upgt.4 ural.4 
	                 urtw.4 urtwn.4 wpi.4 zyd.4 

Log message:
WPA is a real standard, not only a de facto one.
(these man pages do like their copy and paste.)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/14 19:16:57

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Correct the name of a Planex device and add some additional
ZyXEL zyd(4) devices.

From Ben Taylor


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/14 19:17:47

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/14 19:20:29

Modified files:
	share/man/man4 : zyd.4 
	sys/dev/usb    : if_zyd.c 

Log message:
Correct the name of a Planex device and add some additional
ZyXEL zyd(4) devices.

From Ben Taylor


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/14 19:39:38

Modified files:
	sbin/disklabel : editor.c 

Log message:
Don't risk dereferencing NULL pointer to mountpoints array
when calling mpfree() with the array.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/14 23:25:18

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
make a few comments easier to read


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/14 23:27:50

Modified files:
	usr.sbin/adduser: adduser.perl 

Log message:
missed a typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 02:37:03

Modified files:
	sys/dev/pci/drm/i915: intel_ddi.c 

Log message:
drm/i915: fix DDI PLLs HW state readout code

From Paulo Zanoni
ab678ee101d7f1bed57e488d807a9f85c15af3fc in ubuntu 3.8
0882dae983707455e97479e5e904e37673517ebc in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/15 02:40:31

Modified files:
	sys/dev/pci    : qle.c 

Log message:
fix endianness of luns in iocbs


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 02:47:15

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: Use the correct GMCH_CTRL register for Sandybridge+

From Chris Wilson
2259bb7720c52941c1d62e078bf019aa88d6f525 in ubuntu 3.8
a885b3ccc74d8e38074e1c43a47c354c5ea0b01e in mainline linux


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2014/02/15 02:48:07

Modified files:
	lib/libpciaccess/src: openbsd_pci.c 

Log message:
If opening /dev/pciN read-write fails, try opening it read-only.  This allows
X to run with machdep.allowaperture=0 on inteldrm(4) and radeondrm(4).

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 02:56:08

Modified files:
	sys/dev/pci/drm/i915: intel_display.c 

Log message:
drm/i915: Don't deref pipe->cpu_transcoder in the hangcheck code

From Chris Wilson
d280fd3cae523191525251159e3cf9e773fdcedb in ubuntu 3.8
63b66e5ba54b15a6592be00555d762db6db739ce in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/15 02:57:31

Modified files:
	bin/echo       : echo.1 

Log message:
schwarze poinits out that -n conflicts with posix, so document it as such,
rather than as an extension;

ok schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 03:03:15

Modified files:
	sys/dev/pci/drm: drm_mm.c 

Log message:
drm/mm: fix dump table BUG

From Daniel Vetter
c565ce76dab93e16a2deb68fb70a26b635f3ab5b in ubuntu 3.8
3a359f0b21ab218c1bf7a6a1b638b6fd143d0b99 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 05:40:08

Modified files:
	sys/dev/pci/drm/radeon: radeon_i2c.c 

Log message:
drm/radeon: warn users when hw_i2c is enabled (v2)

From Alex Deucher
4e5bd6f0c144ee55733bbbcfce7aad822d992417 in ubuntu 3.8
d195178297de9a91246519dbfa98952b70f9a9b6 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 05:43:38

Modified files:
	sys/dev/pci/drm/radeon: radeon_pm.c 

Log message:
radeon/pm: Guard access to rdev->pm.power_state array

From Michel Daenzer
0a44540222a9693995ac4d188f9dbaeb394d00bf in ubuntu 3.8
370169516e736edad3b3c5aa49858058f8b55195 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/15 06:16:55

Modified files:
	sys/dev/pci    : qle.c 

Log message:
make ISP_NOFIRMWARE work here too


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/15 06:55:29

Removed files:
	driver/xf86-video-radeonold: COPYING Makefile.am 
	                             Makefile.bsd-wrapper Makefile.in 
	                             README aclocal.m4 config.guess 
	                             config.h.in config.sub configure 
	                             configure.ac depcomp install-sh 
	                             ltmain.sh missing 
	driver/xf86-video-radeonold/man: Makefile.am Makefile.in 
	                                 radeonold.man 
	driver/xf86-video-radeonold/src: Makefile.am Makefile.in 
	                                 ati_pciids_gen.h atipciids.h 
	                                 atipcirename.h atombios_crtc.c 
	                                 atombios_output.c 
	                                 bicubic_table.h compat-api.h 
	                                 generic_bus.h legacy_crtc.c 
	                                 legacy_output.c 
	                                 local_xf86Rename.h r600_exa.c 
	                                 r600_reg.h r600_reg_auto_r6xx.h 
	                                 r600_reg_r6xx.h r600_reg_r7xx.h 
	                                 r600_shader.c r600_shader.h 
	                                 r600_state.h 
	                                 r600_textured_videofuncs.c 
	                                 r6xx_accel.c radeon.h 
	                                 radeon_accel.c 
	                                 radeon_accelfuncs.c 
	                                 radeon_atombios.c 
	                                 radeon_atombios.h 
	                                 radeon_atomwrapper.c 
	                                 radeon_atomwrapper.h 
	                                 radeon_bios.c 
	                                 radeon_chipinfo_gen.h 
	                                 radeon_chipset_gen.h 
	                                 radeon_common.h 
	                                 radeon_commonfuncs.c 
	                                 radeon_crtc.c radeon_cursor.c 
	                                 radeon_dga.c radeon_dri.c 
	                                 radeon_dri.h radeon_dripriv.h 
	                                 radeon_driver.c radeon_drm.h 
	                                 radeon_exa.c radeon_exa_funcs.c 
	                                 radeon_exa_render.c 
	                                 radeon_legacy_memory.c 
	                                 radeon_macros.h radeon_misc.c 
	                                 radeon_mm_i2c.c radeon_modes.c 
	                                 radeon_output.c 
	                                 radeon_pci_chipset_gen.h 
	                                 radeon_pci_device_match_gen.h 
	                                 radeon_probe.c radeon_probe.h 
	                                 radeon_reg.h radeon_render.c 
	                                 radeon_sarea.h 
	                                 radeon_textured_video.c 
	                                 radeon_textured_videofuncs.c 
	                                 radeon_tv.c radeon_tv.h 
	                                 radeon_version.h radeon_video.c 
	                                 radeon_video.h radeon_vip.c 
	                                 theatre.c theatre.h 
	                                 theatre200.c theatre200.h 
	                                 theatre200_module.c 
	                                 theatre_detect.c 
	                                 theatre_detect.h 
	                                 theatre_detect_module.c 
	                                 theatre_module.c theatre_reg.h 
	driver/xf86-video-radeonold/src/AtomBios: CD_Operations.c 
	                                          Decoder.c hwserv_drv.c 
	driver/xf86-video-radeonold/src/AtomBios/includes: 
	                                                   CD_Common_Types.h 
	                                                   CD_Definitions.h 
	                                                   CD_Opcodes.h 
	                                                   CD_Structs.h 
	                                                   CD_binding.h 
	                                                   CD_hw_services.h 
	                                                   Decoder.h 
	                                                   ObjectID.h 
	                                                   atombios.h 
	                                                   regsdef.h 
	driver/xf86-video-radeonold/src/pcidb: ati_pciids.csv 
	                                       parse_pci_ids.pl 

Log message:
Remove radeonold driver. it was deconnected from build  months ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 07:19:44

Modified files:
	sys/dev/pci/drm/radeon: evergreen_cs.c r600_cs.c 

Log message:
drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALID

From Marek Olsak
de17d04713f1efa68e9e7bfbeab7e91fe495e012 in ubuntu 3.8
56492e0fac2dbaf7735ffd66b206a90624917789 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 07:23:10

Modified files:
	sys/dev/pci/drm/radeon: atombios_crtc.c 

Log message:
drm/radeon: disable ss on DP for DCE3.x

From Alex Deucher
b069c7f6ed4d74d9eff333a093ebb94f38af3db1 in ubuntu 3.8
d8e24525094200601236fa64a54cf73e3d682f2e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 07:28:13

Modified files:
	sys/dev/pci/drm/radeon: ni.c nid.h 

Log message:
drm/radeon: fix surface sync in fence on cayman (v2)

From Alex Deucher
5dd953fd70af5ef1bd605b93f87f55bc663be6a8 in ubuntu 3.8
10e9ffae463396c5a25fdfe8a48d7c98a87f6b85 in mainline linux


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/15 08:00:28

Modified files:
	xserver/hw/kdrive/wscons: keyboard.c mouse.c wsfb.c wsfb.h 
	                          wsinit.c 

Log message:
Fix build of (disabled) wsfb kdrive backend.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/15 08:19:46

Added files:
	sys/dev/pci    : if_nep.c 

Log message:
nep(4); start of a driver for the Sun Neptune 10/100/1000/10G Ethernet chip.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/15 08:37:15

Modified files:
	x11/e17/ecore  : Makefile 

Log message:
don't pick up inputmethods/scim if it happens to be around
ok sthen@ ajacoutot@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/15 08:38:46

Modified files:
	sys/dev/pci/drm/radeon: radeon_atombios.c 

Log message:
drm/radeon/DCE4+: clear bios scratch dpms bit (v2)

From Alex Deucher
5e47f3719629ddfbb33326a3446d521f1a78c3b4 in ubuntu 3.8
6802d4bad83f50081b2788698570218aaff8d10e in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/15 11:29:08

Modified files:
	usr.bin/at     : at.1 

Log message:
macro cleanup, mostly to use .Cm for fixed strings
to be passed as command line arguments;
from Jan Stary <hans at stare dot cz>, tweaked by me


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/15 13:27:40

Modified files:
	usr.bin/sudo   : sudo.mdoc.in 

Log message:
minor macro cleanup; from Jan Stary <hans at stare dot cz>;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/15 13:28:19

Modified files:
	share/man/man4 : ath.4 athn.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 
	                 otus.4 ral.4 rsu.4 rum.4 run.4 upgt.4 ural.4 
	                 urtw.4 urtwn.4 wpi.4 zyd.4 

Log message:
jmc notes that the previous commit made for some funny wording.
WPA is the current standard, but not the only one. ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/15 15:10:37

Modified files:
	gnu/usr.bin/perl: Makefile.bsd-wrapper1 

Log message:
install man perlinterp so you can learn all about the interpreter


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/02/15 15:42:07

Modified files:
	textproc/mupdf : Makefile 
Added files:
	textproc/mupdf/patches: patch-source_xps_xps-common_c 
	                        patch-source_xps_xps-glyphs_c 
	                        patch-source_xps_xps-gradient_c 
	                        patch-source_xps_xps-path_c 

Log message:
SECURITY fix for a stack-based buffer overflow in MuPDF's xps_parse_color()
function, info at http://www.hdwsec.fr/blog/mupdf.html. ok espie@ aja@ naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/15 15:46:57

Modified files:
	usr.bin/sudo   : sudo.mdoc.in sudoers.mdoc.in visudo.mdoc.in 

Log message:
Don't need keeps in SYNOPSIS for .mdoc.
Fix escaping of colon in example.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/15 16:05:36

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
avoid spurious "getsockname failed: Bad file descriptor" errors in ssh -W;
bz#2200, debian#738692 via Colin Watson; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/15 16:15:52

Modified files:
	usr.bin/sudo   : sudo.mdoc.in 

Log message:
simplify macro usage, in part suggested by jmc@,
and fix a few markup bugs;
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/15 16:41:19

Modified files:
	share/man/man4/man4.amd64: mtrr.4 
	share/man/man4/man4.i386: mtrr.4 

Log message:
say more explicitly where the .Er values show up, and fix the .Sh title;
triggered because Jan Stary noticed that .Sh RETURN VALUES is strange
to have in section 4 manuals;
ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/15 17:04:32

Modified files:
	sbin/disklabel : editor.c 

Log message:
Further tweak to mpfree(). Don't bother setting about-to-be-freed
memory to NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/02/15 17:33:44

Modified files:
	regress/libexec/ld.so/randomdata/ld.so-cookie: test.c 

Log message:
Update ld.so-cookie test which is currently broken and gets in the
way of SSP testing.  For some reason this diff keeps escaping from
cvs commit...

Basic idea:
* Use dl_iterate_phdr() to iterate all loaded ELF program headers.
* Check that we actually find a header for ld.so.
* For ld.so, check that we find a PT_OPENBSD_RANDOMIZE segment.
* For each PT_OPENBSD_RANDOMIZE segment, check that at least one
byte in the memory range is non-zero.

Written by matthew@.
"Please go ahaed" kettenis@.
"Move fast" deraadt@, a week ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2014/02/15 18:16:38

Modified files:
	libexec/ld.so  : Makefile loader.c 
Added files:
	libexec/ld.so  : boot.c 

Log message:
Unbreak ld.so with ssp-strong/all on sparc64 and powerpc.  With the
new SSP logic it additionally protects functions which have their
local addresses taken of, and _dl_boot_bind() gets selected.

We have to go through GOT to reach __guard_local, however it hasn't
been relocated yet.  So add boot.c and don't protect everything up
to the point until it has been relocated and no longer needs the
loff adjustment.

OK matthew@.  Full build done & tested by florian@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/16 01:10:36

Modified files:
	lib/freetype   : Makefile 

Log message:
type1cid.c appears twice in sources lists for no reason. Noticed by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/16 02:31:27

Modified files:
	games/fortune/datfiles: fortunes2 

Log message:
malcolm macdougall, not dacdougall;
From:       Joe Marcus Clarke


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 03:36:41

Modified files:
	usr.bin/sudo   : sudo.mdoc.in 

Log message:
* simplify the documentation of -l as suggested by millert@
* the `-' arg to -c is a fixed string for the cmd line, so use .Cm
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 05:30:52

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c 
	regress/usr.bin/mandoc/mdoc/Bl: tag.in tag.out_ascii 
	regress/usr.bin/mandoc/man/IP: width.in width.out_ascii 
	regress/usr.bin/mandoc/man/TP: width.in width.out_ascii 
	regress/usr.bin/mandoc/man/RS: Makefile 
Added files:
	regress/usr.bin/mandoc/man/RS: width.in width.out_ascii 

Log message:
when indenting, extend the right margin accordingly, when needed;
fixes a crash reported by blambert@ and a few other, similar ones


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/16 05:45:17

Modified files:
	usr.bin/tmux   : tmux.1 tmux.c 

Log message:
Leftovers from removing 88 colour support, from Theo Buehler.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/16 06:00:04

Modified files:
	faq            : current.html 

Log message:
Warn people about the removed backwards-compat for passing serial console
from the bootloader on amd64/i386 so they can be sure to install a new
boot loader if required before they potentially start on a remote flag-day
upgrade. juanfra@ nick@ and ajacoutot@ agree (wording heavily tweaked since
diff sent out, in particular to make it clear who is/isn't affected by this).

Antoine suggested including the installboot commands to use, I have
punted on this slightly by suggesting that people do a ramdisk update to
5.4 first and pointed them at the old installboot manpage if they want to
do it manually (this entry is already long enough without having to explain
about the recent installboot changes etc.)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 07:26:51

Modified files:
	share/man/man7 : mdoc.7 man.7 
	share/misc     : mdoc.template 
	usr.bin/mandoc : mdoc_validate.c 

Log message:
After Werner Lemberg accepted and committed some updates to the manual
page template contained in groff_mdoc(7), catch up with our own stuff.
In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9.
ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/16 11:53:42

Modified files:
	.              : translation.html 

Log message:
Maxime Villard resigned from the [fr] translation team.
Farewell and thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 12:20:26

Modified files:
	usr.bin/chpass : chpass.1 
	usr.bin/passwd : passwd.1 
	usr.sbin/pstat : pstat.8 

Log message:
fix bibliographical references; from Jan Stary <hans at stare dot cz>
feedback and ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/02/16 12:50:52

Modified files:
	x11/mplayer    : Makefile 
Added files:
	x11/mplayer/patches: patch-libmpdemux_demux_mpg_c 

Log message:
Merge upstream commit r36845:
Fix probe bug losing video packets.

ds_fill_buffer will actually lose any data from previous
ds_fill_buffer calls.
Use demux_fill_buffer instead to get the intended behaviour.

This fixes mplayer -nosound with DVDs, as used by multimedia/ogmrip.

ok sthen@ aja@ espie@, no objection jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 14:59:34

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
1) Fix the markup of the time specifications,
which is quite tricky (discussed with jmc@).
2) Also fix the display of literal exclamation marks: Do not
use \! - in roff(7), that's an arcane thing called the "transparent
line indicator", which doesn't render as '!' with groff,
and which isn't implemented at all in mandoc.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/16 16:09:48

Modified files:
	usr.bin/dirname: dirname.1 

Log message:
HISTORY and AUTHORS; researched and written at Singapore Changi Airport;
ok millert@ jmc@ sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/16 20:50:42

Modified files:
	sys/dev/pci    : qle.c 

Log message:
use a bus_space subregion to talk to the mbox registers so you can
do the maths for getting the different offset for 24xx and 25xx
once in attach rather than on every read and write.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/16 20:57:20

Modified files:
	sys/dev/pci    : qle.c qla_pci.c 

Log message:
use the DEVNAME macro to get the name of the interrupt rather than the
xname lookup by hand. for consistency.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/02/16 21:52:25

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Remove a stray debug printf that crept in via one of the newqueue
commits.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pascal@cvs.openbsd.org	2014/02/16 23:53:37

Modified files:
	multimedia/ogmrip: Makefile 
Added files:
	multimedia/ogmrip/patches: patch-libogmrip_ogmrip-x264_c 
	                           patch-libogmrip_ogmrip-xvid_c 

Log message:
Fix two mplayer feature tests that would spin if a feature wasn't actually
present.  Fixes hang at startup.

Discussed with sthen@ espie@ aja@, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/17 00:02:45

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Add initial support for i354 MAC and M88E1543 PHY.
Currently treated the same as i350, i354 specific EEE settings
and 2.5Gb backplane connections not properly handled yet.

Tested by Andrew Lester on a Supermicro A1SRi-2758F.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/17 01:58:50

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
sticking strlen into a char leads to wraparound at 256. fix this and
introduce a new 'b' hash minor. still generate 'a' minors for now.
reported by solar designer. diff by some combination of solar and jca.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/17 02:00:20

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
remove redundant test


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/17 03:01:32

Modified files:
	sys/arch/amd64/include: atomic.h 

Log message:
x86_atomic_testset_i32 and x86_atomic_testset_i are not used, so remove
them to unmuddy the waters a bit.

ok guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/17 03:21:15

Modified files:
	share/man/man4 : qla.4 qle.4 

Log message:
list the speeds, since thats how most people think about these things.

we dont support config at runtime


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/17 03:49:53

Modified files:
	lib/libc/asr   : gethostnamadr_async.c 

Log message:
report extra PTR records as aliases


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2014/02/17 04:00:14

Modified files:
	sbin/iked      : ca.c crypto.c eap.c ikev1.c ikev2.c ikev2_msg.c 
	                 ikev2_pld.c 

Log message:
Fix compiler warnings in the format strings: use %zd for ssize_t and
%zu for size_t.

From Andre de Oliveira
With input and OK from blambert@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/17 04:04:23

Modified files:
	lib/libc/asr   : getaddrinfo_async.c 

Log message:
Better search strategy for getaddrinfo.  The address family loop must
be done "inside" the search domain loop, not the other way round.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/17 04:06:54

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
do not lookup pki based on hostname if one was specified for the listener
otherwise we may fail to find it and reject client.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/17 04:36:53

Modified files:
	share/misc     : Makefile 
Removed files:
	share/misc     : man.template 

Log message:
Zap /usr/share/misc/man.template (please use mdoc.template instead).
It is outdated, incomplete, and would remain useless even when updated
because nobody is supposed to manually write new man(7) code nowadays.
ok ajacoutot@ henning@ jmc@ kettenis@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/17 05:42:07

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.armv7 
	                         md.aviion md.hp300 md.hppa md.hppa64 
	                         md.i386 md.landisk md.loongson 
	                         md.luna88k md.macppc md.mvme68k 
	                         md.mvme88k md.octeon md.sgi md.socppc 
	                         md.sparc md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/17 06:06:05

Modified files:
	share/man/man4 : qla.4 qle.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/17 06:33:56

Modified files:
	usr.sbin/smtpd : control.c smtpctl.8 smtpctl.c smtpd.c smtpd.h 

Log message:
new "smtpctl show status" command to show if mta/mda/smtp are currently running or paused.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/17 07:48:48

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Convert bcopy()s to memcpy()s.

ok pelikan@, tedu@


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2014/02/17 08:02:53

Modified files:
	.              : events.html 

Log message:
Add AsiaBSDCon 2014, plus validation fix


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/17 08:07:23

Modified files:
	sbin/iked      : Makefile ca.c config.c iked.c iked.conf.5 
	                 iked.h parse.y types.h 
Added files:
	sbin/iked      : ocsp.c 

Log message:
basic OCSP support. enable with 'set ocsp "http://10.0.0.10:8888/"'
ok mikeb@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/17 08:37:10

Modified files:
	math/graphviz  : Tag: OPENBSD_5_4 Makefile 
Added files:
	math/graphviz/patches: Tag: OPENBSD_5_4 patch-lib_cgraph_scan_l 

Log message:
Security fix for CVE-2014-0978, CVE-2014-1236

ok edd@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/17 08:45:24

Modified files:
	textproc/mupdf : Tag: OPENBSD_5_4 Makefile 
Added files:
	textproc/mupdf/patches: Tag: OPENBSD_5_4 patch-xps_xps_common_c 
	                        patch-xps_xps_glyphs_c 
	                        patch-xps_xps_gradient_c 
	                        patch-xps_xps_path_c 

Log message:
security fix for stack-based buffer overflow

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/17 08:53:46

Modified files:
	sbin/iked      : config.c iked.h ikev2.c policy.c 

Log message:
interpret 'config address net/prefix' as a pool of addresses and
randomly choose the address for CFG_REQUEST. this address will be used
to replace 0.0.0.0/32 in the specified flow. e.g.
> ikev2 passive esp from 192.168.1.0/24 to 0.0.0.0 \
>     config address 192.168.10.200/24
will assign an address between 192.168.10.200 and 192.168.10.254
and replace 0.0.0.0 with this address.
ok mikeb@ on older version of this diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/17 11:12:47

Modified files:
	usr.bin/tmux   : cmd-set-option.c 

Log message:
Don't crash when given a invalid colour, reported by Felix Rosencrantz,
fix from Thomas Adam.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/17 11:59:50

Modified files:
	usr.sbin/iscsid: iscsid.c 

Log message:
Call control_init() before daemon() so that iscsid && iscsictl reload works


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/17 12:31:10

Modified files:
	print/texlive/base: Makefile 

Log message:
re-enable the big endian quirk which is still needed at least for mips64.
also tested on sparc64

ok edd@ (MAINTAINER) aja@ espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/17 12:44:32

Modified files:
	sys/arch/i386/conf: RAMDISK_CD 

Log message:
iha and trm are good targets to avoid a space crisis on the install media;
we will revisit other solutions, but not this close to release.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/17 12:50:09

Modified files:
	usr.sbin/smtpd : ssl.c 

Log message:
fix possible NULL-deref in error code path


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2014/02/17 14:05:39

Modified files:
	lib/libc/net   : ip6opt.c 

Log message:
replace spaces with tabs for indentation


CVSROOT:	/cvs
Module name:	src
Changes by:	juanfra@cvs.openbsd.org	2014/02/17 14:06:31

Modified files:
	share/man/man8 : compat_linux.8 

Log message:
Remove an old reference to the a.out support. ok pirofti@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/17 14:36:05

Modified files:
	sys/netinet6   : nd6.c 

Log message:
The device driver ioctl code can sleep, so calling it from a timeout is *not*
a good idea.  Instead hand the work off expiring interface addresses off
to a taskq.  Fixes the "p->p_wchan == NULL" panics seen with usb ethernet
adapters.

tested by matthieu@
ok mpi@, stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/17 15:42:20

Modified files:
	usr.bin/tmux   : server-client.c 

Log message:
Be consistent and allow only mouse down and mouse wheel for any pane
with mouse-select-pane rather than just in copy mode, reported by Balazs
Kezes.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/17 15:52:07

Modified files:
	gnu/usr.bin/binutils-2.17/gas/config: tc-i386.h 

Log message:
Having CpuSMAP and Cpu64 overlap isn't a terribly good idea.
Makes it possible to build an i386 kernel with binutils-2.17 again.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/17 16:07:03

Modified files:
	usr.bin/tmux   : cmd-load-buffer.c paste.c window-copy.c 

Log message:
Fix memory leaks with paste_replace, based on changes from J Raynor.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/17 18:46:58

Modified files:
	sbin/dhclient  : dispatch.c 

Log message:
Do not create the default dhcp-client-identifier if an empty string
has been configured as the value.

i.e. 'send dhcp-client-identifier "";' in dhclient.conf will result in
no dhcp-client-identifier (option 61) being sent.

Useful for testing dhcp server behaviour.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/17 19:36:49

Modified files:
	sys/dev/pci/drm/i915: i915_dma.c i915_gem_context.c 

Log message:
drm/i915: Hold mutex across i915_gem_release

From Chris Wilson
e20ebbe3f08a1258fe54bcf6e6bcd75bb9b1ecc0 in ubuntu 3.8
0d1430a3f4b7cfd8779b78740a4182321f3ca7f3 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/17 19:48:57

Modified files:
	sys/dev/pci/drm/i915: i915_reg.h intel_dp.c 

Log message:
drm/i915: VLV2 - Fix hotplug detect bits

From Todd Previte
080caf7f5b0d025c2e19f2f516da634d020ba70f in ubuntu 3.8
232a6ee9af8adb185640f67fcaaa9014a9aa0573 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/18 02:43:34

Modified files:
	sys/crypto     : xform_ipcomp.c 

Log message:
fix IPComp interop with linux: switch Z_PARTIAL_FLUSH to Z_FINISH for
deflate(); this hurts interop with broken old openbsd releases; ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/18 04:01:22

ports/devel/libwnck3/patches

Update of /cvs/ports/devel/libwnck3/patches
In directory cvs.openbsd.org:/cvs.d/hack/stsp/libwnck3/patches

Log Message:
Directory /cvs/ports/devel/libwnck3/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/18 04:02:11

Modified files:
	x11/gnome/mutter: Makefile 
Added files:
	x11/gnome/mutter/patches: patch-src_core_screen_c 

Log message:
In mutter, fix size mismatch on 32bit architectures due to time_t-related
API/ABI patch in devel/startup-notification. A pointer to time_t vs pointer
to long problem. Same bug as recently fixed in XFCE's xfwm.
ok sthen aja jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/18 04:02:49

Modified files:
	devel/libwnck  : Makefile 
Added files:
	devel/libwnck/patches: patch-libwnck_tasklist_c 

Log message:
In libwnck, fix size mismatch on 32bit architectures due to time_t-related
API/ABI patch in devel/startup-notification.
ok sthen aja jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/18 04:03:09

Modified files:
	devel/libwnck3 : Makefile 
Added files:
	devel/libwnck3/patches: patch-libwnck_tasklist_c 

Log message:
In libwnck3, fix size mismatch on 32bit architectures due to time_t-related
API/ABI patch in devel/startup-notification.
ok sthen aja jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/18 04:05:33

Modified files:
	devel/startup-notification/patches: patch-libsn_sn-monitor_c 
	                                    patch-libsn_sn-monitor_h 

Log message:
these patches were committed upstream; adding the corresponding cgit URLs


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/18 04:26:51

Modified files:
	share/man/man4 : options.4 

Log message:
Remove another mention of linux a.out compat, spotted by jmc@. While there,
document option TMPFS.  ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/18 04:48:09

Modified files:
	sys/dev/ic     : qla.c 

Log message:
convert printfs into a few different debug categories, leaving port
discovery stuff enabled for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/18 06:10:48

Modified files:
	sbin/iked      : ikev2.c 

Log message:
check the error from ikev2_cp_setaddr


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/02/18 06:47:53

Modified files:
	sys/arch/amd64/stand/libsa: random_i386.S 
	sys/arch/i386/stand/libsa: random_i386.S 

Log message:
Actually check to see if the CPU supports tsc, rather than assuming that
it does and triggering an illegal instruction trap when it does not.

Found the hard way and fix tested by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/02/18 06:56:02

Modified files:
	sys/arch/amd64/stand/cdboot: conf.c 
	sys/arch/amd64/stand/boot: conf.c 
	sys/arch/amd64/stand/pxeboot: conf.c 
	sys/arch/i386/stand/cdboot: conf.c 
	sys/arch/i386/stand/boot: conf.c 
	sys/arch/i386/stand/pxeboot: conf.c 

Log message:
Bump version numbers.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/18 12:37:33

Modified files:
	sys/arch/alpha/alpha: machdep.c 
	sys/arch/alpha/pci: sio.c sio_pic.c siovar.h 

Log message:
sio_intr_shutdown() used to be a shutdown hook, and eventually became an
unconditional call in machdep.c!boot(). Except that the cpp conditional
enabling its use was not in machdep.c's scope, so this function was never
called. Ouch.

Remove it from boot() and grow a ca_activate method to the sio(4/alpha) device,
which will take care of invoking sio_intr_shutdown() if DVACT_POWERDOWN.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/18 15:54:14

Modified files:
	share/man/man5 : login.conf.5 

Log message:
small typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:08:21

Modified files:
	sys/dev/pci/drm/i915: intel_pm.c 

Log message:
Partially revert "drm/i915: unconditionally use mt forcewake on hsw/ivb"

From Guenter Roeck
5ce34926a10cb5be0fd2e1817ccc116817ec640f in ubuntu 3.8
c11e5f35ab490bd30591563816fbc83526521777 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:12:25

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c intel_pm.c 

Log message:
drm/i915: fix long-standing SNB regression in power consumption after resume v2

From Konstantin Khlebnikov
e508abbbfbefacf721cc1faf39fe5105d179f489 in ubuntu 3.8
7dcd2677ea912573d9ed4bcd629b0023b2d11505 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:14:41

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h intel_pm.c 

Log message:
drm/i915: fix up gt init sequence fallout

From Daniel Vetter
fc832386574c43961b8b0f177d0062132be1d13b in ubuntu 3.8
181d1b9e31c668259d3798c521672afb8edd355c in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:17:59

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c intel_pm.c 

Log message:
drm/i915: initialize gt_lock early with other spin locks

From Jani Nikula
b5ff26dd315431af29d270c338dfabd48ce29073 in ubuntu 3.8
14c5cec5d0cd73e7e9d4fbea2bbfeea8f3ade871 in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:20:12

Modified files:
	sys/dev/pci/drm/i915: i915_drv.c i915_drv.h intel_pm.c 

Log message:
drm/i915: fix missed hunk after GT access breakage

From Ben Widawsky
991d4b19f95e3baa4297d57413ca64e7caa1d959 in ubuntu 3.8
e1b4d3036c07ff137955fb1c0197ab62534f46ec in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/18 18:46:49

Modified files:
	sys/dev/pci/drm: drm_pciids.h 

Log message:
drm/radeon: 0x9649 is SUMO2 not SUMO

From Alex Deucher
9f920083d1b766e795acbddf0dbd766a4291c5d6 in ubuntu 3.8
d00adcc8ae9e22eca9d8af5f66c59ad9a74c90ec in mainline linux


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/18 20:59:48

Modified files:
	bin/pax        : cpio.c tar.c 

Log message:
Map negative mtimes to zero instead of skipping the affected files.

problem noted by miod@
ok krw@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/02/18 21:50:36

Modified files:
	usr.sbin/tcpdump: tcpdump.8 

Log message:
Add pcap-filter(3) to the SEE ALSO section.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	lteo@cvs.openbsd.org	2014/02/18 21:51:32

Modified files:
	lib/libpcap    : pcap-filter.3 

Log message:
Add tcpdump(8) to the SEE ALSO section, and tweak the formatting in that
section to follow traditional man(7) conventions.

man(7) formatting help from jmc@ and schwarze@
feedback/ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/18 22:32:57

Modified files:
	sys/arch/alpha/conf: GENERIC RAMDISK RAMDISKB RAMDISKBIG 
	                     RAMDISKC 
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/hppa/conf: GENERIC 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 
	sys/arch/sparc/conf: GENERIC SUN4C SUN4M 
	sys/arch/sparc64/conf: GENERIC RAMDISK 

Log message:
add qla and qle everywhere we currently have isp, commented out except for
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested
and likely to be useful.

requested by deraadt@ and kettenis@, ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/18 23:29:08

Modified files:
	sys/dev/ic     : qla.c 

Log message:
remove some dead code - all the chips we handle can do type 4 commands,
which means we don't need to use sgl continuation command buffers.
this keeps things much simpler on the iopool side of things.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 00:15:45

Modified files:
	sys/dev/pci    : qle.c 

Log message:
qle seems fine with msi interrupts

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 00:44:44

Modified files:
	sys/dev/pci    : qle.c 

Log message:
massage the response queue handling a bit:

break if we've already handled the queue rather than printf something.

complete all the pending entries before posting what we've done instead
of after each entry.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 01:01:20

Modified files:
	sys/dev/pci    : qle.c 

Log message:
the RESP_IN register is 32bits, so consistently use a u_int32_t to
handle it.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/19 03:15:36

Modified files:
	sys/scsi       : sd.c 

Log message:
If a disk returns a size of 0, treat it as an error to let the
driver re-probe for its capacity.

Allow to fully recognized Lexar JumpDrive S33 USB 3.0 sticks.

ok krw@, dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 06:41:23

Modified files:
	sys/dev/ic     : qla.c qlavar.h 

Log message:
tweak the response queue handling so it looks like qle. the important
bit is to post to the resp_out register once outside the loop rather
than inside every loop.

rework the code for finding the queue registers so its done once
on attach by pointing the sc at a map, rather than running big
conditionals in code on every register operation based on teh chip
version.

tested on 2200s by me and 2312s by jmatthew@
ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/19 08:13:14

Modified files:
	sys/dev/pci    : qle.c 

Log message:
Unbreak the tree; include <machine/atomic.h> instead of relying on something
else bringing it in.  Found out the hard way by florian@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/19 11:48:23

Modified files:
	distrib/miniroot: install.sub 

Log message:
Improve the logic to find a filesystem to store the prefetched sets.

Prefer filesystems which are not used during extraction. They need
to have free space the size of the selected sets +10M. Otherwise
use any other filesystem that has four time the free space of the
selected sets to prevent overflow during the extraction.

joint work with and OK halex@
deraadt@ likes the direction
OK krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2014/02/19 12:12:43

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
Fix playback of s24le audio. Tested by edd@, yasuoka@ and brad@

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/19 13:52:57

Modified files:
	sys/arch/alpha/stand/boot: boot.c version 

Log message:
/etc/random.seed support.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/19 14:47:15

Modified files:
	etc            : rc 

Log message:
Ignore blank characters at the end of ${pkg_scripts} in order
to refrain from trying to execute /etc/rc.d/ in that case.
Problem noticed by jasper@.

Opinions on this patch vary: "much nicer, ok" sthen@
"good god, what horrible shell voodoo, ok" ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/19 15:02:15

Modified files:
	sys/arch/alpha/stand/boot: boot.c 
	sys/stand/boot : boot.c 

Log message:
Don't try to close(-1) if EPERM.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/19 15:13:53

Modified files:
	sys/arch/vax/stand/boot: boot.c version 

Log message:
/etc/random.seed support (only loaded from disk devices).


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/19 15:19:06

Modified files:
	build          : support.dat 

Log message:
update address for Thalysson Sarmento, req on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/19 15:26:40

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/19 15:31:10

Modified files:
	build          : mirrors.dat 

Log message:
add mirror.exonetric.net (London UK), from Mark Blackman


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/19 15:31:22

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/19 15:31:45

Modified files:
	distrib/notes  : mirrors 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 17:23:00

Modified files:
	sys/dev/ic     : qla.c qlavar.h 

Log message:
pull the isr reads out into per chip variants we get to via pointers
in a per generation structure. this avoids code on every isr to figure
out what version of the chip we are, which is silly since we know that
at attach time.

ok jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/19 17:26:14

Modified files:
	distrib/miniroot: install.sub 

Log message:
Adjust alignment of ftp titles

OK halex@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 17:42:44

Modified files:
	sys/dev/ic     : qla.c 

Log message:
knf


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/19 20:39:07

Modified files:
	sys/dev/ic     : qla.c 

Log message:
jsg@ pointed out i am bad at loops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/20 03:12:32

Modified files:
	x11/gnome/seahorse: Makefile 
Added files:
	x11/gnome/seahorse/patches: patch-common_config_vapi 

Log message:
Unbreak runtime on 64bit; from upstream.

debugging help from rpointel@
ok sthen@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/20 04:09:49

Modified files:
	sys/dev/ic     : mfi.c qla.c sti.c 

Log message:
Avoid printing the "nvram corrupt" message for onboard 2200s found on Sun
hardware.

ok dlg@, jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/20 04:13:44

Modified files:
	sys/dev/ic     : mfi.c sti.c 

Log message:
revert previous commit; didn't intend to commit those bits


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/20 10:42:29

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
use strcasecmp() to compare domains.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/20 10:55:29

Modified files:
	x11/gnome/mutter: Makefile distinfo 

Log message:
update to mutter 3.10.4, fixing a host of issues

ok aja@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2014/02/20 10:55:45

Modified files:
	x11/gnome/shell: Makefile distinfo 
	x11/gnome/shell/patches: patch-src_shell-global_c 

Log message:
update to gnome-shell-3.10.4, fixing a host of issues

ok aja@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/20 10:56:35

Modified files:
	share/man/man4 : boca.4 rtfps.4 hsq.4 

Log message:
add some missing .An and .Lk macros, remove some bogus .Tn macros;
from Jan Stary <hans at stare dot cz>, tweaked by me


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/02/20 12:53:07

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/20 13:20:28

Modified files:
	sys/dev/ic     : qla.c 
	sys/dev/pci    : qle.c 

Log message:
More turd shining; cleanup the message that prints the firmware revision and
attributes.

ok dlg@, jmatthew@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/20 13:34:27

Modified files:
	sys/arch/mvme68k/stand/bootsd: boot.c version.c 
	sys/arch/mvme68k/stand/libsa: exec_mvme.c 
	sys/arch/mvme88k/stand/bootsd: boot.c version.c 
	sys/arch/mvme88k/stand/libsa: exec_mvme.c 

Log message:
Support for /etc/random.seed in bootsd (disk-only boot blocks)


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/20 14:15:31

Modified files:
	devel/subversion: Makefile 
Added files:
	devel/subversion/patches: patch-subversion_mod_dav_svn_repos_c 

Log message:
Fix for CVE-2014-0032, mod_dav_svn DoS vulnerability with SVNListParentPath
ok aja, jasper


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2014/02/20 14:29:07

Modified files:
	lib/libpciaccess/src: openbsd_pci.c 

Log message:
We don't need the VGA arbiter if direct hardware access has been disabled.

ok matthieu@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 15:06:38

Modified files:
	.              : supp-tmpl.txt 

Log message:
the key letters used in the example support entry, and the letters used in
the template, do not agree for "fax"; fix them.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/20 15:18:22

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
Remove some code that has no effect.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 15:24:21

Modified files:
	build          : support.awk 

Log message:
fix issue with code for nofollow in hrefs not resetting correctly between
entries


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 15:25:52

Modified files:
	build          : support.dat 

Log message:
- add mtier, req by jasper@
- fix various fax number tags
- zap a couple of randomly chosen entries on expired domains
- zap some bad hrefs and unsightly html bold/etc in text descriptions
and stop doing multiline entries for these
- tweak some nofollows


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 15:26:17

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/02/20 15:30:21

Modified files:
	.              : plus.html 

Log message:
plus.html for Feb 3 to 16.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 16:29:35

Modified files:
	build          : support.dat 

Log message:
zap some more entries with dead domains or no mention of OpenBSD


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/20 16:29:45

Modified files:
	.              : support.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/20 19:18:00

Modified files:
	usr.bin/yacc   : output.c skeleton.c 

Log message:
drop support for pre-standard C, it's time to move on. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 01:54:57

Modified files:
	usr.sbin/installboot: Makefile 

Log message:
Use ${STATIC} not -static
ok jsing


CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2014/02/21 02:35:08

Log message:
    Import my talk about OpenBSD Ports at LVEE Winter 2014, in Russian.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140221
    
    N www/papers/lvee_2014_winter_ports/style.css
    N www/papers/lvee_2014_winter_ports/slide0.png
    N www/papers/lvee_2014_winter_ports/slide1.png
    N www/papers/lvee_2014_winter_ports/slide2.png
    N www/papers/lvee_2014_winter_ports/slide3.png
    N www/papers/lvee_2014_winter_ports/slide4.png
    N www/papers/lvee_2014_winter_ports/slide5.png
    N www/papers/lvee_2014_winter_ports/slide6.png
    N www/papers/lvee_2014_winter_ports/slide7.png
    N www/papers/lvee_2014_winter_ports/slide8.png
    N www/papers/lvee_2014_winter_ports/slide9.png
    N www/papers/lvee_2014_winter_ports/slide10.png
    N www/papers/lvee_2014_winter_ports/slide11.png
    N www/papers/lvee_2014_winter_ports/slide12.png
    N www/papers/lvee_2014_winter_ports/slide13.png
    N www/papers/lvee_2014_winter_ports/slide14.png
    N www/papers/lvee_2014_winter_ports/slide15.png
    N www/papers/lvee_2014_winter_ports/slide16.png
    N www/papers/lvee_2014_winter_ports/slide17.png
    N www/papers/lvee_2014_winter_ports/slide18.png
    N www/papers/lvee_2014_winter_ports/slide19.png
    N www/papers/lvee_2014_winter_ports/slide20.png
    N www/papers/lvee_2014_winter_ports/slide21.png
    N www/papers/lvee_2014_winter_ports/slide22.png
    N www/papers/lvee_2014_winter_ports/slide23.png
    N www/papers/lvee_2014_winter_ports/slide24.png
    N www/papers/lvee_2014_winter_ports/slide25.png
    N www/papers/lvee_2014_winter_ports/slide26.png
    N www/papers/lvee_2014_winter_ports/slide27.png
    N www/papers/lvee_2014_winter_ports/slide28.png
    N www/papers/lvee_2014_winter_ports/slide0.html
    N www/papers/lvee_2014_winter_ports/slide1.html
    N www/papers/lvee_2014_winter_ports/slide2.html
    N www/papers/lvee_2014_winter_ports/slide3.html
    N www/papers/lvee_2014_winter_ports/slide4.html
    N www/papers/lvee_2014_winter_ports/slide5.html
    N www/papers/lvee_2014_winter_ports/slide6.html
    N www/papers/lvee_2014_winter_ports/slide7.html
    N www/papers/lvee_2014_winter_ports/slide8.html
    N www/papers/lvee_2014_winter_ports/slide9.html
    N www/papers/lvee_2014_winter_ports/slide10.html
    N www/papers/lvee_2014_winter_ports/slide11.html
    N www/papers/lvee_2014_winter_ports/slide12.html
    N www/papers/lvee_2014_winter_ports/slide13.html
    N www/papers/lvee_2014_winter_ports/slide14.html
    N www/papers/lvee_2014_winter_ports/slide15.html
    N www/papers/lvee_2014_winter_ports/slide16.html
    N www/papers/lvee_2014_winter_ports/slide17.html
    N www/papers/lvee_2014_winter_ports/slide18.html
    N www/papers/lvee_2014_winter_ports/slide19.html
    N www/papers/lvee_2014_winter_ports/slide20.html
    N www/papers/lvee_2014_winter_ports/slide21.html
    N www/papers/lvee_2014_winter_ports/slide22.html
    N www/papers/lvee_2014_winter_ports/slide23.html
    N www/papers/lvee_2014_winter_ports/slide24.html
    N www/papers/lvee_2014_winter_ports/slide25.html
    N www/papers/lvee_2014_winter_ports/slide26.html
    N www/papers/lvee_2014_winter_ports/slide27.html
    N www/papers/lvee_2014_winter_ports/slide28.html
    N www/papers/lvee_2014_winter_ports/index.html
    N www/papers/lvee_2014_winter_ports/img/cc.png
    N www/papers/lvee_2014_winter_ports/img/tl.png
    N www/papers/lvee_2014_winter_ports/img/bl.png
    N www/papers/lvee_2014_winter_ports/img/tr.png
    N www/papers/lvee_2014_winter_ports/img/t.png
    N www/papers/lvee_2014_winter_ports/img/panel.png
    N www/papers/lvee_2014_winter_ports/img/l.png
    N www/papers/lvee_2014_winter_ports/img/b.png
    N www/papers/lvee_2014_winter_ports/img/br.png
    N www/papers/lvee_2014_winter_ports/img/bg.blue.png
    N www/papers/lvee_2014_winter_ports/img/r.png
    N www/papers/lvee_2014_winter_ports/img/bg.overlay.png
    N www/papers/lvee_2014_winter_ports/img/button.png
    N www/papers/lvee_2014_winter_ports/js/jquery-min.js
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2014/02/21 02:38:27

Log message:
    Import my presentation (not a talk itself, of course, sorry) about KDE4
    success story in OpenBSD that I gave at LVEE Winter 2014, too.
    Russian language here as well.
    
    Status:
    
    Vendor Tag:	zhuk
    Release Tags:	zhuk_20140221
    
    N www/papers/lvee_2014_winter_kde4/style.css
    N www/papers/lvee_2014_winter_kde4/slide0.png
    N www/papers/lvee_2014_winter_kde4/slide1.png
    N www/papers/lvee_2014_winter_kde4/slide2.png
    N www/papers/lvee_2014_winter_kde4/slide3.png
    N www/papers/lvee_2014_winter_kde4/slide4.png
    N www/papers/lvee_2014_winter_kde4/slide5.png
    N www/papers/lvee_2014_winter_kde4/slide6.png
    N www/papers/lvee_2014_winter_kde4/slide7.png
    N www/papers/lvee_2014_winter_kde4/slide8.png
    N www/papers/lvee_2014_winter_kde4/slide9.png
    N www/papers/lvee_2014_winter_kde4/slide10.png
    N www/papers/lvee_2014_winter_kde4/slide11.png
    N www/papers/lvee_2014_winter_kde4/slide12.png
    N www/papers/lvee_2014_winter_kde4/slide13.png
    N www/papers/lvee_2014_winter_kde4/slide14.png
    N www/papers/lvee_2014_winter_kde4/slide15.png
    N www/papers/lvee_2014_winter_kde4/slide16.png
    N www/papers/lvee_2014_winter_kde4/slide17.png
    N www/papers/lvee_2014_winter_kde4/slide18.png
    N www/papers/lvee_2014_winter_kde4/slide19.png
    N www/papers/lvee_2014_winter_kde4/slide20.png
    N www/papers/lvee_2014_winter_kde4/slide21.png
    N www/papers/lvee_2014_winter_kde4/slide22.png
    N www/papers/lvee_2014_winter_kde4/slide23.png
    N www/papers/lvee_2014_winter_kde4/slide24.png
    N www/papers/lvee_2014_winter_kde4/slide25.png
    N www/papers/lvee_2014_winter_kde4/slide26.png
    N www/papers/lvee_2014_winter_kde4/slide27.png
    N www/papers/lvee_2014_winter_kde4/slide28.png
    N www/papers/lvee_2014_winter_kde4/slide29.png
    N www/papers/lvee_2014_winter_kde4/slide30.png
    N www/papers/lvee_2014_winter_kde4/slide31.png
    N www/papers/lvee_2014_winter_kde4/slide32.png
    N www/papers/lvee_2014_winter_kde4/slide33.png
    N www/papers/lvee_2014_winter_kde4/slide34.png
    N www/papers/lvee_2014_winter_kde4/slide35.png
    N www/papers/lvee_2014_winter_kde4/slide36.png
    N www/papers/lvee_2014_winter_kde4/slide37.png
    N www/papers/lvee_2014_winter_kde4/slide38.png
    N www/papers/lvee_2014_winter_kde4/slide39.png
    N www/papers/lvee_2014_winter_kde4/slide40.png
    N www/papers/lvee_2014_winter_kde4/slide41.png
    N www/papers/lvee_2014_winter_kde4/slide42.png
    N www/papers/lvee_2014_winter_kde4/slide43.png
    N www/papers/lvee_2014_winter_kde4/slide44.png
    N www/papers/lvee_2014_winter_kde4/slide45.png
    N www/papers/lvee_2014_winter_kde4/slide46.png
    N www/papers/lvee_2014_winter_kde4/slide47.png
    N www/papers/lvee_2014_winter_kde4/slide48.png
    N www/papers/lvee_2014_winter_kde4/slide0.html
    N www/papers/lvee_2014_winter_kde4/slide1.html
    N www/papers/lvee_2014_winter_kde4/slide2.html
    N www/papers/lvee_2014_winter_kde4/slide3.html
    N www/papers/lvee_2014_winter_kde4/slide4.html
    N www/papers/lvee_2014_winter_kde4/slide5.html
    N www/papers/lvee_2014_winter_kde4/slide6.html
    N www/papers/lvee_2014_winter_kde4/slide7.html
    N www/papers/lvee_2014_winter_kde4/slide8.html
    N www/papers/lvee_2014_winter_kde4/slide9.html
    N www/papers/lvee_2014_winter_kde4/slide10.html
    N www/papers/lvee_2014_winter_kde4/slide11.html
    N www/papers/lvee_2014_winter_kde4/slide12.html
    N www/papers/lvee_2014_winter_kde4/slide13.html
    N www/papers/lvee_2014_winter_kde4/slide14.html
    N www/papers/lvee_2014_winter_kde4/slide15.html
    N www/papers/lvee_2014_winter_kde4/slide16.html
    N www/papers/lvee_2014_winter_kde4/slide17.html
    N www/papers/lvee_2014_winter_kde4/slide18.html
    N www/papers/lvee_2014_winter_kde4/slide19.html
    N www/papers/lvee_2014_winter_kde4/slide20.html
    N www/papers/lvee_2014_winter_kde4/slide21.html
    N www/papers/lvee_2014_winter_kde4/slide22.html
    N www/papers/lvee_2014_winter_kde4/slide23.html
    N www/papers/lvee_2014_winter_kde4/slide24.html
    N www/papers/lvee_2014_winter_kde4/slide25.html
    N www/papers/lvee_2014_winter_kde4/slide26.html
    N www/papers/lvee_2014_winter_kde4/slide27.html
    N www/papers/lvee_2014_winter_kde4/slide28.html
    N www/papers/lvee_2014_winter_kde4/slide29.html
    N www/papers/lvee_2014_winter_kde4/slide30.html
    N www/papers/lvee_2014_winter_kde4/slide31.html
    N www/papers/lvee_2014_winter_kde4/slide32.html
    N www/papers/lvee_2014_winter_kde4/slide33.html
    N www/papers/lvee_2014_winter_kde4/slide34.html
    N www/papers/lvee_2014_winter_kde4/slide35.html
    N www/papers/lvee_2014_winter_kde4/slide36.html
    N www/papers/lvee_2014_winter_kde4/slide37.html
    N www/papers/lvee_2014_winter_kde4/slide38.html
    N www/papers/lvee_2014_winter_kde4/slide39.html
    N www/papers/lvee_2014_winter_kde4/slide40.html
    N www/papers/lvee_2014_winter_kde4/slide41.html
    N www/papers/lvee_2014_winter_kde4/slide42.html
    N www/papers/lvee_2014_winter_kde4/slide43.html
    N www/papers/lvee_2014_winter_kde4/slide44.html
    N www/papers/lvee_2014_winter_kde4/slide45.html
    N www/papers/lvee_2014_winter_kde4/slide46.html
    N www/papers/lvee_2014_winter_kde4/slide47.html
    N www/papers/lvee_2014_winter_kde4/slide48.html
    N www/papers/lvee_2014_winter_kde4/index.html
    N www/papers/lvee_2014_winter_kde4/js/jquery-min.js
    N www/papers/lvee_2014_winter_kde4/img/cc.png
    N www/papers/lvee_2014_winter_kde4/img/tl.png
    N www/papers/lvee_2014_winter_kde4/img/bl.png
    N www/papers/lvee_2014_winter_kde4/img/tr.png
    N www/papers/lvee_2014_winter_kde4/img/t.png
    N www/papers/lvee_2014_winter_kde4/img/panel.png
    N www/papers/lvee_2014_winter_kde4/img/l.png
    N www/papers/lvee_2014_winter_kde4/img/b.png
    N www/papers/lvee_2014_winter_kde4/img/br.png
    N www/papers/lvee_2014_winter_kde4/img/bg.blue.png
    N www/papers/lvee_2014_winter_kde4/img/r.png
    N www/papers/lvee_2014_winter_kde4/img/bg.overlay.png
    N www/papers/lvee_2014_winter_kde4/img/button.png
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	zhuk@cvs.openbsd.org	2014/02/21 02:52:28

Modified files:
	.              : events.html 
	papers         : index.html 

Log message:
Mention my talks from LVEE 2014 Winter edition.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 09:25:57

Modified files:
	sys/dev/acpi   : atk0110.c 

Log message:
remove stray printf; ok pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 09:29:08

Modified files:
	distrib/miniroot: dot.profile install.sh install.sub list 
	                  list2sh.awk makeconf.awk mtree.conf runlist.sh 
	                  services upgrade.sh 

Log message:
services


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 09:30:14

Modified files:
	distrib/miniroot: dot.profile install.sh install.sub list 
	                  list2sh.awk makeconf.awk mtree.conf runlist.sh 
	                  services upgrade.sh 

Log message:
oops, seperate pieces coming...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 09:34:15

Modified files:
	distrib/miniroot: services 

Log message:
Do not need to know the shell service on the install media.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 09:38:19

Modified files:
	share/man/man4 : qla.4 

Log message:
using a .Bl here is crazy


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 10:11:02

Modified files:
	distrib/miniroot: install.sh upgrade.sh 

Log message:
remove stupid comment from decades ago.  Proof is in the pudding, turns
out ksh is the perfect language to write this in.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 11:29:57

Modified files:
	distrib/special/libstubs: mbrtowc_sb.c 

Log message:
delete useless comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 11:30:15

Modified files:
	distrib/special/ftp: Makefile 

Log message:
delete useless comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 11:47:35

Modified files:
	sys/dev/pci    : qli_pci.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 11:49:06

Modified files:
	sys/dev/acpi   : acpiasus.c acpisony.c 

Log message:
these two drivers should be doing their repair at DVACT_WAKEUP time
rather than DVACT_RESUME
in snapshots for a long time, looked at by pirofti kettenis mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 12:00:01

Modified files:
	sbin/umount    : umount.c 

Log message:
Permit building without portmap/mountd rpc calls in the fallback nfs path
ok guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 12:00:18

src/distrib/special/umount

Update of /cvs/src/distrib/special/umount
In directory cvs.openbsd.org:/tmp/cvs-serv25402/umount

Log Message:
Directory /cvs/src/distrib/special/umount added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 12:01:02

Modified files:
	distrib/special: Makefile 
Added files:
	distrib/special/umount: Makefile 

Log message:
build a non-portmap/mountd speaking umount, which shrinks the libc
requirements on non-NFS install media


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 12:14:23

Modified files:
	distrib/miniroot: list list2sh.awk makeconf.awk mtree.conf 
	                  runlist.sh 

Log message:
remove irksome useless comments


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 12:47:31

Modified files:
	distrib/miniroot: install.sub 

Log message:
some spaces snuck in, and they cost us on the install media.  Not joking.
ok krw halex


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/21 13:52:39

Modified files:
	sbin/iked      : iked.h ikev2.c pfkey.c policy.c util.c 

Log message:
support rekeying for IPCOMP; ok mikeb@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 14:28:26

Modified files:
	sys/arch/sparc64/dev: ofwi2c.c 

Log message:
spelling


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/21 16:11:39

Modified files:
	regress/usr.bin/mandoc/char/hyphen: mdoc.in mdoc.out_ascii 

Log message:
Check that we do not break the line at existing hyphens in macro arguments.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/21 16:39:39

Modified files:
	bin/sleep      : sleep.1 
	lib/libc/gen   : sleep.3 

Log message:
remove section 2/3 pointers from section 1,
and do not point programmers at the obsolete usleep(3);
based on a diff from Jan Klemkow <j dot klemkow at wemelug dot de>,
but removing more as suggested by jmc@ and deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 16:48:38

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Do the lid control further on in the resume sequence, since this is
AML, and will do WAITOK operations.  While cold, that is a bad idea.
We seem to be safe with respect to the spec, I do not see any event
debounce issues here.
ok kettenis, tested by many


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/21 18:32:19

Modified files:
	usr.bin/ssh    : readconf.c 

Log message:
when processing Match blocks, skip 'exec' clauses if previous predicates
failed to match; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/21 18:38:47

Modified files:
	usr.bin/tmux   : style.c 

Log message:
Fix -fg/-bg/-style with 256 colour terminals.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/21 19:54:36

Modified files:
	libexec/ld.so  : ld.so.1 

Log message:
Delete descriptions of env variables that we don't actually support.
They all sound like bad ideas anyway.

ok matthew@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 20:53:45

Modified files:
	sys/conf       : newvers.sh 

Log message:
take us to -release mode


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/02/21 21:41:32

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)

tested on Supermicro X10SLL

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2014/02/21 21:48:04

Modified files:
	share/man/man4 : em.4 

Log message:
Bring this up to date for recent additions to if_em


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/21 22:13:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
Do an additional feed_random in the co-routine that is fetching the sets
like.  This is going to finish at a really unpredictable time, and
that is a swell time to do an aggressive push & stir.
ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/22 00:20:39

Modified files:
	sys/conf       : GENERIC 

Log message:
disable POOL_DEBUG for release
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/22 03:14:56

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-gio_gunixmount_c 

Log message:
Fix bug in glib's gio that could make XFCE's Thunar crash and make GNOME's
Nautilus hang when unmounting devices. Patch filed upstream (bz 724916).
ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/22 03:40:04

Modified files:
	devel/pangox-compat: Makefile 
	devel/pangox-compat/pkg: PLIST 

Log message:
Recently, pango changed its cache directory from /etc/pango to
/usr/local/lib/pango/... which resulted in pangox not being able to
store pangox.aliases under the non existent /etc/pango directory -- so
@sample it to make sure it's there.

reported by jturner@
ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/22 03:47:58

Modified files:
	faq/nl         : faq7.html index.html 
	nl             : ftp.html translation.html 
	opensmtpd/pt   : index.html 
	openssh/nl     : ftp.html portable.html 
	pt             : crypto.html cvsync.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/22 06:27:46

Modified files:
	sbin/disklabel : editor.c 

Log message:
Revert mountpoints tweaking. Needs much more serious surgery than time
permits before release, and is pointless without other following diffs
to justify it that will not make release.

Should fix segfault's during install reported by Rod Whitworth on tech@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2014/02/22 07:24:43

Modified files:
	bin/ed         : ed.1 

Log message:
STANDARDS:
- `%' is an extension
- `^' is neither required nor prohibited by posix
- the deprecated `-' option is "behaviour unspecified"

ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/22 08:36:10

Modified files:
	sys/dev/ic     : qla.c 

Log message:
refactor firmware loading with a function pointer
ok jmatthew


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/22 10:43:16

Modified files:
	sys/arch/alpha/conf: GENERIC 

Log message:
disable alipm for now.  Since GENERIC.MP showed up, a variety of machines
are having trouble, dejavu from sparc64 when we hit multiple-bus-master
iic machines using this chipset.  In that case, it was chip read/write PCI
timeouts, at the moment we do not know.  Future work would be to figure
this out and re-enable this.
ok miod.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/22 11:01:10

Modified files:
	usr.bin/tmux   : layout.c window.c 

Log message:
Fix crash due to uninitialized lastwp member of layout_cell, reported by
Balazs Kezes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/22 11:10:39

Modified files:
	sys/arch/mips64/include: _types.h 
	lib/csu/mips64 : md_init.h 

Log message:
Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned
to a 16 byte boundary in csu (similar to what the other arches where
_STACKALIGNBYTES != _ALIGNBYTES do).
This is necessary for long double variables on the stack to be correctly
aligned.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/22 13:27:21

Modified files:
	sys/arch/sgi/stand/boot: boot.c version 

Log message:
/etc/random.seed support in the boot blocks (only when loading from disk).


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/02/22 14:03:22

Modified files:
	openssh        : index.html 

Log message:
some more names


CVSROOT:	/cvs
Module name:	www
Changes by:	jturner@cvs.openbsd.org	2014/02/22 16:51:30

Modified files:
	.              : events.html 

Log message:
Add BSDCan 2014 and fix AsiaBSDCon 2014 anchor


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2014/02/22 17:53:06

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd-new-session.c 
	                 options-table.c server-client.c tmux.1 tmux.h 
	                 tty-term.c tty.c 

Log message:
Change terminal-overrides to a server option (now that we have them), it
doesn't make much sense as a session option.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/22 23:16:45

Modified files:
	sys/arch/macppc/stand: alloc.c 

Log message:
remove a surplus ')' in disabled code


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/23 01:59:09

Modified files:
	sys/dev/pci    : qlereg.h qle.c 

Log message:
rework firmware handling a bit.  when built without firmware, check that
the chip already has firmware before trying to boot it, so we can explain
why it's not working rather than printing cryptic errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/23 02:36:52

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/dev/pci/drm: drmP.h drm_drv.c files.drm 
	sys/dev/pci/drm/i915: i915_drv.c 
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Give drm(4) a console locator just like wsdisplay(4) such that we can make
sure /dev/drm0 always matches the primary display.

ok mpi@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/23 03:40:19

Modified files:
	sys/dev/ic     : qla.c 

Log message:
when built without firmware, check that the chip already has firmware
before trying to boot it, so we can explain why it's not working rather
than printing cryptic errors.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/02/23 04:06:28

Modified files:
	distrib/hppa   : list 

Log message:
Add the new installboot to instbin for hppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2014/02/23 04:08:02

Modified files:
	distrib/hppa   : install.md 

Log message:
Use the new installboot for hppa installs.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/23 05:26:18

Modified files:
	sys/arch/alpha/pci: pci_bwx_bus_mem_chipdep.c 

Log message:
fix a printf in a debug path
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/23 05:30:15

Modified files:
	sys/arch/mvme68k/stand/wrtvid: wrtvid.c 
	sys/arch/mvme88k/stand/wrtvid: wrtvid.c 

Log message:
fix a memory leak
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2014/02/23 07:17:06

Modified files:
	devel/subversion: Tag: OPENBSD_5_4 Makefile 
	devel/subversion/patches: Tag: OPENBSD_5_4 
	                          patch-subversion_mod_dav_svn_repos_c 

Log message:
For 5.4-stable, fix CVE-2014-0032: mod_dav_svn DoS vulnerability
requested by and ok jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/23 11:13:27

Modified files:
	bin/expr       : expr.1 

Log message:
add HISTORY and AUTHORS;
my research triggered by a question from Adam Moskowitz via Kirk McKusick;
feedback and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/23 12:22:41

Modified files:
	sys/arch/hp300/stand/cdboot: cdboot.c 
	sys/arch/hp300/stand/common: version.c 
	sys/arch/hp300/stand/libsa: Makefile exec_hp300.c 
	sys/arch/hp300/stand/uboot: uboot.c 

Log message:
Try and load /etc/random.seed from SYS_UBOOT.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/23 12:59:50

Modified files:
	usr.sbin/fw_update: fw_update.1 

Log message:
Document where firmwares come from, as step 1 of dealing with off-line
some firmware retrieval issues I discovered.
ok espie halex


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/23 13:01:04

Modified files:
	sys/arch/luna88k/stand/boot: Makefile boot.c init_main.c 

Log message:
Try and load /etc/random.seed before attempting to load the kernel.
Bump version.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/23 13:03:42

Modified files:
	usr.bin/ssh    : ssh-ed25519.c 

Log message:
check for unsigned overflow; not reachable in OpenSSH but others might
copy our code...


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/02/23 13:09:59

Modified files:
	usr.sbin/fw_update: fw_update.sh 

Log message:
print out the path to the firmware packages in verbose mode, for use with
the upcoming -p <path> flag


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/23 13:11:36

Modified files:
	usr.bin/ssh    : readconf.c readconf.h ssh.c ssh_config.5 

Log message:
reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
the hostname. This allows users to write configurations that always
refer to canonical hostnames, e.g.

CanonicalizeHostname yes
CanonicalDomains int.example.org example.org
CanonicalizeFallbackLocal no

Host *.int.example.org
Compression off
Host *.example.org
User djm

ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2014/02/23 15:22:16

Modified files:
	usr.sbin/fw_update: fw_update.1 fw_update.sh 

Log message:
- add a -p <path> switch for specifying the location of
firmware packages
- reword 'firmware files' to 'firmware'
- pick some style and whitespace nits

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2014/02/23 16:09:34

Modified files:
	lib/libc/string: stpcpy.3 

Log message:
in HISTORY, say where this actually came from;
ok deraadt@ bentley@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/23 23:05:50

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
PLX 8724 as found on LSI SAS9206-16E boards.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2014/02/23 23:06:15

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/23 23:45:56

Modified files:
	usr.sbin/ypserv/ypserv: ypserv_proc.c 

Log message:
fix a memory leak in an error path
ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/23 23:55:11

Modified files:
	usr.sbin/relayd: config.c 

Log message:
fix a buffer overflow of an array introduced with the ssl inspection commit
ok reyk@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2014/02/24 06:28:40

Modified files:
	bin/ed         : README 

Log message:
NO_REALLOC_NULL and NEED_INSQUE are long gone.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/24 09:18:25

Modified files:
	faq            : faq10.html 

Log message:
improve wording and formatting, suggested by krw@
While there, remove inetd.conf config details...seems to be no good reason
to use that anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/24 10:46:37

Modified files:
	etc            : man.conf 

Log message:
default to locale awareness. safer than changing internal mandoc defaults.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/24 11:06:12

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
fix off by one leading to invalid host stats tree


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/24 11:21:20

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
Partially revert r1.134, bring back the code suspending root hub's ports
before reseting the controller in order to save power when the machine is
suspended.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/24 11:29:25

Modified files:
	.              : INDEX 

Log message:
sync, 8743


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/24 12:45:43

Modified files:
	lib/libc/crypt : bcrypt.c 

Log message:
solar's testsuite revealed insufficient validation of invalid input hashes.
add a more complete check for the rounds parameter. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	brad@cvs.openbsd.org	2014/02/24 13:00:49

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Revert rev 1.348 and disable IPv6 TCP checksum offload for the time being.
It has been reported that the offload support is not working properly with
some of the newer ASICs, specifically BCM57780 and BCM57765. It is unknown
what the issue is whether it could be hw, the driver or the stack; so to
be on the safe side it is being disabled all together until the issue
can be investigated further.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/24 13:11:53

Modified files:
	etc            : man.conf 

Log message:
revert previous

has fun effects on some manpages under some circumstances, as found out
by sthen@: the gindent manpage looks like shit when seen with that new
default man.conf on an uft8 terminal, e.g., quotes combine with the
previous character to yield accented letters for no reason.

this should be handled calmly after release, not rushed in at the last
minute (okay deraadt@)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/24 13:15:37

Modified files:
	sys/arch/aviion/stand/boot: boot.c devopen.c version.c 
	sys/arch/aviion/stand/libsa: exec.c 

Log message:
/etc/random.seed support in da bootblockz.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/24 13:23:27

Modified files:
	lib/libc/asr   : res_search_async.c 

Log message:
make res_search() report NO_DATA instead of HOST_NOT_FOUND in some cases.
issue reported by matthieu@

ok matthieu@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/24 14:36:49

Modified files:
	sys/dev/pci/drm/ttm: ttm_page_alloc.c 

Log message:
Reduce dmesg spam.  Apologies to stsp@ for rejecting his larger diff that
contained this bit.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/24 16:43:26

Modified files:
	share/man/man8 : autoinstall.8 

Log message:
Tweak and expand verbiage. Feeback from jmc@, rpe@, deraadt@, sthen@. Ready
for the next round of cleanup.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/24 17:03:38

Modified files:
	sys/dev/pci/drm/radeon: radeon_kms.c 

Log message:
Some broken BIOSen don't assign an address to the ROM BAR.  Fix this up, as we
typically need to be able to map the ROM to get connector information and/or
to POST the card.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/24 17:14:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add Atom C2000 devices and a few others
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/24 17:16:24

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2014/02/24 17:18:57

Modified files:
	sys/dev/pci    : ichiic.c 

Log message:
match on Atom C2000
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmatthew@cvs.openbsd.org	2014/02/25 06:08:16

Modified files:
	sys/dev/pci    : qle.c 

Log message:
convert most printfs into DPRINTFs to cut down on dmesg spam, and add
some missing format arguments pointed out by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpi@cvs.openbsd.org	2014/02/25 08:49:10

Modified files:
	sys/dev/usb    : uhidev.c 

Log message:
Abort and close all the interrupt pipes when detaching HID devices since
drivers attaching to uhidev(4) do not always do it.  Seems to fix one of
the transfer aborting races triggering a lot of "ehci_idone: ..." vomit
upon resume.

Reported by and fix tested by Ville Valkonen, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/02/25 08:58:45

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
if a specific pattern of failures/success happen, we can end up not
reinitializing curevp correctly for next transaction leading to a
possible crash.

diff by eric@, ok by me


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2014/02/25 10:31:15

Modified files:
	sys/tmpfs      : tmpfs_vnops.c 

Log message:
Check for offset wraparound and enforce RLIMIT_FSIZE.

problem reported by brad@
ok kettenis@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2014/02/25 11:40:37

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
Wait for the RIRB DMA engine to come ready.  Needed on the audio device
integrated in the Vortex86EX SoC.  Based on a diff by sasano@.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/25 14:26:44

Modified files:
	sys/arch/sparc/conf: ld.script 

Log message:
Put edata after the .openbsd.randomdata phdr, to prevent the former's contents
from being bzeroed when locore bzeros what it thinks is the bss.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/25 14:28:30

Modified files:
	sys/arch/sparc/stand/boot: boot.c loadfile_sparc.c 
	sys/arch/sparc/stand/common: version.c 

Log message:
/etc/random.seed support (unless booting from tape). Crank version.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/25 14:40:39

Modified files:
	sys/lib/libsa  : loadfile_elf.c 

Log message:
Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE if
LOAD_DATA is not set in flags; allows a two-pass kernel load using COUNT_KERNEL
and then LOAD_KERNEL to work; similar to sparc loadfile_sparc.c 1.3.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/25 15:16:24

Modified files:
	app/xdm/config : Xsession.cpp 
	app/xinit      : xinitrc.cpp 

Log message:
Support for ed25519 keys. from  Tristan Le Guern with tweaks by sthen@
Ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/25 19:21:50

Modified files:
	sbin/mount_cd9660: mount_cd9660.8 
	sbin/mount_udf : mount_udf.8 

Log message:
short note that the filesystem is always mounted readonly


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/26 02:13:32

Modified files:
	de             : ftp.html 
	nl             : donations.html ftp.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	opensmtpd/pt   : index.html 
	openssh/de     : ftp.html index.html portable.html 
	openssh/nl     : ftp.html index.html portable.html 
	pt             : donations.html plus.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/26 07:09:15

Modified files:
	sbin/iked      : ikev2.c 

Log message:
don't policy_ref an activate policy (policy_ref/unref are assymetrical),
otherwise the policy list might get corrupted; from haesbaert


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2014/02/26 07:21:28

Modified files:
	app/xinit      : xinitrc.cpp 

Log message:
oops Pablo Mendez Hernandez <pablomh@gmail.com> pointed out there
is a typo in previous commit.
ok jca@, dcoppa@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2014/02/26 09:01:32

Modified files:
	distrib/armv7/miniroot: Makefile.inc 
	distrib/armv7/ramdisk: install.md 

Log message:
Fix script to allow it to work on both SD and eMMC. -moj ok deraadt@ nick@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2014/02/26 10:39:48

Modified files:
	app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm 
	                 OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm 

Log message:
puffy 5.5


CVSROOT:	/cvs
Module name:	src
Changes by:	giovanni@cvs.openbsd.org	2014/02/26 10:58:04

Modified files:
	etc/root       : root.mail 

Log message:
fix pkg names
"feel free to fix it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	rpe@cvs.openbsd.org	2014/02/26 11:13:41

Modified files:
	distrib/notes  : m4.common 

Log message:
Update section about autoinstall and sync with reality.
Use a more elaborate response file example.

with feedback from krw and jmc
no objections from miod
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/26 13:00:08

Modified files:
	lib/libc/asr   : asr_utils.c getaddrinfo_async.c 
	                 gethostnamadr_async.c getnetnamadr_async.c 

Log message:
Do not restrict chars in dname during label expansion, but validate resulting
hostnames before returning them to the caller.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jca@cvs.openbsd.org	2014/02/26 13:07:18

Modified files:
	x11/ratpoison  : Makefile 
Added files:
	x11/ratpoison/patches: patch-src_actions_c patch-src_manage_c 

Log message:
Add the patches missed 10mn ago, and bump again for safety.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/26 13:18:37

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
bz#2205: avoid early hostname lookups unless canonicalisation is enabled;
ok dtucker@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/26 13:28:44

Modified files:
	usr.bin/ssh    : auth2-gss.c gss-serv.c ssh-gss.h sshd.c 

Log message:
bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep
sandboxing, as running this code in the sandbox can cause violations;
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/26 13:29:29

Modified files:
	usr.bin/ssh    : channels.c 

Log message:
don't assume that the socks4 username is \0 terminated;
spotted by Ben Hawkes; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/26 13:48:07

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
use a larger read buffer to speed things up, particularly during upgrades.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:50:17

Modified files:
	usr.sbin/arp   : arp.c 

Log message:
There is no need to init a global to 0


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/26 13:50:24

Modified files:
	lib/libc/asr   : getaddrinfo_async.c 

Log message:
need more #include files for resolv.h, for the non-YP case, which happens
on the install media...
ok eric


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:51:17

Modified files:
	usr.sbin/arp   : arp.8 

Log message:
This is a lie, the default is not 0. It is inherited from the process.
OK by many


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:52:29

Modified files:
	usr.sbin/traceroute: traceroute.8 
	usr.sbin/traceroute6: traceroute6.8 

Log message:
Again the default is not 0.
Ok many


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:54:08

Modified files:
	sbin/ping      : ping.8 
	sbin/ping6     : ping6.8 

Log message:
Still a  lie, the default is not 0. It is inherited from the process.
OK by many


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:56:11

Modified files:
	usr.bin/nc     : nc.1 
	usr.bin/telnet : telnet.1 
	usr.bin/tcpbench: tcpbench.1 

Log message:
Once more, the default routing table id is inherited from the process
like for any other process as well. OK by many


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 13:58:42

Modified files:
	lib/libc/sys   : getrtable.2 

Log message:
No need to Xr the same man page twice.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 14:01:39

Modified files:
	lib/libc/sys   : getsockopt.2 

Log message:
Try to document SO_RTABLE better. With input from deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2014/02/26 14:06:02

Added files:
	etc/signify    : openbsd-55-pkg.pub openbsd-56-pkg.pub 

Log message:
OpenBSD 5.5 and 5.6 packages public keys


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/26 14:09:03

Removed files:
	etc/signify    : 54base.pub 54fw.pub 54pkg.pub 

Log message:
the test 5.4 keys can go away


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/26 14:09:07

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 14:10:03

Modified files:
	sbin/route     : route.8 

Log message:
Try to be more precise about rtable and rdomains.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2014/02/26 14:19:44

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Try to reduce the confusion about rdomain vs rtable. More is needed but
this is a start. With input from many.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2014/02/26 14:53:38

Modified files:
	usr.bin/ssh    : sshd.c 

Log message:
ssh_gssapi_prepare_supported_oids needs GSSAPI


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2014/02/26 15:29:17

Modified files:
	xserver/hw/xfree86/os-support/bsd: ppc_video.c 

Log message:
Call pci_system_init(), even if opening /dev/xf86 fails.  Makes it possible to
run X with machdep.allowaperture=0 on hardware supported by radeondrm(4)
on macppc too.

tested by landry@
ok matthieu@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2014/02/26 15:37:34

Added files:
	etc/signify    : openbsd-55-fw.pub openbsd-56-fw.pub 

Log message:
proper (non-test) keys for 5.5 and 5.6 firmware


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2014/02/26 15:54:44

Modified files:
	.              : INDEX 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/26 17:41:49

Modified files:
	usr.bin/ssh    : bufbn.c 

Log message:
fix unsigned overflow that could lead to reading a short ssh protocol
1 bignum value; found by Ben Hawkes; ok deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2014/02/26 17:52:58

Modified files:
	app/cwm        : xutil.c 

Log message:
Alignment fix; found the hard way on sparc64 by landry@ (and thanks too
for fast access to a box!)

ok deraadt@, matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 01:25:09

Modified files:
	usr.bin/ssh    : bufbn.c 

Log message:
off by one in range check


CVSROOT:	/cvs
Module name:	www
Changes by:	brett@cvs.openbsd.org	2014/02/27 02:51:52

Modified files:
	.              : plus.html 

Log message:
plus.html for Feb 17-23, ok jj@.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 10:03:53

Modified files:
	usr.bin/signify: signify.1 

Log message:
use the real keys' names


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/02/27 10:26:45

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html errata46.html 
	                 errata47.html errata48.html errata49.html 
	                 errata50.html errata51.html errata52.html 
	                 errata53.html errata54.html 
Added files:
	.              : errata55.html 

Log message:
roll to create new errata55.html


CVSROOT:	/cvs
Module name:	CVSROOT
Changes by:	deraadt@cvs.openbsd.org	2014/02/27 10:35:13

Modified files:
	.              : modules 

Log message:
disable the www updater


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 11:04:28

Modified files:
	distrib/notes  : INSTALL m4.common 
	distrib/notes/amd64: install prep 
	distrib/notes/i386: install prep 

Log message:
delete old notes and long sections about old problems to reflect what
a new user is likely to need to know today


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 11:06:45

Modified files:
	distrib/notes/i386: hardware 

Log message:
nobody asks about parallel port zip drives anymore, nor are we planning
to support them


CVSROOT:	/cvs
Module name:	www
Changes by:	tedu@cvs.openbsd.org	2014/02/27 11:15:12

Modified files:
	.              : amd64.html i386.html 

Log message:
ain't nobody got time for microchannel.
but add a more useful note that support for *new* hardware can be
accelerated by donations and help.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 11:22:11

Modified files:
	distrib/notes/amd64: hardware 
	distrib/notes/i386: hardware 

Log message:
refer to the website for the support hardware list


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/27 11:43:49

src/distrib/luna88k/miniroot

Update of /cvs/src/distrib/luna88k/miniroot
In directory cvs.openbsd.org:/tmp/cvs-serv31470/miniroot

Log Message:
Directory /cvs/src/distrib/luna88k/miniroot added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/27 11:48:15

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/armish: hardware 
	distrib/notes/hp300: hardware 
	distrib/notes/hppa: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/landisk: hardware 
	distrib/notes/loongson: hardware 
	distrib/notes/luna88k: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/octeon: hardware 
	distrib/notes/sgi: hardware 
	distrib/notes/sparc: hardware 
	distrib/notes/sparc64: hardware 
	distrib/notes/zaurus: hardware 

Log message:
Delete horrifically out of data add-on-peripheral lists; there are other
places to check for this information, or trial and error, with error
resulting in things getting fixed.  Scary false warnings don't help anyone.
Unmaintainable lists are always unmaintained.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/27 11:55:39

Modified files:
	distrib/luna88k: Makefile 
	distrib/notes/luna88k: contents install prep upgrade 
	etc/etc.luna88k: Makefile.inc disktab 
Added files:
	distrib/luna88k/miniroot: Makefile 

Log message:
Build a small miniroot filesystem which can be dumped on a new disk or an
existing swap partition for an easier initial installation.


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2014/02/27 12:03:14

Modified files:
	.              : want.html 

Log message:
My newly acquired 2nd hand macppc laptop gave up after just two days :(
Perhaps someone out there has a working replacement?


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:04:41

Modified files:
	distrib/notes/amd64: prep 
	distrib/notes/i386: prep 

Log message:
simpler dual boot instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:06:38

Modified files:
	distrib/notes/i386: hardware 

Log message:
scary tables of isa port numbers are scary.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:26:50

Modified files:
	distrib/notes  : m4.common 

Log message:
fewer mentions of SunOS


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:29:19

Modified files:
	distrib/notes  : m4.common 

Log message:
talk about signify a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:31:02

Modified files:
	distrib/notes/amd64: xfer 
	distrib/notes/i386: xfer 

Log message:
missed some tape references


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:33:51

Modified files:
	distrib/notes/amd64: install xfer 
	distrib/notes/i386: install xfer 

Log message:
tape references everywhere


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:42:28

Modified files:
	distrib/notes  : m4.common 

Log message:
nobody uses dos. ntrw.exe is the future.


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 12:44:37

Modified files:
	distrib/notes  : INSTALL 

Log message:
don't list mirrors, just refer to ftp.html


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 13:04:16

Modified files:
	regress/usr.bin/ssh: login-timeout.sh 

Log message:
remove any existing LoginGraceTime from sshd_config before adding
a specific one for the test back in


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 13:11:25

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/amd64: xfer 
	distrib/notes/i386: xfer 

Log message:
some basic notes on how to create a CD-ROM from an iso


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 13:18:10

Modified files:
	distrib/notes/alpha: xfer 
	distrib/notes/macppc: xfer 
	distrib/notes/sparc: xfer 
	distrib/notes/sparc64: xfer 

Log message:
some other places it may help to know how to burn an iso


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/02/27 13:30:59

Modified files:
	distrib/notes/landisk: xfer 
	distrib/notes/loongson: xfer 
	distrib/notes/macppc: xfer 

Log message:
some unlikely tape candidates


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/27 13:31:30

Modified files:
	build          : mirrors.pl mirrors.dat 
Removed files:
	build/mirrors  : mirrors-notes.end mirrors-notes.head 

Log message:
Other parts to go with the distrib/notes/mirrors removal


CVSROOT:	/cvs
Module name:	src
Changes by:	jca@cvs.openbsd.org	2014/02/27 14:04:57

Modified files:
	lib/libssl/src/ssl: d1_both.c s3_both.c s3_lib.c s3_pkt.c 
	                    ssl_locl.h t1_enc.c 

Log message:
SECURITY fixes backported from openssl-1.0.1f.  ok mikeb@

CVE-2013-4353 NULL pointer dereference with crafted Next Protocol
Negotiation record in TLS handshake.
Upstream: 197e0ea

CVE-2013-6449 Fix crash with crafted traffic from a TLS 1.2 client.
Upstream: ca98926, 0294b2b

CVE-2013-6450 Fix DTLS retransmission from previous session.
Upstream: 3462896


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 14:21:25

Modified files:
	regress/usr.bin/ssh: agent-ptrace.sh agent.sh 

Log message:
keep return values that are printed in error messages;
from portable


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/02/27 14:25:53

Modified files:
	.              : lyrics.html 

Log message:
unbreak link (s/openbsd.org/www.openbsd.org/ in URL)


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 15:47:07

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
bz#2184 clarify behaviour of a keyword that appears in multiple
matching Match blocks; ok dtucker@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 15:57:40

Modified files:
	usr.bin/ssh    : version.h 

Log message:
openssh-6.6


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/02/27 16:17:41

Modified files:
	regress/usr.bin/ssh: host-expand.sh 

Log message:
RCS Id


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/02/27 17:47:14

Modified files:
	distrib/notes/armish: prep 
	distrib/notes/armv7: prep 
	distrib/notes/octeon: prep 
	distrib/notes/socppc: prep 

Log message:
Recommend cu instead of tip in the INSTALL prep notes

As well as using a USB serial device in the example.

"cu in general works better on various systems" -- deraadt
"cu is more predictable across platforms" -- dlg

Ok from maja, tedu, bmercer, jj. "I like it" from deraadt

First commit is in documentation, that must be sign of something.
Thanks to everyone for making me feel welcome.


CVSROOT:	/cvs
Module name:	src
Changes by:	afresh1@cvs.openbsd.org	2014/02/27 17:55:02

Modified files:
	distrib/notes/armv7: hardware 

Log message:
Mention in INSTALL that the BeagleBone supports omgpio

Ok from bmercer and sthen, Sure from deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/27 19:14:09

Added files:
	etc/signify    : openbsd-55-base.pub openbsd-56-base.pub 

Log message:
proper (non-test) keys for 5.5 and 5.6 base


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/02/27 19:18:24

Modified files:
	.              : plus38.html plus40.html 

Log message:
not possible to href to the old PR database


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/02/27 19:20:54

Modified files:
	.              : index.html 
	openssh        : index.html 

Log message:
cvs.openbsd.org serves web no more.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2014/02/28 00:46:34

Modified files:
	fr             : alpha.html anoncvs.html crypto.html cvsync.html 
	                 index.html orders.html porting.html 
	                 translation.html want.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/02/28 01:32:48

Modified files:
	usr.sbin/smtpd : to.c 

Log message:
do not miss out F_BACKUP when dumping envelope or it breaks backup MX

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/28 08:59:38

Modified files:
	sys/tmpfs      : tmpfs_vnops.c 

Log message:
guenther's addition of filechk didn't take into account the different
structure of tmpfs_write.

rewrite the opening tests to conform more to ffs's code, so that overrun
is not used unitialized. Patch by kettenis@ (on the road)

deraadt@ "do it right away"


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/02/28 09:00:11

Modified files:
	usr.sbin/smtpd : lka_session.c 

Log message:
The user.directory expansion is not supposed to be escaped.

ok gilles@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/02/28 09:13:08

Modified files:
	.              : errata55.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2014/02/28 09:14:05

Modified files:
	regress/sys/kern/pwrite: pwrite.c 

Log message:
... also check that writing 0 bytes works...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2014/02/28 14:37:59

Modified files:
	distrib/notes/alpha: contents 
	distrib/notes/amd64: contents 
	distrib/notes/armish: contents 
	distrib/notes/armv7: contents 
	distrib/notes/aviion: contents 
	distrib/notes/hp300: contents 
	distrib/notes/hppa: contents 
	distrib/notes/i386: contents 
	distrib/notes/landisk: contents 
	distrib/notes/loongson: contents 
	distrib/notes/luna88k: contents 
	distrib/notes/macppc: contents 
	distrib/notes/mvme68k: contents 
	distrib/notes/mvme88k: contents 
	distrib/notes/octeon: contents 
	distrib/notes/sgi: contents 
	distrib/notes/socppc: contents 
	distrib/notes/sparc: contents 
	distrib/notes/sparc64: contents 
	distrib/notes/vax: contents 
	distrib/notes/zaurus: contents 

Log message:
update sets sizes


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2014/02/28 15:18:23

Modified files:
	sbin/pfctl     : pfctl.c 

Log message:
Bring back the code removed in rev1.317 used to print anchors with
wildcard path ("ftp-proxy/*"), but make sure to call it after we're
done with the ruleset for the current anchor.  On one hand this
repairs printing content of such anchors and on the other it allows
to use a wildcard on the command line for anchors that were not
initially specified with a wildcard.  Makes pfctl regress happy
again.  OK henning, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/28 15:46:54

Modified files:
	usr.bin/ssh    : Makefile.inc 

Log message:
Absolutely do not override base system build features in this file!!
Discovered by miod.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/02/28 15:53:06

Modified files:
	distrib/vax/iso: Makefile 

Log message:
Put signatures in the right place on the media


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2014/02/28 16:51:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
Mount MSDOS partitions with '-l' and not '-s'. Force lists of file names
to all lower case. Check for install.$ARCH and sha256*. Fixes
getting sets from an MSDOS partition, which uebayasi@ reported was
broken, without impacting other sources for sets.

ok rpe@ halex@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/01 04:49:39

Modified files:
	.              : index.html 

Log message:
Remove two very outdated www mirrors (index.html not updated since 2013/05/01).
Spotted by halex@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/01 06:47:26

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
start using the new officially named keys.  This is being done before
any snapshots come out which are signed with that key... but just give
it a day or two.
from ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/01 20:36:22

Modified files:
	distrib/miniroot: install.sub list 

Log message:
move to official keys


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/01 22:46:26

Modified files:
	distrib/alpha/iso: Makefile 
	distrib/amd64/iso: Makefile 
	distrib/hppa/iso: Makefile 
	distrib/i386/iso: Makefile 
	distrib/macppc/iso: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sparc/iso: Makefile 
	distrib/sparc64/iso: Makefile 
	distrib/vax/iso: Makefile 

Log message:
Unfortunately... the "full-size downloadable" ISOs will ship without
internal-signing, because the procedures ran into some snags we can't
fix in time for release...


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 00:39:02

Modified files:
	.              : donations.html 

Log message:
new...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 07:12:17

Modified files:
	distrib/miniroot: install.sub 

Log message:
the map-to-lowercase scheme for msdos is not going to work, because other
filesystems can contain mixed case files (ie. sgi).
discussed with krw and halex


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 08:41:29

Modified files:
	sbin/fdisk     : fdisk.8 fdisk.c 

Log message:
-l disksize code, to force LBA mode.  code by chris, after I suggested
wrapping rows of echo's via fdisk was silly.
ok kettenis krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 08:42:49

Modified files:
	etc/etc.amd64  : disktab 
	etc/etc.i386   : disktab 

Log message:
Add two disktab entries, for *.fs install filesystems (let's call them
'miniroot and maxiroot')..
from chris


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 08:57:34

Modified files:
	distrib/i386/common: Makefile.inc 
	distrib/i386/iso: Makefile 
	distrib/amd64/common: Makefile.inc 
	distrib/amd64/iso: Makefile 

Log message:
Build a (USB or other disk) miniroot, which can be dd'd and booted since
it is in LBA form.
Work by chris@, integration methodology proposed by me.  Needs improvements
after release..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 09:06:14

Modified files:
	distrib/amd64/iso: Makefile 

Log message:
also install the "maxiroot"


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/03/02 10:57:18

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
only signed types work when comparing less than zero.
reported by matthieu. ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/03/02 11:05:43

Modified files:
	.              : index.html 
	faq            : faq1.html 
	build/mirrors  : ftp.html.head 

Log message:
standardize 3/three CD set -- no plural, no dash.  From jmc@, who wanted me
to handle the ftp page.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2014/03/02 11:12:37

Modified files:
	.              : ftp.html 

Log message:
sync after regen from new ftp.html.head


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 11:46:17

Modified files:
	distrib/i386/ramdisk_cd: Makefile 
	distrib/amd64/ramdisk_cd: Makefile 

Log message:
create small i386 and amd64 miniroots.  These can be dd'd to a usb stick
or such, and easily booted.
Work by chris, integration mechanism by me


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/02 12:37:02

Modified files:
	build          : mirrors.pl 

Log message:
stop trying to use the now-nonexistent code to write out the file to
merge into distrib/notes, found by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 13:19:17

Modified files:
	distrib/i386   : Makefile 

Log message:
Give up on the other kind of CD.  Noone uses it, I am positive.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2014/03/02 14:19:36

Modified files:
	usr.sbin/smtpd : mta_session.c 

Log message:
if peer advertises DSN and we don't want to use it, make sure we don't send
trailing spaces, not every MTA can cope with that

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/02 18:37:36

Modified files:
	etc/etc.i386   : Makefile.inc 

Log message:
cdemu is no more


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/03 00:40:34

Modified files:
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/armv7/ramdisk: list 
	distrib/aviion/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/loongson/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/octeon/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
use official 5.5 key


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2014/03/03 01:37:37

Modified files:
	lib/libc/asr   : getaddrinfo_async.c 

Log message:
fix support for HOSTALIASES.

reported by tedu@
ok tedu@ deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/03 03:36:12

Modified files:
	build          : mirrors.dat 

Log message:
add mirror.garr.it in Rome; from Enrico Cavalli


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/03 03:36:27

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/03 03:37:44

Modified files:
	build          : mirrors.dat 

Log message:
adjust hostname s/mirror.garr.it/openbsd.&


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2014/03/03 03:38:02

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2014/03/03 14:37:58

Modified files:
	.              : want.html 

Log message:
one thing taken care of...


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2014/03/03 15:22:30

Modified files:
	usr.bin/ssh    : session.c 

Log message:
ignore enviornment variables with embedded '=' or '\0' characters;
spotted by Jann Horn; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2014/03/04 08:09:36

Modified files:
	security/gnutls: Makefile 
	security/gnutls/patches: patch-lib_x509_verify_c 

Log message:
Pull in an upstream commit to GnuTLS fixing a certificate validation
issue: https://www.gitorious.org/gnutls/gnutls/commit/855127da290

ok naddy@ espie@ jasper@ jca@


CVSROOT:	/cvs
Module name:	src
Changes by:	tedu@cvs.openbsd.org	2014/03/04 09:44:07

Modified files:
	usr.bin/signify: signify.1 signify.c 

Log message:
add -C checksum mode, which works with sha256 files in safe easy fashion.
ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	gilles@cvs.openbsd.org	2014/03/04 14:35:11

Modified files:
	opensmtpd      : index.html 
Added files:
	opensmtpd/announces: release-5.4.2.txt 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2014/03/05 07:47:34

Modified files:
	etc/etc.amd64  : Makefile.inc 
	etc/etc.armv7  : Makefile.inc 
	etc/etc.i386   : Makefile.inc 

Log message:
some files were not being hashes, because they were missing from MDEXT
noticed by jsg, and important enough to make release